📄 template_view.tpl.php
字号:
<html>
<head>
<title>系统后台</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link href="../../images/admin/public.css" rel="stylesheet" type="text/css" />
<link href="../../images/admin/style.css" rel="stylesheet" type="text/css" />
<script src="<?php echo $this->basedir;?>js/calendar.js" language="javascript"></script>
<body>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr align="center" valign="top">
<td width="*" align="center" valign="top"><!-- ######### begin ######### -->
<div class="Block">
<div class="BlockBar">编辑模板文件</div>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="tab">
<tr class="row">
<td class="align-left">
<?php
$i=0;
foreach ($this->data as $name=>$row){$i++;?>
<div style="float:left; margin:5px; width:150px; height:auto;"><a href="<?php echo $this->installdir;?>?mod=template&action=set&name=<?php echo $name;?>" title="预览模板"><img src="<?php echo $this->basedir;?>templates/<?php echo $name;?>/<?php echo $row['ini']['picture'];?>" width="144" height="196" border="0" style="border:1px solid #CCCCCC; padding:4px" /></a>
<span style="text-align:center;width:150px; "><a href="<?php echo $this->installdir;?>?mod=template&action=set&name=<?php echo $name;?>" title="设为默认模板"><?php if ($this->template == $name){echo '<font color=red>'.$row['ini']['subject'].'</font>';}else{echo $row['ini']['subject'];}?></a></span></div>
<?php }?>
</td>
</tr>
</table>
</div>
<div id="App-Version-Prompt" style="display:none;">
<div class="space"></div>
<div class="Block">
<div class="BlockBar">版本更新信息</div>
<div class="BlockContent" id="App-Version-Prompt-Body" style="padding:20px 5px 20px 5px; text-align:center; background:#FFFFCC;">loading...</div>
</div>
</div>
<!-- ########## end ########## -->
</td>
<td width="5"></td>
<td width="150" align="center" valign="top"><?php
echo $this->render('menu');
?>
</td>
</tr>
</table>
<?php
echo $this->render('copyright');
?>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -