[Oi-commits] r1964 - branches/newdesign/templates/tag

oi-commits at pardus.org.tr oi-commits at pardus.org.tr
Fri Sep 19 17:34:17 EEST 2008


Author: akin
Date: Fri Sep 19 17:34:16 2008
New Revision: 1964

Modified:
   branches/newdesign/templates/tag/tag_detail.html
Log:
add st.css

Modified: branches/newdesign/templates/tag/tag_detail.html
=================================================================
--- branches/newdesign/templates/tag/tag_detail.html	(original)
+++ branches/newdesign/templates/tag/tag_detail.html	Fri Sep 19 17:34:16 2008
@@ -1,23 +1,12 @@
 {% extends "base.html" %}
 
 {% block title %}{{ tag }} etiketli içerik - {% endblock %}
-
-{% block pagetype %}page{% endblock %}
-
-{% block section %}fs{% endblock %}
-
-{% block header_menu %}
-    <!-- Burası header kısmı -->
-	{% include "header.html" %}
+{% block extrahead %}
+<style type="text/css" media="screen">@import url('/media/css/new/st.css');</style>
 {% endblock %}
-<br/>
-{% block ust_menu %}
-	<!-- Burası üst menü kısmı -->
-	{% include "ust_menu_ayrinti.html" %}
-
+{% block header_menu %}
+    {% include "header.html" %}
 {% endblock %}
-<br/>
-
 {% block content %}
 <div class="fs_title transparent_link">{{ tag }} etiketli içerik</div>
 <div class="fs_content">
@@ -32,7 +21,7 @@
         </div>
     {% endif %}
 
-	{% if howto %}
+    {% if howto %}
         <div class="purple">
             <h1><span>Nasıl ({{ howto.count }} adet)</span></h1>
             <ul style="padding-left: 16px;" class="grey">
@@ -99,4 +88,4 @@
         </div>
     {% endif %}
 </div>
-{% endblock %}
\ No newline at end of file
+{% endblock %}


More information about the Oi-commits mailing list