fmcf0319.html

来自「物流管理系统」· HTML 代码 · 共 54 行

HTML
54
字号

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>入库作业--到货通知单</title>
<link rel="stylesheet" type="text/css" href="../css/you.css" />
</head>

<body>
<!--上-->

<!--下-->

<div id="xia">
<div id="info">
<div id="inf">入库作业</div>
</div>
<div id="tabb">
<form name="form1">
<table width="200" border="1" id="table" class="tab">
  <tr class="trs">
    <td width="12%">选择</td>
    <td width="28%">到货通知单</td>
    <td width="30%">到货日期</td>
    <td width="30%">送货人</td>

  </tr>
  <tr>
    <td><input type="radio" name="radio"></td>
    <td><a href="#" target="ab" style="border:0">NO01</a></td>
    <td>2007-07-30</td>
    <td>bill</td>

  </tr>
  <tr>
    <td><input type="radio" name="radio"></td>
    <td><a href="#" target="ab" style="border:0">NO02</a></td>
    <td>2007-07-30</td>
    <td>bill</td>

  </tr>
  
  <tr>
    <td colspan="4" class="tds"><img src="../images/button/true.gif" border="0" onMouseOver="this.src='../images/button/true1.gif'" onMouseOut="this.src='../images/button/true.gif'">&nbsp;&nbsp;&nbsp;&nbsp;
<img src="../images/button/qx.gif" border="0" onMouseOver="this.src='../images/button/qx1.gif'" onMouseOut="this.src='../images/button/qx.gif'"></td>
  </tr>
</table>
</form>
</div>

</div>
</body>
</html>

⌨️ 快捷键说明

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