- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 61 for Jsp (0.01 sec)
-
src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp
key="labels.crawler_configuration"/></title> <jsp:include page="/WEB-INF/view/common/admin/head.jsp"></jsp:include> </head> <body class="hold-transition sidebar-mini"> <div class="wrapper"> <jsp:include page="/WEB-INF/view/common/admin/header.jsp"></jsp:include> <jsp:include page="/WEB-INF/view/common/admin/sidebar.jsp"> <jsp:param name="menuCategoryType" value="system"/> <jsp:param name="menuType" value="general"/>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 14 00:36:40 UTC 2025 - 39.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/action/FessHtmlPathTest.java
assertEquals("/admin/wizard/admin_wizard.jsp", FessHtmlPath.path_AdminWizard_AdminWizardJsp.getRoutingPath()); assertEquals("/index.jsp", FessHtmlPath.path_IndexJsp.getRoutingPath()); assertEquals("/search.jsp", FessHtmlPath.path_SearchJsp.getRoutingPath());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java
/** The path of the HTML: /advance.jsp */ HtmlNext path_AdvanceJsp = new HtmlNext("/advance.jsp"); /** The path of the HTML: /error/badRequest.jsp */ HtmlNext path_Error_BadRequestJsp = new HtmlNext("/error/badRequest.jsp"); /** The path of the HTML: /error/error.jsp */ HtmlNext path_Error_ErrorJsp = new HtmlNext("/error/error.jsp"); /** The path of the HTML: /error/notFound.jsp */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 21 04:02:44 UTC 2025 - 26.3K bytes - Viewed (0) -
src/main/resources/fess_message_pl.properties
errors.invalid_design_jsp_file_name = Nieprawidłowa nazwa pliku JSP. errors.design_jsp_file_does_not_exist = Plik JSP nie istnieje. errors.design_file_name_is_not_found = Nazwa pliku nie została określona. errors.failed_to_write_design_image_file = Nie można przesłać pliku obrazu. errors.failed_to_update_jsp_file = Nie można zaktualizować pliku JSP. errors.design_file_name_is_invalid = Nazwa pliku jest nieprawidłowa.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.5K bytes - Viewed (0) -
src/main/resources/fess_message_pt_BR.properties
errors.invalid_design_jsp_file_name = Nome de arquivo JSP inválido. errors.design_jsp_file_does_not_exist = O arquivo JSP não existe. errors.design_file_name_is_not_found = O nome do arquivo não foi especificado. errors.failed_to_write_design_image_file = Não foi possível carregar o arquivo de imagem. errors.failed_to_update_jsp_file = Não foi possível atualizar o arquivo JSP. errors.design_file_name_is_invalid = O nome do arquivo é inválido.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/design/UploadForm.java
* This form is used in the admin interface to upload CSS, JSP, and other design-related files * that customize the look and feel of the search application. */ public class UploadForm { /** * The multipart file containing design resources to be uploaded. * This can include CSS files, JSP templates, images, or other design assets. */ @Required
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessFwAssistantDirector.java
if (FessAdminAction.class.isAssignableFrom(runtime.getActionType())) { return "/admin/error/error.jsp"; } return "/error/system.jsp"; } }); } protected Consumer<List<String>> createMessageNameList() { return nameList -> nameList.add("fess_message"); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.4K bytes - Viewed (0) -
src/main/resources/fess_message_es.properties
errors.invalid_design_jsp_file_name = Nombre de archivo JSP no válido. errors.design_jsp_file_does_not_exist = El archivo JSP no existe. errors.design_file_name_is_not_found = No se ha especificado el nombre del archivo. errors.failed_to_write_design_image_file = No se pudo cargar el archivo de imagen. errors.failed_to_update_jsp_file = No se pudo actualizar el archivo JSP. errors.design_file_name_is_invalid = El nombre del archivo no es válido.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SystemHelper.java
} /** * Adds a design JSP file name to the map. * * @param key The key for the JSP file. * @param value The file name. */ public void addDesignJspFileName(final String key, final String value) { designJspFileNameMap.put(key, value); } /** * Gets the design JSP file name for a given key. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 36.6K bytes - Viewed (0) -
src/main/resources/fess_message.properties
errors.invalid_design_jsp_file_name = Invalid JSP file. errors.design_jsp_file_does_not_exist = The JSP file does not exist. errors.design_file_name_is_not_found = The file name is not specified. errors.failed_to_write_design_image_file = Failed to upload an image file. errors.failed_to_update_jsp_file = Failed to update the JSP file. errors.design_file_name_is_invalid = The file name is invalid.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.6K bytes - Viewed (0)