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.
This commit is contained in:
Drake 2006-10-13 20:08:56 +00:00
parent d0bacc8988
commit 1674bcfe10
11 changed files with 987 additions and 0 deletions

View file

@ -0,0 +1,11 @@
#WikiRCTmpl000000000001
#create
#namespace:WikiMaster_recentChanges
#url:default-wiki-recent-changes
#title:Default Recent Changes
#menuTitle:Default Recent Changes
<ul><tmpl_loop rc.entries>
<li><tmpl_var date> <tmpl_var time>: <a href="<tmpl_var viewUrl>"><tmpl_var title></a>
<tmpl_if isEdit>edited</tmpl_if><tmpl_if isDelete>deleted</tmpl_if> by <tmpl_var username></li>
</tmpl_loop></ul>