[pLog-svn] r3062 - in templates/trunk: 3-column-liquid Blix Boxed Boxed-Green FallingLeaves FallingLeavesWithPlugins FastTrack GreenTrack Innerscape LiteWinter Mac-Stripe Matrix-Code MinimaPlus MinimaPlusWithPlugins Modish ShadedGrey Soft-Blue Soft-Green Soft-Red StreetCorner Very-Clean Vicksburg almost-spring andreas-2-columns andreas-3-columns aubmach base blorange blufill bubble-blue buddha cab connections darkfire dots drove-all-night fblue fblueWithPlugins fdawn fdawnWithPlugins fgreen flower flyupsky-daytime flyupsky-evening forange forangeWithPlugins fsimple fsubtle gutenberg human_condition mars-spirit minitemplate mtplog ocadia outback pastel-blocks pink_lilies reic reic1 roodoplog-2-column roodoplog-3-column roof rubric silver simple_sky splat spring standard_green standard_happy standard_red toni toto tribal unported/wordplog v4ny8_lt v4nychristmas5 water_play white zen

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Mar 12 22:02:38 GMT 2006


Author: oscar
Date: 2006-03-12 22:02:37 +0000 (Sun, 12 Mar 2006)
New Revision: 3062

Modified:
   templates/trunk/3-column-liquid/commentform.template
   templates/trunk/Blix/commentform.template
   templates/trunk/Boxed-Green/commentform.template
   templates/trunk/Boxed/commentform.template
   templates/trunk/FallingLeaves/commentform.template
   templates/trunk/FallingLeavesWithPlugins/commentform.template
   templates/trunk/FastTrack/commentform.template
   templates/trunk/GreenTrack/commentform.template
   templates/trunk/Innerscape/commentform.template
   templates/trunk/LiteWinter/commentform.template
   templates/trunk/Mac-Stripe/commentform.template
   templates/trunk/Matrix-Code/commentform.template
   templates/trunk/MinimaPlus/commentform.template
   templates/trunk/MinimaPlusWithPlugins/commentform.template
   templates/trunk/Modish/commentform.template
   templates/trunk/ShadedGrey/commentform.template
   templates/trunk/Soft-Blue/commentform.template
   templates/trunk/Soft-Green/commentform.template
   templates/trunk/Soft-Red/commentform.template
   templates/trunk/StreetCorner/commentform.template
   templates/trunk/Very-Clean/commentform.template
   templates/trunk/Vicksburg/commentform.template
   templates/trunk/almost-spring/commentform.template
   templates/trunk/andreas-2-columns/commentform.template
   templates/trunk/andreas-3-columns/commentform.template
   templates/trunk/aubmach/commentform.template
   templates/trunk/base/commentform.template
   templates/trunk/blorange/commentform.template
   templates/trunk/blufill/commentform.template
   templates/trunk/bubble-blue/commentform.template
   templates/trunk/buddha/commentform.template
   templates/trunk/cab/commentform.template
   templates/trunk/connections/commentform.template
   templates/trunk/darkfire/commentform.template
   templates/trunk/dots/commentform.template
   templates/trunk/drove-all-night/commentform.template
   templates/trunk/fblue/commentform.template
   templates/trunk/fblueWithPlugins/commentform.template
   templates/trunk/fdawn/commentform.template
   templates/trunk/fdawnWithPlugins/commentform.template
   templates/trunk/fgreen/commentform.template
   templates/trunk/flower/commentform.template
   templates/trunk/flyupsky-daytime/commentform.template
   templates/trunk/flyupsky-evening/commentform.template
   templates/trunk/forange/commentform.template
   templates/trunk/forangeWithPlugins/commentform.template
   templates/trunk/fsimple/commentform.template
   templates/trunk/fsubtle/commentform.template
   templates/trunk/gutenberg/commentform.template
   templates/trunk/human_condition/commentform.template
   templates/trunk/mars-spirit/commentform.template
   templates/trunk/minitemplate/commentform.template
   templates/trunk/mtplog/commentform.template
   templates/trunk/ocadia/commentform.template
   templates/trunk/outback/commentform.template
   templates/trunk/pastel-blocks/commentform.template
   templates/trunk/pink_lilies/commentform.template
   templates/trunk/reic/commentform.template
   templates/trunk/reic1/commentform.template
   templates/trunk/roodoplog-2-column/commentform.template
   templates/trunk/roodoplog-3-column/commentform.template
   templates/trunk/roof/commentform.template
   templates/trunk/rubric/commentform.template
   templates/trunk/silver/commentform.template
   templates/trunk/simple_sky/commentform.template
   templates/trunk/splat/commentform.template
   templates/trunk/spring/commentform.template
   templates/trunk/standard_green/commentform.template
   templates/trunk/standard_happy/commentform.template
   templates/trunk/standard_red/commentform.template
   templates/trunk/toni/commentform.template
   templates/trunk/toto/commentform.template
   templates/trunk/tribal/commentform.template
   templates/trunk/unported/wordplog/commentform.template
   templates/trunk/v4ny8_lt/commentform.template
   templates/trunk/v4nychristmas5/commentform.template
   templates/trunk/water_play/commentform.template
   templates/trunk/white/commentform.template
   templates/trunk/zen/commentform.template
Log:
same fix (replaced {$url->getBaseUrl()}/index.php with {$url->getIndexUrl()})


Modified: templates/trunk/3-column-liquid/commentform.template
===================================================================
--- templates/trunk/3-column-liquid/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/3-column-liquid/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,5 +1,5 @@
   {if $blogsettings->getValue("comments_enabled")}
-  <form name="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
+  <form name="NewComment" action="{$url->getIndexUrl()}" method="post">
   <p>
    {$locale->pr("comment_topic")}<br/><input type="text" name="commentTopic" value=""/><br/>
    {$locale->pr("comment_text")} <br/><textarea rows="10" cols="50" name="commentText"></textarea><br/>

Modified: templates/trunk/Blix/commentform.template
===================================================================
--- templates/trunk/Blix/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/Blix/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,6 +1,6 @@
 <div id="commentsform">
 
-<form action="{$url->getBaseUrl()}/index.php" method="post" id="commentform">
+<form action="{$url->getIndexUrl()}" method="post" id="commentform">
 		<fieldset>
 
 	

Modified: templates/trunk/Boxed/commentform.template
===================================================================
--- templates/trunk/Boxed/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/Boxed/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-  <form name="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
+  <form name="NewComment" action="{$url->getIndexUrl()}" method="post">
   <p>
    {$locale->pr("comment_topic")}<br/><input type="text"  name="commentTopic" value=""/>
    <p>{$locale->pr("comment_text")} <br/><textarea rows="10"  name="commentText"></textarea></p>

Modified: templates/trunk/Boxed-Green/commentform.template
===================================================================
--- templates/trunk/Boxed-Green/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/Boxed-Green/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-  <form name="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
+  <form name="NewComment" action="{$url->getIndexUrl()}" method="post">
   <p>
    {$locale->pr("comment_topic")}<br/><input type="text"  name="commentTopic" value=""/>
    <p>{$locale->pr("comment_text")} <br/><textarea rows="10"  name="commentText"></textarea></p>

Modified: templates/trunk/FallingLeaves/commentform.template
===================================================================
--- templates/trunk/FallingLeaves/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/FallingLeaves/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,6 +1,6 @@
 
 
-<form action="{$url->getBaseUrl()}/index.php" method="post" id="commentform">
+<form action="{$url->getIndexUrl()}" method="post" id="commentform">
 
 
 <p><input type="text" name="userName" id="author" value="" size="22" tabindex="1" />

Modified: templates/trunk/FallingLeavesWithPlugins/commentform.template
===================================================================
--- templates/trunk/FallingLeavesWithPlugins/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/FallingLeavesWithPlugins/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,6 +1,6 @@
 
 
-<form action="{$url->getBaseUrl()}/index.php" method="post" id="commentform">
+<form action="{$url->getIndexUrl()}" method="post" id="commentform">
 
 
 <p><input type="text" name="userName" id="author" value="" size="22" tabindex="1" />

Modified: templates/trunk/FastTrack/commentform.template
===================================================================
--- templates/trunk/FastTrack/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/FastTrack/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form id="commentform" name="commentform" action="{$url->getBaseUrl()}/index.php" method="post">
+<form id="commentform" name="commentform" action="{$url->getIndexUrl()}" method="post">
 <p><input name="userName" type="text" size="35" /><small>{$locale->tr("comment_username")} (required)</small></p>
 <p><input name="commentTopic" type="text" size="35" /><small>{$locale->tr("comment_topic")}</small></p>
 <p><input name="userUrl" type="text" size="35" /><small>{$locale->tr("comment_url")}</small></p>

Modified: templates/trunk/GreenTrack/commentform.template
===================================================================
--- templates/trunk/GreenTrack/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/GreenTrack/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form id="commentform" name="commentform" action="{$url->getBaseUrl()}/index.php" method="post">
+<form id="commentform" name="commentform" action="{$url->getIndexUrl()}" method="post">
 <p><input name="userName" type="text" size="35" /><small>{$locale->tr("comment_username")} (required)</small></p>
 <p><input name="commentTopic" type="text" size="35" /><small>{$locale->tr("comment_topic")}</small></p>
 <p><input name="userUrl" type="text" size="35" /><small>{$locale->tr("comment_url")}</small></p>

Modified: templates/trunk/Innerscape/commentform.template
===================================================================
--- templates/trunk/Innerscape/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/Innerscape/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,5 +1,5 @@
 <div id="postmain">
-<form id="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
+<form id="NewComment" action="{$url->getIndexUrl()}" method="post">
 <legend>{$locale->tr("add_comment")}</legend>
 <div><label for="commentTopic">{$locale->pr("comment_topic")}</label><input type="text" name="commentTopic" id="commentTopic" value="" /></div>
 <div><label for="commentText">{$locale->pr("comment_text")}</label><textarea rows="10" cols="30" name="commentText" id="commentText"></textarea></div>

Modified: templates/trunk/LiteWinter/commentform.template
===================================================================
--- templates/trunk/LiteWinter/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/LiteWinter/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,5 +1,5 @@
 				<div id="common_form">
-					<form id="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
+					<form id="NewComment" action="{$url->getIndexUrl()}" method="post">
 						<span class="text_form">{$locale->tr("comment_username")}:</span><input name="userName" type="text" size="35"/><br />
 						<span class="text_form">{$locale->tr("comment_topic")}:</span><input name="commentTopic" type="text" size="35" /><br />
 						<span class="text_form">{$locale->tr("comment_url")}:</span><input name="userUrl" type="text" size="35" /><br />

Modified: templates/trunk/Mac-Stripe/commentform.template
===================================================================
--- templates/trunk/Mac-Stripe/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/Mac-Stripe/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-  <form name="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
+  <form name="NewComment" action="{$url->getIndexUrl()}" method="post">
   <p>
    {$locale->pr("comment_topic")}<br/><input type="text" style="width: 80%" name="commentTopic" value=""/>
    <p>{$locale->pr("comment_text")} <br/><textarea rows="10" style="width: 80%" name="commentText"></textarea></p>

Modified: templates/trunk/Matrix-Code/commentform.template
===================================================================
--- templates/trunk/Matrix-Code/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/Matrix-Code/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-  <form name="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
+  <form name="NewComment" action="{$url->getIndexUrl()}" method="post">
   <p>
    {$locale->pr("comment_topic")}<br/><input type="text" style="width: 80%" name="commentTopic" value=""/>
    <p>{$locale->pr("comment_text")} <br/><textarea rows="10" style="width: 80%" name="commentText"></textarea></p>

Modified: templates/trunk/MinimaPlus/commentform.template
===================================================================
--- templates/trunk/MinimaPlus/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/MinimaPlus/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,7 +1,7 @@
 {if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1}
 <a name="postcomment"></a>
 <b>Leave a comment</b><br />
-<form action="{$url->getBaseUrl()}/index.php" method="post" id="commentform">
+<form action="{$url->getIndexUrl()}" method="post" id="commentform">
 
 	<p><input type="text" name="userName" id="author" value="" size="22" tabindex="1" />
 	<label for="author"><small>Name (required)</small></label></p>

Modified: templates/trunk/MinimaPlusWithPlugins/commentform.template
===================================================================
--- templates/trunk/MinimaPlusWithPlugins/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/MinimaPlusWithPlugins/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,7 +1,7 @@
 {if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1}
 <a name="postcomment"></a>
 <b>Leave a comment</b><br />
-<form action="{$url->getBaseUrl()}/index.php" method="post" id="commentform">
+<form action="{$url->getIndexUrl()}" method="post" id="commentform">
 
 	<p><input type="text" name="userName" id="author" value="" size="22" tabindex="1" />
 	<label for="author"><small>Name (required)</small></label></p>

Modified: templates/trunk/Modish/commentform.template
===================================================================
--- templates/trunk/Modish/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/Modish/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-  <form name="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
+  <form name="NewComment" action="{$url->getIndexUrl()}" method="post">
   <p>
    {$locale->pr("comment_topic")}<br/><input type="text" style="width: 80%" name="commentTopic" value=""/>
    <p>{$locale->pr("comment_text")} <br/><textarea rows="10" style="width: 80%" name="commentText"></textarea></p>

Modified: templates/trunk/ShadedGrey/commentform.template
===================================================================
--- templates/trunk/ShadedGrey/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/ShadedGrey/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form id="commentform" name="commentform" action="{$url->getBaseUrl()}/index.php" method="post">
+<form id="commentform" name="commentform" action="{$url->getIndexUrl()}" method="post">
 <p><input name="userName" type="text" size="35" /><small>{$locale->tr("comment_username")} (required)</small></p>
 <p><input name="commentTopic" type="text" size="35" /><small>{$locale->tr("comment_topic")}</small></p>
 <p><input name="userUrl" type="text" size="35" /><small>{$locale->tr("comment_url")}</small></p>

Modified: templates/trunk/Soft-Blue/commentform.template
===================================================================
--- templates/trunk/Soft-Blue/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/Soft-Blue/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-  <form name="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
+  <form name="NewComment" action="{$url->getIndexUrl()}" method="post">
   <p>
    {$locale->pr("comment_topic")}<br/><input type="text" style="width: 80%" name="commentTopic" value=""/>
    <p>{$locale->pr("comment_text")} <br/><textarea rows="10" style="width: 80%" name="commentText"></textarea></p>

Modified: templates/trunk/Soft-Green/commentform.template
===================================================================
--- templates/trunk/Soft-Green/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/Soft-Green/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-  <form name="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
+  <form name="NewComment" action="{$url->getIndexUrl()}" method="post">
   <p>
    {$locale->pr("comment_topic")}<br/><input type="text" style="width: 80%" name="commentTopic" value=""/>
    <p>{$locale->pr("comment_text")} <br/><textarea rows="10" style="width: 80%" name="commentText"></textarea></p>

Modified: templates/trunk/Soft-Red/commentform.template
===================================================================
--- templates/trunk/Soft-Red/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/Soft-Red/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-  <form name="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
+  <form name="NewComment" action="{$url->getIndexUrl()}" method="post">
   <p>
    {$locale->pr("comment_topic")}<br/><input type="text" style="width: 80%" name="commentTopic" value=""/>
    <p>{$locale->pr("comment_text")} <br/><textarea rows="10" style="width: 80%" name="commentText"></textarea></p>

Modified: templates/trunk/StreetCorner/commentform.template
===================================================================
--- templates/trunk/StreetCorner/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/StreetCorner/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form id="commentform" name="commentform" action="{$url->getBaseUrl()}/index.php" method="post">
+<form id="commentform" name="commentform" action="{$url->getIndexUrl()}" method="post">
 <p><input name="userName" type="text" size="35" /><small>{$locale->tr("comment_username")} (required)</small></p>
 <p><input name="commentTopic" type="text" size="35" /><small>{$locale->tr("comment_topic")}</small></p>
 <p><input name="userUrl" type="text" size="35" /><small>{$locale->tr("comment_url")}</small></p>

Modified: templates/trunk/Very-Clean/commentform.template
===================================================================
--- templates/trunk/Very-Clean/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/Very-Clean/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-  <form name="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
+  <form name="NewComment" action="{$url->getIndexUrl()}" method="post">
   <p>
    {$locale->pr("comment_topic")}<br/><input type="text" style="width: 80%" name="commentTopic" value=""/>
    <p>{$locale->pr("comment_text")} <br/><textarea rows="10" style="width: 80%" name="commentText"></textarea></p>

Modified: templates/trunk/Vicksburg/commentform.template
===================================================================
--- templates/trunk/Vicksburg/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/Vicksburg/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-  <form name="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
+  <form name="NewComment" action="{$url->getIndexUrl()}" method="post">
   <p>
    {$locale->pr("comment_topic")}<br/><input type="text" style="width: 80%" name="commentTopic" value=""/>
    <p>{$locale->pr("comment_text")} <br/><textarea rows="10" style="width: 80%" name="commentText"></textarea></p>

Modified: templates/trunk/almost-spring/commentform.template
===================================================================
--- templates/trunk/almost-spring/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/almost-spring/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form id="commentform" name="commentform" action="{$url->getBaseUrl()}/index.php" method="post">
+<form id="commentform" name="commentform" action="{$url->getIndexUrl()}" method="post">
 <p><input name="userName" type="text" size="35" />{$locale->tr("comment_username")} (required)</p>
 <p><input name="commentTopic" type="text" size="35" />{$locale->tr("comment_topic")}</p>
 <p><input name="userUrl" type="text" size="35" />{$locale->tr("comment_url")}</p>

Modified: templates/trunk/andreas-2-columns/commentform.template
===================================================================
--- templates/trunk/andreas-2-columns/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/andreas-2-columns/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,6 +1,6 @@
 <div id="commentsform">
 
-<form action="{$url->getBaseUrl()}/index.php" method="post" id="commentform">
+<form action="{$url->getIndexUrl()}" method="post" id="commentform">
 
 
 <p><input type="text" name="userName" id="author" value="" size="22" tabindex="1" />

Modified: templates/trunk/andreas-3-columns/commentform.template
===================================================================
--- templates/trunk/andreas-3-columns/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/andreas-3-columns/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,6 +1,6 @@
 <div id="commentsform">
 
-<form action="{$url->getBaseUrl()}/index.php" method="post" id="commentform">
+<form action="{$url->getIndexUrl()}" method="post" id="commentform">
 
 
 <p><input type="text" name="userName" id="author" value="" size="22" tabindex="1" />

Modified: templates/trunk/aubmach/commentform.template
===================================================================
--- templates/trunk/aubmach/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/aubmach/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form id="commentform" name="comments_form" action="{$url->getBaseUrl()}/index.php" method="post">
+<form id="commentform" name="comments_form" action="{$url->getIndexUrl()}" method="post">
   <input type="hidden" name="op" value="AddComment"/>
   <input type="hidden" name="articleId" value="{$post->getId()}"/>
   <input type="hidden" name="blogId" value="{$blog->getId()}"/>

Modified: templates/trunk/base/commentform.template
===================================================================
--- templates/trunk/base/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/base/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form id="commentform" name="comments_form" action="{$url->getBaseUrl()}/index.php" method="post">
+<form id="commentform" name="comments_form" action="{$url->getIndexUrl()}" method="post">
   <input type="hidden" name="op" value="AddComment"/>
   <input type="hidden" name="articleId" value="{$post->getId()}"/>
   <input type="hidden" name="blogId" value="{$blog->getId()}"/>

Modified: templates/trunk/blorange/commentform.template
===================================================================
--- templates/trunk/blorange/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/blorange/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form id="commentform" name="comments_form" action="{$url->getBaseUrl()}/index.php" method="post">
+<form id="commentform" name="comments_form" action="{$url->getIndexUrl()}" method="post">
   <input type="hidden" name="op" value="AddComment"/>
   <input type="hidden" name="articleId" value="{$post->getId()}"/>
   <input type="hidden" name="blogId" value="{$blog->getId()}"/>

Modified: templates/trunk/blufill/commentform.template
===================================================================
--- templates/trunk/blufill/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/blufill/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,5 +1,5 @@
  <div class="comments-body">
-  <form name="comments_form" action="{$url->getBaseUrl()}/index.php" method="post">
+  <form name="comments_form" action="{$url->getIndexUrl()}" method="post">
    <div style="width:150px; margin-left:3px; padding-right:2px; margin-right:5px; float:left; text-align:left; border-right:1px dotted #bbb;">
 	<label for="subject"> {$locale->tr("comment_topic")}</label><br />
 	<input tabindex="1" id="subject" name="commentTopic" /><br /><br />

Modified: templates/trunk/bubble-blue/commentform.template
===================================================================
--- templates/trunk/bubble-blue/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/bubble-blue/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-  <form name="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
+  <form name="NewComment" action="{$url->getIndexUrl()}" method="post">
   <p>
    {$locale->pr("comment_topic")}<br/><input type="text" name="commentTopic" value=""/><br/>
    {$locale->pr("comment_text")} <br/><textarea rows="10" cols="50" name="commentText"></textarea><br/>

Modified: templates/trunk/buddha/commentform.template
===================================================================
--- templates/trunk/buddha/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/buddha/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form id="commentform" name="comments_form" action="{$url->getBaseUrl()}/index.php" method="post">
+<form id="commentform" name="comments_form" action="{$url->getIndexUrl()}" method="post">
   <input type="hidden" name="op" value="AddComment"/>
   <input type="hidden" name="articleId" value="{$post->getId()}"/>
   <input type="hidden" name="blogId" value="{$blog->getId()}"/>

Modified: templates/trunk/cab/commentform.template
===================================================================
--- templates/trunk/cab/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/cab/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form id="commentform" name="comments_form" action="{$url->getBaseUrl()}/index.php" method="post">
+<form id="commentform" name="comments_form" action="{$url->getIndexUrl()}" method="post">
   <input type="hidden" name="op" value="AddComment"/>
   <input type="hidden" name="articleId" value="{$post->getId()}"/>
   <input type="hidden" name="blogId" value="{$blog->getId()}"/>

Modified: templates/trunk/connections/commentform.template
===================================================================
--- templates/trunk/connections/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/connections/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form id="commentform" name="commentform" action="{$url->getBaseUrl()}/index.php" method="post">
+<form id="commentform" name="commentform" action="{$url->getIndexUrl()}" method="post">
 <p><input name="userName" type="text" size="35" /><small>{$locale->tr("comment_username")} (required)</small></p>
 <p><input name="commentTopic" type="text" size="35" /><small>{$locale->tr("comment_topic")}</small></p>
 <p><input name="userUrl" type="text" size="35" /><small>{$locale->tr("comment_url")}</small></p>

Modified: templates/trunk/darkfire/commentform.template
===================================================================
--- templates/trunk/darkfire/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/darkfire/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form id="commentform" name="comments_form" action="{$url->getBaseUrl()}/index.php" method="post">
+<form id="commentform" name="comments_form" action="{$url->getIndexUrl()}" method="post">
   <input type="hidden" name="op" value="AddComment"/>
   <input type="hidden" name="articleId" value="{$post->getId()}"/>
   <input type="hidden" name="blogId" value="{$blog->getId()}"/>

Modified: templates/trunk/dots/commentform.template
===================================================================
--- templates/trunk/dots/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/dots/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form id="commentform" name="comments_form" action="{$url->getBaseUrl()}/index.php" method="post">
+<form id="commentform" name="comments_form" action="{$url->getIndexUrl()}" method="post">
   <input type="hidden" name="op" value="AddComment"/>
   <input type="hidden" name="articleId" value="{$post->getId()}"/>
   <input type="hidden" name="blogId" value="{$blog->getId()}"/>

Modified: templates/trunk/drove-all-night/commentform.template
===================================================================
--- templates/trunk/drove-all-night/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/drove-all-night/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form id="commentform" name="comments_form" action="{$url->getBaseUrl()}/index.php" method="post">
+<form id="commentform" name="comments_form" action="{$url->getIndexUrl()}" method="post">
   <input type="hidden" name="op" value="AddComment"/>
   <input type="hidden" name="articleId" value="{$post->getId()}"/>
   <input type="hidden" name="blogId" value="{$blog->getId()}"/>

Modified: templates/trunk/fblue/commentform.template
===================================================================
--- templates/trunk/fblue/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/fblue/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,6 +1,6 @@
 <div id="commentsform">
 
-<form action="{$url->getBaseUrl()}/index.php" method="post" id="commentform">
+<form action="{$url->getIndexUrl()}" method="post" id="commentform">
 
 
 <p><input type="text" name="userName" id="author" value="" size="22" tabindex="1" />

Modified: templates/trunk/fblueWithPlugins/commentform.template
===================================================================
--- templates/trunk/fblueWithPlugins/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/fblueWithPlugins/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,6 +1,6 @@
 <div id="commentsform">
 
-<form action="{$url->getBaseUrl()}/index.php" method="post" id="commentform">
+<form action="{$url->getIndexUrl()}" method="post" id="commentform">
 
 
 <p><input type="text" name="userName" id="author" value="" size="22" tabindex="1" />

Modified: templates/trunk/fdawn/commentform.template
===================================================================
--- templates/trunk/fdawn/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/fdawn/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,6 +1,6 @@
 <div id="commentsform">
 
-<form action="{$url->getBaseUrl()}/index.php" method="post" id="commentform">
+<form action="{$url->getIndexUrl()}" method="post" id="commentform">
 
 
 <p><input type="text" name="userName" id="author" value="" size="22" tabindex="1" />

Modified: templates/trunk/fdawnWithPlugins/commentform.template
===================================================================
--- templates/trunk/fdawnWithPlugins/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/fdawnWithPlugins/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,6 +1,6 @@
 <div id="commentsform">
 
-<form action="{$url->getBaseUrl()}/index.php" method="post" id="commentform">
+<form action="{$url->getIndexUrl()}" method="post" id="commentform">
 
 
 <p><input type="text" name="userName" id="author" value="" size="22" tabindex="1" />

Modified: templates/trunk/fgreen/commentform.template
===================================================================
--- templates/trunk/fgreen/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/fgreen/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,6 +1,6 @@
 <div id="commentsform">
 
-<form action="{$url->getBaseUrl()}/index.php" method="post" id="commentform">
+<form action="{$url->getIndexUrl()}" method="post" id="commentform">
 
 
 <p><input type="text" name="userName" id="author" value="" size="22" tabindex="1" />

Modified: templates/trunk/flower/commentform.template
===================================================================
--- templates/trunk/flower/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/flower/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form id="commentform" name="comments_form" action="{$url->getBaseUrl()}/index.php" method="post">
+<form id="commentform" name="comments_form" action="{$url->getIndexUrl()}" method="post">
   <input type="hidden" name="op" value="AddComment"/>
   <input type="hidden" name="articleId" value="{$post->getId()}"/>
   <input type="hidden" name="blogId" value="{$blog->getId()}"/>

Modified: templates/trunk/flyupsky-daytime/commentform.template
===================================================================
--- templates/trunk/flyupsky-daytime/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/flyupsky-daytime/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -3,7 +3,7 @@
 <div class="cf_content_space">
 
 <a name="comments_form"></a>
-  <form name="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
+  <form name="NewComment" action="{$url->getIndexUrl()}" method="post">
   <div class="cf_left">
 	<label for="subject">{$locale->tr("comment_topic")}:</label><br />
 	<input tabindex="1" id="subject" name="commentTopic" /><br /><br />

Modified: templates/trunk/flyupsky-evening/commentform.template
===================================================================
--- templates/trunk/flyupsky-evening/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/flyupsky-evening/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -3,7 +3,7 @@
 <div class="cf_content_space">
 
 <a name="comments_form"></a>
-  <form name="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
+  <form name="NewComment" action="{$url->getIndexUrl()}" method="post">
   <div class="cf_left">
 	<label for="subject">{$locale->tr("comment_topic")}:</label><br />
 	<input tabindex="1" id="subject" name="commentTopic" /><br /><br />

Modified: templates/trunk/forange/commentform.template
===================================================================
--- templates/trunk/forange/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/forange/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,6 +1,6 @@
 <div id="commentsform">
 
-<form action="{$url->getBaseUrl()}/index.php" method="post" id="commentform">
+<form action="{$url->getIndexUrl()}" method="post" id="commentform">
 
 
 <p><input type="text" name="userName" id="author" value="" size="22" tabindex="1" />

Modified: templates/trunk/forangeWithPlugins/commentform.template
===================================================================
--- templates/trunk/forangeWithPlugins/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/forangeWithPlugins/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,6 +1,6 @@
 <div id="commentsform">
 
-<form action="{$url->getBaseUrl()}/index.php" method="post" id="commentform">
+<form action="{$url->getIndexUrl()}" method="post" id="commentform">
 
 
 <p><input type="text" name="userName" id="author" value="" size="22" tabindex="1" />

Modified: templates/trunk/fsimple/commentform.template
===================================================================
--- templates/trunk/fsimple/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/fsimple/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,6 +1,6 @@
 <div id="commentsform">
 
-<form action="{$url->getBaseUrl()}/index.php" method="post" id="commentform">
+<form action="{$url->getIndexUrl()}" method="post" id="commentform">
 
 
 <p><input type="text" name="userName" id="author" value="" size="22" tabindex="1" />

Modified: templates/trunk/fsubtle/commentform.template
===================================================================
--- templates/trunk/fsubtle/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/fsubtle/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,6 +1,6 @@
 <div id="commentsform">
 
-<form action="{$url->getBaseUrl()}/index.php" method="post" id="commentform">
+<form action="{$url->getIndexUrl()}" method="post" id="commentform">
 
 
 <p><input type="text" name="userName" id="author" value="" size="22" tabindex="1" />

Modified: templates/trunk/gutenberg/commentform.template
===================================================================
--- templates/trunk/gutenberg/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/gutenberg/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form id="commentform" name="comments_form" action="{$url->getBaseUrl()}/index.php" method="post">
+<form id="commentform" name="comments_form" action="{$url->getIndexUrl()}" method="post">
   <input type="hidden" name="op" value="AddComment"/>
   <input type="hidden" name="articleId" value="{$post->getId()}"/>
   <input type="hidden" name="blogId" value="{$blog->getId()}"/>

Modified: templates/trunk/human_condition/commentform.template
===================================================================
--- templates/trunk/human_condition/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/human_condition/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form id="commentform" name="comments_form" action="{$url->getBaseUrl()}/index.php" method="post">
+<form id="commentform" name="comments_form" action="{$url->getIndexUrl()}" method="post">
   <input type="hidden" name="op" value="AddComment"/>
   <input type="hidden" name="articleId" value="{$post->getId()}"/>
   <input type="hidden" name="blogId" value="{$blog->getId()}"/>

Modified: templates/trunk/mars-spirit/commentform.template
===================================================================
--- templates/trunk/mars-spirit/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/mars-spirit/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form id="commentform" name="comments_form" action="{$url->getBaseUrl()}/index.php" method="post">
+<form id="commentform" name="comments_form" action="{$url->getIndexUrl()}" method="post">
   <input type="hidden" name="op" value="AddComment"/>
   <input type="hidden" name="articleId" value="{$post->getId()}"/>
   <input type="hidden" name="blogId" value="{$blog->getId()}"/>

Modified: templates/trunk/minitemplate/commentform.template
===================================================================
--- templates/trunk/minitemplate/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/minitemplate/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form action="{$url->getBaseUrl()}/index.php" method="post">
+<form action="{$url->getIndexUrl()}" method="post">
 	<div id="CommentForm">
 		<div class="BlockFormTitle"> {$locale->pr("comment_topic")}</div>
 		<div class="BlockForminput"><input class="Forminput" type="text" size="50" name="commentTopic" value=""/></div>

Modified: templates/trunk/mtplog/commentform.template
===================================================================
--- templates/trunk/mtplog/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/mtplog/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,5 +1,5 @@
  <div class="comments-body">
-  <form name="comments_form" action="{$url->getBaseUrl()}/index.php" method="post">
+  <form name="comments_form" action="{$url->getIndexUrl()}" method="post">
    <div style="width:180px; padding-right:15px; margin-right:15px; float:left; text-align:left; border-right:1px dotted #bbb;">
 	<label for="subject">{$locale->tr("comment_topic")}:</label><br />
 	<input tabindex="1" id="subject" name="commentTopic" /><br /><br />

Modified: templates/trunk/ocadia/commentform.template
===================================================================
--- templates/trunk/ocadia/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/ocadia/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form id="commentform" name="commentform" action="{$url->getBaseUrl()}/index.php" method="post">
+<form id="commentform" name="commentform" action="{$url->getIndexUrl()}" method="post">
 <p><input name="userName" type="text" size="35" />{$locale->tr("comment_username")} (required)</p>
 <p><input name="commentTopic" type="text" size="35" />{$locale->tr("comment_topic")}</p>
 <p><input name="userUrl" type="text" size="35" />{$locale->tr("comment_url")}</p>

Modified: templates/trunk/outback/commentform.template
===================================================================
--- templates/trunk/outback/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/outback/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form id="commentform" name="comments_form" action="{$url->getBaseUrl()}/index.php" method="post">
+<form id="commentform" name="comments_form" action="{$url->getIndexUrl()}" method="post">
   <input type="hidden" name="op" value="AddComment"/>
   <input type="hidden" name="articleId" value="{$post->getId()}"/>
   <input type="hidden" name="blogId" value="{$blog->getId()}"/>

Modified: templates/trunk/pastel-blocks/commentform.template
===================================================================
--- templates/trunk/pastel-blocks/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/pastel-blocks/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-    <form action="{$url->getBaseUrl()}/index.php" method="post">
+    <form action="{$url->getIndexUrl()}" method="post">
 
     <div class="block-shadow">
      <div class="block-main">

Modified: templates/trunk/pink_lilies/commentform.template
===================================================================
--- templates/trunk/pink_lilies/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/pink_lilies/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form id="commentform" name="comments_form" action="{$url->getBaseUrl()}/index.php" method="post">
+<form id="commentform" name="comments_form" action="{$url->getIndexUrl()}" method="post">
   <input type="hidden" name="op" value="AddComment"/>
   <input type="hidden" name="articleId" value="{$post->getId()}"/>
   <input type="hidden" name="blogId" value="{$blog->getId()}"/>

Modified: templates/trunk/reic/commentform.template
===================================================================
--- templates/trunk/reic/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/reic/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,5 +1,5 @@
 <a name="comments_form"></a> <div class="comments-body">
-  <form name="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
+  <form name="NewComment" action="{$url->getIndexUrl()}" method="post">
   <div style="width:150px; padding-right:15px; margin-right:15px; float:left; text-align:left; border-right:1px dotted #bbb;">
 	<label for="subject">{$locale->tr("comment_topic")}:</label><br />
 	<input tabindex="1" id="subject" name="commentTopic" /><br /><br />

Modified: templates/trunk/reic1/commentform.template
===================================================================
--- templates/trunk/reic1/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/reic1/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,5 +1,5 @@
 <a name="comments_form"></a> <div class="comments-body">
-  <form name="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
+  <form name="NewComment" action="{$url->getIndexUrl()}" method="post">
   <div style="width:150px; padding-right:15px; margin-right:15px; float:left; text-align:left; border-right:1px dotted #bbb;">
 	<label for="subject">{$locale->tr("comment_topic")}:</label><br />
 	<input tabindex="1" id="subject" name="commentTopic" /><br /><br />

Modified: templates/trunk/roodoplog-2-column/commentform.template
===================================================================
--- templates/trunk/roodoplog-2-column/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/roodoplog-2-column/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,5 +1,5 @@
  <div>
-  <form name="comments_form" action="{$url->getBaseUrl()}/index.php" method="post">
+  <form name="comments_form" action="{$url->getIndexUrl()}" method="post">
    <table class="form" border="0" cellpadding="5" cellspacing="0">
    <tbody>
 	<tr><td valign="top"><label for="subject">{$locale->tr("comment_topic")}:</label></td>

Modified: templates/trunk/roodoplog-3-column/commentform.template
===================================================================
--- templates/trunk/roodoplog-3-column/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/roodoplog-3-column/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,5 +1,5 @@
  <div>
-  <form name="comments_form" action="{$url->getBaseUrl()}/index.php" method="post">
+  <form name="comments_form" action="{$url->getIndexUrl()}" method="post">
    <table class="form" border="0" cellpadding="5" cellspacing="0">
    <tbody>
 	<tr><td valign="top"><label for="subject">{$locale->tr("comment_topic")}:</label></td>

Modified: templates/trunk/roof/commentform.template
===================================================================
--- templates/trunk/roof/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/roof/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-  <form name="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
+  <form name="NewComment" action="{$url->getIndexUrl()}" method="post">
   <p>
    {$locale->pr("comment_topic")}<br/><input type="text" name="commentTopic" value=""/><br/>
    {$locale->pr("comment_text")} <br/><textarea rows="10" cols="50" name="commentText"></textarea><br/>

Modified: templates/trunk/rubric/commentform.template
===================================================================
--- templates/trunk/rubric/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/rubric/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form id="commentform" name="comments_form" action="{$url->getBaseUrl()}/index.php" method="post">
+<form id="commentform" name="comments_form" action="{$url->getIndexUrl()}" method="post">
   <input type="hidden" name="op" value="AddComment"/>
   <input type="hidden" name="articleId" value="{$post->getId()}"/>
   <input type="hidden" name="blogId" value="{$blog->getId()}"/>

Modified: templates/trunk/silver/commentform.template
===================================================================
--- templates/trunk/silver/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/silver/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form id="commentform" name="comments_form" action="{$url->getBaseUrl()}/index.php" method="post">
+<form id="commentform" name="comments_form" action="{$url->getIndexUrl()}" method="post">
   <input type="hidden" name="op" value="AddComment"/>
   <input type="hidden" name="articleId" value="{$post->getId()}"/>
   <input type="hidden" name="blogId" value="{$blog->getId()}"/>

Modified: templates/trunk/simple_sky/commentform.template
===================================================================
--- templates/trunk/simple_sky/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/simple_sky/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form id="commentform" name="comments_form" action="{$url->getBaseUrl()}/index.php" method="post">
+<form id="commentform" name="comments_form" action="{$url->getIndexUrl()}" method="post">
   <input type="hidden" name="op" value="AddComment"/>
   <input type="hidden" name="articleId" value="{$post->getId()}"/>
   <input type="hidden" name="blogId" value="{$blog->getId()}"/>

Modified: templates/trunk/splat/commentform.template
===================================================================
--- templates/trunk/splat/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/splat/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form id="commentform" name="comments_form" action="{$url->getBaseUrl()}/index.php" method="post">
+<form id="commentform" name="comments_form" action="{$url->getIndexUrl()}" method="post">
   <input type="hidden" name="op" value="AddComment"/>
   <input type="hidden" name="articleId" value="{$post->getId()}"/>
   <input type="hidden" name="blogId" value="{$blog->getId()}"/>

Modified: templates/trunk/spring/commentform.template
===================================================================
--- templates/trunk/spring/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/spring/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,6 +1,6 @@
 <div id="CommentForm">
   
-	<form id="NewComment" name="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
+	<form id="NewComment" name="NewComment" action="{$url->getIndexUrl()}" method="post">
 	<fieldset>
  	<legend>{$locale->tr("add_comment")}</legend>
    	<div><label for="commentTopic">{$locale->pr("comment_topic")}</label><input type="text" name="commentTopic" id="commentTopic" value="" /></div>

Modified: templates/trunk/standard_green/commentform.template
===================================================================
--- templates/trunk/standard_green/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/standard_green/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,6 +1,6 @@
 <div id="CommentForm">
   
-	<form id="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
+	<form id="NewComment" action="{$url->getIndexUrl()}" method="post">
 	<fieldset>
  	<legend>{$locale->tr("add_comment")}</legend>
    	<div><label for="commentTopic">{$locale->pr("comment_topic")}</label><input type="text" name="commentTopic" id="commentTopic" value="" /></div>

Modified: templates/trunk/standard_happy/commentform.template
===================================================================
--- templates/trunk/standard_happy/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/standard_happy/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,6 +1,6 @@
 <div id="CommentForm">
   
-	<form id="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
+	<form id="NewComment" action="{$url->getIndexUrl()}" method="post">
 	<fieldset>
  	<legend>{$locale->tr("add_comment")}</legend>
    	<div><label for="commentTopic">{$locale->pr("comment_topic")}</label><input type="text" name="commentTopic" id="commentTopic" value="" /></div>

Modified: templates/trunk/standard_red/commentform.template
===================================================================
--- templates/trunk/standard_red/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/standard_red/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,6 +1,6 @@
 <div id="CommentForm">
   
-	<form id="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
+	<form id="NewComment" action="{$url->getIndexUrl()}" method="post">
 	<fieldset>
  	<legend>{$locale->tr("add_comment")}</legend>
    	<div><label for="commentTopic">{$locale->pr("comment_topic")}</label><input type="text" name="commentTopic" id="commentTopic" value="" /></div>

Modified: templates/trunk/toni/commentform.template
===================================================================
--- templates/trunk/toni/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/toni/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form id="commentform" name="comments_form" action="{$url->getBaseUrl()}/index.php" method="post">
+<form id="commentform" name="comments_form" action="{$url->getIndexUrl()}" method="post">
   <input type="hidden" name="op" value="AddComment"/>
   <input type="hidden" name="articleId" value="{$post->getId()}"/>
   <input type="hidden" name="blogId" value="{$blog->getId()}"/>

Modified: templates/trunk/toto/commentform.template
===================================================================
--- templates/trunk/toto/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/toto/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,6 +1,6 @@
 <tr>
 <td class="article">
-  <form name="comments_form" action="{$url->getBaseUrl()}/index.php" method="post">
+  <form name="comments_form" action="{$url->getIndexUrl()}" method="post">
    <table width="100%" cellspacing="2" border="0" cellpadding="2" class="article" align="left">
    <tr>
    <td valign="top" width="200">

Modified: templates/trunk/tribal/commentform.template
===================================================================
--- templates/trunk/tribal/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/tribal/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-  <form name="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
+  <form name="NewComment" action="{$url->getIndexUrl()}" method="post">
   <p>
    <strong>{$locale->pr("comment_topic")}</strong><br/><input type="text" name="commentTopic" value=""/><br/>
    <strong>{$locale->pr("comment_text")}</strong><br/><textarea rows="10" cols="50" name="commentText"></textarea><br/>

Modified: templates/trunk/unported/wordplog/commentform.template
===================================================================
--- templates/trunk/unported/wordplog/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/unported/wordplog/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -5,7 +5,7 @@
 {#locale_comment_html_allowed#}
 {/if}
 </p>
-<form id="PostComment" action="{$url->getBaseUrl()}/index.php" method="post" {if #commentcookie# == 1}onsubmit="return formsubmit();"{/if}>
+<form id="PostComment" action="{$url->getIndexUrl()}" method="post" {if #commentcookie# == 1}onsubmit="return formsubmit();"{/if}>
 	<div>
 		<input type="text" alt="{$locale->tr("comment_topic")}" tabindex="1" id="topic" name="commentTopic" value="" size="28" />
 		<label for="topic">{$locale->tr("comment_topic")}</label>

Modified: templates/trunk/v4ny8_lt/commentform.template
===================================================================
--- templates/trunk/v4ny8_lt/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/v4ny8_lt/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,5 +1,5 @@
  <div class="comments-body">
-  <form name="comments_form" action="{$url->getBaseUrl()}/index.php" method="post">
+  <form name="comments_form" action="{$url->getIndexUrl()}" method="post">
    <div style="width:150px; margin-left:3px; padding-right:2px; margin-right:5px; float:left; text-align:left; border-right:1px dotted #bbb;">
 	<label for="subject"> {$locale->tr("comment_topic")}</label><br />
 	<input tabindex="1" id="subject" name="commentTopic" /><br /><br />

Modified: templates/trunk/v4nychristmas5/commentform.template
===================================================================
--- templates/trunk/v4nychristmas5/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/v4nychristmas5/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form action="{$url->getBaseUrl()}/index.php" method="post" id="commentform">
+<form action="{$url->getIndexUrl()}" method="post" id="commentform">
 		<p><input type="text" name="userName" id="author" value="" tabindex="1" /><label for="author"><small>Name (required)</small></label></p>
 		<p><input type="text" name="userEmail" id="email" value="" tabindex="2" /><label for="email"><small>Mail (will not be published) (required)</small></label></p>
 		<p><input type="text" name="userUrl" id="url" value="" tabindex="3" /><label for="url"><small>Website</small></label></p>

Modified: templates/trunk/water_play/commentform.template
===================================================================
--- templates/trunk/water_play/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/water_play/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form id="commentform" name="comments_form" action="{$url->getBaseUrl()}/index.php" method="post">
+<form id="commentform" name="comments_form" action="{$url->getIndexUrl()}" method="post">
   <input type="hidden" name="op" value="AddComment"/>
   <input type="hidden" name="articleId" value="{$post->getId()}"/>
   <input type="hidden" name="blogId" value="{$blog->getId()}"/>

Modified: templates/trunk/white/commentform.template
===================================================================
--- templates/trunk/white/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/white/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-  <form name="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
+  <form name="NewComment" action="{$url->getIndexUrl()}" method="post">
   <p>
    {$locale->pr("comment_topic")}<br/><input type="text" name="commentTopic" value=""/><br/>
    {$locale->pr("comment_text")} <br/><textarea rows="10" cols="50" name="commentText"></textarea><br/>

Modified: templates/trunk/zen/commentform.template
===================================================================
--- templates/trunk/zen/commentform.template	2006-03-12 21:55:21 UTC (rev 3061)
+++ templates/trunk/zen/commentform.template	2006-03-12 22:02:37 UTC (rev 3062)
@@ -1,4 +1,4 @@
-<form id="commentform" name="comments_form" action="{$url->getBaseUrl()}/index.php" method="post">
+<form id="commentform" name="comments_form" action="{$url->getIndexUrl()}" method="post">
   <input type="hidden" name="op" value="AddComment"/>
   <input type="hidden" name="articleId" value="{$post->getId()}"/>
   <input type="hidden" name="blogId" value="{$blog->getId()}"/>



More information about the pLog-svn mailing list