作者 黎建湛

提交后台登录的获取密码md5格式修复]

@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 </head> 8 </head>
9 <body> 9 <body>
10 <article class="cl pd-20"> 10 <article class="cl pd-20">
11 - <form action="" method="post" class="form form-horizontal" id="form-member-add"> 11 + <form action="" method="post" style="margin-right:150px;" class="form form-horizontal" id="form-member-add">
12 <div class="row cl"> 12 <div class="row cl">
13 <label class="form-label col-xs-4 col-sm-3"><span class="c-red">*</span>账号:</label> 13 <label class="form-label col-xs-4 col-sm-3"><span class="c-red">*</span>账号:</label>
14 <div class="formControls col-xs-8 col-sm-9"> 14 <div class="formControls col-xs-8 col-sm-9">
@@ -41,8 +41,8 @@ @@ -41,8 +41,8 @@
41 </div> 41 </div>
42 <div class="row cl"> 42 <div class="row cl">
43 <label class="form-label col-xs-4 col-sm-3"><span class="c-red">*</span>帖子内容:</label> 43 <label class="form-label col-xs-4 col-sm-3"><span class="c-red">*</span>帖子内容:</label>
44 - <div class="formControls col-xs-8 col-sm-9">  
45 - <textarea rows="4" readonly="readonly" cols="116">{{$data->content}}</textarea> 44 + <div class="formControls col-xs-6 col-sm-7">
  45 + <textarea rows="4" readonly="readonly" cols="97">{{$data->content}}</textarea>
46 </div> 46 </div>
47 </div> 47 </div>
48 </form> 48 </form>
@@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
20 <div class="Hui-article"> 20 <div class="Hui-article">
21 <article class="cl pd-20"> 21 <article class="cl pd-20">
22 <div class="text-c"> 22 <div class="text-c">
23 - <form> 23 + <form>
24 日期范围: 24 日期范围:
25 <input type="text" name="d1" onfocus="WdatePicker({maxDate:'#F{$dp.$D(\'datemax\')||\'%y-%M-%d\'}'})" placeholder="开始时间" id="datemin" class="input-text Wdate" style="width:120px;"> 25 <input type="text" name="d1" onfocus="WdatePicker({maxDate:'#F{$dp.$D(\'datemax\')||\'%y-%M-%d\'}'})" placeholder="开始时间" id="datemin" class="input-text Wdate" style="width:120px;">
26 - 26 -
@@ -121,7 +121,6 @@ function ini_show(title,url,id,w,h){ @@ -121,7 +121,6 @@ function ini_show(title,url,id,w,h){
121 } 121 }
122 122
123 function submitTiJiao(id) { 123 function submitTiJiao(id) {
124 -  
125 //ajax提交 124 //ajax提交
126 $.ajax({ 125 $.ajax({
127 type: 'get', 126 type: 'get',
@@ -147,7 +146,6 @@ function submitTiJiao(id) { @@ -147,7 +146,6 @@ function submitTiJiao(id) {
147 layer.msg('提交失败'+msg.error,{icon:5,time:2000}); 146 layer.msg('提交失败'+msg.error,{icon:5,time:2000});
148 } 147 }
149 } 148 }
150 -  
151 }); 149 });
152 } 150 }
153 151
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 </head> 8 </head>
9 <body> 9 <body>
10 <article class="cl pd-20"> 10 <article class="cl pd-20">
11 - <form action="" method="post" class="form form-horizontal" id="form-member-add"> 11 + <form action="" method="post" style="margin-right:150px;" class="form form-horizontal" id="form-member-add">
12 <div class="row cl"> 12 <div class="row cl">
13 <label class="form-label col-xs-4 col-sm-3"><span class="c-red">*</span>账号:</label> 13 <label class="form-label col-xs-4 col-sm-3"><span class="c-red">*</span>账号:</label>
14 <div class="formControls col-xs-8 col-sm-9"> 14 <div class="formControls col-xs-8 col-sm-9">
@@ -83,7 +83,6 @@ function tag_add(title,url,w,h){ @@ -83,7 +83,6 @@ function tag_add(title,url,w,h){
83 } 83 }
84 84
85 function submitDel(id) { 85 function submitDel(id) {
86 -  
87 //ajax提交 86 //ajax提交
88 $.ajax({ 87 $.ajax({
89 type: 'get', 88 type: 'get',