diff options
Diffstat (limited to 'templates/program/day_schedule.html')
-rw-r--r-- | templates/program/day_schedule.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/program/day_schedule.html b/templates/program/day_schedule.html index a260809..0c3393a 100644 --- a/templates/program/day_schedule.html +++ b/templates/program/day_schedule.html @@ -1,11 +1,11 @@ <html> <head> <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.6.1/jquery.min.js"></script> - <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/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> - <script type="text/javascript" src="/site_media/programcalendar.js"></script> - <link type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/themes/base/jquery-ui.css" rel="stylesheet" /> + <script type="text/javascript" src="/program/static/js/jquery-1.6.1/jquery.min.js"></script> + <script type="text/javascript" src="/program/static/js/jqueryui-custom-1.8.14/jquery-ui.min.js"></script> + <script type="text/javascript" src="/program/static/js/jqueryui-custom-1.8.14/jquery.ui.datepicker-de.js"></script> + <script type="text/javascript" src="/program/static/programcalendar.js"></script> + <link type="text/css" href="/program/static/js/jqueryui-custom-1.8.14/jquery-ui.css" rel="stylesheet" /> </head> <body> |