| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- <!DOCTYPE html>
- <html lang=zh-cn>
- <head>
- <meta charset=utf-8>
- <title>CLD.System</title>
- <meta name=description content=电子版晴雨表,在线晴雨表,网页晴雨表>
- <link rel="shortcut icon" href="images/favicon.ico">
- <meta name=copyright content=smartcost.com.cn>
- <link rel=stylesheet href=css/global.css>
- <script src=js/jquery-1.7.1.min.js></script>
- <script src=js/global.js></script>
- </head>
- <body>
- <legend><div class="fR"><button type="submit" class="button" href="#confirm" data-toggle="modal">提交报名表</button></div> 广西办事处2018年8月广西路桥工程集团有限公司路面分公司企业培训</legend>
- <div class="borad-news">
- <div class="saeaList">
- <table class="table table-bordered table-condensed">
- <tbody>
- <tr>
- <th class="taC"><span class="colRed">*</span>单位名称</th>
- <td colspan="3">
- <input type="text" placeholder="必填">
- </td>
- </tr>
- <tr>
- <th class="taC" width="150"><span class="colRed">*</span>联系人</th><td><input type="text" placeholder="必填"></td>
- <th class="taC" width="150"><span class="colRed">*</span>QQ/邮箱</th><td><input type="text" placeholder="必填"></td>
- </tr>
- <tr>
- <th class="taC" width="150"><span class="colRed">*</span>电话</th><td><input type="text" placeholder="必填"></td>
- <th class="taC" width="150">传真</th><td><input type="text" placeholder="选填"></td>
- </tr>
- <tr>
- <th class="taC"><span class="colRed">*</span>发票类型</th><td colspan="3">
- <label class="radio inline"><input type="radio">增值税普通发票</label>
- <label class="radio inline colRed"><input type="radio"><sup>专</sup> 增值税专用发票</label>
- </td>
- </tr>
- <tr>
- <th colspan="4" class="taC">增值税普通发票</th>
- </tr>
- <tr>
- <th class="taC" width="150"><span class="colRed">*</span>开票单位名称</th><td><input type="text" placeholder="必填"></td>
- <th class="taC" width="150">纳税人识别码</th><td><input type="text" placeholder="选填"></td>
- </tr>
- <tr>
- <th class="taC">注册地址</th><td><input type="text" placeholder="选填"></td>
- <th class="taC">注册电话</th><td><input type="text" placeholder="选填"></td>
- </tr>
- <tr>
- <th class="taC">开户银行</th><td><input type="text" placeholder="选填"></td>
- <th class="taC">银行账号</th><td><input type="text" placeholder="选填"></td>
- </tr>
- <!--专票-->
- <tr>
- <th colspan="4" class="taC colRed"><sup>专</sup> 增值税专用发票</th>
- </tr>
- <tr>
- <th class="taC" width="150"><span class="colRed">*</span>开票单位名称</th><td><input type="text" placeholder="必填"></td>
- <th class="taC" width="150"><span class="colRed">*</span>纳税人识别码</th><td><input type="text" placeholder="必填"></td>
- </tr>
- <tr>
- <th class="taC"><span class="colRed">*</span>注册地址</th><td><input type="text" placeholder="必填"></td>
- <th class="taC"><span class="colRed">*</span>注册电话</th><td><input type="text" placeholder="必填"></td>
- </tr>
- <tr>
- <th class="taC"><span class="colRed">*</span>开户银行</th><td><input type="text" placeholder="必填"></td>
- <th class="taC"><span class="colRed">*</span>银行账号</th><td><input type="text" placeholder="必填"></td>
- </tr>
- </tbody>
- </table>
- <table class="table table-bordered table-condensed ">
- <tbody>
- <tr><th colspan="4" class="taC">参加人员</th></tr>
- <tr><th class="taC">姓名</th><th class="taC">性别</th><th class="taC">手机</th><th class="taC">方案</th></tr>
- <tr><td colspan="4" class="taC"><button type="submit" class="button" href="#add" data-toggle="modal">添加参加人员</button></td></tr>
- </tbody>
- </table>
- <p class="taR"><button type="submit" class="button" href="#confirm" data-toggle="modal">提交报名表</button></p>
- </div>
- </div>
- </body>
|