viewXxxx.htm 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>慧牧科技</title>
  5. <style type="text/css">
  6. #da:after{
  7. content:'';
  8. }
  9. </style>
  10. <script type="text/javascript">
  11. function backUrl(from) {
  12. switch(from) {
  13. case "sy":
  14. haifm.loadMobilePage("haifm", "haifmMain.htm?mcid="+$("#mcid").val());
  15. break;
  16. case "sbxx":
  17. case "list":
  18. case "scxx":
  19. case "mctg":
  20. haifm.loadMobilePage("haifm", "viewXxlist.htm?from=" + from + "&mcid="+$("#mcid").val() );
  21. break;
  22. case "xxtz":
  23. haifm.loadMobilePage("haifm", "haifmMain.htm");
  24. break;
  25. }
  26. };
  27. </script>
  28. </head>
  29. <body>
  30. <input type="hidden" id="username" value="$!username" />
  31. <div style="flex: 1;background-color: #fff;">
  32. <div id="wrap">
  33. <header>
  34. <span class="glyphicon glyphicon-chevron-left" aria-hidden="true" onclick="javascript:backUrl('$!from')"></span>
  35. <p>消息</p>
  36. <span class="glyphicon" aria-hidden="true" style="width: 18px;height: 18px;"></span>
  37. </header>
  38. <div style="flex:1;display: flex;flex-direction: column;margin-top: 0.5rem;">
  39. <span class="text-center" style="margin: 10px;">
  40. <h4>$!xxXxts.bt</h4>
  41. </span>
  42. <blockquote class="pull-right">
  43. <small id="da">$!dateTool.format('yyyy-MM-dd HH:mm', $!xxXxts.fbsj)</small>
  44. </blockquote>
  45. <p style="margin:10px;text-indent: 2em;">$!xxXxts.zw</p>
  46. </div>
  47. </div>
  48. </div>
  49. </body>
  50. </html>