Code:
Calendar._TT["PREV_YEAR"] = "Klicken, um zum vorherigen Jahr zu kommen. Klicken und gedrückt halten für eine Liste von Jahren.";Calendar._TT["PREV_MONTH"] = "Klicken, um zum vorherigen Monat zu kommen. Klicken und gedrückt halten für eine Liste von Monaten."; Calendar._TT["GO_TODAY"] = "Heutiger Tag";Calendar._TT["NEXT_MONTH"] = "Klicken, um zum nächsten Monat zu kommen. Klicken und gedrückt halten für eine Liste von Monaten.";Calendar._TT["NEXT_YEAR"] = "Klicken, um zum nächsten Jahr zu kommen. Klicken und gedrückt halten für eine Liste von Jahren.";Calendar._TT["SEL_DATE"] = "Ein Datum auswählen!";Calendar._TT["DRAG_TO_MOVE"] = "Auswählen zum Verschieben";Calendar._TT["PART_TODAY"] = " (Heute)";Calendar._TT["DAY_FIRST"] = "„%s“ zuerst anzeigen";Calendar._TT["WEEKEND"] = "0,6";Calendar._TT["CLOSE"] = "Schließen";Calendar._TT["TODAY"] = "Heute";Calendar._TT["TIME_PART"] = "(Shift-)Klick oder auswählen, um den Wert zu ändern.";Calendar._TT["DEF_DATE_FORMAT"] = "%d.%m.%Y"; Calendar._TT["TT_DATE_FORMAT"] = "%A, %B %e";Calendar._TT["WK"] = "KW";Calendar._TT["TIME"] = "Zeit:";
window.addEvent('domready', function() {
SqueezeBox.initialize({});
$$('a.modal-button').each(function(el) {
el.addEvent('click', function(e) {
new Event(e).stop();
SqueezeBox.fromElement(el);
});
});
});
function isBrowserIE() {
return navigator.appName=="Microsoft Internet Explorer";
}
function jInsertEditorText( text, editor ) {
if (isBrowserIE()) {
if (window.parent.tinyMCE) {
window.parent.tinyMCE.selectedInstance.selection.moveToBookmark(window.parent.global_ie_bookmark);
}
}
tinyMCE.execInstanceCommand(editor, 'mceInsertContent',false,text);
}
var global_ie_bookmark = false;
function IeCursorFix() {
if (isBrowserIE()) {
tinyMCE.execCommand('mceInsertContent', false, '');
global_ie_bookmark = tinyMCE.activeEditor.selection.getBookmark(false);
}
return true;
}
window.addEvent('domready', function() {
SqueezeBox.initialize({});
$$('a.modal').each(function(el) {
el.addEvent('click', function(e) {
new Event(e).stop();
SqueezeBox.fromElement(el);
});
});
});
function insertReadmore(editor) {
var content = tinyMCE.get('text').getContent();
if (content.match(/<hr\s+id=("|')system-readmore("|')\s*\/*>/i)) {
alert('Existiert bereits');
return false;
} else {
jInsertEditorText('<hr id="system-readmore" />', editor);
}
}
window.addEvent('domready', function() {Calendar.setup({
inputField : "publish_up", // id of the input field
ifFormat : "%Y-%m-%d %H:%M:%S", // format of the input field
button : "publish_up_img", // trigger for the calendar (button ID)
align : "Tl", // alignment (defaults to "Bl")
singleClick : true
});});
window.addEvent('domready', function() {Calendar.setup({
inputField : "publish_down", // id of the input field
ifFormat : "%Y-%m-%d %H:%M:%S", // format of the input field
button : "publish_down_img", // trigger for the calendar (button ID)
align : "Tl", // alignment (defaults to "Bl")
singleClick : true
});});
function keepAlive( ) { var myAjax = new Ajax( "index.php", { method: "get" } ).request();} window.addEvent("domready", function(){ keepAlive.periodical(840000 ); });
</script>
<script type="text/javascript" src="http://localhost/plugins/editors/tinymce/jscripts/tiny_mce/tiny_mce_gzip.js"></script>
<script type="text/javascript">
tinyMCE_GZ.init({
themes : "advanced",
plugins : "paste,searchreplace,insertdatetime,table,emotions,media,advhr,directionality,fullscreen,layer,style,xhtmlxtras,visualchars,nonbreaking,blockquote,advimage,advlink,autosave,contextmenu,inlinepopups,safari",
languages : "de"
});
</script> <script type="text/javascript">
tinyMCE.init({
// General
dialog_type : "modal",
directionality: "ltr",
editor_selector : "mce_editable",
language : "de",
mode : "specific_textareas",
plugins : "paste,searchreplace,insertdatetime,table,emotions,media,advhr,directionality,fullscreen,layer,style,xhtmlxtras,visualchars,nonbreaking,blockquote,advimage,advlink,autosave,contextmenu,inlinepopups,safari",
skin : "o2k7", skin_variant : "silver",
theme : "advanced",
// Cleanup/Output
inline_styles : true,
gecko_spellcheck : true,
cleanup : true,
cleanup_on_startup : true,
entity_encoding : "raw",
extended_valid_elements : "hr[id|title|alt|class|width|size|noshade|style],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name|style],a[id|class|name|href|target|title|onclick|rel|style]",
force_br_newlines : false, force_p_newlines : true, forced_root_block : 'p',
invalid_elements : "applet",
// URL
relative_urls : true,
remove_script_host : false,
document_base_url : "http://localhost/",
//Templates
template_external_list_url : "http://localhost/plugins/editors/tinymce/templates/template_list.js",
// Layout
content_css : "http://localhost/templates/system/css/editor.css",
// Advanced theme
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_source_editor_height : "550",
theme_advanced_source_editor_width : "600",
theme_advanced_statusbar_location : "bottom", theme_advanced_path : true,
theme_advanced_buttons1_add_before : "",
theme_advanced_buttons2_add_before : "search,replace,|",
theme_advanced_buttons3_add_before : "tablecontrols",
theme_advanced_buttons1_add : "fontselect,fontsizeselect",
theme_advanced_buttons2_add : "insertdate,inserttime,forecolor,backcolor,fullscreen",
theme_advanced_buttons3_add : "emotions,media,advhr,ltr,rtl",
theme_advanced_buttons4 : "cut,copy,paste,pastetext,pasteword,selectall,|,insertlayer,moveforward,movebackward,absolute,styleprops,cite,abbr,acronym,ins,del,attribs,visualchars,nonbreaking,blockquote",
plugin_insertdate_dateFormat : "%Y-%m-%d",
plugin_insertdate_timeFormat : "%H:%M:%S",
fullscreen_settings : {
theme_advanced_path_location : "top"
}
});
</script>
<link rel="stylesheet" href="/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="/templates/Zone2joomlatemplate/css/style.css" type="text/css" />
</head>
<body class="body">
<div id="stripout">
</div>
<div id="bigbox">
<div id="strip">
</div>
<div id="header">
</div>
<div id="content">
<div id="top">
<!-- Menu-->
<div id="buttonhome">
<a href="#"></a>
</div>
<div id="buttonueber">
<a href="#"></a>
</div>
<div id="buttontermine">
<a href="#"></a>
</div>
</div>
<div id="middle">
<div id="text">
<p>
<form action="index.php" method="post" name="login" id="form-login">
<div>
Hallo admin </div>
<div align="center">
<input type="submit" name="Submit" class="button" value="Abmelden" />
</div>
<input type="hidden" name="option" value="com_user" />
<input type="hidden" name="task" value="logout" />
<input type="hidden" name="return" value="L2luZGV4LnBocD92aWV3PWFydGljbGUmaWQ9NTE6aGVpbnJpY2gmdGFzaz1lZGl0JnJldD1hSFIwY0RvdkwyeHZZMkZzYUc5emRDOD0=" />
</form>
<script language="javascript" type="text/javascript">
<!--
function setgood() {
// TODO: Put setGood back
return true;
}
var sectioncategories = new Array;
sectioncategories[0] = new Array( '0','0','Nicht kategorisiert' );
sectioncategories[1] = new Array( '4','25','The Project' );
sectioncategories[2] = new Array( '4','29','The CMS' );
sectioncategories[3] = new Array( '4','30','The Community' );
sectioncategories[4] = new Array( '1','1','Latest' );
sectioncategories[5] = new Array( '1','3','Newsflash' );
sectioncategories[6] = new Array( '1','34','Zone 2 öffentliche Infomtionen' );
sectioncategories[7] = new Array( '3','31','General' );
sectioncategories[8] = new Array( '3','28','Current Users' );
sectioncategories[9] = new Array( '3','27','New to Joomla!' );
sectioncategories[10] = new Array( '3','32','Languages' );
Lesezeichen