Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for pagination_page_guide_msg (0.33 sec)

  1. src/main/webapp/WEB-INF/view/common/admin/crud/pagination.jsp

    <%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8"%>
    <div class="row">
    	<div class="col-sm-2">
    		<la:message key="labels.pagination_page_guide_msg"
    			arg0="${f:h(pager.currentPageNumber)}"
    			arg1="${f:h(pager.allPageCount)}"
    			arg2="${f:h(pager.allRecordCount)}" />
    	</div>
    	<nav aria-label="...">
    	</nav>
    	<div class="col-sm-10">
    		<ul class="pagination pagination-sm m-0 float-right">
    			<c:if test="${pager.existPrePage}">
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Feb 07 10:28:50 GMT 2020
    - 1.5K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/dict/mapping/admin_dict_mapping.jsp

                                    <div class="row">
                                        <div class="col-sm-2">
                                            <la:message key="labels.pagination_page_guide_msg"
                                                        arg0="${f:h(pager.currentPageNumber)}"
                                                        arg1="${f:h(pager.allPageCount)}"
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Wed Feb 12 20:25:27 GMT 2020
    - 10.1K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/dict/protwords/admin_dict_protwords.jsp

                                    <div class="row">
                                        <div class="col-sm-2">
                                            <la:message key="labels.pagination_page_guide_msg"
                                                        arg0="${f:h(pager.currentPageNumber)}"
                                                        arg1="${f:h(pager.allPageCount)}"
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 9.9K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/dict/synonym/admin_dict_synonym.jsp

                                    <div class="row">
                                        <div class="col-sm-2">
                                            <la:message key="labels.pagination_page_guide_msg"
                                                        arg0="${f:h(pager.currentPageNumber)}"
                                                        arg1="${f:h(pager.allPageCount)}"
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Tue Mar 24 13:43:18 GMT 2020
    - 10.1K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog.jsp

                                        <div class="row">
                                            <div class="col-sm-2">
                                                <la:message key="labels.pagination_page_guide_msg"
                                                            arg0="${f:h(pager.currentPageNumber)}"
                                                            arg1="${f:h(pager.allPageCount)}"
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 16K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/dict/kuromoji/admin_dict_kuromoji.jsp

                                    <div class="row">
                                        <div class="col-sm-2">
                                            <la:message key="labels.pagination_page_guide_msg"
                                                        arg0="${f:h(pager.currentPageNumber)}"
                                                        arg1="${f:h(pager.allPageCount)}"
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 27 06:24:23 GMT 2020
    - 10.1K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride.jsp

                                    <div class="row">
                                        <div class="col-sm-2">
                                            <la:message key="labels.pagination_page_guide_msg"
                                                        arg0="${f:h(pager.currentPageNumber)}"
                                                        arg1="${f:h(pager.allPageCount)}"
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 10.2K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/dict/stopwords/admin_dict_stopwords.jsp

                                    <div class="row">
                                        <div class="col-sm-2">
                                            <la:message key="labels.pagination_page_guide_msg"
                                                        arg0="${f:h(pager.currentPageNumber)}"
                                                        arg1="${f:h(pager.allPageCount)}"
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 9.9K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/admin/labeltype/admin_labeltype.jsp

                                            <%-- Paging Info --%>
                                        <div class="col-sm-2">
                                            <la:message key="labels.pagination_page_guide_msg"
                                                        arg0="${f:h(labelTypePager.currentPageNumber)}"
                                                        arg1="${f:h(labelTypePager.allPageCount)}"
    Others
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Tue Mar 31 05:47:05 GMT 2020
    - 10.5K bytes
    - Viewed (0)
  10. src/main/resources/fess_label.properties

    labels.file_auth_password=Password
    labels.file_auth_parameters=Parameters
    labels.file_auth_file_crawling_config=File System Config
    labels.file_auth_scheme_samba=Samba
    labels.file_auth_scheme_ftp=FTP
    labels.pagination_page_guide_msg={0}/{1} ({2} items)
    labels.list_could_not_find_crud_table=No data.
    labels.scheduledjob_configuration=Job Scheduler
    labels.scheduledjob_title_details=Jobs
    labels.scheduledjob_name=Name
    Properties
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 40.7K bytes
    - Viewed (1)
Back to top