[damned-lies] Visual changes to vertimus detail



commit 9dee60ea164568db41d4dfc2c31c663b5d2c70c7
Author: Stéphane Raimbault <stephane raimbault gmail com>
Date:   Sat May 30 02:06:57 2009 +0200

    Visual changes to vertimus detail
    
    - new separators
    - domain description on a new line
    - bigger state
---
 templates/vertimus/vertimus_detail.html |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/templates/vertimus/vertimus_detail.html b/templates/vertimus/vertimus_detail.html
index fe687df..78060bd 100644
--- a/templates/vertimus/vertimus_detail.html
+++ b/templates/vertimus/vertimus_detail.html
@@ -23,7 +23,16 @@
 
 <h1>
 <a href="{% url stats.views.module module.name %}">{{ module.get_description }}</a>
-- {{ branch.name }} - {{ domain.get_description }} - {{ language.get_name }}
+» {{ branch.name }} » {{ language.get_name }}
+</h1>
+
+<p>{{ domain.get_description }}</p>
+
+<h1>
+{% trans "State:" %} {{ state.description }}
+{% ifnotequal state.name 'None' %}
+({{ state.updated|date:_("Y-m-d g:i a O") }})
+{% endifnotequal %}
 </h1>
 
 {% if module.comment %}
@@ -34,13 +43,6 @@
   {% endif %}
 {% endif %}
 
-<h3>
-{% trans "State:" %} {{ state.description }}
-{% ifnotequal state.name 'None' %}
-({{ state.updated|date:_("Y-m-d g:i a O") }})
-{% endifnotequal %}
-</h3>
-
 <div style="line-height: 1.7">
   <em><a href="{{ stats.pot_url }}">
       <img src="{{ MEDIA_URL }}img/download.png" alt="{% trans "Download POT file" %}" /></a>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]