Wiki source code of Color Themes

Last modified by Administrator on 2009/08/24 12:08

Show last authors
1 = Existing Themes =
2
3 {{velocity}}
4 * [[Default theme>>DefaultColorTheme]]
5 * Variants
6 #set($query = ", BaseObject as theme where doc.fullName=theme.name and theme.className='ColorThemes.ColorThemeClass' and doc.fullName<>'ColorThemes.ColorThemeTemplate' and doc.fullName<>'ColorThemes.DefaultColorTheme' order by doc.title")##
7 #set($themeList = $xwiki.searchDocuments($query,0,0))##
8 #foreach($theme in $themeList)##
9 #set($themeDoc = $xwiki.getDocument($theme))##
10 #set($themeName = $themeDoc.displayTitle)##
11 ** [[$themeName>>$themeDoc.fullName]]
12 #end
13 {{/velocity}}