- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for forumLink (0.04 sec)
-
src/main/java/org/codelibs/fess/app/web/base/FessAdminAction.java
runtime.registerData("fesenType", fessConfig.getFesenType()); final String forumLink = systemHelper.getForumLink(); if (StringUtil.isNotBlank(forumLink)) { runtime.registerData("forumLink", forumLink); } } /** * Get the action role. * @return The action role. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 7.1K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/common/admin/header.jsp
class="fa fa-play-circle"></a></li> </c:if> <c:if test="${not empty forumLink}"> <li class="nav-item" data-toggle="tooltip" data-placement="left" title="<la:message key="labels.tooltip_forum" />"><a class="nav-link" href="${forumLink}" target="_forum"><em class="fas fa-comments"></a></li> </c:if> <c:if test="${not empty helpLink}">
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 24 03:00:28 UTC 2020 - 2.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
String ONLINE_HELP_SUPPORTED_LANGS = "online.help.supported.langs"; /** The key of the configuration. e.g. https://discuss.codelibs.org/c/Fess{lang}/ */ String FORUM_LINK = "forum.link"; /** The key of the configuration. e.g. en,ja */ String FORUM_SUPPORTED_LANGS = "forum.supported.langs"; /** The key of the configuration. e.g. 0 */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1)