shInfo.ss.jsp 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <html>
  2. <head>
  3. <style type="text/css">
  4. div.personalPhoto-small{
  5. opacity: 0;
  6. }
  7. .form td{
  8. padding: 0px !important;
  9. }
  10. </style>
  11. <js.ss file="/ss/jquery/jquery.ellipsis.js"/>
  12. </head>
  13. <body>
  14. <div ssFith="true">
  15. <div class="content-div">
  16. <equal.ss val="${empty sm}" val2="false">
  17. <div class="hLine longCardList-highlight" style="padding: 15px 30px;box-sizing: border-box;height: auto;">
  18. ${sm}
  19. </div>
  20. </equal.ss>
  21. <%-- 手写语音 --%>
  22. <equal.ss val="${empty ynrid}" val2="false">
  23. <div>
  24. <input type="hidden" name="sxfjid" value="${ynrid}"/>
  25. <div name="sxfjPlay" width="100%" height="320px" >
  26. </div>
  27. <cms.ss name="sxfj"/>
  28. </div>
  29. </equal.ss>
  30. <table class='form'>
  31. <%-- 附件 --%>
  32. <equal.ss val="${empty fjid}" val2="false">
  33. <tr class="receiveFiled">
  34. <td colspan="2" style="padding-top: 5px;padding-bottom: 5px;">
  35. <input type='hidden' name='fjid' value='${fjid}'/>
  36. <div name='fjPlay' width="100%" height="670px"></div>
  37. <cms.ss name="fj" rowStat="1"/>
  38. </td>
  39. </tr>
  40. <%--<tr>
  41. <td colspan="2" wdFitheight="top:2,fixHeight:53px">
  42. <div style="height: 100%">
  43. <input type="hidden" name="fjid" value="${fjid}"/>
  44. <div name="fjPlay" width="100%" height="100%">
  45. </div>
  46. <wd:write type="CMS" name="fj"/>
  47. </div>
  48. </td>
  49. </tr> --%>
  50. </equal.ss>
  51. </table>
  52. </div>
  53. <div class="bottom-div" >
  54. <div class="bottom-down-div">
  55. <input type="button" onclick="wd.display.closeDialog();" class="bottom-button" value="关闭" style="letter-spacing: 6px;"/>
  56. </div>
  57. </div>
  58. </div>
  59. </body>
  60. </html>