c6b911cc29
* Version number now starts at 0.3.7 * Added thumbnail cache. * Added optional folder comment and image title/caption * darkgold2 theme from version 0.2.3 adapted to this version. * darkgold2 is now the default theme. * Increased thumbnail size. * Increased number of images per page. * Page is now in UTF-8 by default to support international characters. * Removed many warnings. * Corrected XSS vulnerability. * Added htaccess to prevent raw browsing of images folder. * Removed version check against original author's website.
174 lines
3.5 KiB
HTML
174 lines
3.5 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<title><% title %></title>
|
|
<link rel="stylesheet" href="<% gallery_root %>css/mediaboxAdvBlack21.css" type="text/css" media="screen" />
|
|
<script src="<% gallery_root %>js/mootools.js" type="text/javascript"></script>
|
|
<script src="<% gallery_root %>js/mediaboxAdv-1.3.4b.js" type="text/javascript"></script>
|
|
<style type="text/css">
|
|
body {
|
|
margin: 0 auto;
|
|
padding: 0;
|
|
width: <% gallery_width %>;
|
|
font: 12px geneva, century gothic, Georgia, "Times New Roman", Times, serif;
|
|
background: <% bgcolor %>;
|
|
}
|
|
h1 {
|
|
font: italic 320%/100% Georgia, "Times New Roman", Times, serif;
|
|
margin: 20px 0 5px 0;
|
|
letter-spacing: -2px;
|
|
}
|
|
.credits {
|
|
border-bottom: solid 1px #ccc;
|
|
padding-bottom: 5px;
|
|
margin: 0 0 30px 0;
|
|
font: 120% Garamond, Georgia, serif;
|
|
}
|
|
.credits em {
|
|
color: #999;
|
|
}
|
|
#bottom {
|
|
color: #FFF;
|
|
border: 0;
|
|
border-top: solid 1px #ccc;
|
|
}
|
|
.backlink a {
|
|
font-size: 10px;
|
|
text-decoration: none;
|
|
color: #AAA;
|
|
}
|
|
.backlink a:hover,
|
|
.backlink a:visited:hover {
|
|
color: #000;
|
|
}
|
|
img {
|
|
border: none;
|
|
}
|
|
#page_nav {
|
|
color: #999;
|
|
clear:both;
|
|
text-align: center;
|
|
}
|
|
#page_nav a:link, #page_nav a:visited, #page_nav a:hover, #page_nav a:visited:hover {
|
|
text-decoration: none;
|
|
color: #222;
|
|
}
|
|
#breadcrumb_nav {
|
|
color: #999;
|
|
}
|
|
#breadcrumb_nav a:link, #breadcrumb_nav a:visited, #breadcrumb_nav a:hover, #breadcrumb_nav a:visited:hover {
|
|
text-decoration: none;
|
|
color: #222;
|
|
}
|
|
a {
|
|
color: black;
|
|
}
|
|
#container {
|
|
overflow: auto;
|
|
width: 100%
|
|
}
|
|
.hidden {
|
|
visibility: hidden;
|
|
position:absolute;
|
|
top:0;
|
|
left:0;
|
|
display:inline;
|
|
}
|
|
#topbar {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
margin: 0;
|
|
padding-top: 5px;
|
|
border: none;
|
|
float: none;
|
|
width: 100%;
|
|
height: 25px;
|
|
text-align: center;
|
|
background-color: #FFFF99;
|
|
border-bottom: 1px solid #DDD;
|
|
}
|
|
#topbar img{
|
|
position: absolute;
|
|
right: 6;
|
|
top: 6;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#folder_comment
|
|
{
|
|
margin-top:10px;
|
|
margin-left:10px;
|
|
}
|
|
|
|
/* ---------- gallery styles start here ----------------------- */
|
|
.gallery {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.gallery li {
|
|
padding: 10px;
|
|
margin: 0;
|
|
float: left;
|
|
position: relative;
|
|
width: 130px;
|
|
height: 160px;
|
|
overflow:hidden;
|
|
}
|
|
.gallery li:hover img {
|
|
border-color: #000;
|
|
background: #ddd;
|
|
}
|
|
.gallery img {
|
|
background: #fff;
|
|
border: solid 1px #888;
|
|
padding: 5px;
|
|
}
|
|
.gallery em {
|
|
color: #000;
|
|
font-style: normal;
|
|
padding: 2px 5px;
|
|
display: block;
|
|
position: absolute;
|
|
top: 140px;
|
|
left: 9px;
|
|
}
|
|
.gallery em-pdf {
|
|
color: #666;
|
|
font-style: normal;
|
|
font-size: 10px;
|
|
padding: 3px 7px;
|
|
display: block;
|
|
position: absolute;
|
|
top: 118px;
|
|
left: 9px;
|
|
}
|
|
.gallery a {
|
|
text-decoration: none;
|
|
}
|
|
.gallery a:hover em {
|
|
color: #666;
|
|
}
|
|
</style>
|
|
<body>
|
|
<h1><% title %></h1>
|
|
<% messages %>
|
|
<p class="credits"><em>by: </em><% author %></p>
|
|
<span id="breadcrumb_nav"><% breadcrumb_navigation %></span>
|
|
<div id="container">
|
|
<div id="folder_comment"><% folder_comment %></div>
|
|
<ul class="gallery">
|
|
<% thumbnails %>
|
|
</ul>
|
|
</div>
|
|
<br />
|
|
<div id="page_nav"><% page_navigation %></div>
|
|
<br />
|
|
<!-- CREDITS - DO NOT REMOVE OR YOU WILL VOID MiniGal Nano TERMS OF USE -->
|
|
<hr id="bottom" />
|
|
<div class="backlink" align="center"><a href="https://github.com/sebsauvage/MinigalNano" title="Powered by MiniGal Nano" target="_blank">Powered by MiniGal Nano <% version %></a></div>
|
|
<br /><br />
|
|
</body>
|
|
</html>
|