summaryrefslogtreecommitdiffstats
path: root/generate_gallery.d/template.html
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-03-19 16:07:53 +0100
committerFlorian Pritz <bluewind@xssn.at>2010-03-19 16:07:53 +0100
commitd94f90032c15166d00fae974ea8b4d30b5645d13 (patch)
treed0f34bbbba04203d108866a3ef965d082b497e69 /generate_gallery.d/template.html
parent84f8fd1c20054c89828fdc57ca201cd002c6b7ac (diff)
downloadbin-d94f90032c15166d00fae974ea8b4d30b5645d13.tar.gz
bin-d94f90032c15166d00fae974ea8b4d30b5645d13.tar.xz
fb: fix post input name
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'generate_gallery.d/template.html')
-rw-r--r--generate_gallery.d/template.html65
1 files changed, 65 insertions, 0 deletions
diff --git a/generate_gallery.d/template.html b/generate_gallery.d/template.html
new file mode 100644
index 0000000..33d5ecf
--- /dev/null
+++ b/generate_gallery.d/template.html
@@ -0,0 +1,65 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+ <title></title>
+ <script type="text/javascript" language="javascript" src="lytebox/lytebox.js"></script>
+ <link rel="stylesheet" href="lytebox/lytebox.css" type="text/css" media="screen" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <style type="text/css">
+ html {
+ min-height: 100%;
+ background-color: #44AFE3;
+ }
+
+ * {
+ margin: 0;
+ padding: 0;
+ }
+
+ a {
+ text-decoration: none;
+ color: #048;
+ }
+
+ a:hover {
+ color: #06C;
+ }
+
+ img {
+ border:0;
+ }
+
+ .thumbnail {
+ line-height: 0;
+ }
+
+ div.thumbnail {
+ display: inline-block;
+ text-align: center;
+ height: 200px;
+ width: 212px;
+ }
+
+ img.thumbnail {
+ margin:2px;
+ border: 1px solid #fff;
+ }
+
+ body {
+ color: #444;
+ font-family: "Bitstream Vera Sans", Monospace;
+ margin-top: 30px;
+ text-align: center;
+ }
+ </style>
+</head>
+
+<body>
+ <a href="../">Übersicht</a><br />
+ %%CONTENT%%
+ <br />
+ <a href="../">Übersicht</a>
+</body>
+
+</html>