ssdevServer_pwjInfo.ss.jsp 384 B

123456789101112131415161718192021
  1. <html>
  2. <head>
  3. </head>
  4. <body>
  5. <div class='content-div'>
  6. <table class="form" style="width: 100%;">
  7. <tr>
  8. <th>名称</th>
  9. <td>${wj.mc}</td>
  10. </tr>
  11. <tr>
  12. <td colspan="2">
  13. <div id="msPlay" width="100%" height="200px"></div>
  14. <input type="hidden" name="mswj" value="${wj.mswj}" />
  15. <editor.ss name="ms" mode="play"/>
  16. </td>
  17. </tr>
  18. </table>
  19. </div>
  20. </body>
  21. </html>