| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <html>
- <head>
- <style type="text/css">
- div.personalPhoto-small{
- opacity: 0;
- }
- .form td{
- padding: 0px !important;
- }
- </style>
- <js.ss file="/ss/jquery/jquery.ellipsis.js"/>
-
- </head>
- <body>
- <div ssFith="true">
- <div class="content-div">
- <equal.ss val="${empty sm}" val2="false">
- <div class="hLine longCardList-highlight" style="padding: 15px 30px;box-sizing: border-box;height: auto;">
- ${sm}
- </div>
- </equal.ss>
- <%-- 手写语音 --%>
- <equal.ss val="${empty ynrid}" val2="false">
- <div>
- <input type="hidden" name="sxfjid" value="${ynrid}"/>
- <div name="sxfjPlay" width="100%" height="320px" >
- </div>
- <cms.ss name="sxfj"/>
- </div>
- </equal.ss>
- <table class='form'>
- <%-- 附件 --%>
- <equal.ss val="${empty fjid}" val2="false">
- <tr class="receiveFiled">
- <td colspan="2" style="padding-top: 5px;padding-bottom: 5px;">
- <input type='hidden' name='fjid' value='${fjid}'/>
- <div name='fjPlay' width="100%" height="670px"></div>
- <cms.ss name="fj" rowStat="1"/>
- </td>
- </tr>
- <%--<tr>
- <td colspan="2" wdFitheight="top:2,fixHeight:53px">
- <div style="height: 100%">
- <input type="hidden" name="fjid" value="${fjid}"/>
- <div name="fjPlay" width="100%" height="100%">
- </div>
- <wd:write type="CMS" name="fj"/>
- </div>
- </td>
- </tr> --%>
- </equal.ss>
- </table>
- </div>
- <div class="bottom-div" >
- <div class="bottom-down-div">
- <input type="button" onclick="wd.display.closeDialog();" class="bottom-button" value="关闭" style="letter-spacing: 6px;"/>
- </div>
- </div>
- </div>
- </body>
- </html>
-
-
|