This commit is contained in:
zhaoke
2023-01-12 03:20:06 +00:00
parent 66dccf3bc6
commit bf95108952
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -135,8 +135,7 @@
<div class="detail">
<div class="detail-title"><?php echo $lang->zahost->browseNode;?></div>
<div class="detail-content article-content" style="padding: 0px; max-height: 789px; overflow: visible; height: 306px;">
<?php echo "<iframe width='100%' height='600px' id='urlIframe' src='" . $this->createLink('zanode', 'browse', "id=$zahost->id", '', true) . "' frameborder='no' allowfullscreen='true' mozallowfullscreen='true' webkitallowfullscreen='true' allowtransparency='true' scrolling='auto' style='width: 100%; height: 100%; left: 0px;'></iframe>";?>
<!-- <table class='table has-sort-head table-fixed' id='nodeList'>
<table class='table has-sort-head table-fixed' id='nodeList'>
<thead>
<tr>
<th class='c-name'><?php common::printOrderLink('name', $orderBy, $vars, $lang->zahost->name);?></th>
@@ -159,7 +158,7 @@
</tr>
<?php endforeach;?>
</tbody>
</table> -->
</table>
</div>
</div>
<?php endif; ?>
+1 -1
View File
@@ -53,7 +53,7 @@
</tr>
<tr>
<td colspan='3' class='text-center'>
<?php echo html::submitButton('', "onclick='if(confirm(\"{$lang->zanode->createImageNotice}\")==false) return false;'");?>
<?php echo in_array($node->status, array('shutdown', 'shutoff')) ? html::submitButton('', "") : html::submitButton('', "onclick='if(confirm(\"{$lang->zanode->createImageNotice}\")==false) return false;'");?>
</td>
</tr>
</table>