⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 category_modify.tpl.php

📁 a short sketch about linux syntex lines.
💻 PHP
字号:

<html>
<head>
<title>系统后台</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<link type="text/css" rel="stylesheet" href="<?php echo $this->basedir;?>images/admin/public.css" />
<link type="text/css" rel="stylesheet" href="<?php echo $this->basedir;?>images/admin/style.css" />
<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 cellspacing="1" cellpadding="4" class="tab">
		<form id="form1" name="form1" method="post" action="<?php echo $this->installdir;?>?mod=category&action=modify">
			   <tr class="row">
				<td width="15%" class="align-center">分类名:</td>
				<td width="85%">
			     <input name="category" type="text" id="category" value="<?php echo $this->modify['category'];?>" />
			     * 限30个字符				</td>
			  </tr>
			   <tr class="row">
			     <td class="align-center">所属分类:</td>
			     <td><select name="parentid" id="parentid">
			       <option value="0">一级分类</option>
			       <?php echo $this->option;?>
			       </select>			     </td>
	        </tr>
			   <tr class="row">
			     <td class="align-center">链接:</td>
			     <td><input name="link" type="text" id="link" value="<?php echo $this->modify['link'];?>" /></td>
	        </tr>
			   <tr class="row">
			     <td class="align-center">列表模板:</td>
			     <td><input name="list_tpl" type="text" id="list_tpl" value="<?php echo $this->modify['list_tpl'];?>" /></td>
	        </tr>
			   <tr class="row">
			     <td class="align-center">内容目标:</td>
			     <td><input name="movie_tpl" type="text" id="movie_tpl" value="<?php echo $this->modify['movie_tpl'];?>" /></td>
	        </tr>
			   <tr class="row">
			     <td class="align-center">&nbsp;</td>
			     <td><input type="hidden" name="id" value="<?php echo $this->modify['id'];?>" /><input type="submit" class="btn" value=" 修 改 " />&nbsp;<input type="button" class="btn" value=" 返回上一页 " onClick="history.back()" /></td>
	        </tr>
        </form>
        </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 + -