📄 optimize.jsp
字号:
<%@page import = "java.util.*" %><%@ taglib uri="JahiaLib" prefix="jahia" %><%@page import="org.jahia.bin.*"%><jsp:useBean id="url" class="java.lang.String" scope="request"/> <% // http files path. %><jsp:useBean id="input" class="java.lang.String" scope="request"/> <% // inputs size. %><jsp:useBean id="values" class="java.util.Hashtable" scope="request"/> <% // hashtable containing values. %><jsp:useBean id="subAction" class="java.lang.String" scope="request"/> <% // the default screen %><% Boolean isLynx = (Boolean) request.getAttribute("isLynx"); // Linx.%><table border="0" width="100%" cellpadding="0" cellspacing="0"><tr> <td colspan="2" nowrap class="text"> <table border="0" cellpadding="1" cellspacing="0" width="90%"> <tr> <td class="text" colspan="2" align="left"><b>What is index optimization ? :</b><br><br></td> </tr> <tr> <td colspan="2" align="left"> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td class="text" width="20" align="left"> </td> <td class="text" align="left"> Index optimization compacts the index database and speedup the searching and indexing operations.<br><br> Note : when you perform an index optimization, the site is not re-indexed, the index is only optimized. </td> </tr> </table> <br> </td> </tr> <tr> <td class="text" colspan="2" align="left"><b>When to perform an index optimization ? :</b><br><br></td> </tr> <tr> <td colspan="2" align="left"> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td class="text" width="20" align="left"> </td> <td class="text" align="left"> You can perform the index optimization occasionally to speedup searching request.<br><br> </td> </tr> </table> </td> </tr> <tr> <td align="left"> <br><br><br> <a href="javascript:submitFormular('<%=subAction%>','back');" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('previous','','<%=url%>/images/buttons/previouse_steep_on.gif',1)"><img name="previous" src="<%=url%>/images/buttons/previouse_steep_off.gif" width="114" height="17" border="0"></a> </td> <td align="right"> <br><br><br> <a href="javascript:submitFormular('<%=subAction%>','ok');" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('ok','','<%=url%>/images/buttons/ok_on.gif',1)" onclick="openWorkInProgressWindow('<%=request.getContextPath()%>')"><img name="ok" src="<%=url%>/images/buttons/ok_off.gif" width="69" height="17" border="0"></a> </td> </tr> </table> </td></tr><tr> <td colspan="2" class="text"> <br><br><br><br> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td nowrap width="145" valign="top"><font class="text"><b>Other operations: </b></font></td> <td valign="top" class="text"> <%if(!isLynx.booleanValue()){%><li> <%}%><a href="<%=JahiaAdministration.composeActionURL(request,response,"displaymenu","")%>">Back to menu</a><br> </td> </tr> </table> </td></tr><tr></tr></table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -