webgui/docs/upgrades/templates-7.1.1/default-wiki-page-list.tmpl
Drake 1674bcfe10 First semi-usable version of wiki asset. This should probably be improved
somewhat before release; the default page selector doesn't quite work the way
it should, and there aren't icons, and there are a few features missing, and
some code duplication, &c.
2006-10-13 20:08:56 +00:00

13 lines
285 B
Cheetah

#WikiPLTmpl000000000001
#create
#namespace:WikiMaster_pageList
#url:default-wiki-page-list
#title:Default Page List
#menuTitle:Default Page List
<h2><tmpl_var pl.title></h2>
<ul>
<tmpl_loop pl.entries>
<li><a href="<tmpl_var pageUrl>"><tmpl_var pageTitle></a></li>
</tmpl_loop>
</ul>