⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 shop_adjust.htm

📁 支持全流程的Perl+MySQL电子商务系统。完全公开代码。
💻 HTM
字号:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>Perl爱好者商店 - 订购页</title>
<style>
<!--
.9pt         { font-size: 9pt }
.10pt        { font-size: 10pt }

a:hover{color:red;}
-->
</style>
</head>

<body>

<div align="center">
 <!--TP INCLUDE myhead.htm -->
</div>

<div align="center">
  <center>
  <table border="0" width="750" cellspacing="0" class="9pt" height="1">
    <tr>
      <td width="748" height="14"></td>
    </tr>
    <tr>
      <td width="748" height="1" valign="top">
        <p align="center">
      </td>
  </center>
    </tr>
    <tr>
      <td width="748" height="14">
        <form method="POST" action="<!--TP cgiurl -->/order.cgi">
  <div align="center">
    <center>
    <table border="0" width="90%" cellspacing="0" style="font-size: 10pt; font-family: Arial; border: 1 solid #000000" height="106">
      <tr>
        <td width="112%" bgcolor="#FF9966" height="1" colspan="6">
          <p align="center"><b>调 整 商 品 发 送 定 单</b></td>
      </tr>
    </center>
    <center>
      <tr>
        <td width="9%" height="25" valign="middle" align="center" bgcolor="#FFCC99">
          删 除        
        </td>
        <td width="38%" height="25" valign="middle" align="center" bgcolor="#FFCC99">
          品&nbsp; 名         
        </td>
        <td width="12%" height="25" valign="middle" align="center" bgcolor="#FFCC99">
          单&nbsp; 价         
        </td>
        <td width="11%" height="25" valign="middle" align="center" bgcolor="#FFCC99">
          数&nbsp; 量         
        </td>
        <td width="15%" height="25" valign="middle" align="center" bgcolor="#FFCC99">
        当前规格
        </td>
        <td width="15%" height="25" valign="middle" align="center" bgcolor="#FFCC99">
          更改规格
        </td>
      </tr>

<!--TP FOREACH pro_list -->
      <tr>
        <td width="9%" height="19" valign="middle" align="center">
          <input type="checkbox" name="rm<!--TP count -->" value="0">
        </td>
    </center>
        <td width="38%" height="19" valign="middle" align="center">
          <p align="left"><font color="#0000FF">&nbsp; <!--TP name --></font>         
        </td>
    <center>
        <td width="12%" height="19" valign="middle" align="right">
          <font color="#FF0000"><!--TP price -->元RMB</font>
        </td>
        <td width="11%" height="19" valign="middle" align="center">
          <input type="text" name="order_count<!--TP count -->" size="3" style="border-style: solid; border-width: 1" value="<!--TP order_count -->">
        </td>
        <td width="15%" height="19" valign="middle" align="center"><!--TP spec_current -->(加<!--TP spec_price -->)
        </td>
        <td width="15%" height="19" valign="middle" align="center"><select size="1" name="new_spec<!--TP count -->">
    <option value="NULL"  selected>默认不变</option><!--TP spec -->  </select> 
        </td>
      </tr>
	  <!--TP END -->
      <tr>
        <td width="111%" height="13" align="right" bgcolor="#FFCC99" colspan="6">
          <p align="center"> </td>
      </tr>
    </center>
    </table>
  </div>

  <p> </p>
  <div align="center">
			  <table border="0" width="44%" style="border-style: solid; border-width: 1" cellspacing="0" height="95" class="10pt">
      <tr>
        <td width="100%" height="31">
        <p align="center"><b>物 品 总 价:<font color="#FF0000"><!--TP all_price -->元RMB</font>         
        </b>
        </td>
      </tr>
      <tr>
        <td width="100%" height="32"><p align="center"><font color="#0000FF"><input type="radio" value="1" name="type" checked>调整一下<input type="radio" value="0" name="type">继续选购<input type="radio" value="2" name="type">发送定单</font></td>
      </tr>
      <tr>
        <td width="100%" height="32">
          <p align="center"><input type="submit" value="确 定" style="border-style: solid; border-width: 1"></td>
      </tr>
    </table>
	<input type="hidden" name="act" value="do_adjust">
        </form>
      </td>
    </tr>
    <tr>
      <td width="748" height="14"></td>
    </tr>
  </table>
</div>

  <div align="center">
    <center>
    <table border="0" width="750">
      <tr>
        <td width="100%"><img border="0" src="<!--TP imgurl -->/icons.gif" width="740" height="1"></td>
      </tr>
      <tr>
        <td width="100%" bgcolor="#FFFFFF">
          <p align="center"><font size="2" color="#808080">Copyright By Internet Express Buy</font></td>   
      </tr>
    </table>
    </center>
  </div>

</body>

</html>

⌨️ 快捷键说明

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