| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>慧牧科技</title>
- <style type="text/css">
- #da:after{
- content:'';
- }
- </style>
- <script type="text/javascript">
- function backUrl(from) {
- switch(from) {
- case "sy":
- haifm.loadMobilePage("haifm", "haifmMain.htm?mcid="+$("#mcid").val());
- break;
- case "sbxx":
- case "list":
- case "scxx":
- case "mctg":
- haifm.loadMobilePage("haifm", "viewXxlist.htm?from=" + from + "&mcid="+$("#mcid").val() );
- break;
- case "xxtz":
- haifm.loadMobilePage("haifm", "haifmMain.htm");
- break;
- }
- };
- </script>
- </head>
- <body>
- <input type="hidden" id="username" value="$!username" />
- <div style="flex: 1;background-color: #fff;">
- <div id="wrap">
- <header>
- <span class="glyphicon glyphicon-chevron-left" aria-hidden="true" onclick="javascript:backUrl('$!from')"></span>
- <p>消息</p>
- <span class="glyphicon" aria-hidden="true" style="width: 18px;height: 18px;"></span>
- </header>
- <div style="flex:1;display: flex;flex-direction: column;margin-top: 0.5rem;">
- <span class="text-center" style="margin: 10px;">
- <h4>$!xxXxts.bt</h4>
- </span>
- <blockquote class="pull-right">
- <small id="da">$!dateTool.format('yyyy-MM-dd HH:mm', $!xxXxts.fbsj)</small>
- </blockquote>
- <p style="margin:10px;text-indent: 2em;">$!xxXxts.zw</p>
- </div>
- </div>
- </div>
- </body>
- </html>
|