sum_query.php

来自「极限网络智能办公系统 Office Automation V3.0官方100%源」· PHP 代码 · 共 85 行

PHP
85
字号
<?
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'">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</div>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?