| @@ -87,7 +87,7 @@ function DoRand(jobname) | |||||
| }); | }); | ||||
| } | } | ||||
| </script> | </script> | ||||
| <div id='loaddiv' class='d-none text-center'><img src='../static/web/img/loadinglit.gif'></div> | |||||
| <div id='loaddiv' style='display:none'><center><img src='../static/web/img/loadinglit.gif'></center></div> | |||||
| <table width='100%' align='center'> | <table width='100%' align='center'> | ||||
| <tr> | <tr> | ||||
| <td> | <td> | ||||
| @@ -139,9 +139,7 @@ | |||||
| </style> | </style> | ||||
| </head> | </head> | ||||
| <body> | <body> | ||||
| <div id="edsta"> | |||||
| <center><img src="../static/web/img/loadinglit.gif"></center> | |||||
| </div> | |||||
| <div id="edsta"><center><img src="../static/web/img/loadinglit.gif"></center></div> | |||||
| <table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable my-3"> | <table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable my-3"> | ||||
| <tr bgcolor="#f5f5f5"> | <tr bgcolor="#f5f5f5"> | ||||
| <td width="170"> | <td width="170"> | ||||
| @@ -27,22 +27,22 @@ | |||||
| </script> | </script> | ||||
| </head> | </head> | ||||
| <body> | <body> | ||||
| <div id="loaddiv" class="d-none text-center"><img src="../static/web/img/loadinglit.gif"></div> | |||||
| <table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable my-3"> | |||||
| <tr> | |||||
| <td bgcolor="#f5f5f5"><a href="sys_admin_user.php">管理员帐号</a> > 绩效统计</td> | |||||
| </tr> | |||||
| <tr> | |||||
| <td class="p-0 border-top-0"> | |||||
| <?php | |||||
| $dsql->Execute('me', 'SELECT * FROM `#@__admin` ORDER BY id ASC'); | |||||
| while( $arr = $dsql->GetArray('me') ) | |||||
| { | |||||
| echo "<div id='userct{$arr['id']}' class='d-none text-center'><img src='../static/web/img/loadinglit.gif'></div><script>LoadUser({$arr['id']});</script>"; | |||||
| } | |||||
| ?> | |||||
| </td> | |||||
| </tr> | |||||
| </table> | |||||
| <div id="loaddiv" style="display:none"><center><img src="../static/web/img/loadinglit.gif"></center></div> | |||||
| <table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable my-3"> | |||||
| <tr> | |||||
| <td bgcolor="#f5f5f5"><a href="sys_admin_user.php">管理员帐号</a> > 绩效统计</td> | |||||
| </tr> | |||||
| <tr> | |||||
| <td class="p-0 border-top-0"> | |||||
| <?php | |||||
| $dsql->Execute('me', 'SELECT * FROM `#@__admin` ORDER BY id ASC'); | |||||
| while( $arr = $dsql->GetArray('me') ) | |||||
| { | |||||
| echo "<div id='userct{$arr['id']}'></div><script>LoadUser({$arr['id']});</script>"; | |||||
| } | |||||
| ?> | |||||
| </td> | |||||
| </tr> | |||||
| </table> | |||||
| </body> | </body> | ||||
| </html> | </html> | ||||
| @@ -44,7 +44,7 @@ | |||||
| </script> | </script> | ||||
| </head> | </head> | ||||
| <body> | <body> | ||||
| <div id="loaddiv" class="d-none text-center"><img src="../static/web/img/loadinglit.gif"></div> | |||||
| <div id="loaddiv" style="display:none"><center><img src="../static/web/img/loadinglit.gif"></center></div> | |||||
| <table width="98%" cellpadding="1" cellspacing="1" align="center" class="table maintable my-3"> | <table width="98%" cellpadding="1" cellspacing="1" align="center" class="table maintable my-3"> | ||||
| <tr> | <tr> | ||||
| <td bgcolor="#f5f5f5">病毒文件扫描</td> | <td bgcolor="#f5f5f5">病毒文件扫描</td> | ||||