summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJohannes Raggam <raggam-nl@adm.at>2011-06-30 16:53:21 (GMT)
committerJohannes Raggam <raggam-nl@adm.at>2011-06-30 16:53:21 (GMT)
commit7246c57ddeaa21ed6db7fb91cb978c2e9755b993 (patch)
tree7b2502107e8de41024dd2d2f41fdfd6206c12e04 /templates
parentda40bbffef77aaa7239d26dcff9f7972b8607e1a (diff)
link all resources from local instead of googleapi
Diffstat (limited to 'templates')
-rw-r--r--templates/program/day_schedule.html10
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" }} &mdash; 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>