Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for logParamItems (0.07 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/searchlog/AdminSearchlogAction.java

                    form.id = id;
                    form.logType = logType;
                    form.crudMode = crudMode;
                });
            }).renderWith(data -> {
                RenderDataUtil.register(data, "logParamItems", searchLogService.getSearchLogMap(logType, id));
            });
        }
    
        // -----------------------------------------------------
        //                                         Actually Crud
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog_details.jsp

                                    <table class="table table-bordered">
                                        <tbody>
                                        <c:forEach var="info" items="${logParamItems}">
                                            <tr>
                                                <th style="width: 25%">${f:h(info.key)}</th>
                                                <c:choose>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 9.9K bytes
    - Viewed (0)
Back to top