1 <%@ page language="java" contentType="text/html; charset=UTF-8" 2 pageEncoding="UTF-8"%> 3 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 4 <html> 5 <head> 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7 <title>卷内目录配置</title> 8 </head> 9 <body> 10 <div style="margin-top: -10px;margin-left: -10px;"><img src="assets/top.gif"/></div> 11 <!-- form name="档案类型"> 12 档案类型 <select name="pull" size="1"> 13 <option><input type="text"/> 14 <button type="button" value="添加" style="width: 46px;height: 24px; ">添加</button> 15 </option> 16 </select> --> 17 <div style="margin-top: 15px"> 18 <form method="post"> 19 <span style="absolute;margin-top:-12px;"> 20 <table cellspacing="0" cellpadding="0" width="100%" border="0"> 21 <tr> 22 <td align="left" > 23 <span>档案类型 </span><span style="position:absolute;border:1pt solid #c1c1c1;overflow:hidden;width:188px;height:19px;clip:rect(-1px 190px 190px 170px);"> 24 <select name="aabb" id="aabb" style="width:190px;height:20px;margin:-2px;" onChange=""> 25 </select> 26 </span> 27 <span style="position:absolute;border-top:1pt solid #c1c1c1;border-left:1pt solid #c1c1c1;border-bottom:1pt solid #c1c1c1;width:170px;height:19px;"> 28 <input type="text" name="dnlx" id="dnlx" style="width:170px;height:15px;border:0pt;"> 29 </span> 30 <div style="top:0px;margin-top:-20px;margin-left: 280px"><span> 31 <input type="button" value="添加" style="width: 69px;height: 23px;"> 32 </span> 33 </div> 34 <div style="margin-top: -22px;margin-left: 370px;"> 35 <input type="button" value="删除档案类型" style="width: 100px;height: 23px;"> 36 </div> 37 </td> 38 <td> 39 卷内目录类型 <span style="position:absolute;border:1pt solid #c1c1c1;overflow:hidden;width:188px;height:19px;clip:rect(-1px 190px 190px 170px);"> 40 <select name="ccdd" id="ccdd" style="width:190px;height:20px;margin:-2px;" onChange=""> 41 </select> 42 </span> 43 <span style="position:absolute;border-top:1pt solid #c1c1c1;border-left:1pt solid #c1c1c1;border-bottom:1pt solid #c1c1c1;width:170px;height:19px;"> 44 <input type="text" name="anlx" id="anlx" style="width:170px;height:15px;border:0pt;"> 45 </span> 46 <div style="top:0px;margin-top:-20px;margin-left: 300px"><span> 47 <input type="button" value="添加" style="width: 69px;height: 23px;"> 48 </span> 49 </div> 50 <div style="margin-top: -23px;margin-left: 390px;"> 51 <input type="button" value="删除卷内目录" style="width: 100px;height: 23px;"> 52 </div> 53 </td> 54 </tr> 55 </table> 56 </span> 57 </form> 58 </div> 59 <form style="border-right-style: 120px" method="post"> 60 <div align="center"> 61 <br> 62 <table width="500" border="-2"> 63 <tr> 64 65 <th>档案名称</th> 66 <th>是否必须</th> 67 <th>是否有纸质档案保存</th> 68 <th>保存时间</th> 69 <th>备注</th> 70 71 </tr> 72 <tr height="20" > 73 <th></th> 74 <th></th> 75 <th></th> 76 <th></th> 77 <th></th> 78 </tr> 79 </table> 80 </br> 81 </div> 82 <table style="margin-top: 260px"> 83 <tr> 84 <td>档案名称 <input type="text" width=""></td> 85 <td>   保存年限 <div style="margin-top: -16px;margin-left: 100px;"> 86 <select name="aobb" id="aobb" style="width:60px;height:22px;margin:-3px;" onChange=""> 87 <option>10年</option> 88 <option>20年</option> 89 <option>30年</option> 90 <option>50年</option> 91 <option>100年</option> 92 <option>永久</option> 93 </select> 94 </div> 95 </td> 96 <td>   是否有纸质档案保存 <div style="margin-top: -18px;margin-left: 180px;width: 120px;"> 97 <select name="aobb" id="aobb" style="width:40px;height:22px;margin:-2px;" onChange=""> 98 <option>是</option> 99 <option>否</option> 100 </select> 101 </div> 102 </td> 103 </tr> 104 105 <tr> 106 <td>是否必须 <div style="margin-top: -17px;margin-left: 75px;width: 120px;"> 107 <select name="aobb" id="aobb" style="width:40px;height:22px;margin:-2px;" onChange=""> 108 <option>是</option> 109 <option>否</option> 110 </select> 111 </div> 112 </td> 113 <td> 114 备注 <input type="text" > 115 </td> 116 </tr> 117 </table> 118 <div align="center"> 119 <input type="submit" value="添加" name="save"> 120 </div> 121 122 </form> 123 </body> 124 </html>