📄 info_bottom.tpl
字号:
<script language='javascript'>
<!--
function checkValue()
{
var Obj = document.frmInfo;
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=15%>选择要修改的样式</td>
<td>
<select name='Style' onChange='if(this.options[this.selectedIndex].value) location="{CurrentURL}&code=bottom&Style=" + this.options[this.selectedIndex].value;this.selectedIndex=0;'>
<option value=''>==选择要设置的样式==</option>
<!-- beginRow StyleList -->
<option value='{StyleList.Name}' {StyleList.default}>{StyleList.Title}</option>
<!-- endRow StyleList -->
</select>
</td>
</tr>
<!-- beginRow DesignBlock -->
<tr class='info_content'>
<td width=100>页尾内容:</td>
<td>
<iframe scrolling=no width=840 height=550 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>
<input name="btnSubmit" type="hidden" id="btnSubmit" value="1">
</td>
</tr>
<tr align="center" class='info_bottom'>
<td colspan="4">
<input type="submit" value="设置">
<input type="reset" value="重置">
</td>
</tr>
<tr class=info_content>
<td colspan=2>
<b>可引用的链接地址:</b><br>
<br>
<b>首页:</b> index.php<br>
<br>
<b>可引用的区块列表</b><br>
<!-- beginRow AreaList -->
<b>{AreaList.Name}:</b> index.php?act=area&AreaID={AreaList.ID}<br>
<!-- endRow AreaList -->
<br>
<b>可引用的自定义页</b><br>
<!-- beginRow PageList -->
<b>{PageList.Name}:</b> index.php?act=page&ID={PageList.ID}<br>
<!-- endRow PageList -->
<br>
<b>可引用的表单</b><br>
<!-- beginRow FormList -->
<b>{FormList.Name}:</b> index.php?act=forms&ID={FormList.ID}<br>
<!-- endRow FormList -->
<br>
<b>未绑定到区块的区块列表页:</b> index.php?act=tpl_page&type=list&ID=区块列表模板ID<br>
<b>未绑定到区块的区块显示页:</b> index.php?act=tpl_page&ID=区块显示模板ID<br>
<br>
<b>计数器图片:</b> <img src=<b>index.php?act=counter</b>>
<br>
<b>订单查询:</b> index.php?act=query_order
<br>
<b>付款确认:</b> index.php?act=payconfirm
<br>
<b>留言反馈:</b> index.php?act=gbook
</td>
</tr>
<!-- endRow DesignBlock -->
</table>
</form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -