📄 index.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"> <font size="3"> <b>The indexation can take several minutes regarding to the size of your site !</b> </font> <br><br><br> </td> </tr> <tr> <td class="text" colspan="2" align="left"><b>What is indexing a site ? :</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"> Indexing is the process of creating the 'index' that is used by the search engine to lookup documents that contain certain words.<br> Indexing a site, will load all the site's indexable fields (Text content) and build the index needed by the search engine.<br><br> Note : when you re-index a site, Jahia will automatically optimize the index too. </td> </tr> </table> <br> </td> </tr> <tr> <td class="text" colspan="2" align="left"><b>When to index a site ? :</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"> Because the process of re-indexing a full site is time consuming, it should be performed under particular situations :<br><br> <ul> <li>After the first installation of Jahia. <li>After restoring a site backup or extraction. <li>Any time you think the site need to be re-indexed to have a clean index. </ul> Note : When content are added to Jahia using the Add and Update engines, they are automatically indexed. </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 + -