📄 sum_query.php
字号:
<?
include_once("inc/auth.php");
?>
<html>
<head>
<title>办公用品管理查询结果</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body class="bodycolor" leftmargin="0" topmargin="0">
<?
$TRANS_FLAG=TRIM($TRANS_FLAG);
if ($TRANS_FLAG==-1)
{
?>
<table width="100%" height="180%" border="0" align="center">
<?
}
else
{
?>
<table width="100%" height="100%" border="0" align="center">
<?
}
$TRANS_FLAG=TRIM($TRANS_FLAG);
if ($TRANS_FLAG==-1 or $TRANS_FLAG=="0")
{
?>
<tr>
<td colspan=2>
<iframe id="EDIT_HTML" frameborder=0 src="list.php?PRO_ID=<?=$PRO_ID?>&FROM_DATE=<?=$FROM_DATE?>&TO_DATE=<?=$TO_DATE?>&PRO_NAME=<?=$PRO_NAME?>" width="100%" height="100%" type="text/x-scriptlet" VIEWASTEXT></iframe>
</td>
</tr>
<?
}
if ($TRANS_FLAG==-1 or $TRANS_FLAG=="1")
{
?>
<tr>
<td colspan=2>
<iframe id="EDIT_HTML" frameborder=0 src="list1.php?PRO_ID=<?=$PRO_ID?>&FROM_DATE=<?=$FROM_DATE?>&TO_DATE=<?=$TO_DATE?>&PRO_NAME=<?=$PRO_NAME?>&BORROWER=<?=$BORROWER?>" width="100%" height="100%" type="text/x-scriptlet" VIEWASTEXT></iframe>
</td>
</tr>
<?
}
if ($TRANS_FLAG==-1 or $TRANS_FLAG=="2" or $TRANS_FLAG=="3")
{
?>
<tr>
<td>
<iframe id="EDIT_HTML" frameborder=0 src="list2.php?PRO_ID=<?=$PRO_ID?>&FROM_DATE=<?=$FROM_DATE?>&TO_DATE=<?=$TO_DATE?>&PRO_NAME=<?=$PRO_NAME?>&BORROWER=<?=$BORROWER?>" width="100%" height="100%" type="text/x-scriptlet" VIEWASTEXT></iframe>
</td>
<td >
<iframe id="EDIT_HTML" frameborder=0 src="list3.php?PRO_ID=<?=$PRO_ID?>&FROM_DATE=<?=$FROM_DATE?>&TO_DATE=<?=$TO_DATE?>&PRO_NAME=<?=$PRO_NAME?>&BORROWER=<?=$BORROWER?>" width="100%" height="100%" type="text/x-scriptlet" VIEWASTEXT></iframe>
</td>
</tr>
<tr>
<?
}
if ($TRANS_FLAG==-1 or $TRANS_FLAG=="4")
{
?>
<td colspan=2>
<iframe id="EDIT_HTML" frameborder=0 src="list4.php?PRO_ID=<?=$PRO_ID?>&FROM_DATE=<?=$FROM_DATE?>&TO_DATE=<?=$TO_DATE?>&PRO_NAME=<?=$PRO_NAME?>" width="100%" height="100%" type="text/x-scriptlet" VIEWASTEXT></iframe>
</td>
</tr>
<?
}
?>
</table>
<div align="center">
<input type="button" value="返回" class="BigButton" onclick="location='index.php'">
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -