<!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>skx表格</title>
<style>
table{background:#4068b0 center repeat; font-size:14px; color:#FFF;}
.button{ color:#F3F;}
.text1{background:#999 center repeat-x; width:220px;}
.text2{background:#999 center repeat-x; width:295px;}
.text3{background:#999 center repeat-x; width:220px;}
.text4{background:#999 center repeat-x; width:60px;}
</style>
</head>

<body>
<table width="770"  border="1" bordercolor="#666666" cellspacing="0" cellpadding="0" >
<tr>
<td width="770"height="22" colspan="4" ><center>理事长信息</center></td>
</tr>
<tr>
<td  width="130" height="22">登记证号:</td>
<td  width="220" height="22"><input class="text1" name="text"  placeholder="name" ></td>
<td  width="125" height="22">届数:</td>
<td  width="295" height="22"><input class="text2" name="text"></td>
</tr>
<tr>
<td  width="130" height="22">姓名:</td>
<td  width="220" height="22"><input class="text3" name="text"></td>
<td  width="125" height="22">级别:</td>
<td  width="295" height="22">
         <select>
          <option value="lsz">理事长</option>
          <option value="ds">董事</option>
          </select>
          </td>
</tr>
<tr>
<td  width="130" height="22">姓别:</td>
<td  width="220" height="22">
           <select>
          <option value="men">男</option>
          <option value="women">女</option>
          </select></td>
<td  width="125" height="22">出生年月:</td>
<td  width="295" height="22">
        <input class="text4" name="text"  placeholder="1954-2" >例如:1954年2月,填1954-2
          </td>
</tr>
<tr>
<td  width="150" height="22">单位:</td>
<td  width="150" height="22"><input class="text" name="text"></td>
<td  width="150" height="22">职务:</td>
<td  width="150" height="22"><input class="text" name="text"></td>
</tr>
<tr>
<td  width="150" height="22">职称:</td>
<td  width="150" height="22"><input class="text" name="text"></td>
<td  width="150" height="22">学历:</td>
<td  width="150" height="22"><input class="text" name="text"></td>
</tr>
<tr>
<td  width="150" height="22">专业:</td>
<td  width="150" height="22"><input class="text" name="text"></td>
<td  width="150" height="22">电话:</td>
<td  width="150" height="22"><input class="text" name="text"></td>
</tr>
<tr>
<td  width="150" height="22">党政领导兼职</td>
<td  width="150" height="22">
           <select>
          <option value="yes">是</option>
          <option value="no">否</option>
          </select>
          </td>
<td  width="150" height="22">上报时间</td>
<td  width="150" height="22"><input placeholder="2015-12-19" class="text" name="text"></td>
</tr>
<tr>
<td  width="150" height="22"><input type="button"  class="button" value="提交"></td>
<td  width="150" height="22"><input type="button"  class="button" value="重置"></td>
<td  width="460" height="22" colspan="2">注:确保数据无误后在提交!</td>
</tr>
</table>
</body>
</html>

table tricks的更多相关文章

  1. LinuxAsm#Chapter10

    Dividing and Conquering Book: Assembly Language step by step Complexity kills programs. Remember to ...

  2. php Hash Table(四) Hash Table添加和更新元素

    HashTable添加和更新的函数: 有4个主要的函数用于插入和更新HashTable的数据: int zend_hash_add(HashTable *ht, char *arKey, uint n ...

  3. 【翻译】C# Tips & Tricks: Weak References - When and How to Use Them

    原文:C# Tips & Tricks: Weak References - When and How to Use Them Sometimes you have an object whi ...

  4. Advanced Configuration Tricks

    Advanced Configuration Tricks Configuration of zend-mvc applications happens in several steps: Initi ...

  5. Responsive Table 利用@media

    html <table> <thead> <tr> <th>First Name</th> <th>Last Name</ ...

  6. Must Know Tips/Tricks in Deep Neural Networks

    Must Know Tips/Tricks in Deep Neural Networks (by Xiu-Shen Wei)   Deep Neural Networks, especially C ...

  7. Tips and Tricks for Debugging in chrome

    Tips and Tricks for Debugging in chrome Pretty print On sources panel ,clicking on the {} on the bot ...

  8. Must Know Tips/Tricks in Deep Neural Networks (by Xiu-Shen Wei)

    http://lamda.nju.edu.cn/weixs/project/CNNTricks/CNNTricks.html Deep Neural Networks, especially Conv ...

  9. HTML布局四剑客-Flex,Grid,Table,Float

    前言 在HTML布局中有很多的选择,同一种表现方式可以使用不同的方法来实现.下面来对四种最常见的布局方式进行阐述和解释,它们分别是Float,Table,Grid和Flex Float 第一位出场的就 ...

随机推荐

  1. Java递归搜索指定文件夹下的匹配文件

    import java.io.File; import java.util.ArrayList; import java.util.List; import java.util.Queue; /** ...

  2. PHP统计字符串里单词查询关键字

    <?function full_count_words($str) {     //返回完整数组,包含字符串里每个单词 $words = str_word_count($str,1);     ...

  3. 打包bat等文件成exe,双击运行不显示dos窗口,exe不报毒

    准备材料如下bat和vbs直接新建文本,然后改后缀就可以建出来了(后面发现exe运行vbs来启动bat不报毒)下面内容就是要把这些文件打包成exe,双击exe后打开图片test.jpg,不显示dos窗 ...

  4. centeros iptable模板文件

    iptables规则是空的.而且他们的selinux是关闭了的,这等同于把系统裸奔(总比windows裸奔好).   使用方法: 1.用root用户登录后 vi /etc/sysconfig/ipta ...

  5. mysql下面的INSTALL-BINARY的内容,所有的mysql的配置内容都在这

    2.2 Installing MySQL on Unix/Linux Using Generic Binaries Oracle provides a set of binary distributi ...

  6. AMD PerfStudio

    用PerfStudio 抓DX11 OIT

  7. PHP 开发 APP 接口 学习笔记与总结 - APP 接口实例 [6] 版本升级接口开发

    判定 app 是否需要加密:通过 app 表中的 status 字段来判定,加密的字符串为 app 表中的 key 字段. 在获取的客户端和服务器端(数据库表中相应字段)的版本号不一致时,返回 dat ...

  8. js 表单内容使用ajax以json格式混合提交

    脚本代码 function submitForm(){    var post_data = $("#form1").getdict();    var data_dict = { ...

  9. iptables的详细介绍及配置方法*

    Firewall(防火墙):组件,工作在网络边缘(主机边缘),对进出网络数据包基于一定的规则检查,并在匹配某规则时由规则定义的处理进行处理的一组功能的组件. 防火墙类型:根据工作的层次的不同来划分,常 ...

  10. 让Storm插上CEP的翅膀 - Siddhi调研和集成

    什么是 Siddhi? Siddhi 是一种 lightweight, easy-to-use, open source CEP(Complex Event Processing)引擎,由wso2公司 ...