You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
2.4 KiB
HTML
68 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta charset="UTF-8">
|
|
<title></title>
|
|
<link rel="stylesheet" type="text/css" href="__CSS__/base.css" media="all">
|
|
<link rel="stylesheet" type="text/css" href="__CSS__/common.css" media="all">
|
|
<link rel="stylesheet" type="text/css" href="__CSS__/style.css" media="all">
|
|
<link rel="stylesheet" type="text/css" href="__CSS__/default_color.css" media="all">
|
|
<link href="__STATIC__/datetimepicker/css/datetimepicker.css" rel="stylesheet" type="text/css">
|
|
<link href="__STATIC__/datetimepicker/css/dropdown.css" rel="stylesheet" type="text/css">
|
|
<link rel="stylesheet" href="__CSS__/select2.min.css" type="text/css" />
|
|
|
|
<script type="text/javascript" src="__STATIC__/jquery-2.0.3.min.js"></script>
|
|
<script type="text/javascript" src="__JS__/select2.min.js"></script>
|
|
<script type="text/javascript" src="__STATIC__/layer3/layer.js"></script>
|
|
<script type="text/javascript" src="__STATIC__/datetimepicker/js/bootstrap-datetimepicker.min.js"></script>
|
|
<script type="text/javascript" src="__STATIC__/datetimepicker/js/locales/bootstrap-datetimepicker.zh-CN.js"charset="UTF-8"></script>
|
|
<script src="__STATIC__/juicer-min.js" type="text/javascript"></script>
|
|
<script src="__STATIC__/table2excel.js"></script>
|
|
</head>
|
|
<style>
|
|
html {
|
|
min-width:100%;
|
|
}
|
|
body {
|
|
padding: 0px 10px 150px 10px;
|
|
/* width: 960px; */
|
|
}
|
|
</style>
|
|
<body>
|
|
<div class="tab-wrap">
|
|
|
|
<div class="tab-content tabcon1711 tabcon17112">
|
|
<div id="tab1" class="tab-pane in tab1">
|
|
<form action="{:U('saveTool')}" method="post" class="form-horizontal qq_login form_info_ml">
|
|
<table border="0" cellspacing="0" cellpadding="0">
|
|
<tbody>
|
|
<foreach name="info" item="v" key="k">
|
|
<tr>
|
|
<td class="l noticeinfo">{$k}:</td>
|
|
<td class="r table_radio">
|
|
{$v}
|
|
<!-- <input type="text" class="text input-large" value="{$wechat_url}"> -->
|
|
<!-- <span class="notice-text">请将此地址复制到微信公众平台接口URL项</span> -->
|
|
</td>
|
|
</tr>
|
|
</foreach>
|
|
|
|
|
|
|
|
</tbody>
|
|
</table>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
<script type="text/javascript">
|
|
|
|
</script>
|
|
</html>
|