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

📄 merger.tpl

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

<div class="pagetitle">数据合并</div>

<form name="form1" method="post" action="merger.php">
<input type="hidden" name="op" value="sort" />
<table class="tborder" cellSpacing="1" cellPadding="4" align="center">
  <tr><td colspan="2" class="tcat">合并分类数据</td></tr>
  <tr class="alt1">
	<td align="right" width="30%">原分类:</td>
    <td><select id="origin_sort_id" name="origin_sort_id" class="formInput"><option value="0">请选择</option>{{$OriginSortOption}}</select></td>
  </tr>
  <tr class="alt2">
	<td align="right">目标分类:</td>
    <td><select id="aim_sort_id" name="aim_sort_id" class="formInput"><option value="0">请选择</option>{{$AimSortOption}}</select></td>
  </tr>
  <tr>
    <td colspan="2" class="tfoot" align="center">
	<input type="submit" class="formButton" id="submit" accessKey="s" value=" 开始合并分类(S) " />
	<input class="formButton" accessKey="r" type="reset" value="重置(R)" />
	</td>
  </tr>
</table>
</form>

<form name="form1" method="post" action="merger.php">
<input type="hidden" name="op" value="team" />
<table class="tborder" cellSpacing="1" cellPadding="4" align="center">
  <tr><td colspan="2" class="tcat">合并联盟数据</td></tr>
  <tr class="alt1">
	<td align="right" width="30%">原联盟数字ID:</td>
    <td><input type="text" class="formInput" name="origin_team_id" size="10" maxlength="10" /><span class="form_clue">将一并合并该联盟的所有用户到目标联盟</td>
  </tr>
  <tr class="alt2">
	<td align="right">目标联盟数字ID:</td>
    <td><input type="text" class="formInput" name="aim_team_id" size="10" maxlength="10" /></td>
  </tr>
  <tr>
    <td colspan="2" class="tfoot" align="center">
	<input type="submit" class="formButton" id="submit" accessKey="s" value=" 开始合并联盟(S) " />
	<input class="formButton" accessKey="r" type="reset" value="重置(R)" />
	</td>
  </tr>
</table>
</form>

<form name="form1" method="post" action="merger.php">
<input type="hidden" name="op" value="user" />
<table class="tborder" cellSpacing="1" cellPadding="4" align="center">
  <tr><td colspan="2" class="tcat">合并用户数据</td></tr>
  <tr class="alt1">
	<td align="right" width="30%">原用户数字ID:</td>
    <td><input type="text" class="formInput" name="origin_user_id" size="10" maxlength="10" /></td>
  </tr>
  <tr class="alt2">
	<td align="right">目标用户数字ID:</td>
    <td><input type="text" class="formInput" name="aim_user_id" size="10" maxlength="10" /></td>
  </tr>
  <tr>
    <td colspan="2" class="tfoot" align="center">
	<input type="submit" class="formButton" id="submit" accessKey="s" value=" 开始合并用户(S) " />
	<input class="formButton" accessKey="r" type="reset" value="重置(R)" />
	</td>
  </tr>
</table>
</form>

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

⌨️ 快捷键说明

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