notice.html 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <filter><script src="../../lib/common.js"></script><script src="../../lib/jquery/jquery.min.js"></script></filter>
  5. <script class="include" system="" path="inc/" file="head">include()</script>
  6. </head>
  7. <body class="fixed-left">
  8. <!-- Begin page -->
  9. <div id="wrapper">
  10. <script class="include" system="" path="inc/" file="nav">include()</script>
  11. <script class="include" system="" path="inc/" file="menu">include()</script>
  12. <!-- ============================================================== -->
  13. <!-- Start right Content here -->
  14. <!-- ============================================================== -->
  15. <div class="content-page">
  16. <!-- Start content -->
  17. <div class="content">
  18. <div class="container">
  19. <div class="row">
  20. <!-- INBOX -->
  21. <div class="col-lg-12" id="panel-contact">
  22. <div class="panel panel-default panel-fill">
  23. <div class="panel-heading">
  24. <h3 class="panel-title page-title">公告</h3>
  25. </div>
  26. <div class="panel-body main-content">
  27. </div>
  28. </div>
  29. </div> <!-- end col -->
  30. </div> <!-- End row -->
  31. </div> <!-- container -->
  32. </div> <!-- content -->
  33. <script class="include" system="" path="inc/" file="foot">include()</script>
  34. </div>
  35. <!-- ============================================================== -->
  36. <!-- End Right content here -->
  37. <!-- ============================================================== -->
  38. <script class="include" system="" path="inc/" file="chat">include()</script>
  39. </div>
  40. <!-- END wrapper -->
  41. <script class="include" system="" path="inc/" file="script">include()</script>
  42. </body>
  43. </html>