| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193 |
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title></title>
- <style type="text/css">
- <!--
- body {
- margin-left: 0px;
- margin-top: 0px;
- margin-right: 0px;
- margin-bottom: 0px;
- }
- .tabfont01 {
- font-family: "宋体";
- font-size: 9px;
- color: #555555;
- text-decoration: none;
- text-align: center;
- }
- .font051 {
- font-family: "宋体";
- font-size: 12px;
- color: #333333;
- text-decoration: none;
- line-height: 20px;
- }
- .font201 {
- font-family: "宋体";
- font-size: 12px;
- color: #FF0000;
- text-decoration: none;
- }
- .button {
- font-family: "宋体";
- font-size: 14px;
- height: 37px;
- }
- html {
- overflow-x: auto;
- overflow-y: auto;
- border: 0;
- }
- -->
- </style>
- <link href="/static/manage/css/css.css" rel="stylesheet" type="text/css" />
- <link href="/static/manage/css/style.css" rel="stylesheet" type="text/css" />
- <link media="screen" rel="stylesheet" href="/static/manage/colorbox/colorbox.css" />
- <script type="text/javascript" src="/static/manage/js/jquery-1.8.2.min.js?1"></script>
- <script type="text/javascript" src="/static/manage/colorbox/jquery.colorbox-min.js"></script>
- <script type="text/javascript" src="/static/manage/js/WdatePicker.js"></script>
- <script>
- $(document).ready(function() {
- $(".setdate").click(function() {
- WdatePicker({
- dateFmt : 'yyyy-MM-dd'
- });
- });
- });
- </script>
- </head>
- <body>
-
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td height="30">
- <table width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td height="62" background="/static/manage/images/nav04.gif">
- <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td width="21">
- <img src="/static/manage/images/ico07.gif" width="20" height="18" />
- </td>
- <td width="538">
- <form name="fom" id="fom" method="post" action="/manage/wishlist" style="display:inline">
- 按时间查询:
- <input type="text" class="setdate" name="time" value="<!--{echo $time?$time:date('Y-m-d')}-->">
- <input type="submit" value="查询">
- </form>
- <form name="fom2" id="fom2" method="post" action="/manage/wishlist" style="display:inline">
- 按用户名或手机号查询:
- <input type="text" name="field" value="">
- <input type="submit" value="查询">
- </form>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td>
- <div id="chart" style="width: 95%"></div>
- </td>
- </tr>
- <tr>
- <td>
- <table id="subtree1" style="DISPLAY:" width="100%" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td>
- <table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td height="40" class="font42">
- <table width="100%" border="0" cellpadding="4" cellspacing="1" bgcolor="#464646" class="newfont03">
- <tr bgcolor="#EEEEEE">
- <td width="10%" style="text-align: center;">编号</td>
- <td width="10%" style="text-align: center;">姓名</td>
- <td width="30%" style="text-align: center;">许愿内容</td>
- <td width="20%" style="text-align: center;">许愿时间</td>
- <td width="10%" style="text-align: center;">联系方式</td>
- <td width="15%" style="text-align: center;">操作</td>
- </tr>
- <!--{foreach($data as $index=>$wishdata)}-->
- <tr bgcolor="#FFFFFF">
- <td height="20" style="text-align: center;">
- <!--{$wishdata['id']}-->
- </td>
- <td height="20" style="text-align: center;">
- <!--{$wishdata['nick']}-->
- </td>
- <td style="text-align: center;" id="con<!--{$wishdata['id']}-->">
- <!--{$wishdata['wish_content']}-->
- </td>
- <td style="text-align: center;">
- <!--{echo date('Y-m-d',$wishdata['time']);}-->
- </td>
- <td style="text-align: center;">
- <!--{$wishdata['pnumber']}-->
- </td>
- <td style="text-align: center;">
- <!--{if($wishdata['nick']=="")}-->
- 未填写联系方式
- <!--{elseif($wishdata['is_realize']!=1)}-->
- <a href="javascript:;" onclick="openinfo('<!--{$wishdata['id']}-->','<!--{$wishdata['userid']}-->')">帮他实现</a>
- <!--{else}-->已帮他实现<!--{/if}-->
- <!-- |
- <a href="">删除</a> -->
- </td>
- </tr>
- <!--{/foreach}-->
- </table>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td height="20"></td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
-
- <div style="display:none">
-
- <div id="show_pw">
- <form action="/manage/realizeWish" method="post">
- <input type="hidden" id="wishid" name="id" value="" />
- <input type="hidden" id="uid" name="uid" value="" />
- <input type="hidden" id="url" name="url" value="<!--{$url}-->" />
- <input type="hidden" id="wish_content" name="wish_content" value="" />
- 请输入美老师回复内容:
- <input type="text" size="40" name="content" value="" />
- <input type="submit" value="提交" />
- </form>
- </div>
- </div>
- <!--{$pager}-->
- <script>
- function openinfo(id,uid) {
- $("#wishid").val(id);
- $("#uid").val(uid);
- $("#wish_content").val($.trim($("#con"+id).text()));
- $.colorbox({
- href : '#show_pw',
- inline : true,
- opacity : 0.5,
- width : '600px'
- });
- }
- </script>
- </body>
- </html>
|