Wiki Home » Panels » IncludedDocuments

IncludedDocuments

Last modified by Administrator on 2006/12/15 10:10
Name
Included documents
Panel type
edit
Category
Information
Description

Displays the documents included in the curent document.

Content

#set($pages = $tdoc.includedPages)
#if($pages.size() > 0 || $showEmptyPanels)
#largepanelheader("XWiki document information")
#if($pages.size() == 1)
$xwiki.parseMessage("editincludepagemsgone"):
#else
$xwiki.parseMessage("editincludepagemsgmore"):
#end
<table summary="$msg.get("includeddocumentssummary")" id="xwikiincludeddocuments">
<tbody>
#foreach ($page in $pages)
<tr><td><a href="$xwiki.getURL($page, "view")">$page</a></td>
<td class="xwikibuttonlink"><a href="$xwiki.getURL($page, "edit")">$msg.get("edit")</a></td></tr>
#end
</tbody>
</table>
#panelfooter()
#end

Tags:
Created by Administrator on 2006/07/26 12:35

Copyright 2004-2025 XWiki
4.0-milestone-1