Initial commit: Backup der Webseiten

- zoesch.de
- blitzkiste.net
- gruene-hassberge (norbert.zoesch.de)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Felix Zösch
2025-12-13 01:17:15 +01:00
commit 07c290a453
4607 changed files with 1202735 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program 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 |
// | |
// | This program 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 this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
// Recursive call
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

View File

@@ -0,0 +1,8 @@
<div id="cat_group_info">
<h2>{'Informations'|@translate}</h2>
<p><a href="{$IMG.link}" class="thumblnk"><img src="{$IMG.src}"></a></p>
<p>{'Hello,'|@translate}</p>
<p>{'Discover album:'|@translate} <a href="{$LINK}">{$CAT_NAME}</a></p>
<p>{$CPL_CONTENT}</p>
<p>{'See you soon.'|@translate}</p>
</div>

View File

@@ -0,0 +1,23 @@
{* <!-- end $CONTENT --> *}
</td></tr>
<tr><td id="footer">
{* <!-- begin FOOTER --> *}
{* <!-- Please, do not remove this copyright. If you really want to,
contact us on http://piwigo.org to find a solution on how
to show the origin of the script... --> *}
{'Sent by'|translate} <a href="{$GALLERY_URL}">{$GALLERY_TITLE}</a>
- {'Powered by'|translate} <a href="{$PHPWG_URL}" class="Piwigo">Piwigo</a>
{if not empty($VERSION)}{$VERSION}{/if}
- {'Contact'|translate}
<a href="mailto:{$CONTACT_MAIL}?subject={'A comment on your site'|translate|escape:url}">{'Webmaster'|@translate}</a>
{* <!-- end FOOTER --> *}
</td></tr>
</table>
</td></tr>
</table>
</body>
</html>

View File

@@ -0,0 +1,103 @@
/* page */
body {
font-family:"Verdana", "Helvetica", "Optima", sans-serif;
font-size:12px;
margin:0px;
padding:0px;
}
html, body, #bodyTable {
width:100%;
height:100%;
}
/* main block */
#header {
padding:20px;
}
#header #title {
font-size:26px;
font-weight:bold;
}
#header #subtitle {
font-size:20px;
}
#content {
padding:0 20px 20px 20px;
font-family:"Verdana", "Helvetica", "Optima", sans-serif;
font-size:13px;
}
#footer {
font-size:10px;
padding:5px;
}
#topSpacer {
margin-bottom:20px;
}
/* images */
img {
border:none;
}
h1, h2, h3, h4, h5 {
margin:0.5em 0 0.25em 0;
}
h1 { font-size:26px; }
h2 { font-size:20px; }
h3 { font-size:16px; }
h4 { font-size:12px; }
h5 { font-size:10px; }
/* paragraphs */
p {
margin:0.25em 0 0.5em 0;
}
blockquote {
margin-left:10px;
padding-left:10px;
font-family:"Times",serif;
font-size:14px;
}
/* list */
ul, ol {
margin:0.5em 0 0.25em 30px;
padding:0;
}
dl {
margin:0.5em 0 0.25em 10px;
}
dt {
margin:0.25em 0 0 0;
font-weight:bold;
}
dd {
margin:0 0 0.25em 10px;
}
/* tables */
#content table {
width:100%;
border-spacing:0;
border-collapse:collapse;
}
#content table td {
padding:2px 3px;
}
#content table th {
font-weight:bold;
text-align:center;
padding:4px 0;
}
#content table tfoot td {
font-size:0.8em;
}
/* line */
hr {
border-width:0 0 1px 0;
border-color:#ddd;
border-style:solid;
margin:1em;
}

View File

@@ -0,0 +1,29 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="{$lang_info.code}" dir="{$lang_info.direction}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={$CONTENT_ENCODING}"/>
<title>Piwigo Mail</title>
<style type="text/css">
{if isset($GLOBAL_MAIL_CSS)}{$GLOBAL_MAIL_CSS}{/if}
{if isset($MAIL_CSS)}{$MAIL_CSS}{/if}
</style>
</head>
<body>
<table id="bodyTable" cellspacing="0" cellpadding="10" border="0">
<tr><td align="center" valign="top">
<table id="contentTable" cellspacing="0" cellpadding="0" border="0">
<tr><td id="header">
{* <!-- begin HEADER --> *}
<div id="title">{$MAIL_TITLE}</div>
{if not empty($MAIL_SUBTITLE)}<div id="subtitle">{$MAIL_SUBTITLE}</div>{/if}
{* <!-- end HEADER --> *}
</td></tr>
<tr><td id="content">
{* <!-- use an invisible div with a bottom margin to force the browser
to merge the margin with the element bellow (typically h1/h2/...) --> *}
<div id="topSpacer"></div>
{* <!-- begin CONTENT --> *}

View File

@@ -0,0 +1,30 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program 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 |
// | |
// | This program 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 this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
// Recursive call
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>

View File

@@ -0,0 +1,71 @@
/* page */
body {
color:#111;
}
html, body, #bodyTable {
background:#fff;
}
#contentTable {
width:600px;
}
/* main block */
#header {
background:#eee;
background-image:radial-gradient(ellipse at center, #fefefe, #e5e5e5);
border-top:4px solid #f70;
text-align:center;
text-shadow:1px 1px 0px #fff;
}
#header #subtitle {
color:#e06900;
}
#content {
background:#fefefe;
border-width:1px;
border-style:solid;
border-color:#ddd #eee;
box-shadow:inset 0 0 20px #eee;
}
#footer {
background:#eee;
border-bottom:2px solid #f70;
}
/* links */
a {
color:#f70;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
/* images */
img.photo {
border:10px solid #ddd;
}
img.photo:hover {
border-color:#eee;
}
/* paragraphs */
blockquote {
border-left:2px solid #aaa;
border-radius:2px;
}
/* tables */
#content table td {
border-bottom:1px solid #efefef;
}
#content table th {
background:#aaa;
color:#fff;
border-right:1px solid #ddd;
}
#content table tfoot td {
background:#eee;
border-right:1px solid #fff;
}

View File

@@ -0,0 +1,85 @@
/* page */
body {
color:#fff;
}
html, body, #bodyTable {
background:#111;
}
#contentTable {
width:600px;
}
/* main block */
#header {
background:#444;
background-image:radial-gradient(ellipse at center, #555, #333);
border:1px solid #000;
border-top:4px solid #f36;
text-align:center;
text-shadow:1px 1px 0px #000;
}
#header #title {
color:#eee;
}
#header #subtitle {
color:#C9224C;
}
#content {
background:#111;
border-width:1px;
border-style:solid;
border-color:#666 #000;
box-shadow:inset 0 0 20px #333;
}
#footer {
background:#333;
border:1px solid #000;
border-bottom:2px solid #f36;
}
/* links */
a {
color:#f36;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
/* images */
img.photo {
border:10px solid #666;
}
img.photo:hover {
border-color:#999;
}
h1, h2, h3, h4, h5 {
color:#bbb;
}
/* paragraphs */
blockquote {
border-left:2px solid #aaa;
border-radius:2px;
}
/* tables */
#content table td {
border-bottom:1px solid #999;
}
#content table th {
background:#666;
border-right:1px solid #aaa;
}
#content table tfoot td {
background:#444;
color:#aaa;
border-right:1px solid #aaa;
}
/* line */
hr {
border-color:#555;
}

View File

@@ -0,0 +1,9 @@
{$CONTENT}
{if isset($TECHNICAL)}
<p style="padding-top:10px;font-size:11px;">
{'Connected user: %s'|translate:$TECHNICAL.username}<br>
{'IP: %s'|translate:$TECHNICAL.ip}<br>
{'Browser: %s'|translate:$TECHNICAL.user_agent}
</p>
{/if}

View File

@@ -0,0 +1,56 @@
<div id="nbm_message">
<h2>{'Notification'|@translate}</h2>
<p>{'Hello'|@translate} {$USERNAME},</p>
{if isset($subscribe_by_admin)}
<p>{'The webmaster has subscribed you to receiving notifications by mail.'|@translate}</p>
{/if}
{if isset($subscribe_by_himself)}
<p>{'You have subscribed to receiving notifications by mail.'|@translate}</p>
{/if}
{if isset($unsubscribe_by_admin)}
<p>{'The webmaster has unsubscribed you from receiving notifications by mail.'|@translate}</p>
{/if}
{if isset($unsubscribe_by_himself)}
<p>{'You have unsubscribed from receiving notifications by mail.'|@translate}</p>
{/if}
{if isset($content_new_elements_single)}
<p>{'New photos were added'|@translate} {'on'|@translate} {$content_new_elements_single.DATE_SINGLE}.</p>
{/if}
{if isset($content_new_elements_between)}
<p>{'New photos were added'|@translate} {'between'|@translate} {$content_new_elements_between.DATE_BETWEEN_1} {'and'|@translate} {$content_new_elements_between.DATE_BETWEEN_2}.</p>
{/if}
{if not empty($global_new_lines)}
<ul id="nbm_new_line">
{foreach from=$global_new_lines item=line}
<li>{$line}</li>
{/foreach}
</ul>
{/if}
{if not empty($custom_mail_content)}
<p>{$custom_mail_content}</p>
{/if}
{if not empty($GOTO_GALLERY_TITLE)}
<p>{'Go to'|@translate} <a href="{$GOTO_GALLERY_URL}">{$GOTO_GALLERY_TITLE}</a>.</p>
{/if}
<p>{'See you soon,'|@translate}</p>
<p style="text-align:center">{$SEND_AS_NAME}</p>
<hr>
<p>
{'To unsubscribe'|@translate}{', click on'|@translate} <a href="{$UNSUBSCRIBE_LINK}">{$UNSUBSCRIBE_LINK}</a><br>
{'To subscribe'|@translate}{', click on'|@translate} <a href="{$SUBSCRIBE_LINK}">{$SUBSCRIBE_LINK}</a><br>
{'If you encounter problems or have any question, please send a message to'|@translate} <a href="mailto:{$CONTACT_EMAIL}?subject={'[NBM] Problems or questions'|@translate}">{$CONTACT_EMAIL}</a><br>
</p>
<hr>
{if not empty($recent_posts)}
</div>
<div id="nbm_recent_post">
{foreach from=$recent_posts item=recent_post }
<h2>{$recent_post.TITLE}</h2>
{$recent_post.HTML_DATA}
{/foreach}
{/if}
</div>

View File

@@ -0,0 +1,30 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program 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 |
// | |
// | This program 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 this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
// Recursive call
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>

View File

@@ -0,0 +1,8 @@
{'Hello,'|@translate}
{'Discover album:'|@translate} {$CAT_NAME}
{$LINK}
{$CPL_CONTENT}
{'See you soon.'|@translate}

View File

@@ -0,0 +1,7 @@
{literal}
{/literal}
----
{'Sent by'|@translate} "{$GALLERY_TITLE}" {$GALLERY_URL}
{'Powered by'|@translate} "Piwigo{if not empty($VERSION)} {$VERSION}{/if}" {$PHPWG_URL}
{'Contact'|@translate}: {$CONTACT_MAIL}

View File

@@ -0,0 +1,6 @@
{$MAIL_TITLE}
{if not empty($MAIL_SUBTITLE)}{$MAIL_SUBTITLE}
{/if}
----
{literal}
{/literal}

View File

@@ -0,0 +1,30 @@
<?php
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
// | Copyright(C) 2008-2016 Piwigo Team http://piwigo.org |
// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program 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 |
// | |
// | This program 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 this program; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
// | USA. |
// +-----------------------------------------------------------------------+
// Recursive call
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>

View File

@@ -0,0 +1,8 @@
{$CONTENT}
{if isset($TECHNICAL)}
-----------------------------
{'Connected user: %s'|translate:$TECHNICAL.username}
{'IP: %s'|translate:$TECHNICAL.ip}
{'Browser: %s'|translate:$TECHNICAL.user_agent}
{/if}

View File

@@ -0,0 +1,41 @@
{'Hello'|@translate} {$USERNAME},
{if isset($subscribe_by_admin)}
{'The webmaster has subscribed you to receiving notifications by mail.'|@translate}
{/if}
{if isset($subscribe_by_himself)}
{'You have subscribed to receiving notifications by mail.'|@translate}
{/if}
{if isset($unsubscribe_by_admin)}
{'The webmaster has unsubscribed you from receiving notifications by mail.'|@translate}
{/if}
{if isset($unsubscribe_by_himself)}
{'You have unsubscribed from receiving notifications by mail.'|@translate}
{/if}
{if isset($content_new_elements_single)}
{'New photos were added'|@translate} {'on'|@translate} {$content_new_elements_single.DATE_SINGLE}.
{/if}
{if isset($content_new_elements_between)}
{'New photos were added'|@translate} {'between'|@translate} {$content_new_elements_between.DATE_BETWEEN_1} {'and'|@translate} {$content_new_elements_between.DATE_BETWEEN_2}.
{/if}
{if not empty($global_new_lines)}
{foreach from=$global_new_lines item=line}
o {$line}
{/foreach}
{/if}
{if not empty($custom_mail_content)}
{$custom_mail_content}
{/if}
{if not empty($GOTO_GALLERY_TITLE)}
.{$GOTO_GALLERY_TITLE} {$GOTO_GALLERY_URL} .
{/if}
{'See you soon,'|@translate}
{$SEND_AS_NAME}
______________________________________________________________________________
{'To unsubscribe'|@translate}{', click on'|@translate} {$UNSUBSCRIBE_LINK}
{'To subscribe'|@translate}{', click on'|@translate} {$SUBSCRIBE_LINK}
{'If you encounter problems or have any question, please send a message to'|@translate} {$CONTACT_EMAIL}
______________________________________________________________________________