viewPage.html 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <%var cssParam = {%>
  2. <%};%>
  3. <%var jsParam = {%>
  4. <script type="text/javascript">
  5. </script>
  6. <%};%>
  7. <%layout("/TechnicalRequirementsGuide/afterPage/commonPage/_layout_2.html", {jsParam:jsParam,cssParam:cssParam}) {%>
  8. <div class="col-xs-12">
  9. <div style="margin-top:22px; text-align:center; height:66px">
  10. <label><h7 style=" font-family:Italics; font-size:200%;"> ${technicalRequirementsGuide.name} </h7></label>
  11. </div>
  12. <div style="margin:0 auto; height:45px; text-align:center;">
  13. 发布联盟: ${technicalRequirementsGuide.allianceName} &nbsp;&nbsp;
  14. 发布日期: ${technicalRequirementsGuide.createDate} &nbsp;&nbsp;
  15. 截止日期:${technicalRequirementsGuide.endDate}
  16. </div>
  17. <%if(technicalRequirementsGuide.attachment!'' != ''){%>
  18. <div style=" margin:0 auto; margin-left:780px; width:1000px; height:20px">
  19. <label class="col-sm-3 no-padding-right" style="text-align: right;"> 附件: </label>
  20. <label class="col-sm-9 no-padding-right" style="text-align: left;"><a href="${contextPath}/imageFile/downloadFileNoUser?filePath=${technicalRequirementsGuide.attachment}" target="_blank"> 下载附件 </a></label>
  21. </div>
  22. <%}%>
  23. <div style="margin:0 auto; width:900px; border:1px solid #000000">
  24. <div style="margin:0 auto; width:850px">
  25. ${technicalRequirementsGuide.explains}
  26. </div>
  27. </div>
  28. <!-- /span -->
  29. </div>
  30. <!-- /row -->
  31. <%}%>