General Actions:
Log-in
Wiki:
Courses
▼
:
Document Index
»
Space:
Main
▼
:
Document Index
»
Page:
AllDocs
Search
Page Actions:
Export
▼
:
Export as PDF
Export as RTF
Export as HTML
More actions
▼
:
Print preview
View Source
Welcome to L3D's XWiki for Courses
»
Documents on this Wiki
Wiki source code of
Documents on this Wiki
Last modified by
Hal Eden
on 2010/09/06 13:26
Content
·
Comments
(0)
·
Attachments
(0)
·
History
·
Information
Show line numbers
{{velocity}} #if("$!{view}" == '') #set($view = $request.getParameter('view')) #if("$!{view}" == '') #set ($view = 'index') #end #end #macro(indexTab $tabname $idSuffix $translationKeySuffix) <li id="xwiki${idSuffix}"#if($view == $tabname) class="active"#end><a href="$doc.getURL('view', "view=${tabname}&$!param")">$msg.get("xe.index${translationKeySuffix}")</a></li> #end {{html}} <div class="floatcontainer"> <ul class="xwikitabbar"> #indexTab('index', 'index', '') #indexTab('tree', 'treeview', '.tree') #indexTab('orphans', 'orphansview', '.orphaned') #indexTab('attachments', 'attachments', '.attachments') #indexTab('deletedDocs', 'deletedDocs', '.documentsTrash') #indexTab('deletedAttachments', 'deletedAttachments', '.attachmentsTrash') </ul> </div> <div class="xwikitabpanescontainer"> {{/html}} ## ============================================== ## If view=index then displays the index of pages ## ============================================== #if ($view == 'index') {{include document="XWiki.Tableview" /}} #elseif ($view == 'tree') ## ============================================== ## If view=tree then displays the treeview ## ============================================== {{include document="XWiki.Treeview" /}} #elseif ($view == 'attachments') ## ============================================== ## If view=attachments then display attachments ## ============================================== {{include document="XWiki.AllAttachments" /}} #elseif ($view == 'orphans') ## ============================================== ## If view=orphans then display orphans ## ============================================== {{include document="XWiki.OrphanedPages" /}} #elseif ($view == 'deletedDocs') ## ============================================== ## If view=deletedDocs then display the recycle bin ## ============================================== {{include document="XWiki.DeletedDocuments" /}} #elseif ($view == 'deletedAttachments') ## ============================================== ## If view=deletedAttachments then display the attachment trash ## ============================================== {{include document="XWiki.DeletedAttachments" /}} #end {{html}} </div> {{/html}} {{/velocity}}
Welcome
Welcome to this XWiki!
Quick Links
DSSF 2008
DCNM 2009
HCCF 2010
Document Index
Sandbox
My Recent Modifications
ASSIGNMENTNAME