postmoment.html 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title></title>
  6. <script src="/lanhu-bootstrap/js/jquery-1.9.1.min.js"></script>
  7. <script src="/lanhu-bootstrap/js/jquery.validate.min.js"></script>
  8. <script src="/lanhu-bootstrap/assets/js/language_validator.js"></script>
  9. <script src="/lanhu-bootstrap/js/jquery.i18n.properties.js"></script>
  10. <link rel="stylesheet" href="/lanhu-bootstrap/css/head.css">
  11. <script src="/lanhu-bootstrap/assets/js/company-postproject.js"></script>
  12. </head>
  13. <body>
  14. <div id="head"></div>
  15. <script>
  16. $(function() {
  17. $("#head").load("../head.html",function(){
  18. $("#common-navbar-head .active").removeClass("active")
  19. //$("#common-navbar-head .head_li_user").addClass("active")
  20. });
  21. })
  22. </script>
  23. <main class="jpmain">
  24. <form id="form">
  25. <div class=" jpcontainer" >
  26. <style>
  27. .red{
  28. color:rgba(248, 61, 90, 1) ;
  29. }
  30. dt {
  31. margin-top: 20px;
  32. }
  33. dd {
  34. margin-top: 20px;
  35. margin-bottom: 20px;
  36. }
  37. input,
  38. textarea,
  39. .form-control,
  40. .input-group-addon {
  41. border-width: 0;
  42. height: 48px;
  43. border-radius: 8px;
  44. background-color: rgba(239, 241, 244, 1);
  45. width: 100%;
  46. }
  47. input,
  48. textarea {
  49. border-width: 0;
  50. height: 48px;
  51. border-radius: 8px;
  52. background-color: rgba(239, 241, 244, 1);
  53. width: 100%;
  54. padding-left: 20px;
  55. }
  56. .btn-group {
  57. width: 100%;
  58. height: 48px;
  59. }
  60. .btn-group>.btn {
  61. width: 80%;
  62. height: 48px;
  63. }
  64. .btn-group>.dropdown-toggle {
  65. width: 20%;
  66. height: 48px;
  67. }
  68. </style>
  69. <div class="row-fluid">
  70. <div class="span12">
  71. <dl>
  72. <dt class="jph2 i18n-text"
  73. style="text-align: center;"
  74. i18n="company_postproject_What are you working on">
  75. What are you working on ?
  76. </dt>
  77. <input id="imagePic" name="imagePic" type="file"
  78. accept=".bmp,.jpg,.png,.jpeg,image/bmp,image/jpg,image/png,image/jpeg"
  79. style="display:none" />
  80. <style>
  81. .imgdel {
  82. opacity: 0.5;
  83. background-color: #e5e8ec;
  84. top: -40%;
  85. left: 40%;
  86. position: relative;
  87. }
  88. </style>
  89. <dd class="imguploadlist">
  90. <div class="span12 imguploadspan" style="margin-left: 0;">
  91. <button type="button" class="btnUpload" style="
  92. width: 32%;
  93. max-width: 260px;
  94. max-height: 170px;
  95. border: 0px;
  96. background: url(/lanhu-bootstrap/assets/img/img_add.png) no-repeat;
  97. background-size: 100% 100%;
  98. min-width: 50px;
  99. ">
  100. <span class="imgdel " style="display: none;" aria-hidden="true">
  101. <img style="width: 20px;height: 20px;"
  102. src="/lanhu-bootstrap/assets/img/img_del.png">
  103. </span>
  104. <input type="hidden" class="imginput" />
  105. </button>
  106. </div>
  107. </dd>
  108. <style>
  109. .ddul{
  110. overflow-wrap: break-word;
  111. color: rgba(130, 130, 130, 1);
  112. font-size: 14px;
  113. font-family: Avenir-Roman;
  114. line-height: 19px;
  115. text-align: left;
  116. }
  117. </style>
  118. <dd>
  119. <ul class="ddul">
  120. <li class="i18n-text" i18n="company_postproject_Only upload media you ownthe rights to"></li>
  121. <li class="i18n-text" i18n="company_postproject_high resolution images(png,jpg,gif)"></li>
  122. <li class="i18n-text" i18n="company_postproject_1600X1200 or higher recommended. Max 10MB each"></li>
  123. </ul>
  124. </dd>
  125. <div class="row-fluid">
  126. <div class="span12">
  127. <dt class="jph3 i18n-text" i18n="company_postproject_Project title">
  128. Project title
  129. </dt>
  130. <dd>
  131. <input type="text" required name="Project_title" class="i18n-placeholder" i18n="company_postproject_A short introduction" placeholder="" />
  132. </dd>
  133. </div>
  134. </div>
  135. <div class="row-fluid">
  136. <div class="span12">
  137. <dt class="jph3 ">
  138. <span class="i18n-text" i18n="company_postproject_Project description">
  139. Project description
  140. </span>
  141. </dt>
  142. <dd>
  143. <textarea style="height: 90px;" rows="3" class="i18n-placeholder"
  144. maxlength="500"
  145. i18n="company_postproject_Projectdescriptiontxt"
  146. placeholder=""></textarea>
  147. </dd>
  148. </div>
  149. </div>
  150. <div class="row-fluid">
  151. <button type="submit" id="registerupload" class="hbutton i18n-text"
  152. style="background-color: #e64e5e; float: right;"
  153. i18n="company_postproject_Publish now" >upload</button>
  154. </div>
  155. </div>
  156. </form>
  157. </main>
  158. </body>
  159. </html>