1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <!--{template milu_seotool:header}-->
- <script type="text/javascript">
- var rowtypedata = [
- [[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}">']],
- ];
- </script>
- <form id="form12" name="form12" action="?{PLUGIN_GO}{$submit_pmod}&myac={$submit_action}" method="post">
- <table class="tb tb2 " id="tips">
- <tbody><tr><th class="partition">{lang milu_seotool:search}</th></tr>
- <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>
- </form>
- <form id="form12" name="form12" action="?{PLUGIN_GO}{$submit_pmod}&myac={$submit_action}" method="post">
- <input type="hidden" name="formhash" id="formhash" value="{FORMHASH}" />
- <table class="tb tb2 nobdt fixpadding" style="width:680px;">
- <tbody><tr>
- <th colspan="19" class="partition">{lang milu_seotool:similor_word}</th></tr>
- <tr class="header">
- <th width="30"> </th>
- <th width="120">{lang milu_seotool:word1}</th>
- <th width="120">{lang milu_seotool:replace}</th>
- </tr>
- <!--{if $info['list']}-->
- <!--{loop $info['list'] $key $rs}-->
- <tr class="hover">
- <td width="30"><input type="checkbox" name="ids[]" value="{$key}|{$rs}" class="checkbox" /></td>
- <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>
- <td width="120"><input type="text" class="txt length_6" name="replace_word[]" value="{$rs}"></td>
- </tr>
- <!--{/loop}-->
- <!--{else}-->
- <tr>
- <td colspan="19" align="center">{lang milu_seotool:no_data}</td>
- </tr>
- <!--{/if}-->
- <tr class="hover">
- <td> </td>
- <td><div><a href="javascript:void(0)" onclick="addrow(this, 0, 0)" class="addtr">{lang milu_seotool:add_word}</a></div></td>
- <td></td>
- </tr>
- <tr>
- <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">
- <label for="checkbox123">{lang milu_seotool:del}</label> <input type="submit" class="btn" name="action_submit" value="{lang milu_seotool:submit}"></div><div class="cuspages right">{$info['multipage']}</div></div></td>
- </tr>
- <script type="text/JavaScript">_attachEvent(document.documentElement, 'keydown', function (e) { entersubmit(e, 'creditsubmit'); });</script></tbody></table>
- </form>
|