[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS Update: svartalfheim.net
- To: cvs@lists.cleannorth.org
- Subject: CVS Update: svartalfheim.net
- From: Dan Brosemer <odin@cleannorth.org>
- Date: Sun, 17 Aug 2008 10:52:39 -0401 (EDT)
- List-help: <mailto:cvs-request@lists.cleannorth.org?subject=help>
- List-post: <mailto:cvs@lists.cleannorth.org>
- List-subscribe: <mailto:cvs-request@lists.cleannorth.org?subject=subscribe>
- List-unsubscribe: <mailto:cvs-request@lists.cleannorth.org?subject=unsubscribe>
- Resent-date: Sun, 17 Aug 2008 10:52:43 -0401 (EDT)
- Resent-from: cvs@lists.cleannorth.org
- Resent-message-id: <QEzqaC.A.vE.RtDqIB@skroob.cleannorth.org>
- Resent-sender: cvs-request@lists.cleannorth.org
Log Message:
-----------
Fix image links
Modified Files:
--------------
svartalfheim.net/templates/en/gallery:
category.tmpl
picture.tmpl
Revision Data
-------------
Index: picture.tmpl
===================================================================
RCS file: /cvs/svartalfheim.net/templates/en/gallery/picture.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ltemplates/en/gallery/picture.tmpl -Ltemplates/en/gallery/picture.tmpl -u -r1.1 -r1.2
--- templates/en/gallery/picture.tmpl
+++ templates/en/gallery/picture.tmpl
@@ -2,8 +2,8 @@
Gallery: <tmpl_var name="gallery_name"><br>
Title: <h2><tmpl_var name="title"></h2><br>
<br>
-<a href="<tmpl_var name='image_path'>" target=NEW>
- <DEFANGED_IMG src="<tmpl_var name=image_path>" alt="<tmpl_var name=title>" width=100% border=0>
+<a href="/gallery/picture.pl/full/<tmpl_var name='image_path'>" target=NEW>
+ <DEFANGED_IMG src="/gallery/picture.pl/full/<tmpl_var name=image_path>" alt="<tmpl_var name=title>" width=100% border=0>
</a>
<tmpl_var name=caption>
<div class="pic-admin">
Index: category.tmpl
===================================================================
RCS file: /cvs/svartalfheim.net/templates/en/gallery/category.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -Ltemplates/en/gallery/category.tmpl -Ltemplates/en/gallery/category.tmpl -u -r1.3 -r1.4
--- templates/en/gallery/category.tmpl
+++ templates/en/gallery/category.tmpl
@@ -7,14 +7,14 @@
<tmpl_if name="flip">
<div DEFANGED_STYLE="float:left;">
<a href="/gallery/picture.pl?id=<tmpl_var name=pictureid>">
- <DEFANGED_IMG src="<tmpl_var name="thumb_path">" alt="<tmpl_var name="caption">" DEFANGED_STYLE="float:left;padding:15px;border:0px;">
+ <DEFANGED_IMG src="/gallery/picture.pl/thumb/<tmpl_var name="thumb_path">" alt="<tmpl_var name="caption">" DEFANGED_STYLE="float:left;padding:15px;border:0px;">
</a>
<p DEFANGED_STYLE="padding:5px;"> <tmpl_var name="caption"> </p>
</div>
<tmpl_else>
<div DEFANGED_STYLE="float:left;">
<a href="/gallery/picture.pl?id=<tmpl_var name=pictureid>">
- <DEFANGED_IMG src="<tmpl_var name="thumb_path">" alt="<tmpl_var name="caption">" DEFANGED_STYLE="float:right;padding:15px;border:0px;">
+ <DEFANGED_IMG src="/gallery/picture.pl/thumb/<tmpl_var name="thumb_path">" alt="<tmpl_var name="caption">" DEFANGED_STYLE="float:right;padding:15px;border:0px;">
</a>
<p><tmpl_var name="caption"></p>
</div>
- Prev by Date: CVS Update: gleipnir
- Next by Date: CVS Update: gleipnir
- Previous by thread: CVS Update: svartalfheim.net
- Next by thread: CVS Update: svartalfheim.net
- Index(es):