diff options
author | Johannes Raggam <raggam-nl@adm.at> | 2011-05-08 19:15:15 (GMT) |
---|---|---|
committer | Johannes Raggam <raggam-nl@adm.at> | 2011-05-08 19:15:15 (GMT) |
commit | 4751e9111f1ec3802b8194da55309420a5403622 (patch) | |
tree | 0b4bb9680ccdbebb54aa3d9fe9f3c4eb5047f23d /templates/program | |
parent | 3dde0e9f3d6df71d962a8a409b11afe12762309b (diff) |
html titles
Diffstat (limited to 'templates/program')
-rw-r--r-- | templates/program/day_schedule.html | 2 | ||||
-rw-r--r-- | templates/program/host_detail.html | 2 | ||||
-rw-r--r-- | templates/program/host_list.html | 2 | ||||
-rw-r--r-- | templates/program/recommendations.html | 2 | ||||
-rw-r--r-- | templates/program/show_detail.html | 2 | ||||
-rw-r--r-- | templates/program/show_list.html | 2 | ||||
-rw-r--r-- | templates/program/timeslot_detail.html | 2 | ||||
-rw-r--r-- | templates/program/week_schedule.html | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/templates/program/day_schedule.html b/templates/program/day_schedule.html index a336fdb..e27f6f8 100644 --- a/templates/program/day_schedule.html +++ b/templates/program/day_schedule.html @@ -1,6 +1,6 @@ <html> <head> - <title>Day schedule: {{ day|date:"l, d.m.Y" }}</title> + <title>Tagesansicht {{ day|date:"l, d.m.Y" }} — Radio Helsinki - Freies Radio Graz</title> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.12/jquery-ui.min.js"></script> <script type="text/javascript" src="http://jquery-ui.googlecode.com/svn/trunk/ui/i18n/jquery.ui.datepicker-de.js"></script> diff --git a/templates/program/host_detail.html b/templates/program/host_detail.html index b611c8d..bbe801e 100644 --- a/templates/program/host_detail.html +++ b/templates/program/host_detail.html @@ -1,6 +1,6 @@ <html> <head> - <title>Host detail: {{ host.name }}</title> + <title>Host: {{ host.name }} — Radio Helsinki - Freies Radio Graz</title> </head> <body> diff --git a/templates/program/host_list.html b/templates/program/host_list.html index d05ae11..8ad81b0 100644 --- a/templates/program/host_list.html +++ b/templates/program/host_list.html @@ -1,6 +1,6 @@ <html> <head> - <title>Host list</title> + <title>Sendungsmacherinnen — Radio Helsinki - Freies Radio Graz</title> </head> <body> diff --git a/templates/program/recommendations.html b/templates/program/recommendations.html index 0cce965..0a445f5 100644 --- a/templates/program/recommendations.html +++ b/templates/program/recommendations.html @@ -1,6 +1,6 @@ <html> <head> - <title>Recomendations</title> + <title>Tipps — Radio Helsinki - Freies Radio Graz</title> </head> <body> diff --git a/templates/program/show_detail.html b/templates/program/show_detail.html index 60a109b..61735e6 100644 --- a/templates/program/show_detail.html +++ b/templates/program/show_detail.html @@ -1,6 +1,6 @@ <html> <head> - <title>Show detail: {{ show.name }}</title> + <title>Sendung: {{ show.name }} — Radio Helsinki - Freies Radio Graz</title> </head> <body> diff --git a/templates/program/show_list.html b/templates/program/show_list.html index f7bf327..566cbe1 100644 --- a/templates/program/show_list.html +++ b/templates/program/show_list.html @@ -1,6 +1,6 @@ <html> <head> - <title>Show list</title> + <title>Sendungen — Radio Helsinki - Freies Radio Graz</title> </head> <body> diff --git a/templates/program/timeslot_detail.html b/templates/program/timeslot_detail.html index 1a5082f..7955451 100644 --- a/templates/program/timeslot_detail.html +++ b/templates/program/timeslot_detail.html @@ -1,6 +1,6 @@ <html> <head> - <title>Timeslot detail: {{ timeslot }}</title> + <title>Sendung: {{ timeslot }} — Radio Helsinki - Freies Radio Graz</title> </head> <body> diff --git a/templates/program/week_schedule.html b/templates/program/week_schedule.html index 2d01ebd..4ee2d3f 100644 --- a/templates/program/week_schedule.html +++ b/templates/program/week_schedule.html @@ -1,6 +1,6 @@ <html> <head> - <title>Week schedule</title> + <title>Wochenansicht — Radio Helsinki - Freies Radio Graz</title> </head> <body> |