📄 block_update.tpl.php
字号:
<?php
defined('IN_PHPCMS') or exit('Access Denied');
include admin_tpl('header');
?>
<script type="text/javascript" src="images/js/jqModal.js"></script>
<script type="text/javascript" src="images/js/jqDnR.js"></script>
<body>
<form action="?mod=<?=$mod?>&file=<?=$file?>&action=<?=$action?>" method="post" name="myform">
<input type="hidden" name="forward" value="<?=$forward?>">
<input type="hidden" name="blockid" value="<?=$blockid?>">
<input type="hidden" name="name" value="<?=$name?>">
<table cellpadding="0" cellspacing="1" class="table_list">
<caption><?=$name?></caption>
<?php
if($isarray)
{
if(!isset($rows)) $rows = 8;
?>
<tr>
<th width="10" id="th_id">ID</th>
<th width="*" id="th_title">鏍囬
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -