| 12345678910111213141516171819202122232425262728293031323334353637 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <script src="../Script/Common/huayi.load.js"></script>
- <script src="../Script/Common/huayi.config.js"></script>
- <link rel="stylesheet" href="../css/init.css" />
- <link rel="stylesheet" type="text/css" href="./css/addCarousel.css">
- <title>轮播图管理添加</title>
- </head>
- <body class="gray-bg">
- <div class="clearfix wrapper wrapper-content animated fadeInRight">
- <div class="common">
- <table class="customerService">
- <tbody>
- <tr class="upfile-wrapper">
- <th>上传图片:</th>
- <td>
- <div class="form-group">
- <span class="upfile-text"></span>
- <input id="btndr" type="button" class="btns" value="上传" />
- <input type="file" name="upFile" id="upFile" style="display: none;">
- </div>
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- <script src="./js/addCarousel.js"></script>
- </body>
- </html>
|