[Oi-commits] r206 - trunk/templates

oi-commits at pardus.org.tr oi-commits at pardus.org.tr
Tue Jun 12 15:19:48 EEST 2007


Author: ahmet
Date: Tue Jun 12 15:19:48 2007
New Revision: 206

Modified:
   trunk/templates/paginator.html
Log:
supreme

Modified: trunk/templates/paginator.html
=================================================================
--- trunk/templates/paginator.html	(original)
+++ trunk/templates/paginator.html	Tue Jun 12 15:19:48 2007
@@ -1,5 +1,6 @@
 {% spaceless %}
-    <i><b>{{total_results}}</b>  result(s) in  <b>{{total_page}}</b> page(s)</i>
+{{ total_page }} sayfada listelenen {{total_results}} kayıt bulundu.<br>
+Şu an {{ total_page }} sayfanın {{ current_page|add:"1" }}. sayfadasınız.
 
     {% if prev %}
         <a href="{{url_tip}}{{current_page|add:"-1"}}/">Previous Page</a>
@@ -7,11 +8,9 @@
         Previous Page
     {% endif %}
 
-    &nbsp;- <b>{{current_page|add:"1"}}</b> / <b>{{total_page}}</b> -&nbsp;
-
     {% if next %}
         <a href="{{url_tip}}{{current_page|add:"1"}}/">Next Page</a>
     {% else %}
         Next Page
     {% endif%}
-{% endspaceless %}
\ No newline at end of file
+{% endspaceless %}


More information about the Oi-commits mailing list