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

📄 login_node_list.tpl

📁 免费版限制 只允许设置1个tracker地址 上传Torrent文件限制30KB 只允许设置一级分类(分类数量:限定为10个) 无公告和友情连接功能 无论坛注册接口设置 无联盟功能 无rss功能 无举
💻 TPL
字号:
{{include file="header.tpl"}}

<div class="pagetitle">登录节点</div>

<form name="form1" method="post">
<div class="tip">
{{if 0 lt $SurplusNode}}
<li><a href="login_node.php?act=add">添加登录节点</a></li>
{{/if}}
<li>暂停节点将使该节点的所有用户无法登录发布系统</li>
<li>您还可以添加&nbsp;<strong>{{$SurplusNode}}</strong>&nbsp;个登录节点。<a href="http://www.btmaster.cn/buy.php" target="_blank">购买更多登录节点</a></li>
</div>
<table class="tborder" cellSpacing="1" cellPadding="4" align="center">
  <tr>
    <td align="center" colspan="10" class="tcat">已设置的登录节点</td>
  </tr>
  <tr class="thead" align="center">
	<td width="10%" nowrap="nowrap">节点ID</td>
	<td width="50%" nowrap="nowrap">节点名称</td>
	<td width="15%" nowrap="nowrap">字符编码</td>
	<td width="15%" nowrap="nowrap">当前状态</td>
	<td width="10%"></td>
  </tr>
{{foreach item=row from=$Node key=key}}
  <tr height="18" class="alt{{if $key%2 eq 0}}1{{else}}2{{/if}}" align="center">
    <td>{{$row.node_id}}</td>
    <td><a href="{{$row.node_site_url}}" target="_blank">{{$row.node_name}}</td>
    <td nowrap="nowrap">{{$row.node_encoding}}</td>
    <td nowrap="nowrap">{{if $row.is_pause}}<span class="text_red">暂停</span>{{else}}正常{{/if}}</td>
    <td nowrap="nowrap"><a href="login_node.php?act=edit&id={{$row.node_id}}">编辑</a>&nbsp;{{if $row.is_pause}}<a href="login_node.php?act=unpause&id={{$row.node_id}}">恢复</a>{{else}}<a href="login_node.php?act=pause&id={{$row.node_id}}">暂停</a>{{/if}}&nbsp;<a href="login_node.php?act=delete&id={{$row.node_id}}" onclick="return confirm('删除后不可恢复,确定要删除该节点?');">删除</a></td>
  </tr>
{{foreachelse}}
  <tr height="18">
	<td colspan="5" class="alt1 text_center">还没有设置任何登录节点![<a href="javascript:history.back();">返回上一页</a>]</td>
  </tr>
{{/foreach}}
</table>
</form>

{{include file="footer.tpl"}}

⌨️ 快捷键说明

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