📄 comps_confirmvisibilitychange.jsp
字号:
<%@include file="include_header.jsp"%><%@page import = "java.util.*,org.jahia.data.applications.*"%><% String theURL = ""; Enumeration appsList = (Enumeration)request.getAttribute("appsList"); String requestURI = (String)request.getAttribute("requestURI"); String contextRoot = (String)request.getContextPath();%><script language="javascript"> function sendForm() { document.mainForm.submit(); }</script><tr> <td align="right" class="text" colspan="2"><b>:: Manage components ::</b> </td></tr></table><br><table cellpadding="2" cellspacing="0" border="0" width="100%"><tr> <td colspan="2" width="530"> </td></tr><tr> <td width="100"> </td> <td width="100%"> <table border="0" cellpadding="0" width="100%"> <tr> <td> <font class="text"><br><br> <b>Confirm you want to change the availability status of thoses applications:</b><br><br><br><br> </font> </td> </tr> <tr> <td width="100%"> <form name="mainForm" action="<%=requestURI%>?do=components&sub=savevisibility" method="post"> <table border="0" cellpadding="0" cellspacing="0" width="85%"> <tr> <td valign="top" align="left" class="text"><b>Name</b></td> <td valign="top" align="right" class="text"><b>Available to users</b></td> </tr> <tr> <td colspan="2"></td> </tr> <tr> <td colspan="2" width="100%" height="2" background="<%=request.getContextPath()%>/jsp/jahia/engines/images/hr.gif"><img src="<%=request.getContextPath()%>/jsp/jahia/engines/images/pix.gif" width="1" height="1"></td> </tr> <tr> <td colspan="2"><br></td> </tr> <% if ( appsList != null ){ ApplicationBean app = null; while (appsList.hasMoreElements()){ app = (ApplicationBean)appsList.nextElement(); %> <tr> <td class="text" valign="top" nowrap><b><%=app.getName()%></b><br><br></td> <td class="text" valign="top" align="right"> <input type="hidden" name ="visible_status" value="<%=app.getID()%>"> <% if (app.getVisibleStatus() == 1 ){ %><b>no</b><% } else { %><b>yes</b><% } %> </td> </tr> <% } } else { %><tr><td colspan="2" class="text">No Applications found</td></tr><% } %> <tr> <td colspan="2"><br><br><br><br></td> </tr> <tr> <td align="right" colspan="2"> <br> <a href="<%=requestURI%>?do=components&sub=display" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Cancel','','<%=request.getContextPath()%>/jsp/jahia/engines/images/buttons/cancel_on.gif',1)"><img name="Cancel" src="<%=request.getContextPath()%>/jsp/jahia/engines/images/buttons/cancel_off.gif" width="69" height="17" border="0" alt="Cancel"></a> <a href="javascript:document.mainForm.submit();" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('save','','<%=request.getContextPath()%>/jsp/jahia/engines/images/buttons/save_on.gif',1)"><img name="save" src="<%=request.getContextPath()%>/jsp/jahia/engines/images/buttons/save_off.gif" width="69" height="17" border="0" alt="Save"></a> </td> </tr> <tr> <td colspan="2"><br></td> </tr> </table> </form> </td> </tr> </table> </td></tr><tr> <td colspan="2" align="right"> <br> <br> <font class="text2"><%=jahiaDisplayMessage%> </font> </td></tr><tr> <td colspan="2"> </td></tr></table><%@include file="include_footer.jsp"%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -