Geen omschrijving

newVersionUpdateModify.html 3.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <script src="../Script/Common/huayi.load.js"></script>
  7. <script src="../Script/Common/huayi.config.js"></script>
  8. <link rel="stylesheet" href="../css/init.css" />
  9. <link rel="stylesheet" type="text/css" href="./css/newVersionUpdateAdd.css">
  10. <title>版本更新添加</title>
  11. </head>
  12. <body class="gray-bg">
  13. <div class="clearfix wrapper wrapper-content animated fadeInRight">
  14. <div class="common">
  15. <table class="customerService">
  16. <tbody>
  17. <tr>
  18. <th>应用分类:</th>
  19. <td>
  20. <div class="form-group">
  21. <select class="form-control" id="addType">
  22. <option value="0" selected="selected">Android</option>
  23. <option value="1">IOS</option>
  24. </select>
  25. </div>
  26. </td>
  27. </tr>
  28. <tr>
  29. <th>版本名称:</th>
  30. <td>
  31. <div class="form-group">
  32. <input type="text" class="form-control" id="addVersionName" />
  33. </div>
  34. </td>
  35. </tr>
  36. <tr>
  37. <th>版本号:</th>
  38. <td>
  39. <div class="form-group">
  40. <input type="text" class="form-control" id="addVersionCode" />
  41. </div>
  42. </td>
  43. </tr>
  44. <tr class="upfile-wrapper">
  45. <th>上传文件:</th>
  46. <td>
  47. <div class="form-group">
  48. <span class="upfile-text"></span>
  49. <input id="btndr" type="button" class="btns" value="上传" />
  50. <input type="file" name="upFile" id="upFile" style="display: none;">
  51. <!--<input type="text" class="form-control" id="addFiles" />-->
  52. </div>
  53. </td>
  54. </tr>
  55. <tr class="url-wrapper">
  56. <th>链接地址:</th>
  57. <td>
  58. <div class="form-group">
  59. <input type="text" class="form-control" id="addUrl" />
  60. </div>
  61. </td>
  62. </tr>
  63. <tr>
  64. <th>排序:</th>
  65. <td>
  66. <div class="form-group">
  67. <input type="text" class="form-control" id="addSort" />
  68. </div>
  69. </td>
  70. </tr>
  71. <tr>
  72. <th>备注:</th>
  73. <td>
  74. <div class="form-group">
  75. <input type="text" class="form-control" id="addRemarks" />
  76. </div>
  77. </td>
  78. </tr>
  79. <tr>
  80. <td colspan="8" style="text-align: center;">
  81. <button class="btns customerSubmit">确&nbsp;定</button>
  82. </td>
  83. </tr>
  84. </tbody>
  85. </table>
  86. </div>
  87. </div>
  88. <script src="./js/newVersionUpdateModify.js"></script>
  89. </body>
  90. </html>