Lizenz- und Copyrightinformationen
* ungenutzte funktionen/menupunkte.php entfernt (fixes #14) * Lizenz- und Copyrightinformationen in allen eigenen Dateien des Projekts eingetragen (fixes #2, #7)
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 83 KiB |
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 77 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 86 KiB |
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 87 KiB |
|
@ -1,3 +1,29 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2008 Jan Dittberner <jan@dittberner.info>
|
||||||
|
* Jan Dittberner IT-Consulting & -Solutions
|
||||||
|
* Cottbuser Str. 1, D-01129 Dresden
|
||||||
|
*
|
||||||
|
* Copyright (c) 2008 Jeremias Arnstadt <douth024@googlemail.com>
|
||||||
|
*
|
||||||
|
* This file is part of the ScrollingJQueryGallery component of the
|
||||||
|
* gnuviech-server.de Websitetools
|
||||||
|
*
|
||||||
|
* ScrollingJQueryGallery is free software: you can redistribute it
|
||||||
|
* and/or modify it under the terms of the GNU General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* ScrollingJQueryGallery is distributed in the hope that it will be
|
||||||
|
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with ScrollingJQueryGallery. If not, see
|
||||||
|
* <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* Version: $Id$
|
||||||
|
*/
|
||||||
#arrleft {
|
#arrleft {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top:0px;
|
top:0px;
|
||||||
|
@ -74,4 +100,3 @@ position:relative;
|
||||||
margin-left:2px;
|
margin-left:2px;
|
||||||
margin-bottom:2px;
|
margin-bottom:2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
338
css/main.css
|
@ -1,221 +1,243 @@
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2008 Jan Dittberner <jan@dittberner.info>
|
||||||
|
* Jan Dittberner IT-Consulting & -Solutions
|
||||||
|
* Cottbuser Str. 1, D-01129 Dresden
|
||||||
|
*
|
||||||
|
* Copyright (c) 2008 Jeremias Arnstadt <douth024@googlemail.com>
|
||||||
|
*
|
||||||
|
* This file is part of the ScrollingJQueryGallery component of the
|
||||||
|
* gnuviech-server.de Websitetools
|
||||||
|
*
|
||||||
|
* ScrollingJQueryGallery is free software: you can redistribute it
|
||||||
|
* and/or modify it under the terms of the GNU General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* ScrollingJQueryGallery is distributed in the hope that it will be
|
||||||
|
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with ScrollingJQueryGallery. If not, see
|
||||||
|
* <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* Version: $Id$
|
||||||
|
*/
|
||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
/* CSS Document */
|
|
||||||
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family:Verdana;
|
font-family:Verdana;
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
background-color:#660000;
|
background-color:#660000;
|
||||||
color:#000000;
|
color:#000000;
|
||||||
line-height:1,5;
|
line-height:1,5;
|
||||||
margin:0px;
|
margin:0px;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
onload:initScrollLayer();
|
onload:initScrollLayer();
|
||||||
margin-bottom: auto;
|
margin-bottom: auto;
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
font-family:Verdana,Arial,Helvetica;
|
font-family:Verdana,Arial,Helvetica;
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
color:#000000;
|
color:#000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:link {
|
a:link {
|
||||||
font-family:Verdana,Arial,Helvetica;
|
font-family:Verdana,Arial,Helvetica;
|
||||||
font-size:10px;
|
font-size:10px;
|
||||||
font-weight:normal;
|
font-weight:normal;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
color:#FFFFFF;
|
color:#FFFFFF;
|
||||||
margin-left: 1px;
|
margin-left: 1px;
|
||||||
}
|
}
|
||||||
a:visited {
|
a:visited {
|
||||||
font-family:Verdana,Arial,Helvetica;
|
font-family:Verdana,Arial,Helvetica;
|
||||||
font-size:10px;
|
font-size:10px;
|
||||||
font-weight:normal;
|
font-weight:normal;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
color:#FFFFFF;
|
color:#FFFFFF;
|
||||||
margin-left: 1px;
|
margin-left: 1px;
|
||||||
}
|
}
|
||||||
a:active {
|
a:active {
|
||||||
font-family:Verdana,Arial,Helvetica;
|
font-family:Verdana,Arial,Helvetica;
|
||||||
font-size:10px;
|
font-size:10px;
|
||||||
font-weight:normal;
|
font-weight:normal;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
color:#FF6600;
|
color:#FF6600;
|
||||||
margin-left: 1px;
|
margin-left: 1px;
|
||||||
}
|
}
|
||||||
#left {
|
#left {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
width:202px;
|
width:202px;
|
||||||
height:100%;
|
height:100%;
|
||||||
background-color:#333333;
|
background-color:#333333;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#right {
|
#right {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
width:202px;
|
width:202px;
|
||||||
height:100%;
|
height:100%;
|
||||||
background-color:#333333;
|
background-color:#333333;
|
||||||
left: 808px;
|
left: 808px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#content {
|
#content {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
width:616px;
|
width:616px;
|
||||||
height:100%;
|
height:100%;
|
||||||
background-color:#660000;
|
background-color:#660000;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-left: -308px;
|
margin-left: -308px;
|
||||||
border-left: 3px #454648 solid;
|
border-left: 3px #454648 solid;
|
||||||
border-right: 3px #454648 solid;
|
border-right: 3px #454648 solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content_container {
|
#content_container {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
width:490px;
|
width:490px;
|
||||||
height:492px;
|
height:492px;
|
||||||
background-color:#3D0000;
|
background-color:#3D0000;
|
||||||
border:3px;
|
border:3px;
|
||||||
border-style:solid;
|
border-style:solid;
|
||||||
border-color:#454648;
|
border-color:#454648;
|
||||||
left: 63px;
|
left: 63px;
|
||||||
top: 57px;
|
top: 57px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#invisible {
|
#invisible {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
width:490px;
|
width:490px;
|
||||||
height:492px;
|
height:492px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
z-index:1;
|
z-index:1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#content_container_s {
|
#content_container_s {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
width:490px;
|
width:490px;
|
||||||
height:492px;
|
height:492px;
|
||||||
border:0px;
|
border:0px;
|
||||||
border-style:solid;
|
border-style:solid;
|
||||||
border-color:#454648;
|
border-color:#454648;
|
||||||
left: 63px;
|
left: 63px;
|
||||||
top: 57px;
|
top: 57px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu {
|
#menu {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
width:330px;
|
width:330px;
|
||||||
height:14px;
|
height:14px;
|
||||||
left: 143.5px;
|
left: 143.5px;
|
||||||
top: 553px;
|
top: 553px;
|
||||||
margin-top:2px;
|
margin-top:2px;
|
||||||
z-index:10;
|
z-index:10;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sub_menu {
|
#sub_menu {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
width:490px;
|
width:490px;
|
||||||
height:14px;
|
height:14px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
top: 450px;
|
top: 450px;
|
||||||
margin-top:2px;
|
margin-top:2px;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
z-index:1;
|
z-index:1;
|
||||||
font-family:Verdana;
|
font-family:Verdana;
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
font-weight:normal;
|
font-weight:normal;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sub_menu_produkte {
|
#sub_menu_produkte {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
width:490px;
|
width:490px;
|
||||||
height:19px;
|
height:19px;
|
||||||
background-color:#000000;
|
background-color:#000000;
|
||||||
font-family:Verdana;
|
font-family:Verdana;
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
font-weight:normal;
|
font-weight:normal;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
color:#FFFFFF;
|
color:#FFFFFF;
|
||||||
left:0px;
|
left:0px;
|
||||||
top:425px;
|
top:425px;
|
||||||
margin-top:2px;
|
margin-top:2px;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
z-index:2;
|
z-index:2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#slider {
|
#slider {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
width:474px;
|
width:474px;
|
||||||
height:65px;
|
height:65px;
|
||||||
background-color:#333333;
|
background-color:#333333;
|
||||||
left: 8px;
|
left: 8px;
|
||||||
top: 8px;
|
top: 8px;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#slider_2 {
|
#slider_2 {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
width:474px;
|
width:474px;
|
||||||
height:67px;
|
height:67px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#content_sub {
|
#content_sub {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
width:330px;
|
width:330px;
|
||||||
height:330px;
|
height:330px;
|
||||||
left: 143px;
|
left: 143px;
|
||||||
top: 149px;
|
top: 149px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content_nav {
|
#content_nav {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
width:20px;
|
width:20px;
|
||||||
height:10px;
|
height:10px;
|
||||||
left: 298px;
|
left: 298px;
|
||||||
top: 305.5px;
|
top: 305.5px;
|
||||||
z-index:1;
|
z-index:1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content_main {
|
#content_main {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
width:311px;
|
width:311px;
|
||||||
height:311px;
|
height:311px;
|
||||||
top: 9.5px;
|
top: 9.5px;
|
||||||
left: 9.5px;
|
left: 9.5px;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content_main_s {
|
#content_main_s {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
width:311px;
|
width:311px;
|
||||||
height:311px;
|
height:311px;
|
||||||
top: 9.5px;
|
top: 9.5px;
|
||||||
left: 9.5px;
|
left: 9.5px;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
background-image: url(../content/portraet/bilder/port_back.jpg);
|
background-image: url(../content/portraet/bilder/port_back.jpg);
|
||||||
}
|
}
|
||||||
|
|
||||||
#content_main_in {
|
#content_main_in {
|
||||||
border:0px;
|
border:0px;
|
||||||
margin-left:3px;
|
margin-left:3px;
|
||||||
margin-top:3px;
|
margin-top:3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
118
css/slider.css
|
@ -1,59 +1,87 @@
|
||||||
/* Styles for scrolling layers
|
/*
|
||||||
Specify width and height in hold and wn, and in clip for wn */
|
* Copyright (c) 2008 Jan Dittberner <jan@dittberner.info>
|
||||||
|
* Jan Dittberner IT-Consulting & -Solutions
|
||||||
|
* Cottbuser Str. 1, D-01129 Dresden
|
||||||
|
*
|
||||||
|
* Copyright (c) 2008 Jeremias Arnstadt <douth024@googlemail.com>
|
||||||
|
*
|
||||||
|
* Styles for scrolling layers
|
||||||
|
*
|
||||||
|
* This file is part of the ScrollingJQueryGallery component of the
|
||||||
|
* gnuviech-server.de Websitetools
|
||||||
|
*
|
||||||
|
* ScrollingJQueryGallery is free software: you can redistribute it
|
||||||
|
* and/or modify it under the terms of the GNU General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* ScrollingJQueryGallery is distributed in the hope that it will be
|
||||||
|
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with ScrollingJQueryGallery. If not, see
|
||||||
|
* <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* Version: $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* Specify width and height in hold and wn, and in clip for wn */
|
||||||
div#hold {
|
div#hold {
|
||||||
position:relative;
|
position:relative;
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
width:454px;
|
width:454px;
|
||||||
height:67px;
|
height:67px;
|
||||||
top:0px;
|
top:0px;
|
||||||
left:0px;
|
left:0px;
|
||||||
z-index:100
|
z-index:100
|
||||||
}
|
}
|
||||||
div#wn {
|
div#wn {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
left:0px;
|
left:0px;
|
||||||
top:0px;
|
top:0px;
|
||||||
width:475px;
|
width:475px;
|
||||||
height:67px;
|
height:67px;
|
||||||
clip:rect(0px, 454px, 66px, 0px);
|
clip:rect(0px, 454px, 66px, 0px);
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
z-index:1;
|
z-index:1;
|
||||||
padding:0px;
|
padding:0px;
|
||||||
}
|
}
|
||||||
div#lyr1 {
|
div#lyr1 {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
visibility:hidden;
|
visibility:hidden;
|
||||||
left:0px;
|
left:0px;
|
||||||
top:0px;
|
top:0px;
|
||||||
width:474px;
|
width:474px;
|
||||||
height:67px;
|
height:67px;
|
||||||
z-index:1;
|
z-index:1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Styles for demo, not necessary for scrolling layers */
|
/* Styles for demo, not necessary for scrolling layers */
|
||||||
body {
|
body {
|
||||||
overflow:hidden;
|
overflow:hidden;
|
||||||
text-align:left;
|
text-align:left;
|
||||||
font: 12px verdana, arial, helvetica, sans-serif;
|
font: 12px verdana, arial, helvetica, sans-serif;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
width: auto;
|
width: auto;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-size:1.4em;
|
font-size:1.4em;
|
||||||
margin:1.5em 0 2em 0;
|
margin:1.5em 0 2em 0;
|
||||||
}
|
}
|
||||||
a:link { color:#33c }
|
a:link { color:#33c }
|
||||||
a:visited { color:#339 }
|
a:visited { color:#339 }
|
||||||
a img { border:none }
|
a img { border:none }
|
||||||
|
|
||||||
table.main {
|
table.main {
|
||||||
width:475px; margin:0px;
|
width:475px; margin:0px;
|
||||||
height:65px;
|
height:65px;
|
||||||
background-color:#eee; border:1px dashed #666
|
background-color:#eee; border:1px dashed #666
|
||||||
}
|
}
|
||||||
td.arrows a { padding:0 1em }
|
td.arrows a { padding:0 1em }
|
||||||
td.spacer { width:38px }
|
td.spacer { width:38px }
|
||||||
td.footer { text-align:center; margin:0 }
|
td.footer { text-align:center; margin:0 }
|
||||||
|
|
|
@ -6,7 +6,23 @@
|
||||||
* Copyright (c) 2007, 2008 Jan Dittberner <jan@dittberner.info>
|
* Copyright (c) 2007, 2008 Jan Dittberner <jan@dittberner.info>
|
||||||
* Jan Dittberner IT-Consulting & -Solutions,
|
* Jan Dittberner IT-Consulting & -Solutions,
|
||||||
* Cottbuser Str. 1, D-01129 Dresden
|
* Cottbuser Str. 1, D-01129 Dresden
|
||||||
* All rights reserved.
|
*
|
||||||
|
* This file is part of the ScrollingJQueryGallery component of the
|
||||||
|
* gnuviech-server.de Websitetools
|
||||||
|
*
|
||||||
|
* ScrollingJQueryGallery is free software: you can redistribute it
|
||||||
|
* and/or modify it under the terms of the GNU General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* ScrollingJQueryGallery is distributed in the hope that it will be
|
||||||
|
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with ScrollingJQueryGallery. If not, see
|
||||||
|
* <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* Version: $Id$
|
* Version: $Id$
|
||||||
*/
|
*/
|
||||||
|
@ -38,4 +54,3 @@ if (isset($_GET["imagename"])) {
|
||||||
header("Content-Type: text/plain; charset=UTF-8");
|
header("Content-Type: text/plain; charset=UTF-8");
|
||||||
print json_encode(getImgInfo($_GET["imagename"]));
|
print json_encode(getImgInfo($_GET["imagename"]));
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
|
|
@ -1,10 +1,32 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2008 Jan Dittberner, Jeremias Arnstadt
|
* Code for displaying image descriptions.
|
||||||
|
*
|
||||||
|
* Copyright (c) 2007, 2008 Jan Dittberner <jan@dittberner.info>
|
||||||
|
* Jan Dittberner IT-Consulting & -Solutions
|
||||||
|
* Cottbuser Str. 1, D-01129 Dresden
|
||||||
|
*
|
||||||
|
* Copyright (c) 2008 Jeremias Arnstadt <douth024@googlemail.com>
|
||||||
|
*
|
||||||
|
* This file is part of the ScrollingJQueryGallery component of the
|
||||||
|
* gnuviech-server.de Websitetools
|
||||||
|
*
|
||||||
|
* ScrollingJQueryGallery is free software: you can redistribute it
|
||||||
|
* and/or modify it under the terms of the GNU General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* ScrollingJQueryGallery is distributed in the hope that it will be
|
||||||
|
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with ScrollingJQueryGallery. If not, see
|
||||||
|
* <http://www.gnu.org/licenses/>.
|
||||||
*
|
*
|
||||||
* Version: $Id$
|
* Version: $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include_once("fetchdescription.php");
|
include_once("fetchdescription.php");
|
||||||
$imginfo = getImgInfo($allfiles[0]);
|
$imginfo = getImgInfo($allfiles[0]);
|
||||||
if (is_array($imginfo) && isset($imginfo["data"])) {
|
if (is_array($imginfo) && isset($imginfo["data"])) {
|
||||||
|
@ -12,4 +34,3 @@ if (is_array($imginfo) && isset($imginfo["data"])) {
|
||||||
} else {
|
} else {
|
||||||
print $imginfo;
|
print $imginfo;
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
|
|
@ -1,6 +1,33 @@
|
||||||
<?php
|
<?php
|
||||||
$width_middle = 311;
|
/*
|
||||||
printf("<a href=\"%s\" class=\"lightbox\" ><img id=\"contentimg\" src=\"%s\" alt=\"\" width=\"%s\" /></a>",
|
* Code for displaying the detail images.
|
||||||
dirname($allfiles[0]) . DIRECTORY_SEPARATOR . basename($allfiles[0]),
|
*
|
||||||
$allfiles[0], $width_middle);
|
* Copyright (c) 2007, 2008 Jan Dittberner <jan@dittberner.info>
|
||||||
?>
|
* Jan Dittberner IT-Consulting & -Solutions
|
||||||
|
* Cottbuser Str. 1, D-01129 Dresden
|
||||||
|
*
|
||||||
|
* Copyright (c) 2008 Jeremias Arnstadt <douth024@googlemail.com>
|
||||||
|
*
|
||||||
|
* This file is part of the ScrollingJQueryGallery component of the
|
||||||
|
* gnuviech-server.de Websitetools
|
||||||
|
*
|
||||||
|
* ScrollingJQueryGallery is free software: you can redistribute it
|
||||||
|
* and/or modify it under the terms of the GNU General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* ScrollingJQueryGallery is distributed in the hope that it will be
|
||||||
|
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with ScrollingJQueryGallery. If not, see
|
||||||
|
* <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* Version: $Id$
|
||||||
|
*/
|
||||||
|
$width_middle = 311;
|
||||||
|
printf("<a href=\"%s\" class=\"lightbox\" ><img id=\"contentimg\" src=\"%s\" alt=\"\" width=\"%s\" /></a>",
|
||||||
|
dirname($allfiles[0]) . DIRECTORY_SEPARATOR . basename($allfiles[0]),
|
||||||
|
$allfiles[0], $width_middle);
|
||||||
|
|
|
@ -1,4 +1,31 @@
|
||||||
<?
|
<?
|
||||||
|
/*
|
||||||
|
* Code for calculating thumbnail image sizes.
|
||||||
|
*
|
||||||
|
* Copyright (c) 2007, 2008 Jan Dittberner <jan@dittberner.info>
|
||||||
|
* Jan Dittberner IT-Consulting & -Solutions
|
||||||
|
* Cottbuser Str. 1, D-01129 Dresden
|
||||||
|
*
|
||||||
|
* This file is part of the ScrollingJQueryGallery component of the
|
||||||
|
* gnuviech-server.de Websitetools
|
||||||
|
*
|
||||||
|
* ScrollingJQueryGallery is free software: you can redistribute it
|
||||||
|
* and/or modify it under the terms of the GNU General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* ScrollingJQueryGallery is distributed in the hope that it will be
|
||||||
|
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with ScrollingJQueryGallery. If not, see
|
||||||
|
* <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* Version: $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
$thumbsizes = array();
|
$thumbsizes = array();
|
||||||
$thumbwidthsum = 2;
|
$thumbwidthsum = 2;
|
||||||
$thumbheight = 67;
|
$thumbheight = 67;
|
||||||
|
@ -12,4 +39,3 @@ foreach ($allfiles as $filename) {
|
||||||
$thumbwidthsum = $thumbwidthsum + $thumbsize[0] + 3;
|
$thumbwidthsum = $thumbwidthsum + $thumbsize[0] + 3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
|
|
@ -1,6 +1,31 @@
|
||||||
<?php
|
<?php
|
||||||
foreach ($thumbsizes as $thumbfile => $thumbsize) {
|
/*
|
||||||
printf("<div class=\"thumbnail\"><img src=\"%s\" alt=\"\" height=\"%s\" /></div>",
|
* Code for showing thumbnail images.
|
||||||
$thumbfile, $thumbheight);
|
*
|
||||||
}
|
* Copyright (c) 2007, 2008 Jan Dittberner <jan@dittberner.info>
|
||||||
?>
|
* Jan Dittberner IT-Consulting & -Solutions
|
||||||
|
* Cottbuser Str. 1, D-01129 Dresden
|
||||||
|
*
|
||||||
|
* This file is part of the ScrollingJQueryGallery component of the
|
||||||
|
* gnuviech-server.de Websitetools
|
||||||
|
*
|
||||||
|
* ScrollingJQueryGallery is free software: you can redistribute it
|
||||||
|
* and/or modify it under the terms of the GNU General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* ScrollingJQueryGallery is distributed in the hope that it will be
|
||||||
|
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with ScrollingJQueryGallery. If not, see
|
||||||
|
* <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* Version: $Id$
|
||||||
|
*/
|
||||||
|
foreach ($thumbsizes as $thumbfile => $thumbsize) {
|
||||||
|
printf("<div class=\"thumbnail\"><img src=\"%s\" alt=\"\" height=\"%s\" /></div>",
|
||||||
|
$thumbfile, $thumbheight);
|
||||||
|
}
|
||||||
|
|
223
index.php
|
@ -1,107 +1,118 @@
|
||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2008 Jan Dittberner, Jeremias Arnstadt
|
* Copyright (c) 2008 Jan Dittberner <jan@dittberner.info>
|
||||||
*
|
* Jan Dittberner IT-Consulting & -Solutions
|
||||||
* Version: $Id$
|
* Cottbuser Str. 1, D-01129 Dresden
|
||||||
*/
|
*
|
||||||
|
* Copyright (c) 2008 Jeremias Arnstadt <douth024@googlemail.com>
|
||||||
// Pfad der Bilder für die jeweilige Kategorie
|
*
|
||||||
$allfiles = glob("./bilder/*.jpg");
|
* This file is part of the ScrollingJQueryGallery component of the
|
||||||
// Name des Menüpunktes
|
* gnuviech-server.de Websitetools
|
||||||
$menupunkt = "Wallpaper";
|
*
|
||||||
|
* ScrollingJQueryGallery is free software: you can redistribute it
|
||||||
// greift auf die Funktionen der ausgelagerten Datei um die Thumbnails
|
* and/or modify it under the terms of the GNU General Public License as
|
||||||
// einzulesen
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
include ("./funktionen/thumbnail.php");
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
// bezieht sich auf die Hauptmenükategorie (für Anzeige von aktivem
|
* ScrollingJQueryGallery is distributed in the hope that it will be
|
||||||
// Link notwendig)
|
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
$kategorie = ($bilder_kat = 1);
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
// bezieht sich auf die Submenükategorie (für Anzeige von aktivem Link
|
*
|
||||||
// notwendig)
|
* You should have received a copy of the GNU General Public License
|
||||||
$nav_auswahl = ($bilder_kat_sub = 1);
|
* along with ScrollingJQueryGallery. If not, see
|
||||||
|
* <http://www.gnu.org/licenses/>.
|
||||||
// bezieht sich auf das Auswahlmenü
|
*
|
||||||
$aquarelle = ($menu = 14);
|
* Version: $Id$
|
||||||
?>
|
*/
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN http://www.w3.org/TR/html4/loose.dtd">
|
// Pfad der Bilder für die jeweilige Kategorie
|
||||||
<head>
|
$allfiles = glob("./bilder/*.jpg");
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
// Name des Menüpunktes
|
||||||
<title>Bilderframework</title>
|
$menupunkt = "Wallpaper";
|
||||||
<link rel="stylesheet" type="text/css" href="css/main.css">
|
|
||||||
<style type="text/css" media="./css/main.css"></style>
|
// greift auf die Funktionen der ausgelagerten Datei um die Thumbnails
|
||||||
<link rel="stylesheet" href="./css/format.css" type="text/css" />
|
// einzulesen
|
||||||
<link rel="stylesheet" href="./css/jquery.lightbox-0.4.css" type="text/css" />
|
include ("./funktionen/thumbnail.php");
|
||||||
<script src="./scripts/jquery.js" type="text/javascript" ></script>
|
|
||||||
<script src="./scripts/jquery.lightbox.js" type="text/javascript" ></script>
|
// bezieht sich auf die Hauptmenükategorie (für Anzeige von aktivem
|
||||||
<script src="./scripts/ourhandlers.js" type="text/javascript" ></script>
|
// Link notwendig)
|
||||||
<style type="text/css">
|
$kategorie = ($bilder_kat = 1);
|
||||||
<?php
|
|
||||||
printf("#scrollable { width:%dpx; }", $thumbwidthsum);
|
// bezieht sich auf die Submenükategorie (für Anzeige von aktivem Link
|
||||||
?>
|
// notwendig)
|
||||||
a {
|
$nav_auswahl = ($bilder_kat_sub = 1);
|
||||||
font-size: 9px;
|
|
||||||
}
|
// bezieht sich auf das Auswahlmenü
|
||||||
a:link {
|
$aquarelle = ($menu = 14);
|
||||||
text-decoration: none;
|
?>
|
||||||
}
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN http://www.w3.org/TR/html4/loose.dtd">
|
||||||
a:visited {
|
<head>
|
||||||
text-decoration: none;
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
}
|
<title>Bilderframework</title>
|
||||||
a:hover {
|
<link rel="stylesheet" type="text/css" href="css/main.css">
|
||||||
text-decoration: none;
|
<style type="text/css" media="./css/main.css"></style>
|
||||||
}
|
<link rel="stylesheet" href="./css/format.css" type="text/css" />
|
||||||
a:active {
|
<link rel="stylesheet" href="./css/jquery.lightbox-0.4.css" type="text/css" />
|
||||||
text-decoration: none;
|
<script src="./scripts/jquery.js" type="text/javascript" ></script>
|
||||||
}
|
<script src="./scripts/jquery.lightbox.js" type="text/javascript" ></script>
|
||||||
</style>
|
<script src="./scripts/ourhandlers.js" type="text/javascript" ></script>
|
||||||
</head>
|
<style type="text/css">
|
||||||
<body>
|
<?php
|
||||||
<!-- container -->
|
printf("#scrollable { width:%dpx; }", $thumbwidthsum);
|
||||||
<div id="container">
|
?>
|
||||||
<div id="content">
|
a {
|
||||||
|
font-size: 9px;
|
||||||
<div id="menu"><? include ("menu/menu.php"); ?></div>
|
}
|
||||||
|
a:link {
|
||||||
<div id="content_container">
|
text-decoration: none;
|
||||||
|
}
|
||||||
<div id="slider">
|
a:visited {
|
||||||
<div id="arrleft"><img src="css/grafiken/aro-lft.png" alt="nach links" width="10" height="65" /></div>
|
text-decoration: none;
|
||||||
<div id="imgscroller"><div id="scrollable">
|
}
|
||||||
<?php
|
a:hover {
|
||||||
include ("./funktionen/thumbnail_show.php"); // zeigt die eingelesenen Thumnails an
|
text-decoration: none;
|
||||||
?></div>
|
}
|
||||||
</div>
|
a:active {
|
||||||
|
text-decoration: none;
|
||||||
<div id="arrright">
|
}
|
||||||
<img src="css/grafiken/aro-rt.png" alt="nach rechts" width="10" height="65" />
|
</style>
|
||||||
</div>
|
</head>
|
||||||
|
<body>
|
||||||
</div>
|
<!-- container -->
|
||||||
<div id="sub_menu"><? include ("submenu.php"); // bindet das Submenü mit definiertem Links ein.?></div>
|
<div id="container">
|
||||||
</div>
|
<div id="content">
|
||||||
|
<div id="menu"><? include ("menu/menu.php"); ?></div>
|
||||||
<div id="content_sub">
|
<div id="content_container">
|
||||||
<div id="content_main">
|
<div id="slider">
|
||||||
<div class="bildposition">
|
<div id="arrleft"><img src="css/grafiken/aro-lft.png" alt="nach links" width="10" height="65" /></div>
|
||||||
<?php
|
<div id="imgscroller"><div id="scrollable"><?php
|
||||||
include ("./funktionen/show_pictures.php"); // bindet die Bilder in den Hauptbereich ein
|
// zeigt die eingelesenen Thumnails an
|
||||||
?></div>
|
include("./funktionen/thumbnail_show.php");
|
||||||
</div>
|
?></div></div>
|
||||||
|
<div id="arrright"><img src="css/grafiken/aro-rt.png" alt="nach rechts" width="10" height="65" /></div>
|
||||||
<div id="content_nav">
|
</div>
|
||||||
<img id="backbtn" src="css/grafiken/back.jpg" alt="back" class="back" width="10" height="10" top="0"><img id="fwdbtn" src="css/grafiken/next.jpg" alt="next" class="next" width="10" height="10" top="0">
|
<div id="sub_menu"><?php
|
||||||
</div>
|
// bindet das Submenü mit definiertem Links ein.
|
||||||
|
include("submenu.php");
|
||||||
<div class="imgdescription" id="imagedescription">
|
?></div>
|
||||||
<?php
|
</div>
|
||||||
include ("funktionen/description.php"); // liest die Bildbeschreibung für das jeweilige Bild (wenn definiert)
|
<div id="content_sub">
|
||||||
?>
|
<div id="content_main">
|
||||||
</div>
|
<div class="bildposition"><?php
|
||||||
</div>
|
// bindet die Bilder in den Hauptbereich ein
|
||||||
</div>
|
include ("./funktionen/show_pictures.php");
|
||||||
</div>
|
?></div>
|
||||||
<!-- /container -->
|
</div>
|
||||||
</body>
|
<div id="content_nav">
|
||||||
|
<img id="backbtn" src="css/grafiken/back.jpg" alt="back" class="back" width="10" height="10" top="0"><img id="fwdbtn" src="css/grafiken/next.jpg" alt="next" class="next" width="10" height="10" top="0">
|
||||||
|
</div>
|
||||||
|
<div class="imgdescription" id="imagedescription"><?php
|
||||||
|
// liest die Bildbeschreibung für das jeweilige Bild (wenn definiert)
|
||||||
|
include ("funktionen/description.php");
|
||||||
|
?></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- /container -->
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -1,4 +1,31 @@
|
||||||
<!--
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2007, 2008 Jan Dittberner <jan@dittberner.info>
|
||||||
|
* Jan Dittberner IT-Consulting & -Solutions
|
||||||
|
* Cottbuser Str. 1, D-01129 Dresden
|
||||||
|
*
|
||||||
|
* Copyright (c) 2008 Jeremias Arnstadt <douth024@googlemail.com>
|
||||||
|
*
|
||||||
|
* This file is part of the ScrollingJQueryGallery component of the
|
||||||
|
* gnuviech-server.de Websitetools
|
||||||
|
*
|
||||||
|
* ScrollingJQueryGallery is free software: you can redistribute it
|
||||||
|
* and/or modify it under the terms of the GNU General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* ScrollingJQueryGallery is distributed in the hope that it will be
|
||||||
|
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with ScrollingJQueryGallery. If not, see
|
||||||
|
* <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* Version: $Id$
|
||||||
|
*/
|
||||||
|
/*
|
||||||
$verzeichnis = realpath($_SERVER['DOCUMENT_ROOT'] . "/bild_framework/");
|
$verzeichnis = realpath($_SERVER['DOCUMENT_ROOT'] . "/bild_framework/");
|
||||||
echo "<ol>";
|
echo "<ol>";
|
||||||
|
|
||||||
|
@ -18,4 +45,4 @@ if ( $handle = opendir ($verzeichnis))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
echo "</ol>";
|
echo "</ol>";
|
||||||
-->
|
*/
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
* Copyright (c) 2007, 2008 Jan Dittberner <jan@dittberner.info>
|
* Copyright (c) 2007, 2008 Jan Dittberner <jan@dittberner.info>
|
||||||
* Jan Dittberner IT-Consulting & -Solutions
|
* Jan Dittberner IT-Consulting & -Solutions
|
||||||
* Cottbuser Str. 1, D-01129 Dresden
|
* Cottbuser Str. 1, D-01129 Dresden
|
||||||
* All rights reserved.
|
|
||||||
*
|
*
|
||||||
* This file is part of the ScrollingJQueryGallery component of the
|
* This file is part of the ScrollingJQueryGallery component of the
|
||||||
* gnuviech-server.de Websitetools
|
* gnuviech-server.de Websitetools
|
||||||
|
|
27
submenu.php
|
@ -0,0 +1,27 @@
|
||||||
|
<?php
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2008 Jan Dittberner <jan@dittberner.info>
|
||||||
|
* Jan Dittberner IT-Consulting & -Solutions
|
||||||
|
* Cottbuser Str. 1, D-01129 Dresden
|
||||||
|
*
|
||||||
|
* Copyright (c) 2008 Jeremias Arnstadt <douth024@googlemail.com>
|
||||||
|
*
|
||||||
|
* This file is part of the ScrollingJQueryGallery component of the
|
||||||
|
* gnuviech-server.de Websitetools
|
||||||
|
*
|
||||||
|
* ScrollingJQueryGallery is free software: you can redistribute it
|
||||||
|
* and/or modify it under the terms of the GNU General Public License as
|
||||||
|
* published by the Free Software Foundation, either version 3 of the
|
||||||
|
* License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* ScrollingJQueryGallery is distributed in the hope that it will be
|
||||||
|
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
* General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with ScrollingJQueryGallery. If not, see
|
||||||
|
* <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* Version: $Id$
|
||||||
|
*/
|