| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- <!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>
- </head>
- <body>
- <form name="fom" id="fom" method="post" action="">
- <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"></td>
- <td width="538">
-
- </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="10%" style="text-align: center;">创建时间</td>
- </tr>
- <!--{foreach($data as $index=>$userdata)}-->
- <tr bgcolor="#FFFFFF">
- <td height="20" style="text-align: center;"><!--{$userdata['nick']}--></td>
- <td style="text-align: center;"><!--{$userdata['pnumber']}--></td>
- <td style="text-align: center;"><!--{echo date("Y-m-d H:i:s",$userdata['time']);}--></td>
- </tr>
- <!--{/foreach}-->
-
- </table>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr >
- <td height="20">
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </form>
- <!--{$pager}-->
- </body>
- </html>
|