article_word_set.htm 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <!--{template milu_seotool:header}-->
  2. <script type="text/javascript">
  3. var rowtypedata = [
  4. [[1,'<input type="checkbox" name="ids[]" value="{$key}|{$rs}" class="checkbox" />', 'td30'], [1, '<input type="text" class="txt length_6" name="add_search_word[]" value="{$key}">{lang milu_seotool:no_all_en}'], [1, '<input type="text" class="txt length_6" name="add_replace_word[]" value="{$key}">']],
  5. ];
  6. </script>
  7. <form id="form12" name="form12" action="?{PLUGIN_GO}{$submit_pmod}&myac={$submit_action}" method="post">
  8. <table class="tb tb2 " id="tips">
  9. <tbody><tr><th class="partition">{lang milu_seotool:search}</th></tr>
  10. <tr><td class="tipsblock" s="1">{$info['search_show']} <input type="submit" class="btn" id="submit_search" name="search_submit" value="{lang milu_seotool:search}"></td></tr></tbody></table>
  11. </form>
  12. <form id="form12" name="form12" action="?{PLUGIN_GO}{$submit_pmod}&myac={$submit_action}" method="post">
  13. <input type="hidden" name="formhash" id="formhash" value="{FORMHASH}" />
  14. <table class="tb tb2 nobdt fixpadding" style="width:680px;">
  15. <tbody><tr>
  16. <th colspan="19" class="partition">{lang milu_seotool:similor_word}</th></tr>
  17. <tr class="header">
  18. <th width="30">&nbsp;</th>
  19. <th width="120">{lang milu_seotool:word1}</th>
  20. <th width="120">{lang milu_seotool:replace}</th>
  21. </tr>
  22. <!--{if $info['list']}-->
  23. <!--{loop $info['list'] $key $rs}-->
  24. <tr class="hover">
  25. <td width="30"><input type="checkbox" name="ids[]" value="{$key}|{$rs}" class="checkbox" /></td>
  26. <td width="120"><input type="text" class="txt length_6" name="search_word[]" value="{$key}"><input type="hidden" class="txt length_6" name="hidden_word[]" value="{$key}|{$rs}"></td>
  27. <td width="120"><input type="text" class="txt length_6" name="replace_word[]" value="{$rs}"></td>
  28. </tr>
  29. <!--{/loop}-->
  30. <!--{else}-->
  31. <tr>
  32. <td colspan="19" align="center">{lang milu_seotool:no_data}</td>
  33. </tr>
  34. <!--{/if}-->
  35. <tr class="hover">
  36. <td>&nbsp;</td>
  37. <td><div><a href="javascript:void(0)" onclick="addrow(this, 0, 0)" class="addtr">{lang milu_seotool:add_word}</a></div></td>
  38. <td></td>
  39. </tr>
  40. <tr>
  41. <td colspan="29"><div class="fixsel" style="height:30px; line-height:30px;"><div style="float:left"><input type="checkbox" name="chkall" id="checkbox123" onclick="checkAll('prefix', this.form, 'ids')" class="checkbox">
  42. <label for="checkbox123">{lang milu_seotool:del}</label> &nbsp;<input type="submit" class="btn" name="action_submit" value="{lang milu_seotool:submit}"></div><div class="cuspages right">{$info['multipage']}</div></div></td>
  43. </tr>
  44. <script type="text/JavaScript">_attachEvent(document.documentElement, 'keydown', function (e) { entersubmit(e, 'creditsubmit'); });</script></tbody></table>
  45. </form>