<?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> </td>
<td><input type="submit" name="button" id="button" value="添加信息" /></td>
</tr>
</table>
</form></td>
</tr>
</table>
</body>
</html>