[Oi-commits] r1127 - in trunk/templates: game howto news package

oi-commits at pardus.org.tr oi-commits at pardus.org.tr
Wed Mar 12 16:15:42 EET 2008


Author: jnmbk
Date: Wed Mar 12 16:15:41 2008
New Revision: 1127

Modified:
   trunk/templates/game/game_detail.html
   trunk/templates/howto/howto_detail.html
   trunk/templates/news/news_detail.html
   trunk/templates/package/package_detail.html
Log:
Yolla->Gönder and some cosmetics

Modified: trunk/templates/game/game_detail.html
=================================================================
--- trunk/templates/game/game_detail.html	(original)
+++ trunk/templates/game/game_detail.html	Wed Mar 12 16:15:41 2008
@@ -34,9 +34,8 @@
         <form method="post" action="/oyun/yorum/{{game.slug}}/">
             {{form}}
             <br />
-            <input type="submit" value="Yolla">
-            <br />
-            <a href="{{comment_url}}">Yorumlar ({{ comment_count }})</a>
+            <span style="float:right;margin-right:10px"><a href="{{comment_url}}">Yorumlar ({{ comment_count }})</a> <a href="{{comment_url}}"><img src="/media/dijital/img/forum/msg_sim.gif" /></a></span>
+            <input type="submit" value="Gönder">
         </form>
     {% endif %}
 {% endif %}

Modified: trunk/templates/howto/howto_detail.html
=================================================================
--- trunk/templates/howto/howto_detail.html	(original)
+++ trunk/templates/howto/howto_detail.html	Wed Mar 12 16:15:41 2008
@@ -35,10 +35,9 @@
     {% if form %}
         <form method="post" action="/nasil/yorum/{{howto.slug}}/">
             {{form}}
-            <br/>
-            <input type="submit" value="Yolla">
-            <br/>
-            <a href="{{comment_url}}">Yorumlar ({{ comment_count }})</a>
+            <br />
+            <span style="float:right;margin-right:10px"><a href="{{comment_url}}">Yorumlar ({{ comment_count }})</a> <a href="{{comment_url}}"><img src="/media/dijital/img/forum/msg_sim.gif" /></a></span>
+            <input type="submit" value="Gönder">
         </form>
     {% endif %}
 {% endif %}

Modified: trunk/templates/news/news_detail.html
=================================================================
--- trunk/templates/news/news_detail.html	(original)
+++ trunk/templates/news/news_detail.html	Wed Mar 12 16:15:41 2008
@@ -34,9 +34,8 @@
         <form method="post" action="/haber/yorum/{{news.slug}}/">
             {{form}}
             <br/>
-            <input type="submit" value="Yolla">
-            <br/>
-            <a href="{{comment_url}}">Yorumlar ({{ comment_count }})</a>
+            <span style="float:right;margin-right:10px"><a href="{{comment_url}}">Yorumlar ({{ comment_count }})</a> <a href="{{comment_url}}"><img src="/media/dijital/img/forum/msg_sim.gif" /></a></span>
+            <input type="submit" value="Gönder">
         </form>
     {% endif %}
 {% endif %}

Modified: trunk/templates/package/package_detail.html
=================================================================
--- trunk/templates/package/package_detail.html	(original)
+++ trunk/templates/package/package_detail.html	Wed Mar 12 16:15:41 2008
@@ -34,9 +34,8 @@
         <form method="post" action="/paket/yorum/{{package.slug}}/">
             {{form}}
             <br/>
-            <input type="submit" value="Yolla">
-            <br/>
-            <a href="{{comment_url}}">Yorumlar ({{ comment_count }})</a>
+            <span style="float:right;margin-right:10px"><a href="{{comment_url}}">Yorumlar ({{ comment_count }})</a> <a href="{{comment_url}}"><img src="/media/dijital/img/forum/msg_sim.gif" /></a></span>
+            <input type="submit" value="Gönder">
         </form>
     {% endif %}
 {% endif %}


More information about the Oi-commits mailing list