Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for accessor (0.18 sec)

  1. src/main/webapp/WEB-INF/view/admin/accesstoken/admin_accesstoken_details.jsp

                                                    key="labels.access_token_name"/></th>
                                            <td>${f:h(name)}<la:hidden property="name"/></td>
                                        </tr>
                                        <tr>
                                            <th><la:message
                                                    key="labels.access_token_token"/></th>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Wed Feb 12 20:25:27 GMT 2020
    - 5.5K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/webconfig/admin_webconfig_details.jsp

                                        </tr>
                                        <tr>
                                            <th><la:message key="labels.max_access_count"/></th>
                                            <td>${f:h(maxAccessCount)}<la:hidden
                                                    property="maxAccessCount"/></td>
                                        </tr>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 10.7K bytes
    - Viewed (0)
  3. src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_details.jsp

                                        </tr>
                                        <tr>
                                            <th><la:message key="labels.max_access_count"/></th>
                                            <td>${f:h(maxAccessCount)}<la:hidden
                                                    property="maxAccessCount"/></td>
                                        </tr>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 10.6K bytes
    - Viewed (0)
  4. src/main/webapp/WEB-INF/view/admin/failureurl/admin_failureurl_details.jsp

                                            </tr>
                                            <tr>
                                                <th><la:message
                                                        key="labels.failure_url_last_access_time"/></th>
                                                <td>${f:h(lastAccessTime)}<la:hidden
                                                        property="lastAccessTime"/></td>
                                            </tr>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 10.8K bytes
    - Viewed (0)
  5. src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp

    						<a href="${fe:url('/admin/accesstoken/')}"
    						   class="nav-link <c:if test="${param.menuType=='accessToken'}">active</c:if>">
    							<em class='fa fa-genderless nav-icon'>
    							<p><la:message key="labels.menu_access_token" /></p>
    						</a>
    					</li>
    					</c:if>
    					<c:if test="${fe:permission('admin-plugin-view')}">
    					<li class="nav-item">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 15 20:55:28 GMT 2021
    - 17.8K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/failureurl/admin_failureurl.jsp

                                                        <th style="width: 15%"><la:message
                                                                key="labels.failure_url_last_access_time"/></th>
                                                    </tr>
                                                    </thead>
                                                    <tbody>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 13.3K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp

                                        <label for="storageAccessKey"
                                               class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.storage_access_key"/></label>
                                        <div class="col-sm-9">
                                            <la:errors property="storageAccessKey"/>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Jan 16 12:54:35 GMT 2023
    - 39.4K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig_edit.jsp

                                        <label for="maxAccessCount" class="col-sm-3 text-sm-right col-form-label"><la:message
                                                key="labels.max_access_count"/></label>
                                        <div class="form-inline col-sm-9">
                                            <la:errors property="maxAccessCount"/>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 15.3K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/view/admin/accesstoken/admin_accesstoken_edit.jsp

    <%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %><!DOCTYPE html>
    <html>
    <head>
        <meta charset="UTF-8">
        <title><la:message key="labels.admin_brand_title"/> | <la:message
                key="labels.access_token_configuration"/></title>
        <jsp:include page="/WEB-INF/view/common/admin/head.jsp"></jsp:include>
    </head>
    <body class="hold-transition sidebar-mini">
    <div class="wrapper">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 6K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/admin/accesstoken/admin_accesstoken.jsp

    <%@page pageEncoding="UTF-8" contentType="text/html; charset=UTF-8" %><!DOCTYPE html>
    <html>
    <head>
        <meta charset="UTF-8">
        <title><la:message key="labels.admin_brand_title"/> | <la:message
                key="labels.access_token_configuration"/></title>
        <jsp:include page="/WEB-INF/view/common/admin/head.jsp"></jsp:include>
    </head>
    <body class="hold-transition sidebar-mini">
    <div class="wrapper">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Wed Feb 12 20:25:27 GMT 2020
    - 4.7K bytes
    - Viewed (0)
Back to top