[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 01:41:37 -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 01:41:41 -0401 (EDT)
- Resent-from: cvs@lists.cleannorth.org
- Resent-message-id: <myYoZB.A.mfE.ro7pIB@skroob.cleannorth.org>
- Resent-sender: cvs-request@lists.cleannorth.org
Log Message:
-----------
Fix paths
Modified Files:
--------------
svartalfheim.net/templates/en/gallery:
category.tmpl
completed.tmpl
index.tmpl
upload.tmpl
Revision Data
-------------
Index: upload.tmpl
===================================================================
RCS file: /cvs/svartalfheim.net/templates/en/gallery/upload.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ltemplates/en/gallery/upload.tmpl -Ltemplates/en/gallery/upload.tmpl -u -r1.1 -r1.2
--- templates/en/gallery/upload.tmpl
+++ templates/en/gallery/upload.tmpl
@@ -1,6 +1,6 @@
<!-- Title: Upload a new Picture -->
<h2>Picture Upload</h2>
-<DEFANGED_form action="/gallery_upload.pl" method=POST enctype="multipart/form-data">
+<DEFANGED_form action="/gallery/upload.pl" method=POST enctype="multipart/form-data">
<DEFANGED_input type=hidden name=action value=upload>
<table>
<tr>
Index: completed.tmpl
===================================================================
RCS file: /cvs/svartalfheim.net/templates/en/gallery/completed.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ltemplates/en/gallery/completed.tmpl -Ltemplates/en/gallery/completed.tmpl -u -r1.1 -r1.2
--- templates/en/gallery/completed.tmpl
+++ templates/en/gallery/completed.tmpl
@@ -4,8 +4,8 @@
<p><tmpl_var name=message></p>
<tmpl_else>
<h2>Upload Completed</h2><br>
- Click <a href="./gallery.pl">Here</a> to go back to the gallery page,
- click <a href="./gallery_upload.pl">Here</a> to Upload another image.
+ Click <a href="./gallery/">Here</a> to go back to the gallery page,
+ click <a href="./gallery/upload.pl">Here</a> to Upload another image.
<br>
<p><tmpl_var name=message></p>
</tmpl_if>
Index: category.tmpl
===================================================================
RCS file: /cvs/svartalfheim.net/templates/en/gallery/category.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ltemplates/en/gallery/category.tmpl -Ltemplates/en/gallery/category.tmpl -u -r1.1 -r1.2
--- templates/en/gallery/category.tmpl
+++ templates/en/gallery/category.tmpl
@@ -6,14 +6,14 @@
<tmpl_loop name="pictures">
<tmpl_if name="flip">
<div DEFANGED_STYLE="float:left;">
- <a href="gallery_picture.pl?id=<tmpl_var name=pictureid>">
+ <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;">
</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>">
+ <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;">
</a>
<p><tmpl_var name="caption"></p>
Index: index.tmpl
===================================================================
RCS file: /cvs/svartalfheim.net/templates/en/gallery/index.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ltemplates/en/gallery/index.tmpl -Ltemplates/en/gallery/index.tmpl -u -r1.1 -r1.2
--- templates/en/gallery/index.tmpl
+++ templates/en/gallery/index.tmpl
@@ -1,7 +1,7 @@
<!-- Title: Gallery Index -->
<h2> Gallery Index </h2>
-<DEFANGED_form action="/gallery.pl" method=get>
+<DEFANGED_form action="/gallery/" method=get>
<p>Please Choose a Category to View:
<select name="gallery">
<tmpl_loop name="categories">
- Prev by Date: CVS Update: svartalfheim.net
- Next by Date: CVS Update: gleipnir
- Previous by thread: CVS Update: svartalfheim.net
- Next by thread: CVS Update: svartalfheim.net
- Index(es):