| 1234567891011121314151617181920212223242526 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <script src="../Script/Common/huayi.load.js"></script>
- <script src="../Script/Common/huayi.config.js"></script>
- <link href="../css/layer/need/layer.css" />
- <link rel="stylesheet" href="../css/init.css" />
- <title>强制结案</title>
- </head>
- <body>
- <div class="Common">
- <table >
- <tr>
- <th class="Importent">强制结案说明:</th>
- <td><textarea name="" rows="" cols=""></textarea></td>
- </tr>
-
- </table>
- <div class="btn_box">
- <button class="btns">保存</button>
- </div>
- </div>
- </body>
- </html>
|