⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 nav.jsp

📁 java 写的一个新闻发布系统
💻 JSP
字号:
        <% if (!jData.gui().html().drawLogoutLauncher().equals("")) { %>            <a href="<%=jData.gui().html().drawLogoutLauncher()%>" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('logout','','<%=theURL%>/images/logout_on.gif',1)"><img name="logout" src="<%=theURL%>/images/logout_off.gif" width="69" height="17" border="0"></a>        <% } else { %>            <a href="javascript:<%=jData.gui().html().drawLoginLauncher()%>" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('login','','<%=theURL%>/images/login_on.gif',1)"><img name="login" src="<%=theURL%>/images/login_off.gif" width="69" height="17" border="0"></a>                  <% } %>        <a href="<%=jData.gui().html().drawSiteMapLauncher()%>" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('sitemap','','<%=theURL%>/images/sitemap_on.gif',1)"><img name="sitemap" src="<%=theURL%>/images/sitemap_off.gif" width="101" height="17" border="0"></a>        <% if (!jData.gui().drawSwitchModeLink().equals("")) { %><a href="<%=jData.gui().drawSwitchModeLink()%>" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('switch','','<%=theURL%>/images/switch_on.gif',1)"><img name="switch" src="<%=theURL%>/images/switch_off.gif" width="101" height="17" border="0"></a><% } %>        <% if (!jData.gui().html().drawPagePropertiesLauncher().equals("")) { %><a href="javascript:<%=jData.gui().html().drawPagePropertiesLauncher()%>" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('page','','<%=theURL%>/images/page_on.gif',1)"><img name="page" src="<%=theURL%>/images/page_off.gif" width="107" height="17" border="0"></a><% } %>        <% if (jData.page().checkAdminAccess(jData.params().getUser())) { %><a href="<%=jData.gui().html().drawAdministrationLauncher()%>" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('admin','','<%=theURL%>/images/admin_on.gif',1)"><img name="admin" src="<%=theURL%>/images/admin_off.gif" width="107" height="17" border="0"></a><% } %>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -