train-edit-view.html 4.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <!DOCTYPE html>
  2. <html lang=zh-cn>
  3. <head>
  4. <meta charset=utf-8>
  5. <title>CLD.System</title>
  6. <meta name=description content=电子版晴雨表,在线晴雨表,网页晴雨表>
  7. <link rel="shortcut icon" href="images/favicon.ico">
  8. <meta name=copyright content=smartcost.com.cn>
  9. <link rel=stylesheet href=css/global.css>
  10. <script src=js/jquery-1.7.1.min.js></script>
  11. <script src=js/global.js></script>
  12. </head>
  13. <body>
  14. <legend><div class="fR"><button type="submit" class="button" href="#confirm" data-toggle="modal">提交报名表</button></div>&nbsp;广西办事处2018年8月广西路桥工程集团有限公司路面分公司企业培训</legend>
  15. <div class="borad-news">
  16. <div class="saeaList">
  17. <table class="table table-bordered table-condensed">
  18. <tbody>
  19. <tr>
  20. <th class="taC"><span class="colRed">*</span>单位名称</th>
  21. <td colspan="3">
  22. <input type="text" placeholder="必填">
  23. </td>
  24. </tr>
  25. <tr>
  26. <th class="taC" width="150"><span class="colRed">*</span>联系人</th><td><input type="text" placeholder="必填"></td>
  27. <th class="taC" width="150"><span class="colRed">*</span>QQ/邮箱</th><td><input type="text" placeholder="必填"></td>
  28. </tr>
  29. <tr>
  30. <th class="taC" width="150"><span class="colRed">*</span>电话</th><td><input type="text" placeholder="必填"></td>
  31. <th class="taC" width="150">传真</th><td><input type="text" placeholder="选填"></td>
  32. </tr>
  33. <tr>
  34. <th class="taC"><span class="colRed">*</span>发票类型</th><td colspan="3">
  35. <label class="radio inline"><input type="radio">增值税普通发票</label>
  36. <label class="radio inline colRed"><input type="radio"><sup>专</sup> 增值税专用发票</label>
  37. </td>
  38. </tr>
  39. <tr>
  40. <th colspan="4" class="taC">增值税普通发票</th>
  41. </tr>
  42. <tr>
  43. <th class="taC" width="150"><span class="colRed">*</span>开票单位名称</th><td><input type="text" placeholder="必填"></td>
  44. <th class="taC" width="150">纳税人识别码</th><td><input type="text" placeholder="选填"></td>
  45. </tr>
  46. <tr>
  47. <th class="taC">注册地址</th><td><input type="text" placeholder="选填"></td>
  48. <th class="taC">注册电话</th><td><input type="text" placeholder="选填"></td>
  49. </tr>
  50. <tr>
  51. <th class="taC">开户银行</th><td><input type="text" placeholder="选填"></td>
  52. <th class="taC">银行账号</th><td><input type="text" placeholder="选填"></td>
  53. </tr>
  54. <!--专票-->
  55. <tr>
  56. <th colspan="4" class="taC colRed"><sup>专</sup> 增值税专用发票</th>
  57. </tr>
  58. <tr>
  59. <th class="taC" width="150"><span class="colRed">*</span>开票单位名称</th><td><input type="text" placeholder="必填"></td>
  60. <th class="taC" width="150"><span class="colRed">*</span>纳税人识别码</th><td><input type="text" placeholder="必填"></td>
  61. </tr>
  62. <tr>
  63. <th class="taC"><span class="colRed">*</span>注册地址</th><td><input type="text" placeholder="必填"></td>
  64. <th class="taC"><span class="colRed">*</span>注册电话</th><td><input type="text" placeholder="必填"></td>
  65. </tr>
  66. <tr>
  67. <th class="taC"><span class="colRed">*</span>开户银行</th><td><input type="text" placeholder="必填"></td>
  68. <th class="taC"><span class="colRed">*</span>银行账号</th><td><input type="text" placeholder="必填"></td>
  69. </tr>
  70. </tbody>
  71. </table>
  72. <table class="table table-bordered table-condensed ">
  73. <tbody>
  74. <tr><th colspan="4" class="taC">参加人员</th></tr>
  75. <tr><th class="taC">姓名</th><th class="taC">性别</th><th class="taC">手机</th><th class="taC">方案</th></tr>
  76. <tr><td colspan="4" class="taC"><button type="submit" class="button" href="#add" data-toggle="modal">添加参加人员</button></td></tr>
  77. </tbody>
  78. </table>
  79. <p class="taR"><button type="submit" class="button" href="#confirm" data-toggle="modal">提交报名表</button></p>
  80. </div>
  81. </div>
  82. </body>