123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152 |
- <table class="search_table" width="100%">
- <tr>
- <td class="search">
- <form action="{:U($module_name.'/index')}" method="get">
- <input type="hidden" name="g" value="{$Think.GROUP_NAME}" />
- <input type="hidden" name="m" value="{$Think.MODULE_NAME}" />
- <input type="hidden" name="a" value="{$Think.ACTION_NAME}" />
- <input id="title" type="text" size="14" class="input-text" name="keyword" value="{$Think.get.keyword}" />
- <!--<select name="searchtype">-->
- <!-- <if condition="$fields['name']">-->
- <!-- <option value="title" <eq name="searchtype" value='name'>selected="selected"</eq>>{:L('name')}</option>-->
- <!-- </if>-->
- <!-- <if condition="$fields['title']">-->
- <!-- <option value="title" <eq name="searchtype" value='title'>selected="selected"</eq>>{:L('title')}</option>-->
- <!-- </if>-->
- <!-- <if condition="$fields['username']">-->
- <!-- <option value="username" <eq name="searchtype" value="username">selected="selected"</eq>>{:L('username')}</option>-->
- <!-- </if>-->
- <!-- <if condition="$fields['keywords']">-->
- <!-- <option value="keywords" <eq name="searchtype" value='keywords'>selected="selected"</eq>>{:L('keywords')}</option>-->
- <!-- </if>-->
- <!-- <option value="id" <eq name="searchtype" value='id'>selected="selected"</eq>>ID</option>-->
- <!--</select>-->
- <!--<if condition="$fields['catid']">-->
- <!-- <select id="catid" name="catid">-->
- <!-- <option value="">{:L('select_category')}</option>-->
- <!-- {$select_categorys}-->
- <!-- </select>-->
- <!--</if>-->
- <!--<if condition="$fields['typeid']">-->
- <!-- <select id="typeid" name="typeid">-->
- <!-- <option value="">{:L('select_typeid')}</option>-->
- <!-- <volist name="Type" id="row">-->
- <!-- <if condition="$row['parentid']==$fields['typeid']['setup']['default']">-->
- <!-- <option value="{$row['typeid']}" <eq name="typeid" value="$row['typeid']">selected="selected"</eq>>{$row['name']}</option>-->
- <!-- </if>-->
- <!-- </volist>-->
- <!-- </select>-->
- <!--</if>-->
- <!--<if condition="$fields['posid']">-->
- <!-- <select id="posid" name="map[posid]">-->
- <!-- <option value="">{:L('select_posids')}</option>-->
- <!-- <volist name="posids" id="row">-->
- <!-- <option value="{$row['id']}" <if condition="$posid ==$row['id']">selected="selected"</if>>{$row['name']}</option>-->
- <!--</volist>-->
- <!--</select>-->
- <!--</if>-->
- <!--<select id="status" name="map[status]">-->
- <!-- <option value="">{:L('status')}</option>-->
- <!-- <option value="0" <if condition="isset($status) && $status ==0">selected="selected"</if>>{:L(noshenhe)}</option>-->
- <!-- <option value="1" <if condition="isset($status) && $status ==1">selected="selected"</if>>{:L(isshenhe)}</option>-->
- <!--</select>-->
- <select id="order" name="order">
- <option value="listorder" <eq name="order" value="listorder">selected="selected"</eq>>{:L('listorder')}</option>
- <option value="{$pkid}" <eq name="order" value="$pkid">selected="selected"</eq>>ID{:L('listorder')}</option>
- <if condition="$fields['hits']">
- <option value="hits" <eq name="order" value="hits">selected="selected"</eq>>{:L('hits')}{:L('listorder')}</option>
- </if>
- </select>
- <select name="sort">
- <option value="asc" <if condition="$sort =='asc'">selected="selected"</if>>{:L('order_by_asc')}</option>
- <option value="desc" <if condition="$sort =='desc'">selected="selected"</if>>{:L('order_by_desc')}</option>
- </select>
- <select name="listRows">
- <option value="15" <if condition="$listRows ==5">selected="selected"</if>>15{:L('listRows')}</option>
- <option value="20" <if condition="$listRows ==20">selected="selected"</if>>20{:L('listRows')}</option>
- <option value="50" <if condition="$listRows ==50">selected="selected"</if>>50{:L('listRows')}</option>
- <option value="100" <if condition="$listRows ==100">selected="selected"</if>>100{:L('listRows')}</option>
- </select>
- <input type="hidden" id="menuid" name="menuid" value="{$_GET['menuid']}" />
- <input type="submit" value="{:L('chaxun')}" class="button" />
- <input type="reset" value="{:L('reset')}" class="button" />
- </form>
- </td>
- </tr>
- </table>
- <form name="myform" id="myform" action="" method="post">
- <div class="table-list">
- <table width="100%" cellspacing="0">
- <thead>
- <tr>
- <th width="30"><input type="checkbox" value="" id="check_box" onclick="selectall('ids[]');"></th>
- <th width="40">ID</th>
- <th>客户姓名</th>
- <th>联系方式</th>
- <th>意向模板</th>
- <th>留言时间</th>
- <!--<if condition="$fields['status']">-->
- <!-- <th width="60">{:L('status')}</th>-->
- <!--</if>-->
- <!--<if condition="$fields['hits']">-->
- <!-- <th width="40">{:L('hits')}</th>-->
- <!--</if>-->
- <th width="72">{:L('manage')}</th>
- </tr>
- </thead>
- <tbody>
- <volist name="list" id="vo" key="k">
- <tr>
- <td width="30" align="center"><input class="inputcheckbox " name="ids[]" value="{$vo['id']}" type="checkbox"></td>
- <td align="center">{$vo['id']}</td>
- <td align="center">{$vo['name']}</td>
- <td align="center">{$vo['phone']}</td>
- <td align="center">{$vo['qq']}</td>
- <td align="center">{$vo['createtime']|toDate=###,'Y-m-d H:i:s'}</td>
- <!--<if condition="$fields['status']">-->
- <!-- <td align="center">{if $vo['status']==1}<font color="green">{:L('isshenhe')}</font>{else}<a href="{:U($module_name.'/status',array(id=>$vo['id'],status=>1))}">-->
- <!-- <font color="red">{:L('noshenhe')}</font>-->
- <!-- </a>{/if}</td>-->
- <!--</if>-->
- <!--<if condition="$fields['hits']">-->
- <!-- <td align="center">{$vo['hits']}</td>-->
- <!--</if>-->
- <td align="center"><a href="{:U($module_name.'/edit',array(id=>$vo['id']))}">{:L('edit')}</a> | <a href="javascript:confirm_delete('{:U($module_name.'/delete',array(id=>$vo['id']))}')">{:L('delete')}</a></td>
- </tr>
- </volist>
- </tbody>
- </table>
- <div class="btn"><input type="button" class="button" name="dosubmit" value="<?php echo L('delete')?>" onclick="myform.action='{:U($module_name.'/deleteall')}';return confirm_deleteall()" />
- <input type="button" class="button" name="dosubmit" value="<?php echo L('status_ok')?>" onclick="myform.action='{:U($module_name.'/statusallok')}';$('#myform').submit();" />
- </div>
- </form>
- </div>
- <div id="pages" class="page">{$page}</div>
- <script>
- $("#catid").attr("value", '{$catid}');
- function confirm_deleteall() {
- art.dialog.confirm("{:L('real_delete')}", function () {
- $('#myform').submit();
- });
- }
- </script>
|