| 123456789101112131415161718192021 |
- <html>
- <head>
- </head>
- <body>
- <div class='content-div'>
- <table class="form" style="width: 100%;">
- <tr>
- <th>名称</th>
- <td>${wj.mc}</td>
- </tr>
- <tr>
- <td colspan="2">
- <div id="msPlay" width="100%" height="200px"></div>
- <input type="hidden" name="mswj" value="${wj.mswj}" />
- <editor.ss name="ms" mode="play"/>
- </td>
- </tr>
- </table>
- </div>
- </body>
- </html>
|