{extends "idf/wiki/base.html"}
{block docclass}yui-t1{assign $inWiki=true}{/block}
{block body}
{$pages.render}
{if !$user.isAnonymous()}
{aurl 'url', 'IDF_Views_Wiki::create', array($project.shortname)}
<
p
><
a
href
=
"{$url}"
><
img
style
=
"vertical-align: text-bottom;"
src
=
"{media '/idf/img/add.png'}"
alt
=
"+"
align
=
"bottom"
/></
a
> <
a
href
=
"{$url}"
>{trans 'New Page'}</
a
></
p
>{/if}
{/block}
{block context}
<
p
><
strong
>{trans 'Number of pages:'}</
strong
> {$pages.nb_items}</
p
>
{assign $class = ''}{assign $i = 0}
{if !$label or $label.id != $dlabel.id}
<
p
class
=
"smaller"
>{foreach $tags as $lab}
{aurl 'url', 'IDF_Views_Wiki::listLabel', array($project.shortname, $lab.id)}
{if $class != $lab.class}{if $i != 0}<
br
/>{/if}<
strong
class
=
"label"
>{$lab.class}:</
strong
> {/if}
<
a
href
=
"{$url}"
class
=
"label"
>{$lab.name}</
a
>,{assign $i = $i + 1}{assign $class = $lab.class}{/foreach}</
p
>
{/if}
{if $deprecated > 0}
{aurl 'url', 'IDF_Views_Wiki::listLabel', array($project.shortname, $dlabel.id)}
<
p
class
=
"helptext"
>{blocktrans}See <
a
href
=
"{$url}"
>the deprecated pages</
a
>.{/blocktrans}</
p
>
{/if}
{/block}