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

📄 special_add.php

📁 phpcms网站管理系统  很不错的 有需要的就下载看看八 
💻 PHP
字号:
<?php 
defined('IN_PHPCMS') or exit('Access Denied');
include admintpl('header');
?>
<body>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="10">
  <tr>
    <td ></td>
  </tr>
</table>
<?=$menu?>
<table cellpadding="2" cellspacing="1" class="tableborder">
  <tr>
    <th colspan=2>专题添加</th>
  </tr>
   <form action="?mod=<?=$mod?>&file=special&action=add&channelid=<?=$channelid?>" method="post" name="myform">
    <tr> 
      <td class="tablerow"><strong>专题名称</strong></td>
      <td class="tablerow">
<input size=50 name="specialname" type=text>
</td>
    </tr>
    <tr> 
      <td class="tablerow"><strong>专题图片</strong></td>
      <td class="tablerow">
	  <input size=50 name="specialpic" type=text> <input type="button" value="上传图片" onclick="javascript:openwinx('?mod=phpcms&file=uppic&channelid=<?=$channelid?>&uploadtext=specialpic&action=thumb&width=150&height=150','upload','350','350')">
    </td>
    </tr>
    <tr> 
      <td class="tablerow"><strong>专题横幅</strong></td>
      <td class="tablerow">
	  <input size=50 name="specialbanner" type=text> <input type="button" value="上传图片" onclick="javascript:openwinx('?mod=phpcms&file=uppic&channelid=<?=$channelid?>&uploadtext=specialbanner&action=thumb&width=760&height=90','upload','350','350')">
    </td>
    </tr>
    <tr> 
      <td class="tablerow"><strong>专题说明</strong></td>
      <td class="tablerow"><textarea name='introduce' cols='60' rows='5' id='introduce'></textarea></td>
    </tr>
    <tr>
      <td  class='tablerow'><strong>专题关键词</strong><br>针对搜索引擎设置的关键词</td>
      <td class='tablerow'><input name='meta_keywords' type='text' id='meta_keywords' size='50' maxlength='30'></td>
    </tr>
    <tr>
      <td  class='tablerow'><strong>专题内容描述</strong><br>针对搜索引擎设置的网页描述</td>
      <td class='tablerow'><textarea name='meta_description' cols='60' rows='5' id='meta_description'></textarea></td>
    </tr>
    <tr> 
      <td class="tablerow"><strong>专题模板</strong></td>
      <td class="tablerow">
<?=$templateid?>
</td>
    </tr>
    <tr> 
      <td class="tablerow"><strong>专题风格</strong></td>
      <td class="tablerow">
<?=$skinid?>
</td>
    </tr>
   <tr >
         <td class="tablerow"><strong>是否推荐</strong></td>
         <td class="tablerow"><input type='radio' name='elite' value='1'> 是 <input type='radio' name='elite' value='0' checked> 否</td>
   </tr>
    <tr> 
      <td class="tablerow"></td>
      <td class="tablerow"> <input type="Submit" name="submit" value=" 确定 "> 
        &nbsp; <input type="reset" name="reset" value=" 清除 "> </td>
    </tr>
  </form>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -