?? info_logo.tpl
字號:
?<script language='javascript'>
<!--
function checkValue()
{
var Obj = document.frmInfo;
if(!Obj.Title.value)
{
alert('請輸入此形象頁標題');
Obj.Title.focus();
return false;
}
return true;
}
//-->
</script>
<form action="{ACTION}" method='POST' name='frmInfo' onSubmit='return checkValue();' enctype='multipart/form-data'>
<table width="100%" border="0" cellspacing=0 cellpadding=5 class=adminform>
<tr class='info_title'>
<td colspan="8"><strong>添加/修改形象頁</strong></td>
</tr>
<tr class='info_content'>
<td width=100>標題:</td>
<td>
<input name="Title" type="text" size=40 value='{Title}'>
</td>
<td width=150>形象頁標題</td>
</tr>
<tr class='info_content'>
<td width=100>形象頁內容:</td>
<td>
<iframe scrolling=no width=650 height=400 src='../editor.htm?field=Content' frameborder=0 name='ifrmEditor'></iframe>
<span style='display:none'><textarea name="Content" rows=1 cols=1 wrap=off>{Content}</textarea></span>
</td>
<td width=150>形象頁內容</td>
</tr>
<tr align="center" class='info_bottom'>
<td colspan="4">
<input type="submit" value="{Caption}">
<input type="button" onClick='doCancle();' value="取消(C)" accesskey="c">
<input name="btnSubmit" type="hidden" id="btnSubmit" value="1">
</td>
</tr>
</table>
</form>
<script language='javascript'>
<!--
document.frmInfo.Title.focus();
//-->
</script>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -