Wiki Home » Panels » Backlinks

Backlinks

Last modified by Administrator on 2007/05/30 12:51
Name
Backlinks
Panel type
view
Category
Information
Description

List all pages having links to the page being viewed. Displays nothing if there are no links to the page being viewed.

Content

#set($blinks = $doc.getBacklinks())
#if($blinks.size()>0)
#panelheader('Backlinks')
#foreach($docname in $blinks)
#set($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
#if($first == true)
#set($first = false)
#else
<span class="pitemseparator"> | </span>
#end
<span class="panelitem"><a href="$rdoc.getURL("view")">$rdoc.displayTitle</a></span>
#end
#panelfooter()
#end

Tags:
Created by Administrator on 2006/09/15 08:34

Copyright 2004-2025 XWiki
4.0-milestone-1