spider_list.htm 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!--{template milu_seotool:header}-->
  2. <form id="form12" name="form12" action="?{PLUGIN_GO}{$submit_pmod}&myac={$submit_action}" method="post">
  3. <table class="tb tb2 " id="tips">
  4. <tbody><tr><th class="partition">{lang milu_seotool:search_args}</th></tr>
  5. <tr><td class="tipsblock" s="1"><div style="float:left">{$info['search_show']} <input type="submit" class="btn" id="submit_search" name="search_submit" value="{lang milu_seotool:search}"></div><ul class="search_tips"><h1>{lang milu_seotool:fast_search}:</h1>{$info['fast_search']}</ul></td></tr></tbody></table>
  6. </form>
  7. <form id="form12" name="form12" action="?{PLUGIN_GO}{$submit_pmod}&myac={$submit_action}" method="post">
  8. <input type="hidden" name="formhash" id="formhash" value="{FORMHASH}" />
  9. <table class="tb tb2 nobdt fixpadding">
  10. <tbody><tr>
  11. <th colspan="31" class="partition">{$info['show_title']}</th></tr>
  12. <tr class="header">
  13. <th width="180"> {lang milu_seotool:web_title}</th>
  14. <th width="220">{lang milu_seotool:spider_url}</th>
  15. <th width="120">{lang milu_seotool:spider_types}</th>
  16. <th width="120">{lang milu_seotool:spider_group}</th>
  17. {if VIP}<th width="120">{lang milu_seotool:status}</th>{/if}
  18. <th width="120">{lang milu_seotool:spider_dateline}</th>
  19. <!--{if $info['list']}-->
  20. <!--{loop $info['list'] $key $rs}-->
  21. <tr class="hover">
  22. <td width="180" ><a href="{$rs['page_url']}" title="{$rs['page_title']}" target="_blank">{$rs['show_title']}</a></td>
  23. <td width="120"><a href="{$rs['page_url']}" target="_blank" title="{$rs['page_url']}">{$rs['show_url']}</a></td>
  24. <td width="120">{$rs['spider_type']}</td>
  25. <td width="120" valign="middle">{$rs['show_group']}</td>
  26. {if VIP}<td width="120" valign="middle">{$rs['show_status']}</td>{/if}
  27. <td width="120" valign="middle">{$rs['dateline']}</td>
  28. </tr>
  29. <!--{/loop}-->
  30. <!--{else}-->
  31. <tr>
  32. <td colspan="31" align="center">{lang milu_seotool:online_no_data}</td>
  33. </tr>
  34. <!--{/if}-->
  35. <tr>
  36. <td colspan="31"><div class="fixsel" style="height:30px; line-height:30px;"><div class="cuspages right">{$info['multipage']}</div></td>
  37. </tr>
  38. </table>
  39. </form>