- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for url_link (3.46 sec)
-
src/main/webapp/WEB-INF/view/searchResults.jsp
<h3 class="title text-truncate"> <a class="link" href="${doc.url_link}" data-uri="${doc.url_link}" data-id="${doc.doc_id}" data-order="${s.index}">${doc.content_title}</a> </h3> <div class="body"> <c:if test="${thumbnailSupport && !empty doc.thumbnail}"> <div class="me-3"> <a class="link d-none d-sm-flex" href="${doc.url_link}" data-uri="${doc.url_link}" data-id="${doc.doc_id}" data-order="${s.index}"
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 9.2K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist.jsp
<li class="col-sm-12"> <h3 class="title"> <a href="${doc.url_link}">${doc.content_title}</a> </h3> <div class="body col-sm-10">Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Nov 13 05:54:52 UTC 2025 - 20.1K bytes - Viewed (0) -
src/main/resources/fess_config.properties
response.field.content_title=content_title # Field name for content description in the response. response.field.content_description=content_description # Field name for URL link in the response. response.field.url_link=url_link # Field name for site path in the response. response.field.site_path=site_path # Maximum length of content title in the response. response.max.title.length=50 # Maximum length of site path in the response.
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Dec 11 09:47:03 UTC 2025 - 54.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. content_description */ String RESPONSE_FIELD_content_description = "response.field.content_description"; /** The key of the configuration. e.g. url_link */ String RESPONSE_FIELD_url_link = "response.field.url_link"; /** The key of the configuration. e.g. site_path */ String RESPONSE_FIELD_site_path = "response.field.site_path"; /** The key of the configuration. e.g. 50 */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 525.7K bytes - Viewed (2) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 52.6K bytes - Viewed (0)