[pLog-svn] r1319 - in templates/trunk: aubmach base blorange buddha cab darkfire dots drove-all-night flower gutenberg human_condition mars-spirit outback pink_lilies rubric silver simple_sky splat toni water_play zen

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sat Mar 5 12:02:06 GMT 2005


Author: oscar
Date: 2005-03-05 12:02:06 +0000 (Sat, 05 Mar 2005)
New Revision: 1319

Added:
   templates/trunk/aubmach/download.gif
   templates/trunk/base/download.gif
   templates/trunk/blorange/download.gif
   templates/trunk/buddha/download.gif
   templates/trunk/cab/download.gif
   templates/trunk/darkfire/download.gif
   templates/trunk/dots/download.gif
   templates/trunk/drove-all-night/download.gif
   templates/trunk/flower/download.gif
   templates/trunk/gutenberg/download.gif
   templates/trunk/human_condition/download.gif
   templates/trunk/mars-spirit/download.gif
   templates/trunk/outback/download.gif
   templates/trunk/pink_lilies/download.gif
   templates/trunk/rubric/download.gif
   templates/trunk/silver/download.gif
   templates/trunk/simple_sky/download.gif
   templates/trunk/splat/download.gif
   templates/trunk/toni/download.gif
   templates/trunk/water_play/download.gif
   templates/trunk/zen/download.gif
Modified:
   templates/trunk/aubmach/resource.template
   templates/trunk/base/resource.template
   templates/trunk/blorange/resource.template
   templates/trunk/buddha/resource.template
   templates/trunk/cab/resource.template
   templates/trunk/darkfire/resource.template
   templates/trunk/dots/resource.template
   templates/trunk/drove-all-night/resource.template
   templates/trunk/flower/resource.template
   templates/trunk/gutenberg/resource.template
   templates/trunk/human_condition/resource.template
   templates/trunk/mars-spirit/resource.template
   templates/trunk/outback/resource.template
   templates/trunk/pink_lilies/resource.template
   templates/trunk/rubric/resource.template
   templates/trunk/silver/resource.template
   templates/trunk/simple_sky/resource.template
   templates/trunk/splat/resource.template
   templates/trunk/toni/resource.template
   templates/trunk/water_play/resource.template
   templates/trunk/zen/resource.template
Log:
added a missing 'download.gif' icon to all the templates that needed it, so that some browsers will not show a link called "DownloadDownload" in the resource.template (because since the icon wasn't available, they were showing the text in the "alt" attribute of the img tag)

Added: templates/trunk/aubmach/download.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/aubmach/download.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: templates/trunk/aubmach/resource.template
===================================================================
--- templates/trunk/aubmach/resource.template	2005-03-05 11:06:25 UTC (rev 1318)
+++ templates/trunk/aubmach/resource.template	2005-03-05 12:02:06 UTC (rev 1319)
@@ -45,7 +45,7 @@
   <br/>
     <div class="feedback">
         <a href="{$url->resourceDownloadLink($resource)}">
-           <img src="{$url->getUrl("/imgs/download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
+           <img src="{$url->getTemplateFile("download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
            {$locale->tr("download")} ({$metadata->getRoundedSize()})
         </a> 
     </div>

Added: templates/trunk/base/download.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/base/download.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: templates/trunk/base/resource.template
===================================================================
--- templates/trunk/base/resource.template	2005-03-05 11:06:25 UTC (rev 1318)
+++ templates/trunk/base/resource.template	2005-03-05 12:02:06 UTC (rev 1319)
@@ -45,7 +45,7 @@
   <br/>
     <div class="feedback">
         <a href="{$url->resourceDownloadLink($resource)}">
-           <img src="{$url->getUrl("/imgs/download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
+           <img src="{$url->getTemplateFile("download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
            {$locale->tr("download")} ({$metadata->getRoundedSize()})
         </a> 
     </div>

Added: templates/trunk/blorange/download.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/blorange/download.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: templates/trunk/blorange/resource.template
===================================================================
--- templates/trunk/blorange/resource.template	2005-03-05 11:06:25 UTC (rev 1318)
+++ templates/trunk/blorange/resource.template	2005-03-05 12:02:06 UTC (rev 1319)
@@ -45,7 +45,7 @@
   <br/>
     <div class="feedback">
         <a href="{$url->resourceDownloadLink($resource)}">
-           <img src="{$url->getUrl("/imgs/download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
+           <img src="{$url->getTemplateFile("download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
            {$locale->tr("download")} ({$metadata->getRoundedSize()})
         </a> 
     </div>

Added: templates/trunk/buddha/download.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/buddha/download.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: templates/trunk/buddha/resource.template
===================================================================
--- templates/trunk/buddha/resource.template	2005-03-05 11:06:25 UTC (rev 1318)
+++ templates/trunk/buddha/resource.template	2005-03-05 12:02:06 UTC (rev 1319)
@@ -45,7 +45,7 @@
   <br/>
     <div class="feedback">
         <a href="{$url->resourceDownloadLink($resource)}">
-           <img src="{$url->getUrl("/imgs/download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
+           <img src="{$url->getTemplateFile("download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
            {$locale->tr("download")} ({$metadata->getRoundedSize()})
         </a> 
     </div>

Added: templates/trunk/cab/download.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/cab/download.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: templates/trunk/cab/resource.template
===================================================================
--- templates/trunk/cab/resource.template	2005-03-05 11:06:25 UTC (rev 1318)
+++ templates/trunk/cab/resource.template	2005-03-05 12:02:06 UTC (rev 1319)
@@ -45,7 +45,7 @@
   <br/>
     <div class="feedback">
         <a href="{$url->resourceDownloadLink($resource)}">
-           <img src="{$url->getUrl("/imgs/download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
+           <img src="{$url->getTemplateFile("download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
            {$locale->tr("download")} ({$metadata->getRoundedSize()})
         </a> 
     </div>

Added: templates/trunk/darkfire/download.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/darkfire/download.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: templates/trunk/darkfire/resource.template
===================================================================
--- templates/trunk/darkfire/resource.template	2005-03-05 11:06:25 UTC (rev 1318)
+++ templates/trunk/darkfire/resource.template	2005-03-05 12:02:06 UTC (rev 1319)
@@ -45,7 +45,7 @@
   <br/>
     <div class="feedback">
         <a href="{$url->resourceDownloadLink($resource)}">
-           <img src="{$url->getUrl("/imgs/download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
+           <img src="{$url->getTemplateFile("download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
            {$locale->tr("download")} ({$metadata->getRoundedSize()})
         </a> 
     </div>

Added: templates/trunk/dots/download.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/dots/download.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: templates/trunk/dots/resource.template
===================================================================
--- templates/trunk/dots/resource.template	2005-03-05 11:06:25 UTC (rev 1318)
+++ templates/trunk/dots/resource.template	2005-03-05 12:02:06 UTC (rev 1319)
@@ -45,7 +45,7 @@
   <br/>
     <div class="feedback">
         <a href="{$url->resourceDownloadLink($resource)}">
-           <img src="{$url->getUrl("/imgs/download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
+           <img src="{$url->getTemplateFile("download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
            {$locale->tr("download")} ({$metadata->getRoundedSize()})
         </a> 
     </div>

Added: templates/trunk/drove-all-night/download.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/drove-all-night/download.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: templates/trunk/drove-all-night/resource.template
===================================================================
--- templates/trunk/drove-all-night/resource.template	2005-03-05 11:06:25 UTC (rev 1318)
+++ templates/trunk/drove-all-night/resource.template	2005-03-05 12:02:06 UTC (rev 1319)
@@ -45,7 +45,7 @@
   <br/>
     <div class="feedback">
         <a href="{$url->resourceDownloadLink($resource)}">
-           <img src="{$url->getUrl("/imgs/download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
+           <img src="{$url->getTemplateFile("download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
            {$locale->tr("download")} ({$metadata->getRoundedSize()})
         </a> 
     </div>

Added: templates/trunk/flower/download.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/flower/download.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: templates/trunk/flower/resource.template
===================================================================
--- templates/trunk/flower/resource.template	2005-03-05 11:06:25 UTC (rev 1318)
+++ templates/trunk/flower/resource.template	2005-03-05 12:02:06 UTC (rev 1319)
@@ -45,7 +45,7 @@
   <br/>
     <div class="feedback">
         <a href="{$url->resourceDownloadLink($resource)}">
-           <img src="{$url->getUrl("/imgs/download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
+           <img src="{$url->getTemplateFile("download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
            {$locale->tr("download")} ({$metadata->getRoundedSize()})
         </a> 
     </div>

Added: templates/trunk/gutenberg/download.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/gutenberg/download.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: templates/trunk/gutenberg/resource.template
===================================================================
--- templates/trunk/gutenberg/resource.template	2005-03-05 11:06:25 UTC (rev 1318)
+++ templates/trunk/gutenberg/resource.template	2005-03-05 12:02:06 UTC (rev 1319)
@@ -45,7 +45,7 @@
   <br/>
     <div class="feedback">
         <a href="{$url->resourceDownloadLink($resource)}">
-           <img src="{$url->getUrl("/imgs/download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
+           <img src="{$url->getTemplateFile("download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
            {$locale->tr("download")} ({$metadata->getRoundedSize()})
         </a> 
     </div>

Added: templates/trunk/human_condition/download.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/human_condition/download.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: templates/trunk/human_condition/resource.template
===================================================================
--- templates/trunk/human_condition/resource.template	2005-03-05 11:06:25 UTC (rev 1318)
+++ templates/trunk/human_condition/resource.template	2005-03-05 12:02:06 UTC (rev 1319)
@@ -45,7 +45,7 @@
   <br/>
     <div class="feedback">
         <a href="{$url->resourceDownloadLink($resource)}">
-           <img src="{$url->getUrl("/imgs/download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
+           <img src="{$url->getTemplateFile("download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
            {$locale->tr("download")} ({$metadata->getRoundedSize()})
         </a> 
     </div>

Added: templates/trunk/mars-spirit/download.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/mars-spirit/download.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: templates/trunk/mars-spirit/resource.template
===================================================================
--- templates/trunk/mars-spirit/resource.template	2005-03-05 11:06:25 UTC (rev 1318)
+++ templates/trunk/mars-spirit/resource.template	2005-03-05 12:02:06 UTC (rev 1319)
@@ -45,7 +45,7 @@
   <br/>
     <div class="feedback">
         <a href="{$url->resourceDownloadLink($resource)}">
-           <img src="{$url->getUrl("/imgs/download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
+           <img src="{$url->getTemplateFile("download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
            {$locale->tr("download")} ({$metadata->getRoundedSize()})
         </a> 
     </div>

Added: templates/trunk/outback/download.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/outback/download.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: templates/trunk/outback/resource.template
===================================================================
--- templates/trunk/outback/resource.template	2005-03-05 11:06:25 UTC (rev 1318)
+++ templates/trunk/outback/resource.template	2005-03-05 12:02:06 UTC (rev 1319)
@@ -45,7 +45,7 @@
   <br/>
     <div class="feedback">
         <a href="{$url->resourceDownloadLink($resource)}">
-           <img src="{$url->getUrl("/imgs/download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
+           <img src="{$url->getTemplateFile("download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
            {$locale->tr("download")} ({$metadata->getRoundedSize()})
         </a> 
     </div>

Added: templates/trunk/pink_lilies/download.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/pink_lilies/download.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: templates/trunk/pink_lilies/resource.template
===================================================================
--- templates/trunk/pink_lilies/resource.template	2005-03-05 11:06:25 UTC (rev 1318)
+++ templates/trunk/pink_lilies/resource.template	2005-03-05 12:02:06 UTC (rev 1319)
@@ -45,7 +45,7 @@
   <br/>
     <div class="feedback">
         <a href="{$url->resourceDownloadLink($resource)}">
-           <img src="{$url->getUrl("/imgs/download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
+           <img src="{$url->getTemplateFile("download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
            {$locale->tr("download")} ({$metadata->getRoundedSize()})
         </a> 
     </div>

Added: templates/trunk/rubric/download.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/rubric/download.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: templates/trunk/rubric/resource.template
===================================================================
--- templates/trunk/rubric/resource.template	2005-03-05 11:06:25 UTC (rev 1318)
+++ templates/trunk/rubric/resource.template	2005-03-05 12:02:06 UTC (rev 1319)
@@ -45,7 +45,7 @@
   <br/>
     <div class="feedback">
         <a href="{$url->resourceDownloadLink($resource)}">
-           <img src="{$url->getUrl("/imgs/download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
+           <img src="{$url->getTemplateFile("download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
            {$locale->tr("download")} ({$metadata->getRoundedSize()})
         </a> 
     </div>

Added: templates/trunk/silver/download.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/silver/download.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: templates/trunk/silver/resource.template
===================================================================
--- templates/trunk/silver/resource.template	2005-03-05 11:06:25 UTC (rev 1318)
+++ templates/trunk/silver/resource.template	2005-03-05 12:02:06 UTC (rev 1319)
@@ -45,7 +45,7 @@
   <br/>
     <div class="feedback">
         <a href="{$url->resourceDownloadLink($resource)}">
-           <img src="{$url->getUrl("/imgs/download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
+           <img src="{$url->getTemplateFile("download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
            {$locale->tr("download")} ({$metadata->getRoundedSize()})
         </a> 
     </div>

Added: templates/trunk/simple_sky/download.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/simple_sky/download.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: templates/trunk/simple_sky/resource.template
===================================================================
--- templates/trunk/simple_sky/resource.template	2005-03-05 11:06:25 UTC (rev 1318)
+++ templates/trunk/simple_sky/resource.template	2005-03-05 12:02:06 UTC (rev 1319)
@@ -45,7 +45,7 @@
   <br/>
     <div class="feedback">
         <a href="{$url->resourceDownloadLink($resource)}">
-           <img src="{$url->getUrl("/imgs/download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
+           <img src="{$url->getTemplateFile("download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
            {$locale->tr("download")} ({$metadata->getRoundedSize()})
         </a> 
     </div>

Added: templates/trunk/splat/download.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/splat/download.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: templates/trunk/splat/resource.template
===================================================================
--- templates/trunk/splat/resource.template	2005-03-05 11:06:25 UTC (rev 1318)
+++ templates/trunk/splat/resource.template	2005-03-05 12:02:06 UTC (rev 1319)
@@ -45,7 +45,7 @@
   <br/>
     <div class="feedback">
         <a href="{$url->resourceDownloadLink($resource)}">
-           <img src="{$url->getUrl("/imgs/download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
+           <img src="{$url->getTemplateFile("download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
            {$locale->tr("download")} ({$metadata->getRoundedSize()})
         </a> 
     </div>

Added: templates/trunk/toni/download.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/toni/download.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: templates/trunk/toni/resource.template
===================================================================
--- templates/trunk/toni/resource.template	2005-03-05 11:06:25 UTC (rev 1318)
+++ templates/trunk/toni/resource.template	2005-03-05 12:02:06 UTC (rev 1319)
@@ -45,7 +45,7 @@
   <br/>
     <div class="feedback">
         <a href="{$url->resourceDownloadLink($resource)}">
-           <img src="{$url->getUrl("/imgs/download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
+           <img src="{$url->getTemplateFile("download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
            {$locale->tr("download")} ({$metadata->getRoundedSize()})
         </a> 
     </div>

Added: templates/trunk/water_play/download.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/water_play/download.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: templates/trunk/water_play/resource.template
===================================================================
--- templates/trunk/water_play/resource.template	2005-03-05 11:06:25 UTC (rev 1318)
+++ templates/trunk/water_play/resource.template	2005-03-05 12:02:06 UTC (rev 1319)
@@ -45,7 +45,7 @@
   <br/>
     <div class="feedback">
         <a href="{$url->resourceDownloadLink($resource)}">
-           <img src="{$url->getUrl("/imgs/download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
+           <img src="{$url->getTemplateFile("download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
            {$locale->tr("download")} ({$metadata->getRoundedSize()})
         </a> 
     </div>

Added: templates/trunk/zen/download.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/zen/download.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: templates/trunk/zen/resource.template
===================================================================
--- templates/trunk/zen/resource.template	2005-03-05 11:06:25 UTC (rev 1318)
+++ templates/trunk/zen/resource.template	2005-03-05 12:02:06 UTC (rev 1319)
@@ -45,7 +45,7 @@
   <br/>
     <div class="feedback">
         <a href="{$url->resourceDownloadLink($resource)}">
-           <img src="{$url->getUrl("/imgs/download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
+           <img src="{$url->getTemplateFile("download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
            {$locale->tr("download")} ({$metadata->getRoundedSize()})
         </a> 
     </div>




More information about the pLog-svn mailing list