?? getdata_manage.php
字號:
<?php
defined('IN_PHPCMS') or exit('Access Denied');
include admintpl('header');
?>
<?=$menu?>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="10">
<tr>
<td></td>
</tr>
</table>
<table cellpadding="2" cellspacing="1" class="tableborder">
<tr>
<th colspan=6>外部數據導入管理 [注:僅限文章模塊和會員模塊數據導入]</th>
</tr>
<form method="post" name="myform">
<tr align="center">
<td class="tablerowhighlight">配置名稱</td>
<td class="tablerowhighlight">配置說明</td>
<td class="tablerowhighlight">修改時間</td>
<td class="tablerowhighlight">上次提取時間</td>
<td class="tablerowhighlight">管理操作</td>
</tr>
<? if(is_array($getdatas)) foreach($getdatas AS $g) { ?>
<tr align="center" onmouseout="this.style.backgroundColor='#F1F3F5'" onmouseover="this.style.backgroundColor='#BFDFFF'" bgColor='#F1F3F5' height="23">
<td><?=$g[name]?></td>
<td align="left"><?=$g[introduce]?></td>
<td><?=$g[edittime]?></td>
<td><?=$g[gettime]?></td>
<td><a href="#" onclick="javascript:confirmurl('?mod=<?=$mod?>&file=<?=$file?>&channelid=<?=$channelid?>&action=get&name=<?=$g[name]?>','確認開始導入數據嗎?')">導入數據</a> | <a href='?mod=<?=$mod?>&file=<?=$file?>&channelid=<?=$channelid?>&action=config&name=<?=$g[name]?>'>修改</a> | <a href="#" onclick="javascript:confirmurl('?mod=<?=$mod?>&file=<?=$file?>&channelid=<?=$channelid?>&action=delete&name=<?=$g[name]?>','確認刪除此配置文件嗎?本操作不可恢復')">刪除</a> | <a href='?mod=<?=$mod?>&file=<?=$file?>&channelid=<?=$channelid?>&action=down&name=<?=$g[name]?>'>下載配置</a> </td>
</tr>
<? } ?>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -