📄 make_view.tpl.php
字号:
<html>
<head>
<title>vodcms.com</title>
<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/jquery.js" language="javascript"></script>
<script language="javascript">
$(document).ready(function() {
//setime(10);
}
)
</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="1" cellspacing="1" class="tab">
<form id="form1" name="form1" method="post" action="<?php echo $this->installdir;?>?mod=make&action=view&do=yes">
<tr class="row">
<td width="17%" class="align-center">按分类生成:</td>
<td width="83%" class="align-left"><select name="category" id="category">
<?php echo $this->category;?>
</select>
<input name="Input" type="submit" class="btn" value="生成选择分类页面" /></td>
</tr>
</form>
<form id="form1" name="form1" method="post" action="<?php echo $this->installdir;?>?mod=make&action=view&do=yes">
<tr class="row">
<td class="align-center">生成最新影片:</td>
<td class="align-left"><select name="max" id="max">
<option value="10">10页面</option>
<option value="50">50页面</option>
<option value="100">100页面</option>
</select>
<input name="Submit" type="submit" class="btn" value="提交" /></td>
</tr>
</form>
<form id="form1" name="form1" method="post" action="<?php echo $this->installdir;?>?mod=make&action=view&do=yes">
<tr class="row">
<td class="align-center">生成全部影片也页面:</td>
<td class="align-left"><input type="submit" class="btn" value="生成所有页面" /></td>
</tr>
</form>
</table>
</div></td>
</tr>
</table>
<?php
echo $this->render('copyright');
?>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -