%--
* Copyright by Intland Software
*
* All rights reserved.
*
* This software is the confidential and proprietary information
* of Intland Software. ("Confidential Information"). You
* shall not disclose such Confidential Information and shall use
* it only in accordance with the terms of the license agreement
* you entered into with Intland.
*
* $Revision$ $Date$
--%>
<%@ taglib uri="jstl-c" prefix="c" %>
<%@ taglib uri="jstl-fmt" prefix="fmt" %>
<%@ taglib uri="jstl-fn" prefix="fn" %>
<%@ taglib uri="struts-html" prefix="html" %>
<%@ taglib uri="taglib" prefix="tag" %>
<%@ taglib uri="uitaglib" prefix="ui" %>
<%--
This JSP fragment shows the meta data about the current document/wiki page like revision number and last change date and user.
This JSP fragment expects the ArtifactDto in the "Artifact" request parameter; this is either the current
WikiPage or Document to show the meta data for...
Also expected scope variables:
${docComments} The list of comments/attachments for the document
${pageChildren} The list of child pages, only for wiki documents
%>
<%-- get the artifact from request --%>
<%-- the url for properties of this page --%>
<%-- the prefix for ditchnet-tab, either "wiki-page" or "document" --%>
<%-- unlock URL or blank if user can not unlock --%>