📄 flink.tpl
字号:
{{include file="header.tpl"}}
<div class="pagetitle">友情链接</div>
<form name="form1" method="post">
<table class="tborder" cellSpacing="1" cellPadding="4" align="center">
<tr>
<td align="center" colspan="10" class="tcat">已添加友情链接<a href="flink.php?act=add"><span class="text_red">[添加友情链接]</span></a></td>
</tr>
<tr class="thead" align="center">
<td width="30%" nowrap="nowrap">站点名称</td>
<td width="10%" nowrap="nowrap">显示顺序</td>
<td width="*" nowrap="nowrap">说明文字</td>
<td width="5%" nowrap="nowrap"></td>
</tr>
{{if $FLink}}
{{foreach item=row from=$FLink key=key}}
<tr height="18" class="alt{{if $key%2 eq 0}}1{{else}}2{{/if}}" align="center">
<td nowrap="nowrap"><a href="flink.php?act=edit&id={{$row.link_id}}" title="点击编辑">{{$row.link_name}}</a></td>
<td nowrap="nowrap">{{$row.link_order}}</td>
<td align="left">{{$row.link_intro}}</td>
<td nowrap="nowrap"><input name="flink_id[]" type="checkbox" value="{{$row.link_id}}" /></td>
</tr>
{{/foreach}}
<tr height="18">
<td colspan="20" class="thead" align="left">
<div class="left" style="padding-top:4px;">{{$multipage|default:"只有一页"}}</div>
<div class="right">
<input name="button" type="button" value="全选" style="font-weight:normal" onClick='selectAll(true);' />
<input name="button" type="button" value="全不选" style="font-weight:normal" onClick='selectAll(false);' />
<input name="button" type="button" value="反选" style="font-weight:normal" onClick='againstSelect();' />
<select name="op" onchange="executeOperate();" class="formInput">
<option value="">将选中项</option>
<option value="delete">删除</option>
</select>
<noscript><input type="submit" value="执行"></noscript>
</div>
</td>
</tr>
{{else}}
<tr height="18" class="alt1" align="center">
<td colspan="4">还没有添加任何友情链接!</td>
</tr>
{{/if}}
</table>
</form>
{{include file="footer.tpl"}}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -