tjr_detail.htm

来自「招生管理信息系统 湖北工业大学工商管理学院的」· HTM 代码 · 共 61 行

HTM
61
字号
<html>
<head>
<title>XXX推荐人的详细信息</title>
<link href="../../css/style.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>

<body background="../../img/main_bg.gif">
<table width="100%" border="0" cellpadding="0" cellspacing="0" align="center">
  <tr> 
    <td >
      <table width="560" border="0" cellpadding="0" cellspacing="0" class="CTborder" align="center">
        <tr> 
          <td align="center" class="CTbg">
          	<table width="100%"  border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td height="25" align="right" class="CTSborder">
                	<table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr> 
                      <td height="25" align="center">XXX推荐人的详细信息</td>
                    </tr>
                  </table>
                 </td>
              </tr>
            </table>
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr> 
                <td height="5"></td>
              </tr>
            </table>
              <table width="550" border="0" cellpadding="1" cellspacing="1" bordercolor="A1B0D7" bgcolor="A1B0D7">
                <tr bgcolor="#F7F9FD"> 
                  <td height="25" width="50">编号</td>
                  <td height="25" width="100"><input type="text" name="" value="123456789101" size="12"></td>
                  <td height="25" width="50">姓名</td>
                  <td height="25" width="100"><input type="text" name="" value="姜明华" size="12"></td>                  
                  <td height="25" width="50">部门</td>
                  <td height="25" width="100"><input type="text" name="" value="计算机科学与技术系" size="15"></td>                  
                </tr> 
                <tr bgcolor="#F7F9FD"> 
                  <td height="25" width="50">联系电话</td>
                  <td height="25" width="100"><input type="text" name="" value="xxxxxxxxxxx" size="11"></td>                 	
                  <td height="25" width="50">工作单位</td>
                  <td height="25" width="100"><input type="text" name="" value="武汉科技学院" size="12"></td>                 
                  <td height="25" width="50">职称</td>
                  <td height="25" width="100"><input type="text" name="" value="主任" size="15"></td>                  
                </tr>   
                <tr bgcolor="#F7F9FD"> 
                  <td height="25" width="50">家庭地址</td>
                  <td height="25" width="100" colspan="5"><input type="text" name="" value="xxxxxxxxxxx" size="69"></td>                 	                
                </tr>                                                                                                                                                                                                                                                                                                                                                                                                                                                       
              </table>          
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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