From 4751e9111f1ec3802b8194da55309420a5403622 Mon Sep 17 00:00:00 2001 From: Johannes Raggam <raggam-nl@adm.at> Date: Sun, 8 May 2011 21:15:15 +0200 Subject: [PATCH] html titles --- templates/program/day_schedule.html | 2 +- templates/program/host_detail.html | 2 +- templates/program/host_list.html | 2 +- templates/program/recommendations.html | 2 +- templates/program/show_detail.html | 2 +- templates/program/show_list.html | 2 +- templates/program/timeslot_detail.html | 2 +- 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 a336fdbc..e27f6f8b 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 b611c8df..bbe801ed 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 d05ae11a..8ad81b05 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 0cce9654..0a445f53 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 60a109ba..61735e68 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 f7bf3276..566cbe17 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 1a5082f8..7955451e 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 2d01ebd9..4ee2d3f8 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> -- GitLab