" />
兼职登记表-html代码
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
.biankuang{ border-bottom:1px solid #666; border-right:1px solid #666}
.biankuang1{ border-bottom:1px solid #666}
.biankuang2{ border-right:1px solid #666}
</style>
</head>
<body>
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0" style=" line-height:30px">
<tr>
<td colspan="4" align="center"><h1>兼职登记表</h1></td>
</tr>
<tr>
<td colspan="4" align="center"><table width="100%" border="0" cellspacing="0" cellpadding="0" style=" border:1px solid #666">
<tr>
<td class="biankuang" width="200" align="right"><strong>姓名:</strong></td>
<td class="biankuang" width="200"><input type="text" name="textfield2" id="textfield5" / style="border:none; border-bottom:1px solid #666; margin-left:10px" /></td>
<td class="biankuang" width="200" align="right"><strong>性别:</strong></td>
<td class="biankuang1" width="200"><input type="radio" name="radio" id="radio" value="radio" />
男
<input type="radio" name="radio" id="radio2" value="radio" />
女</td>
</tr>
<tr>
<td class="biankuang" width="200" align="right"><strong>年龄:</strong></td>
<td class="biankuang" width="200"><input type="text" name="textfield5" id="textfield4" / style="border:none; border-bottom:1px solid #666; margin-left:10px" /></td>
<td class="biankuang" width="200" align="right"><strong>学校:</strong></td>
<td class="biankuang1" width="200"><input type="text" name="textfield4" id="textfield3" / style="border:none; border-bottom:1px solid #666; margin-left:10px" /></td>
</tr>
<tr>
<td class="biankuang" width="200" align="right"><strong>地址:</strong></td>
<td class="biankuang" width="200"><input type="text" name="textfield" id="textfield" / style="border:none; border-bottom:1px solid #666; margin-left:10px" /></td>
<td class="biankuang" width="200" align="right"><strong>电话:</strong></td>
<td class="biankuang1" width="200"><input type="text" name="textfield3" id="textfield2" / style="border:none; border-bottom:1px solid #666; margin-left:10px" /></td>
</tr>
<tr>
<td class="biankuang" align="right" valign="top"><strong>可兼职时间</strong>:</td>
<td colspan="3" align="right"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" class="biankuang1"> <input type="checkbox" name="checkbox" id="checkbox" />
周一
<input type="radio" name="radio3" id="radio3" value="radio3" />
上午
<input type="radio" name="radio3" id="radio4" value="radio3" />
下午
<input type="radio" name="radio3" id="radio7" value="radio3" />
全天</td>
</tr>
<tr>
<td align="left" class="biankuang1"> <input type="checkbox" name="checkbox2" id="checkbox2" />
周二
<input type="radio" name="radio3" id="radio8" value="radio3" />
上午
<input type="radio" name="radio3" id="radio9" value="radio3" />
下午
<input type="radio" name="radio3" id="radio10" value="radio3" />
全天</td>
</tr>
<tr>
<td align="left" class="biankuang1"> <input type="checkbox" name="checkbox3" id="checkbox3" />
周三
<input type="radio" name="radio3" id="radio11" value="radio3" />
上午
<input type="radio" name="radio3" id="radio12" value="radio3" />
下午
<input type="radio" name="radio3" id="radio13" value="radio3" />
全天</td>
</tr>
<tr>
<td align="left" class="biankuang1"> <input type="checkbox" name="checkbox4" id="checkbox4" />
周四
<input type="radio" name="radio3" id="radio14" value="radio3" />
上午
<input type="radio" name="radio3" id="radio15" value="radio3" />
下午
<input type="radio" name="radio3" id="radio16" value="radio3" />
全天</td>
</tr>
<tr>
<td align="left" class="biankuang1"> <input type="checkbox" name="checkbox5" id="checkbox5" />
周五
<input type="radio" name="radio3" id="radio17" value="radio3" />
上午
<input type="radio" name="radio3" id="radio18" value="radio3" />
下午
<input type="radio" name="radio3" id="radio19" value="radio3" />
全天</td>
</tr>
<tr>
<td align="left" class="biankuang1"> <input type="checkbox" name="checkbox6" id="checkbox6" />
周六
<input type="radio" name="radio3" id="radio20" value="radio3" />
上午
<input type="radio" name="radio3" id="radio21" value="radio3" />
下午
<input type="radio" name="radio3" id="radio22" value="radio3" />
全天</td>
</tr>
<tr>
<td align="left" class="biankuang1"> <input type="checkbox" name="checkbox7" id="checkbox7" />
周日
<input type="radio" name="radio3" id="radio23" value="radio3" />
上午
<input type="radio" name="radio3" id="radio24" value="radio3" />
下午
<input type="radio" name="radio3" id="radio25" value="radio3" />
全天</td>
</tr>
</table></td>
</tr>
<tr>
<td class="biankuang" align="right" valign="top"><b>个人简介:</b></td>
<td height="120" colspan="3" align="left" valign="middle" class="biankuang1"><textarea name="textarea3" id="textarea3" cols="45" rows="5" style=" width:300px; height:100px; margin-left:10px"></textarea></td>
</tr>
<tr>
<td class="biankuang2" align="right" valign="top"><b>备注:</b></td>
<td height="120" colspan="3" align="left" valign="middle"><textarea name="textarea" id="textarea" cols="45" rows="5" style=" width:300px; height:100px; margin-left:10px"></textarea></td>
</tr>
</table></td>
</tr>
<tr>
<td width="198" align="center"> </td>
<td width="58" align="left" valign="bottom"><input type="submit" name="button2" id="button2" value="重置" /></td>
<td width="59" align="center" valign="bottom"><input type="submit" name="button" id="button" value="提交" /></td>
<td width="485" align="center"> </td>
</tr>
</table>
</body>
</html>