Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for docid (0.16 sec)

  1. src/main/webapp/WEB-INF/view/admin/searchlist/admin_searchlist.jsp

                                                        </button>
                                                        <input type="hidden" name="docId" id="docId"/>
                                                        <button type="submit" class="btn btn-outline-light"
                                                                name="delete"
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Sep 24 13:09:22 GMT 2020
    - 20K bytes
    - Viewed (1)
  2. src/main/config/openapi/openapi-user.yaml

            '500':
              $ref: '#/components/responses/InternalServerError'
    
      /documents/{docId}/favorite:
        post:
          tags:
            - favorite
          summary: Set a favorite mark
          description: Set a favorite mark to the document
          operationId: setFavorite
          parameters:
            - name: docId
              in: path
              description: Document ID to be favorited
              required: true
    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)
  3. src/main/webapp/WEB-INF/orig/view/searchResults.jsp

    							data-order="${s.index}"
    						> <img src="${fe:url('/images/blank.png')}" alt="thumbnail"
    							data-src="${fe:url('/thumbnail/')}?docId=${f:u(doc.doc_id)}&queryId=${f:u(queryId)}" class="thumbnail"
    						>
    						</a>
    					</div>
    					</c:if>
    					<div class="description">${doc.content_description}</div>
    				</div>
    				<div class="site text-truncate">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Jun 09 04:29:42 GMT 2022
    - 9K bytes
    - Viewed (1)
  4. src/main/webapp/WEB-INF/view/searchResults.jsp

    							data-order="${s.index}"
    						> <img src="${fe:url('/images/blank.png')}" alt="thumbnail"
    							data-src="${fe:url('/thumbnail/')}?docId=${f:u(doc.doc_id)}&queryId=${f:u(queryId)}" class="thumbnail"
    						>
    						</a>
    					</div>
    					</c:if>
    					<div class="description">${doc.content_description}</div>
    				</div>
    				<div class="site text-truncate">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Jun 09 04:29:42 GMT 2022
    - 9K bytes
    - Viewed (0)
Back to top