Changeset 1700300
- Timestamp:
- 07/21/2017 12:39:39 PM (9 years ago)
- Location:
- wpapper/trunk/admin
- Files:
-
- 2 edited
-
js/uz/mobile_style.js (modified) (2 diffs)
-
views/admin_style.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpapper/trunk/admin/js/uz/mobile_style.js
r1699395 r1700300 40 40 success: function (res) { 41 41 if (res.error_code==0) { 42 alert(" 设置已更改");42 alert("Success"); 43 43 } else { 44 44 if (res.error_code==100803) { 45 alert(" 您没有权限管理此页面");45 alert("No permission"); 46 46 } else { 47 47 alert(res.error_msg); … … 51 51 error: function (data) { 52 52 print_r(data); return; 53 alert(" 设置保存失败");53 alert("Fail"); 54 54 } 55 55 }); -
wpapper/trunk/admin/views/admin_style.tpl
r1699395 r1700300 10 10 <div class="wrap control-section wp-admin wp-core-ui js nav-menus-php auto-fold admin-bar branch-4-2 version-4-2-2 admin-color-fresh locale-zh-cn customize-support svg menu-max-depth-0" id="wpbody-content"> 11 11 <div id="uz"> 12 <h2>Set the native app style</h2> 12 <h2>Set the native app style</h2><h3>(You do not need to regenerate the app)</h3> 13 13 </div> 14 14 <div class="clear"></div> 15 15 <br/> 16 16 <br/> 17 <table class="tb tb2">18 <tr><th colspan="15" class="partition">Set the list style</th></tr>19 </table>20 17 21 18 <table class="tb tb2"> 22 19 <tr> 23 <td width='80'>List style:</td> 24 <td width='300'><input id='list_style' class='txt' style="width:100%"/></td> 25 <td class='tips2'>1:List 2:One Column Grid 3:Two Column Grid 4:Two Staggered Column</td> 20 <td width='180'>List style:</td> 21 <td width='186'> 22 <select id="list_style"> 23 <option value="1">1:List</option> 24 <option value="2">2:One Column Grid</option> 25 <option value="3">3:Two Column Grid</option> 26 <option value="4">4:Two Staggered Column</option> 27 </select> 28 </td> 26 29 </tr> 27 30 28 31 <tr> 29 <td width='80'>Title bar color:</td> 30 <td width='300'><input id='title_bar_color' value="#ffffff" class="jscolor {hash:true}" style="width:100%"/></td> 31 <td class='tips2'></td> 32 <td width='180'>Title bar color:</td> 33 <td width='186'><input id='title_bar_color' value="#ffffff" class="jscolor {hash:true}" style="width:100%"/></td> 32 34 </tr> 33 35 34 36 <tr> 35 <td width='80'>Sliding menu color:</td> 36 <td width='300'><input id='sliding_menu_color' value="#000000" class="jscolor {hash:true}" style="width:100%"/></td> 37 <td class='tips2'></td> 37 <td width='180'>Sliding menu color:</td> 38 <td width='186'><input id='sliding_menu_color' value="#000000" class="jscolor {hash:true}" style="width:100%"/></td> 38 39 </tr> 39 40 <tr> 40 41 <td colspan="3"> 41 <input type="button" id='subbtn' class= 'mwt-btn mwt-btn-default mwt-btn-xs' style='padding:2px 8px;' value="提交"/>42 <input type="button" id='subbtn' class="button button-primary" style='padding:2px 8px;' value="Submit"/> 42 43 </td> 43 44 </tr>
Note: See TracChangeset
for help on using the changeset viewer.