summaryrefslogtreecommitdiff
path: root/templates/details/photo_galleries.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/details/photo_galleries.html')
-rw-r--r--templates/details/photo_galleries.html28
1 files changed, 20 insertions, 8 deletions
diff --git a/templates/details/photo_galleries.html b/templates/details/photo_galleries.html
index 71a1494..7282873 100644
--- a/templates/details/photo_galleries.html
+++ b/templates/details/photo_galleries.html
@@ -1,5 +1,18 @@
<!DOCTYPE html>
+<!--[if gte IE 6]>
+ <![if IE 6]>
+ <html lang="en" class="ie ie6">
+ <![endif]>
+ <![if IE 7]>
+ <html lang="en" class="ie ie7">
+ <![endif]>
+ <![if gt IE 7]>
+ <html lang="en" class="ie ie8">
+ <![endif]>
+<![endif]-->
+<!--[if !IE]> <-->
<html lang="en">
+<!--> <![endif]-->
<head>
<title>Luxagraf | Photos | {{object.set_title}}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -20,8 +33,6 @@
type="text/css"
media="screen">
- <!--[if lte IE8]><link rel="stylesheet" href="{{MEDIA_URL}}css/ie-photo.css" type="text/css" media="screen, projection"><![endif]-->
-
<link rel="shortcut icon"
href="http://media.luxagraf.net/img/favicon.ico"
type="image/vnd.microsoft.icon">
@@ -38,12 +49,6 @@
content="Licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 License">
- <script type="text/javascript" src="{{MEDIA_URL}}js/jquery.js"></script>
- <script type="text/javascript" src="{{MEDIA_URL}}js/jquery.cycle.pack.js"></script>
- <script type="text/javascript" src="{{MEDIA_URL}}js/jquery.jcarousel.pack.js"></script>
- <script type="text/javascript" src="{{MEDIA_URL}}js/slideshow.pack.js" ></script>
- <!-- if you'd like to see a non-packed version of my slideshow script, see this file: http://media.luxagraf.net/js/slideshow.js (requires jquery, jcarousel and cycle) -->
- <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
</head>
<body>
<div id="wrapper">
@@ -94,6 +99,13 @@
{% endfor %}
</ul>
</div>
+ <script type="text/javascript" src="{{MEDIA_URL}}js/jquery.js"></script>
+ <script type="text/javascript" src="{{MEDIA_URL}}js/jquery.cycle.pack.js"></script>
+ <script type="text/javascript" src="{{MEDIA_URL}}js/jquery.jcarousel.pack.js"></script>
+ <script type="text/javascript" src="{{MEDIA_URL}}js/slideshow.pack.js" ></script>
+ <!-- if you'd like to see a non-packed version of my slideshow script, see this file: http://media.luxagraf.net/js/slideshow.js (requires jquery, jcarousel and cycle) -->
+ <script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
+
</body>
</html>