📄 index.php
字号:
<?
include_once("inc/auth.php");
include_once("inc/utility_all.php");
$ARRAY_FIELD1=explode(",",$ARRAY_FIELD);
$graphValues1=explode(",",$graphValues);
?>
<html>
<head>
<title>客户服务统计结果</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body topmargin="0">
<div align="left">
<TABLE>
<tr align="center">
<td> </td>
</tr>
<TR align="center">
<td align="center" valign=top>
<table border="0" cellspacing="1" width="95%" class="small" bgcolor="#000000" cellpadding="3">
<?
$ARRAY_COUNT=sizeof($ARRAY_FIELD1);
for($I=0;$I<$ARRAY_COUNT-1;$I++)
{
if(($I+1)%2==1)
$TableLine="TableLine1";
else
$TableLine="TableLine2";
?>
<tr class="<?=$TableLine?>">
<td nowrap align="center" bgcolor="#D3E5FA"><?=$ARRAY_FIELD1[$I]?></td>
<td nowrap align="center" width="100"><?=$graphValues1[$I]?><?=$unit?></td>
</tr>
<?
}
?>
</table>
</td>
<td>
</td>
<TD align="center">
<?
if($type=="1")
{
?>
<img src="staticspaint.php?ARRAY_FIELD1=<?=$ARRAY_FIELD?>&graphValues1=<?=$graphValues?>&unit=<?=$unit?>">
<?
}
else
{
?>
<img src="cakeimg.php?ARRAY_FIELD1=<?=$ARRAY_FIELD?>&graphValues1=<?=$graphValues?>">
<?
}
?>
</TD>
</tr>
</TABLE>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -