From oi-commits at pardus.org.tr Wed Jan 2 13:22:33 2008
From: oi-commits at pardus.org.tr (oi-commits at pardus.org.tr)
Date: Wed, 2 Jan 2008 13:22:33 +0200 (EET)
Subject: [Oi-commits] r647 - in trunk/templates: news yedek
Message-ID: <20080102112233.92C1A864CA1@liste.uludag.org.tr>
Author: dkurov
Date: Wed Jan 2 13:22:33 2008
New Revision: 647
Added:
trunk/templates/yedek/news_detail.html
trunk/templates/yedek/news_main.html
trunk/templates/yedek/news_printable.html
Modified:
trunk/templates/news/news_detail.html
trunk/templates/news/news_main.html
Log:
biraz degisti ama yeni bisi denicaz
Modified: trunk/templates/news/news_detail.html
=================================================================
--- trunk/templates/news/news_detail.html (original)
+++ trunk/templates/news/news_detail.html Wed Jan 2 13:22:33 2008
@@ -6,7 +6,20 @@
{% block pagetype %}page{% endblock %}
{% block section %}news{% endblock %}
-{% block section_logo %}
{% endblock %}
+
+{% block header_menu %}
+
+ {% include "header.html" %}
+{% endblock %}
+
+
+{% block ust_menu %}
+
+ {% include "ust_menu_ayrinti.html" %}
+
+{% endblock %}
+
+
{% block content %}
{% block content %}
-
- {% for news in news_list %}
-
-
-
{{ news.sum }}
-
{% for tag in news.tags.all %}{{ tag.name }} {% endfor %}
-
-
- {% endfor %}
-
+
+
+{% for news in news_list %}
+
+
+
+
{{ news.title }}
+
+
+

+
+
+
+
+

+
+
+
{{ news.sum }}
+
+
+
+
+
+
+{% endfor %}
+
+
+{% if is_paginated %}{% paginator %}{% endif %}
+
+{% endblock %}
+
{% if is_paginated %}{% paginator %}{% endif %}
{% endblock %}
{% block sidebartop %}{% endblock %}
+
+
+{% block sidebar %}
+
+
+
+
Pardus Etkinlikleri
+
+
+ {% for sem in seminar %}
+
+ {{ sem.date|date:"d F Y" }}
+ {{ sem.description }}
+ Yer: {{ sem.place.name }}
+ Konu?mac?lar: {% for att in sem.attender.all %}{{ att.name }} {% endfor %}
+
+ {% endfor %}
+
+
+
+
+
+
+{% endblock %}
+
+
+
+
{% block sidebar %}
{% if seminar %}
@@ -39,4 +103,8 @@
{% endfor %}
{% endif %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}
+
+
+
+{% endblock %}
From oi-commits at pardus.org.tr Wed Jan 2 13:28:24 2008
From: oi-commits at pardus.org.tr (oi-commits at pardus.org.tr)
Date: Wed, 2 Jan 2008 13:28:24 +0200 (EET)
Subject: [Oi-commits] r648 - trunk/templates
Message-ID: <20080102112824.69570864CA1@liste.uludag.org.tr>
Author: dkurov
Date: Wed Jan 2 13:28:24 2008
New Revision: 648
Modified:
trunk/templates/base.html
trunk/templates/home.html
Log:
eski olanlar uzerinde biraz calisalim
Modified: trunk/templates/base.html
=================================================================
--- trunk/templates/base.html (original)
+++ trunk/templates/base.html Wed Jan 2 13:28:24 2008
@@ -12,62 +12,86 @@
+
+
+ {% block content %}
+ {% endblock %}
+
+
+
+
+
{% block content %}
-
+
{% for fs in fss %}
-
-
-
-
{{ fs.title }}
-
{{ fs.sum }}
-
-
-
-
-
-
-
-
-
-
+
{% endfor %}
-
-
-
-
-
+
+
+
{% for howto in howtos %}
-
-
-
-
{{ howto.title }}
-
{{ howto.sum }}
-
-
-
-
-
-
-
-
-
-
+
{% endfor %}
-
-
-
-
+
+
+
{% for package in packages %}
-
-
-
-
{{ package.title }}
-
{{ package.sum }}
-
-
-
-
-
-
-
-
-
-
+
{% endfor %}
-
-
-
-
+
+
+
{% for game in games %}
-
-
-
{{ game.title }}
-
{{ game.sum }}
-
-
-
-
-
-
-
-
-
- {% endfor %}
-
-
-
- {% for new in news %}
-
-
-
-
{{ new.title }}
-
{{ new.sum }}
-
-
-
-
-
-
-
-
-
-
+
{% endfor %}
-
-
-{% endblock %}
-
-{% block sidebar %}
-
-
-
-
-
-
-
Pardus'un tan?t?m?na katk?da bulunmak isteyenler i?in ?zg?rl?ki?in d??meleri yay?nland?. Sitenizde, blogunuzda yay?nlamak i?in siz de
haz?r kodlar?m?zdan yararlanabilirsiniz.
-
ozgurlukicin'i destekleyin
-
-
-
-
-
+
+
+
+ {% for new in news %}
+
+ {% endfor %}
+
{% endblock %}
-
-
-{% endblock %}
\ No newline at end of file
From oi-commits at pardus.org.tr Wed Jan 2 13:55:31 2008
From: oi-commits at pardus.org.tr (oi-commits at pardus.org.tr)
Date: Wed, 2 Jan 2008 13:55:31 +0200 (EET)
Subject: [Oi-commits] r649 - in trunk/templates: . fs
Message-ID: <20080102115531.923FE864CA1@liste.uludag.org.tr>
Author: dkurov
Date: Wed Jan 2 13:55:31 2008
New Revision: 649
Modified:
trunk/templates/base.html
trunk/templates/fs/fs_detail.html
trunk/templates/fs/fs_main.html
trunk/templates/home.html
Log:
alt sayfa da oldu gibi renkler eksik (ak?na te?ekk?rler :) )
Modified: trunk/templates/base.html
=================================================================
--- trunk/templates/base.html (original)
+++ trunk/templates/base.html Wed Jan 2 13:55:31 2008
@@ -13,6 +13,7 @@
-
+
+
{% block content %}
{% endblock %}
+