?? special_add.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=" 確定 ">
<input type="reset" name="reset" value=" 清除 "> </td>
</tr>
</form>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -