You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ag...@apache.org on 2006/10/05 23:26:28 UTC

svn commit: r453387 - in /incubator/roller/trunk/web/themes: brushedmetal/_css.vm frontpage/_css.vm frontpage/_header.vm sotto/Weblog.vm

Author: agilliland
Date: Thu Oct  5 14:26:28 2006
New Revision: 453387

URL: http://svn.apache.org/viewvc?view=rev&rev=453387
Log:
updating theme files to use $url.resource() instead of $url.themeResource() in templates.


Modified:
    incubator/roller/trunk/web/themes/brushedmetal/_css.vm
    incubator/roller/trunk/web/themes/frontpage/_css.vm
    incubator/roller/trunk/web/themes/frontpage/_header.vm
    incubator/roller/trunk/web/themes/sotto/Weblog.vm

Modified: incubator/roller/trunk/web/themes/brushedmetal/_css.vm
URL: http://svn.apache.org/viewvc/incubator/roller/trunk/web/themes/brushedmetal/_css.vm?view=diff&rev=453387&r1=453386&r2=453387
==============================================================================
--- incubator/roller/trunk/web/themes/brushedmetal/_css.vm (original)
+++ incubator/roller/trunk/web/themes/brushedmetal/_css.vm Thu Oct  5 14:26:28 2006
@@ -210,7 +210,7 @@
 			w\idth: 240px;
 			margin: 0;
 			margin-right: 5px;
-			background: url($url.themeResource("brushedmetal", "images/metalLine.gif")) top right repeat-y;
+			background: url($url.resource("images/metalLine.gif")) top right repeat-y;
 			padding: 0px 25px 0px 0px;
 			}
 		#content {
@@ -224,10 +224,10 @@
 			font-family:Geneva, Arial, Helvetica, san-serif;
 			line-height:140%;
 			color:#FFF;
-			background:#848484 url($url.themeResource("brushedmetal", "images/metalBGBG.jpg")) top left repeat-x;
+			background:#848484 url($url.resource("images/metalBGBG.jpg")) top left repeat-x;
 			}
 		#block {
-			background: url($url.themeResource("brushedmetal", "images/metalBG.jpg")) top left no-repeat;
+			background: url($url.resource("images/metalBG.jpg")) top left no-repeat;
 			}
 		A {
 			text-decoration: underline;

Modified: incubator/roller/trunk/web/themes/frontpage/_css.vm
URL: http://svn.apache.org/viewvc/incubator/roller/trunk/web/themes/frontpage/_css.vm?view=diff&rev=453387&r1=453386&r2=453387
==============================================================================
--- incubator/roller/trunk/web/themes/frontpage/_css.vm (original)
+++ incubator/roller/trunk/web/themes/frontpage/_css.vm Thu Oct  5 14:26:28 2006
@@ -254,7 +254,7 @@
     background: #ad3431 !important; 
 }
 .bannerBox {
-    background: url("$url.themeResource("frontpage", "tan-banner.gif")") repeat-x top;
+    background: url("$url.resource("tan-banner.gif")") repeat-x top;
 }
 .bannerStatusBox {
     background: #ad3431;

Modified: incubator/roller/trunk/web/themes/frontpage/_header.vm
URL: http://svn.apache.org/viewvc/incubator/roller/trunk/web/themes/frontpage/_header.vm?view=diff&rev=453387&r1=453386&r2=453387
==============================================================================
--- incubator/roller/trunk/web/themes/frontpage/_header.vm (original)
+++ incubator/roller/trunk/web/themes/frontpage/_header.vm Thu Oct  5 14:26:28 2006
@@ -14,7 +14,7 @@
 <div id="banner">
         <div class="bannerBox">
            <img class="bannerlogo" 
-              src='$url.themeResource("frontpage","roller-tan-logo.gif")' />
+              src='$url.resource("roller-tan-logo.gif")' />
         </div>
 
     <div id="bannerStatusBox">

Modified: incubator/roller/trunk/web/themes/sotto/Weblog.vm
URL: http://svn.apache.org/viewvc/incubator/roller/trunk/web/themes/sotto/Weblog.vm?view=diff&rev=453387&r1=453386&r2=453387
==============================================================================
--- incubator/roller/trunk/web/themes/sotto/Weblog.vm (original)
+++ incubator/roller/trunk/web/themes/sotto/Weblog.vm Thu Oct  5 14:26:28 2006
@@ -7,7 +7,7 @@
     <title>$model.weblog.name : $model.weblogPage.name</title>
     #showAutodiscoveryLinks($model.weblog)
     <style type="text/css">#includeTemplate($model.weblog "_css")</style>
-    <link rel="stylesheet" type="text/css" href='$url.themeResource("sotto", "theme.css")' />
+    <link rel="stylesheet" type="text/css" href='$url.resource("styles/default.css")' />
     </head>
 <body>
 
@@ -87,7 +87,7 @@
             <a title="This is a Roller site."
                 href="http://rollerweblogger.org"><img class="noBorder"
                 width="80" height="15" alt="[This is a Roller site]"
-                src="$url.themeResource("sotto", "images/roller-logo.gif")" /></a>
+                src="$url.resource("images/roller-logo.gif")" /></a>
         </div>
         <div class="sidebarBox">
             Theme by <a href="http://sotto.org">Rowell Sotto</a>.