代码改变世界

模块添加页代码

2013-10-10 19:58  F-lower  阅读(259)  评论(0编辑  收藏  举报

<?php
include "../include/head.php";
include "../include/cn.php";
?>
<body style="margin:0px;">
<table width="293" border="1" cellspacing="1" cellpadding="1">
  <tr>
    <td align="center">单页模块添加</td>
  </tr>
  <tr>
    <td align="center"><form id="form1" name="form1" method="post" action="class_submit.php?atc=ok">
      <table width="235" border="1" cellspacing="1" cellpadding="1">
        <tr>
          <td width="36" align="right">类名</td>
          <td width="186"><input type="text" name="title" id="title" /></td>
        </tr>
        <tr>
          <td>&nbsp;</td>
          <td><input type="submit" name="button" id="button" value="添加信息" /></td>
        </tr>
      </table>
    </form></td>
  </tr>
</table>
</body>
</html>