fewo menu, jquery lib, moved pictures, anfrage gallery dummy, default_page js,

This commit is contained in:
Ulf Gebhardt 2014-05-19 03:12:26 +02:00
parent 7b5f6de55e
commit 04a9be54cd
43 changed files with 60 additions and 36 deletions

5
lib/jquery/jquery-1.9.1.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 67 KiB

View File

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 121 KiB

View File

Before

Width:  |  Height:  |  Size: 137 KiB

After

Width:  |  Height:  |  Size: 137 KiB

View File

Before

Width:  |  Height:  |  Size: 111 KiB

After

Width:  |  Height:  |  Size: 111 KiB

View File

Before

Width:  |  Height:  |  Size: 142 KiB

After

Width:  |  Height:  |  Size: 142 KiB

View File

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 133 KiB

View File

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 108 KiB

View File

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 64 KiB

View File

Before

Width:  |  Height:  |  Size: 295 KiB

After

Width:  |  Height:  |  Size: 295 KiB

View File

Before

Width:  |  Height:  |  Size: 120 KiB

After

Width:  |  Height:  |  Size: 120 KiB

View File

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 92 KiB

View File

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 96 KiB

View File

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 104 KiB

View File

Before

Width:  |  Height:  |  Size: 123 KiB

After

Width:  |  Height:  |  Size: 123 KiB

View File

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

View File

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

View File

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 94 KiB

View File

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

View File

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View File

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 147 KiB

View File

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View File

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View File

Before

Width:  |  Height:  |  Size: 278 B

After

Width:  |  Height:  |  Size: 278 B

View File

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -6,4 +6,7 @@
\SYSTEM\autoload::registerFolder(dirname(__FILE__).'/default_preise','');
\SYSTEM\autoload::registerFolder(dirname(__FILE__).'/default_agbs','');
\SYSTEM\autoload::registerFolder(dirname(__FILE__).'/default_impressum','');
\SYSTEM\autoload::registerFolder(dirname(__FILE__).'/default_referenzen','');
\SYSTEM\autoload::registerFolder(dirname(__FILE__).'/default_referenzen','');
\SYSTEM\autoload::registerFolder(dirname(__FILE__).'/default_anfrage','');
\SYSTEM\autoload::registerFolder(dirname(__FILE__).'/default_galerie','');
\SYSTEM\autoload::registerFolder(dirname(__FILE__).'/default_anfrage','');

View File

@ -0,0 +1,6 @@
<?php
class default_anfrage extends SYSTEM\PAGE\Page {
public function html() {
return '';
}
}

View File

@ -0,0 +1,6 @@
<?php
class default_galerie extends SYSTEM\PAGE\Page {
public function html() {
return '';
}
}

View File

@ -0,0 +1,9 @@
$(document).ready(function() {
$('#menu a').click(function(){
$('#menu a').removeClass('aktmenulink');
$('#menu div').removeClass('aktmenuitem');
$(this).addClass('aktmenulink');
$(this).parent().addClass('aktmenuitem');
$('#content').load('http://mojotrollz.eu/web/rhein/index.php?page='+$(this).attr('page'));
});
});

View File

@ -2,7 +2,8 @@
class default_page extends SYSTEM\PAGE\Page {
public static function js(){
return '';
return '<script type="text/javascript" src="'.\SYSTEM\WEBPATH(new PLIB(),'jquery/jquery-1.9.1.min.js').'"></script>'.
'<script type="text/javascript" src="'.\SYSTEM\WEBPATH(new PPAGE(),'default_page/default_page.js').'"></script>';
}
public static function css(){
return '<link rel="stylesheet" href="'.\SYSTEM\WEBPATH(new PPAGE(),'default_page/index.css').'" type="text/css" />';

View File

@ -1,18 +1,17 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!DOCTYPE>
<html>
<head>
<link rel="shortcut icon" href="images/favico.gif" /> <!-- TODO ${x}-->
<title>${rhein_other_title}</title> <!-- TODO ${x}-->
<script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAd8T2YK0lOCLFeMqrYc2O1RStBS1POjc6f-MQn8XSSGdYfsrKkhTtJNQeylV0F6_0O9FqT3xkIAJKpA" type="text/javascript"></script> <!-- TODO ${x}-->
<script src="js/googlemap.js" type="text/javascript"></script>
<meta name="author" content="Ulf Gebhardt" /> <!-- TODO ${x}-->
<meta name="description" content="Heini's H&uuml;tte" /> <!-- TODO ${x}-->
<meta name="date" content="2008-2-2" /> <!-- TODO ${x}-->
<meta name="keywords" lang="de" content="Ferienwohnung, Wanderunterkunft, Pension, Zwingenberg, Bergstra&szlig;e" /> <!-- TODO ${x}-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- TODO ${x}-->
${js}
${css}
<link rel="shortcut icon" href="images/favico.gif" /> <!-- TODO ${x}-->
<title>${rhein_other_title}</title> <!-- TODO ${x}-->
<script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAd8T2YK0lOCLFeMqrYc2O1RStBS1POjc6f-MQn8XSSGdYfsrKkhTtJNQeylV0F6_0O9FqT3xkIAJKpA" type="text/javascript"></script> <!-- TODO ${x}-->
<script src="js/googlemap.js" type="text/javascript"></script>
<meta name="author" content="Ulf Gebhardt" /> <!-- TODO ${x}-->
<meta name="description" content="Heini's H&uuml;tte" /> <!-- TODO ${x}-->
<meta name="date" content="2008-2-2" /> <!-- TODO ${x}-->
<meta name="keywords" lang="de" content="Ferienwohnung, Wanderunterkunft, Pension, Zwingenberg, Bergstra&szlig;e" /> <!-- TODO ${x}-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- TODO ${x}-->
${js}
${css}
</head>
<body>
<div id="mainbox">
@ -21,24 +20,15 @@
</div>
<div id="menu">
<div id='abovemenu'>&emsp; </div>
<div class="aktmenuitem"><a class="aktmenulink" href="index.php">Home</a></div>
<div class="menuitem"><a class="menulink" href="index.php">Home</a></div>
<div class="aktmenuitem"><a class="aktmenulink" href="index.php?page=wohnung">Wohnung</a></div>
<div class="menuitem"><a class="menulink" href="index.php?page=wohnung">Wohnung</a></div>
<div class="aktmenuitem"><a class="aktmenulink" href="index.php?page=preise">Preise</a></div>
<div class="menuitem"><a class="menulink" href="index.php?page=preise">Preise</a></div>
<div class="aktmenuitem"><a class="aktmenulink" href="index.php?page=anreise">Lage &amp; Anreise</a></div>
<div class="menuitem"><a class="menulink" href="index.php?page=anreise">Lage &amp; Anreise</a></div>
<div class="aktmenuitem"><a class="aktmenulink" href="index.php?page=anfrage">Anfrage</a></div>
<div class="menuitem"><a class="menulink" href="index.php?page=anfrage">Anfrage</a></div>
<div class="aktmenuitem"><a class="aktmenulink" href="index.php?page=galerie">Galerie</a></div>
<div class="menuitem"><a class="menulink" href="index.php?page=galerie">Galerie</a></div>
<div class="aktmenuitem"><a class="aktmenulink" href="index.php?page=referenzen">Referenzen</a></div>
<div class="menuitem"><a class="menulink" href="index.php?page=referenzen">Referenzen</a></div>
<div class="aktmenuitem"><a class="aktmenulink" href="index.php?page=impressum">Impressum</a></div>
<div class="menuitem"><a class="menulink" href="index.php?page=impressum">Impressum</a></div>
<div class="aktmenuitem"><a class="aktmenulink" href="index.php?page=agbs">AGBs</a></div>
<div class="menuitem"><a class="menulink" href="index.php?page=agbs">AGBs</a></div>
<div class="menuitem aktmenuitem"><a class="menulink aktmenulink" href="">Home</a></div>
<div class="menuitem"><a class="menulink" href="#" page="wohnung">Wohnung</a></div>
<div class="menuitem"><a class="menulink" href="#" page="preise">Preise</a></div>
<div class="menuitem"><a class="menulink" href="#" page="anreise">Lage &amp; Anreise</a></div>
<div class="menuitem"><a class="menulink" href="#" page="anfrage">Anfrage</a></div>
<div class="menuitem"><a class="menulink" href="#" page="galerie">Galerie</a></div>
<div class="menuitem"><a class="menulink" href="#" page="referenzen">Referenzen</a></div>
<div class="menuitem"><a class="menulink" href="#" page="impressum">Impressum</a></div>
<div class="menuitem"><a class="menulink" href="#" page="agbs">AGBs</a></div>
</div>
<div id="inhalt">
<div id="content">${rhein_main}</div>

View File

@ -11,8 +11,12 @@ class page_rhein extends \SYSTEM\API\api_default {
return new default_preise();}
public static function page_agbs(){
return new default_agbs();}
public static function page_impessum(){
return new default_impessum();}
public static function page_impressum(){
return new default_impressum();}
public static function page_referenzen(){
return new default_referenzen();}
public static function page_anfrage(){
return new default_anfrage();}
public static function page_galerie(){
return new default_galerie();}
}

View File

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 60 KiB

View File

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

View File

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View File

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 69 KiB

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB