fewo menu, jquery lib, moved pictures, anfrage gallery dummy, default_page js,
5
lib/jquery/jquery-1.9.1.min.js
vendored
Normal file
|
Before Width: | Height: | Size: 67 KiB After Width: | Height: | Size: 67 KiB |
|
Before Width: | Height: | Size: 121 KiB After Width: | Height: | Size: 121 KiB |
|
Before Width: | Height: | Size: 137 KiB After Width: | Height: | Size: 137 KiB |
|
Before Width: | Height: | Size: 111 KiB After Width: | Height: | Size: 111 KiB |
|
Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 142 KiB |
|
Before Width: | Height: | Size: 133 KiB After Width: | Height: | Size: 133 KiB |
|
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 108 KiB |
|
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 64 KiB |
|
Before Width: | Height: | Size: 295 KiB After Width: | Height: | Size: 295 KiB |
|
Before Width: | Height: | Size: 120 KiB After Width: | Height: | Size: 120 KiB |
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 92 KiB |
|
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
|
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 104 KiB |
|
Before Width: | Height: | Size: 123 KiB After Width: | Height: | Size: 123 KiB |
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
|
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 94 KiB |
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 147 KiB After Width: | Height: | Size: 147 KiB |
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
|
Before Width: | Height: | Size: 278 B After Width: | Height: | Size: 278 B |
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
@ -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','');
|
||||
6
rhein/page/default_anfrage/default_anfrage.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
class default_anfrage extends SYSTEM\PAGE\Page {
|
||||
public function html() {
|
||||
return '';
|
||||
}
|
||||
}
|
||||
6
rhein/page/default_galerie/default_galerie.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
class default_galerie extends SYSTEM\PAGE\Page {
|
||||
public function html() {
|
||||
return '';
|
||||
}
|
||||
}
|
||||
9
rhein/page/default_page/default_page.js
Normal 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'));
|
||||
});
|
||||
});
|
||||
@ -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" />';
|
||||
|
||||
@ -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&v=2&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ütte" /> <!-- TODO ${x}-->
|
||||
<meta name="date" content="2008-2-2" /> <!-- TODO ${x}-->
|
||||
<meta name="keywords" lang="de" content="Ferienwohnung, Wanderunterkunft, Pension, Zwingenberg, Bergstraß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&v=2&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ütte" /> <!-- TODO ${x}-->
|
||||
<meta name="date" content="2008-2-2" /> <!-- TODO ${x}-->
|
||||
<meta name="keywords" lang="de" content="Ferienwohnung, Wanderunterkunft, Pension, Zwingenberg, Bergstraß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'>  </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 & Anreise</a></div>
|
||||
<div class="menuitem"><a class="menulink" href="index.php?page=anreise">Lage & 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 & 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>
|
||||
|
||||
@ -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();}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
|
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 69 KiB |
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |