Changeset 194db3b
- Timestamp:
- 01/09/09 18:40:18 (4 years ago)
- Branches:
- master, crem, crem2, dev, dev2, diadems, forma, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test, video
- Children:
- 2f507f9
- Parents:
- 8730205
- git-author:
- olivier <> (01/09/09 18:40:18)
- git-committer:
- olivier <> (01/09/09 18:40:18)
- Location:
- telemeta/templates/telemeta
- Files:
-
- 3 edited
-
admin.html (modified) (1 diff)
-
base.html (modified) (2 diffs)
-
mediaitem_detail.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
telemeta/templates/telemeta/admin.html
ra14e2d0 r194db3b 1 1 {% extends "telemeta/base.html" %} 2 2 3 {% block extra_style %} 3 {% block stylesheets %} 4 {{ block.super }} 4 5 <link rel="stylesheet" type="text/css" href="{% url telemeta-css "admin.css" %}" /> 5 6 {% endblock %} -
telemeta/templates/telemeta/base.html
r8730205 r194db3b 3 3 <head> 4 4 <title>Telemeta</title> 5 {% block stylesheets %} 5 6 <link rel="stylesheet" type="text/css" href="{% url telemeta-css "telemeta.css" %}" /> 6 7 <!--[if IE]> … … 10 11 <link rel="stylesheet"type="text/css" href="{% url telemeta-css "telemeta_ie6.css" %}" /> 11 12 <![endif]--> 12 {% block extra_style %}{%endblock %}13 {% endblock %} 13 14 {% block extra_javascript %}{% endblock %} 14 15 </head> -
telemeta/templates/telemeta/mediaitem_detail.html
ra14e2d0 r194db3b 2 2 {% load telemeta_utils %} 3 3 4 {% block extra_style %} 4 {% block stylesheets %} 5 {{ block.super }} 5 6 <link rel="stylesheet" type="text/css" href="{% url telemeta-timeside "css/timeside.css" %}" /> 6 7 <link rel="stylesheet" type="text/css" href="{% url telemeta-timeside "skins/lab/style.css" %}" />
Note: See TracChangeset
for help on using the changeset viewer.
