📄 starsfooter.jsp
字号:
<%----%><%-- % Displays the pet footer--%><%--<%@ page import="org.impact.stars.organization.personalization.profilemgr.model.ExplicitInformation" %><jsp:useBean id="stakeholder" class="org.impact.stars.control.web.StakeholderWebImpl" scope="session"/><jsp:useBean id="profilemgr" class="org.impact.stars.control.web.ProfileMgrWebImpl" scope="session"/><% if (Stakeholder.isLoggedIn()) { ExplicitInformation explicitInfo = profilemgr.getExplicitInformation(); String favCat = explicitInfo.getFavCategory().toLowerCase(); if(explicitInfo.getBannerOpt()) {%>--%><table width="100%" cellspacing="0" border="0" background="<%=request.getContextPath()%>/images/bkg-topbar.gif"> <tr> </tr></table><%--<% } }%>--%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -