Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Melamed (0.19 sec)

  1. src/main/config/openapi/openapi-user.yaml

                        type: integer
                        format: int64
                        example: 1507822131845
                      related_query:
                        type: array
                        items:
                          type: string
                        example: ["aaa"]
                      related_contents:
                        type: array
                        items:
                          type: string
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Jun 19 13:30:00 GMT 2023
    - 21.6K bytes
    - Viewed (1)
  2. src/main/webapp/WEB-INF/view/common/admin/sidebar.jsp

    						   class="nav-link <c:if test="${param.menuType=='relatedContent'}">active</c:if>">
    							<em class='fa fa-genderless nav-icon'>
    							<p><la:message key="labels.menu_related_content" /></p>
    						</a></li></c:if>
    						
    					<c:if test="${fe:permission('admin-relatedquery-view')}">
    					<li class="nav-item">
    						<a href="${fe:url('/admin/relatedquery/')}"
    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)
Back to top