blletin_show.html 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <{include file="./admin/header.html"}>
  2. <{include file="./admin/left.html"}>
  3. <{include file="./admin/nav.html"}>
  4. <{include file="get_kindeditor.html"}>
  5. <script type="text/javascript" src="<{$web_cfg.cdn}>/public/static/js/jquery-1.7.2.min.js"></script>
  6. <link rel="stylesheet" href="<{$web_cfg.cdn}>/public/static/js/jquery.minicolors.css" />
  7. <script type="text/javascript" src="<{$web_cfg.cdn}>/public/static/js/jquery.minicolors.js"></script>
  8. <style>
  9. .set-nav {
  10. margin: 0 auto;
  11. }
  12. .set-nav-hr {
  13. background-color: #ddd;
  14. height: 1px;
  15. position: relative;
  16. }
  17. .form-group label {
  18. font-weight: 600;
  19. }
  20. .checkbox-inline, .radio-inline {
  21. font-weight: 400!important;
  22. }
  23. .rowlabel {
  24. font-weight: 300!important;
  25. }
  26. .music_play_hide {
  27. display:none;
  28. }
  29. </style>
  30. <div style="margin-top: 30px">
  31. <p style="font-size: 30px;text-align:center"><{$bulletinData.title}></p>
  32. </div>
  33. <div style="margin-top: 30px">
  34. <p style="font-size: 15px;text-align:center;" >发布者:<{$bulletinData.userData.name}> 发布时间:<{$bulletinData.update_time|date_format:'%Y-%m-%d'}></p>
  35. </div>
  36. <div style="margin-top: 30px">
  37. <p style="font-size: 20px;text-align:center;" ><{$bulletinData.content}></p>
  38. </div>
  39. <script>
  40. KISSY.use('node, io', function (S, Node, IO) {
  41. var $ = S.all;
  42. });
  43. </script>
  44. <{include file="./admin/bottom.html"}>