Author: vmassol
Date: 2008-02-01 16:05:17 +0100 (Fri, 01 Feb 2008)
New Revision: 7265
Removed:
xwiki-platform/skins/trunk/toucan/src/main/resources/toucan/stylesheets.vm
Log:
XSTOUCAN-1: Create Toucan skin from xwiki.org
* Removing not needed stylesheet.vm since it's the same than Alabtross'
Deleted:
xwiki-platform/skins/trunk/toucan/src/main/resources/toucan/stylesheets.vm
===================================================================
--- xwiki-platform/skins/trunk/toucan/src/main/resources/toucan/stylesheets.vm
2008-02-01 14:39:02 UTC (rev 7264)
+++ xwiki-platform/skins/trunk/toucan/src/main/resources/toucan/stylesheets.vm
2008-02-01 15:05:17 UTC (rev 7265)
@@ -1,32 +0,0 @@
-#set( $defaultstyle = $xwiki.getWebPreference("stylesheet"))
-#set( $stylesheets = $xwiki.getWebPreference("stylesheets"))
-#if ($defaultstyle!="")
-<link href="$xwiki.getSkinFile($defaultstyle, true)" rel="stylesheet"
type="text/css" />
-<link href="$xwiki.getSkinFile($defaultstyle, true)" rel="stylesheet"
type="text/css" title="default" />
-#else
-<link href="$xwiki.getSkinFile("style.css", true)" rel="stylesheet"
type="text/css" />
-<link href="$xwiki.getSkinFile("style.css", true)" rel="stylesheet"
type="text/css" title="default" />
-#end
-#if($printss)
-<link href="$xwiki.getSkinFile("print.css")" rel="stylesheet" type="text/css"/>
-#end
-#if ($stylesheets != "")
-#set( $stylenb = 1)
-#foreach ( $stylesheet in $xwiki.split($stylesheets, ","))
-#if( !$stylesheet.equalsIgnoreCase($defaultstyle) )
-<link href="$xwiki.getSkinFile($stylesheet)" rel="alternate stylesheet"
type="text/css" title="Alternate StyleSheet $stylenb" />
-#end
-#set( $stylenb = $stylenb + 1)
-#end
-#else
-<link href="$xwiki.getSkinFile("style1.css")" rel="alternate stylesheet"
type="text/css" title="Alternate StyleSheet 1" />
-<link href="$xwiki.getSkinFile("style2.css")" rel="alternate stylesheet"
type="text/css" title="Alternate StyleSheet 2" />
-<link href="$xwiki.getSkinFile("style3.css")" rel="alternate stylesheet"
type="text/css" title="Alternate StyleSheet 3" />
-#end
-<link href="${request.contextPath}/yui/treeview/assets/tree.css"
rel="stylesheet" type="text/css"/>
-
-<link href="$xwiki.getSkinFile("css/lightbox/lightbox.css", true)"
rel="stylesheet" type="text/css" />
-
-<!--[if IE]>
-<link href="$xwiki.getSkinFile("css/lightbox/lightboxIE.css", true)"
rel="stylesheet" type="text/css" title="Lightbox Stylesheet For Ie" />
-<![endif]-->
\ No newline at end of file
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications