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

📄 user_search_result.tpl

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

<div class="pagetitle">联盟搜索结果</div>

<form>
<table class="tborder" cellSpacing="1" cellPadding="4" align="center">
  <tr>
    <td align="center" colspan="10" class="tcat">查找结果(共&nbsp;{{$totalnum|default:0}}&nbsp;条记录)</td>
  </tr>
  <tr class="thead" align="center">
	<td width="8%" nowrap="nowrap">用户ID</td>
	<td width="*" nowrap="nowrap">用户名</td>
    <td width="20%" nowrap="nowrap">来自</td>
    <td width="20%" nowrap="nowrap">所属联盟</td>
    <td width="10%" nowrap="nowrap">加入日期</td>
	<td width="10%" nowrap="nowrap">审核状态</td>
	<td width="10%" nowrap="nowrap">操作</td>
  </tr>
{{if $UserData}}
{{foreach item=row from=$UserData key=key}}
  <tr height="18" class="alt{{if $key%2 eq 0}}1{{else}}2{{/if}}" align="center">
    <td nowrap="nowrap">{{$row.user_id}}</td>
    <td nowrap="nowrap">{{$row.user_name}}</td>
    <td nowrap="nowrap"><a href="user.php?act=list&node_id={{$row.node_id}}">{{$row.node_name|default:"本地用户"}}</a></td>
    <td nowrap="nowrap"><a href="user.php?act=list&team_id={{$row.team_id}}">{{$row.team_name|default:"无"}}</a></td>
    <td nowrap="nowrap">{{$row.dateline|date_format:"%Y-%m-%d %H:%M"}}</td>
	<td nowrap="nowrap">{{if $row.is_auditing}}已审核{{else}}<span class="text_red">未审核</span>{{/if}}</td>
    <td nowrap="nowrap"><a href="user.php?act=edit&id={{$row.user_id}}">编</a>&nbsp;<a href="user.php?act=delete&id={{$row.user_id}}" onclick="return confirm('与该用户相关的所有数据将一并被删除!\r\n\r\n确定要删除该用户?');">删</a></td>
  </tr>
{{/foreach}}
  <tr height="18">
	<td colspan="8" class="thead" align="left">{{$multipage|default:"只有一页"}}</td>
  </tr>
{{else}}
  <tr height="18">
	<td colspan="8" class="alt1" align="center">没有匹配的记录![<a href="javascript:history.back();">返回上一页</a>]</td>
  </tr>
{{/if}}
</table>
</form>

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

⌨️ 快捷键说明

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