implemented impressum
fixed jumping window
This commit is contained in:
parent
b3b0baee30
commit
2220e3e848
@ -15,6 +15,8 @@ class default_list extends \SYSTEM\PAGE\Page {
|
|||||||
return '%surveillance%';
|
return '%surveillance%';
|
||||||
case 3:
|
case 3:
|
||||||
return '%verteilung%';
|
return '%verteilung%';
|
||||||
|
case 4:
|
||||||
|
return '%korruption%';
|
||||||
default:
|
default:
|
||||||
return 'filter fail';}
|
return 'filter fail';}
|
||||||
|
|
||||||
|
|||||||
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
<div style="float: right; text-align: left;">
|
<div style="float: right; text-align: left;">
|
||||||
<a href="http://www.mojotrollz.eu/web/Neopolimatrix">Blog</a>
|
<a href="http://www.mojotrollz.eu/web/Neopolimatrix">Blog</a>
|
||||||
<a href="#contentframe" id="btn_impressum">Impressum</a>
|
<a href="#" id="btn_impressum">Impressum</a>
|
||||||
</div>
|
</div>
|
||||||
<div style="clear: both;"></div>
|
<div style="clear: both;"></div>
|
||||||
<div class="tabbable" style="margin-bottom: 20px;">
|
<div class="tabbable" style="margin-bottom: 20px;">
|
||||||
@ -22,7 +22,8 @@
|
|||||||
<li><p style="padding-top: 10px; font-size: 13pt; margin-right: 30px; margin-left: 7px;">Nach Themen</p></li>
|
<li><p style="padding-top: 10px; font-size: 13pt; margin-right: 30px; margin-left: 7px;">Nach Themen</p></li>
|
||||||
<li class="active"><a href="#" filter="1">Neu</a></li>
|
<li class="active"><a href="#" filter="1">Neu</a></li>
|
||||||
<li><a href="#" filter="2">Überwachung</a></li>
|
<li><a href="#" filter="2">Überwachung</a></li>
|
||||||
<li><a href="#" filter="3">Verteilung</a></li>
|
<li><a href="#" filter="3">Ungleicheit</a></li>
|
||||||
|
<li><a href="#" filter="4">Korruption</a></li>
|
||||||
<button style="float: right; margin-top: 7px; margin-right: 7px; padding: 2px;"class="btn btn-info" id="nav_search_btn">los geht's!</button>
|
<button style="float: right; margin-top: 7px; margin-right: 7px; padding: 2px;"class="btn btn-info" id="nav_search_btn">los geht's!</button>
|
||||||
<input style="float: right; margin-top: 7px; margin-right: 7px;" type="text" id="nav_search" placeholder="Suchbegriff eingeben">
|
<input style="float: right; margin-top: 7px; margin-right: 7px;" type="text" id="nav_search" placeholder="Suchbegriff eingeben">
|
||||||
|
|
||||||
|
|||||||
@ -1,12 +1,11 @@
|
|||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
tabs();
|
tabs();
|
||||||
search();
|
impressum();
|
||||||
load_list(1);
|
load_list(1);
|
||||||
});
|
});
|
||||||
|
|
||||||
function search(){
|
function impressum(){
|
||||||
$("#btn_impressum").click(function(){
|
$("#btn_impressum").click(function(){
|
||||||
alert('abc');
|
|
||||||
$('#contentframe').load('./?page=impressum', function(){
|
$('#contentframe').load('./?page=impressum', function(){
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user