- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 19 for wizard (0.05 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/wizard/AdminWizardAction.java
import jakarta.annotation.Resource; /** * Admin action for configuration wizard. * */ public class AdminWizardAction extends FessAdminAction { /** * Default constructor. */ public AdminWizardAction() { super(); } /** Role name for admin wizard operations */ public static final String ROLE = "admin-wizard";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 15.8K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp
<i class="right fas fa-angle-left"></i> </p> </a> <ul class="nav nav-treeview"> <c:if test="${fe:permission('admin-wizard-view')}"> <li class="nav-item"> <a href="${fe:url('/admin/wizard/')}" class="nav-link <c:if test="${param.menuType=='wizard'}">active</c:if>"> <em class='fa fa-genderless nav-icon'> <p><la:message key="labels.menu_wizard" /></p> </a> </li>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Apr 15 20:55:28 UTC 2021 - 17.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessHtmlPath.java
/** The path of the HTML: /admin/wizard/admin_wizard.jsp */ HtmlNext path_AdminWizard_AdminWizardJsp = new HtmlNext("/admin/wizard/admin_wizard.jsp"); /** The path of the HTML: /admin/wizard/admin_wizard_config.jsp */ HtmlNext path_AdminWizard_AdminWizardConfigJsp = new HtmlNext("/admin/wizard/admin_wizard_config.jsp"); /** The path of the HTML: /admin/wizard/admin_wizard_start.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_label_en.properties
labels.handler_script=Script labels.data_crawling_button_create=Create labels.data_crawling_button_create_job=Create New Job labels.wizard_title_configuration=Configuration Wizard labels.wizard_start_title=Easy Setup labels.wizard_start_desc=You can create a crawl setting easily by using Configuration Wizard. labels.wizard_start_button=Start Setup labels.wizard_button_cancel=Cancel labels.wizard_crawling_config_title=Crawl Config
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/action/FessHtmlPathTest.java
assertEquals("/admin/general/admin_general.jsp", FessHtmlPath.path_AdminGeneral_AdminGeneralJsp.getRoutingPath()); assertEquals("/admin/wizard/admin_wizard.jsp", FessHtmlPath.path_AdminWizard_AdminWizardJsp.getRoutingPath()); assertEquals("/index.jsp", FessHtmlPath.path_IndexJsp.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/resources/fess_label.properties
labels.handler_script=Script labels.data_crawling_button_create=Create labels.data_crawling_button_create_job=Create New Job labels.wizard_title_configuration=Configuration Wizard labels.wizard_start_title=Easy Setup labels.wizard_start_desc=You can create a crawl setting easily by using Configuration Wizard. labels.wizard_start_button=Start Setup labels.wizard_button_cancel=Cancel labels.wizard_crawling_config_title=Crawl Config
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_message_nl.properties
errors.design_file_name_is_invalid = Bestandsnaam is ongeldig. errors.design_file_is_unsupported_type = Dit bestandstype wordt niet ondersteund. errors.failed_to_create_crawling_config_at_wizard = Kan de crawlconfiguratie niet maken in de wizard. errors.design_editor_disabled = Deze functie is uitgeschakeld. errors.not_found_on_file_system = Niet gevonden. Oorzaak: {0}
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 12K bytes - Viewed (0) -
src/main/resources/fess_message.properties
errors.design_file_name_is_invalid = The file name is invalid. errors.design_file_is_unsupported_type = This file type is unsupported. errors.failed_to_create_crawling_config_at_wizard = Failed to create a crawling config at a wizard. errors.design_editor_disabled = This feature is disabled. errors.not_found_on_file_system = Not found. Cause: {0} errors.could_not_open_on_system = Could not open {0}.<br>Please check if the file is associated with an application.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.6K bytes - Viewed (0) -
src/main/resources/fess_message_en.properties
errors.design_file_name_is_invalid = The file name is invalid. errors.design_file_is_unsupported_type = This file type is unsupported. errors.failed_to_create_crawling_config_at_wizard = Failed to create a crawling config at a wizard. errors.design_editor_disabled = This feature is disabled. errors.not_found_on_file_system = Not found. Cause: {0} errors.could_not_open_on_system = Could not open {0}.<br>Please check if the file is associated with an application.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 11.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/AdminAction.java
import org.codelibs.fess.app.web.admin.user.AdminUserAction; import org.codelibs.fess.app.web.admin.webauth.AdminWebauthAction; import org.codelibs.fess.app.web.admin.webconfig.AdminWebconfigAction; import org.codelibs.fess.app.web.admin.wizard.AdminWizardAction; import org.codelibs.fess.app.web.base.FessAdminAction; import org.codelibs.fess.mylasta.action.FessUserBean; import org.lastaflute.web.Execute; import org.lastaflute.web.response.HtmlResponse; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19K bytes - Viewed (0)