国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

使用jquery-easyui的布局layout寫后臺管理頁面的代碼詳解

2019-11-19 11:18:34
字體:
來源:轉載
供稿:網友

先在官網下載easyui文檔

引入頭部文件

<link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/static/jquery-easyui-1.3.3/themes/default/easyui.css" rel="external nofollow" rel="external nofollow" ><link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/static/jquery-easyui-1.3.3/themes/icon.css" rel="external nofollow" rel="external nofollow" ><script type="text/javascript" src="${pageContext.request.contextPath}/static/jquery-easyui-1.3.3/jquery.min.js"></script><script type="text/javascript" src="${pageContext.request.contextPath}/static/jquery-easyui-1.3.3/jquery.easyui.min.js"></script><script type="text/javascript" src="${pageContext.request.contextPath}/static/jquery-easyui-1.3.3/locale/easyui-lang-zh_CN.js"></script>

layout布局如下

<%@ page language="java" contentType="text/html; charset=UTF-8"  pageEncoding="UTF-8"%><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Java開源博客系統后臺管理頁面-Powered by java1234</title><link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/static/jquery-easyui-1.3.3/themes/default/easyui.css" rel="external nofollow" rel="external nofollow" ><link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/static/jquery-easyui-1.3.3/themes/icon.css" rel="external nofollow" rel="external nofollow" ><script type="text/javascript" src="${pageContext.request.contextPath}/static/jquery-easyui-1.3.3/jquery.min.js"></script><script type="text/javascript" src="${pageContext.request.contextPath}/static/jquery-easyui-1.3.3/jquery.easyui.min.js"></script><script type="text/javascript" src="${pageContext.request.contextPath}/static/jquery-easyui-1.3.3/locale/easyui-lang-zh_CN.js"></script><script type="text/javascript"> function openTab(text,url,iconCls){ if($("#tabs").tabs("exists",text)){  $("#tabs").tabs("select",text); }else{  var content="<iframe frameborder=0 scrolling='auto' style='width:100%;height:100%' src='/admin/"+url+"'></iframe>";  $("#tabs").tabs("add",{  title:text,  iconCls:iconCls,  closable:true,  content:content  }); } }</script></head><body class="easyui-layout"><div region="north" style="height: 78px;background-color: #E0ECFF"> <table style="padding: 5px" width="100%"> <tr>  <td width="50%">  <img alt="logo" src="/static/images/logo.png">  </td>  <td valign="bottom" align="right" width="50%">  <font size="3">  <strong>歡迎:</strong>${currentUser.userName }</font>  </td> </tr> </table></div><div region="center"> <div class="easyui-tabs" fit="true" border="false" id="tabs"> <div title="首頁" data-options="iconCls:'icon-home'">  <div align="center" style="padding-top: 100px"><font color="red" size="10">歡迎使用</font></div> </div> </div></div><div region="west" style="width: 200px" title="導航菜單" split="true"> <div class="easyui-accordion" data-options="fit:true,border:false"> <div title="常用操作" data-options="selected:true,iconCls:'icon-item'" style="padding: 10px">  <a href="javascript:openTab('寫博客','writeBlog.jsp','icon-writeblog')" rel="external nofollow" rel="external nofollow" class="easyui-linkbutton" data-options="plain:true,iconCls:'icon-writeblog'" style="width: 150px">寫博客</a>  <a href="javascript:openTab('評論審核','commentReview.jsp','icon-review')" rel="external nofollow" rel="external nofollow" class="easyui-linkbutton" data-options="plain:true,iconCls:'icon-review'" style="width: 150px">評論審核</a> </div> <div title="博客管理" data-options="iconCls:'icon-bkgl'" style="padding:10px;">  <a href="javascript:openTab('寫博客','writeBlog.jsp','icon-writeblog')" rel="external nofollow" rel="external nofollow" class="easyui-linkbutton" data-options="plain:true,iconCls:'icon-writeblog'" style="width: 150px;">寫博客</a>  <a href="javascript:openTab('博客信息管理','blogManage.jsp','icon-bkgl')" rel="external nofollow" class="easyui-linkbutton" data-options="plain:true,iconCls:'icon-bkgl'" style="width: 150px;">博客信息管理</a> </div> <div title="博客類別管理" data-options="iconCls:'icon-bklb'" style="padding:10px">  <a href="javascript:openTab('博客類別信息管理','blogTypeManage.jsp','icon-bklb')" rel="external nofollow" class="easyui-linkbutton" data-options="plain:true,iconCls:'icon-bklb'" style="width: 150px;">博客類別信息管理</a> </div> <div title="評論管理" data-options="iconCls:'icon-plgl'" style="padding:10px">  <a href="javascript:openTab('評論審核','commentReview.jsp','icon-review')" rel="external nofollow" rel="external nofollow" class="easyui-linkbutton" data-options="plain:true,iconCls:'icon-review'" style="width: 150px">評論審核</a>  <a href="javascript:openTab('評論信息管理','commentManage.jsp','icon-plgl')" rel="external nofollow" class="easyui-linkbutton" data-options="plain:true,iconCls:'icon-plgl'" style="width: 150px;">評論信息管理</a> </div> <div title="個人信息管理" data-options="iconCls:'icon-grxx'" style="padding:10px">  <a href="javascript:openTab('修改個人信息','modifyInfo.jsp','icon-grxxxg')" rel="external nofollow" class="easyui-linkbutton" data-options="plain:true,iconCls:'icon-grxxxg'" style="width: 150px;">修改個人信息</a> </div> <div title="系統管理" data-options="iconCls:'icon-system'" style="padding:10px">   <a href="javascript:openTab('友情鏈接管理','linkManage.jsp','icon-link')" rel="external nofollow" class="easyui-linkbutton" data-options="plain:true,iconCls:'icon-link'" style="width: 150px">友情鏈接管理</a>  <a href="javascript:openPasswordModifyDialog()" rel="external nofollow" class="easyui-linkbutton" data-options="plain:true,iconCls:'icon-modifyPassword'" style="width: 150px;">修改密碼</a>  <a href="javascript:refreshSystem()" rel="external nofollow" class="easyui-linkbutton" data-options="plain:true,iconCls:'icon-refresh'" style="width: 150px;">刷新系統緩存</a>  <a href="javascript:logout()" rel="external nofollow" class="easyui-linkbutton" data-options="plain:true,iconCls:'icon-exit'" style="width: 150px;">安全退出</a> </div> </div></div><div region="south" style="height: 25px;padding: 5px" align="center"> Copyright © 2012-2016 Java知識分享網 版權所有</div></body></html>

總結

以上所述是小編給大家介紹的使用jquery-easyui的布局layout寫后臺管理頁面的代碼詳解,希望對大家有所幫助,如果大家有任何疑問歡迎給我留言,小編會及時回復大家的!

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 德清县| 化德县| 辽中县| 诸城市| 安阳市| 云浮市| 裕民县| 五台县| 中山市| 墨脱县| 方正县| 安庆市| 汉寿县| 昌黎县| 宝山区| 宁蒗| 西吉县| 广河县| 五华县| 云龙县| 兰溪市| 潮安县| 巴塘县| 定远县| 红安县| 怀安县| 通许县| 商洛市| 油尖旺区| 双牌县| 聂拉木县| 柘城县| 夏河县| 册亨县| 梨树县| 松潘县| 武川县| 宁德市| 德格县| 灌阳县| 微博|