Format code from krk-litvinov.cz

This commit is contained in:
2022-01-14 03:30:26 +01:00
parent ef87fd0ae6
commit 88e5499192
20 changed files with 1028 additions and 1012 deletions

View File

@@ -1,52 +1,53 @@
<?php
if($included==true){
$CMS["%by%"]="%author% ~ %date%, %time%";
$CMS["%january%"]="of January";
$CMS["%february%"]="of February";
$CMS["%march%"]="of March";
$CMS["%april%"]="of April";
$CMS["%may%"]="of May";
$CMS["%june%"]="of June";
$CMS["%july%"]="of July";
$CMS["%august%"]="of August";
$CMS["%september%"]="of September";
$CMS["%october%"]="of October";
$CMS["%november%"]="of November";
$CMS["%december%"]="of December";
$CMS["%date%"]="%d%. %m%. %y%";
$CMS["%byAuthor%"]="%author%";
$CMS["%byDate%"]="%date%, %time%";
$CMS["%longTitle%"]="%title% - %pretitle%";
$CMS["%enterpost%"]="Enter message";
$CMS["%messages:%"]="Messages:";
$CMS["%name:%"]="Name:";
$CMS["%message:%"]="Message:";
$CMS["%password:%"]="Password:";
$CMS["%red%"]="red";
$CMS["%green%"]="green";
$CMS["%blue%"]="blue";
$CMS["%yellow%"]="yellow";
$CMS["%purple%"]="purple";
$CMS["%color:%"]="Color:";
$CMS["%send%"]="Submit";
$CMS["%notrequiredpassword%"]="Not required";
$CMS["%no%"]="no";
$CMS["%yes%"]="yes";
$CMS["%areyourobot%"]="Are you robot?";
$CMS["%www:%"]="WWW:";
$CMS["%email:%"]="E-Mail:";
$CMS["%search%"]="Search";
$CMS["%req%"]="(required)";
$CMS["%gotop%"]="&#8593;Go top";
$CMS["%misspost%"]="Message is missing";
$CMS["%missname%"]="Name is missing";
$CMS["%wrongcode%"]="You have entered wrong verification code";
$CMS["%wrongmail%"]="You have entered wrong e-mail";
$CMS["%saved%"]="Message have been sent";
$CMS["%notsaved%"]="Message have not been sent";
$CMS["%showmail%"]="Show e-mail to everyone";
$CMS["%wrongwww%"]="You have entered wrong <abbr title=\"Uniform Resource Locale\">URL</abbr>";
$CMS["%sbhelp%"]=<<<EOT
if ($included == true) {
$CMS['%by%'] = '%author% ~ %date%, %time%';
$CMS['%january%'] = 'of January';
$CMS['%february%'] = 'of February';
$CMS['%march%'] = 'of March';
$CMS['%april%'] = 'of April';
$CMS['%may%'] = 'of May';
$CMS['%june%'] = 'of June';
$CMS['%july%'] = 'of July';
$CMS['%august%'] = 'of August';
$CMS['%september%'] = 'of September';
$CMS['%october%'] = 'of October';
$CMS['%november%'] = 'of November';
$CMS['%december%'] = 'of December';
$CMS['%date%'] = '%d%. %m%. %y%';
$CMS['%byAuthor%'] = '%author%';
$CMS['%byDate%'] = '%date%, %time%';
$CMS['%longTitle%'] = '%title% - %pretitle%';
$CMS['%enterpost%'] = 'Enter message';
$CMS['%messages:%'] = 'Messages:';
$CMS['%name:%'] = 'Name:';
$CMS['%message:%'] = 'Message:';
$CMS['%password:%'] = 'Password:';
$CMS['%red%'] = 'red';
$CMS['%green%'] = 'green';
$CMS['%blue%'] = 'blue';
$CMS['%yellow%'] = 'yellow';
$CMS['%purple%'] = 'purple';
$CMS['%color:%'] = 'Color:';
$CMS['%send%'] = 'Submit';
$CMS['%notrequiredpassword%'] = 'Not required';
$CMS['%no%'] = 'no';
$CMS['%yes%'] = 'yes';
$CMS['%areyourobot%'] = 'Are you robot?';
$CMS['%www:%'] = 'WWW:';
$CMS['%email:%'] = 'E-Mail:';
$CMS['%search%'] = 'Search';
$CMS['%req%'] = '(required)';
$CMS['%gotop%'] = '&#8593;Go top';
$CMS['%misspost%'] = 'Message is missing';
$CMS['%missname%'] = 'Name is missing';
$CMS['%wrongcode%'] = 'You have entered wrong verification code';
$CMS['%wrongmail%'] = 'You have entered wrong e-mail';
$CMS['%saved%'] = 'Message have been sent';
$CMS['%notsaved%'] = 'Message have not been sent';
$CMS['%showmail%'] = 'Show e-mail to everyone';
$CMS['%wrongwww%'] = 'You have entered wrong <abbr title="Uniform Resource Locale">URL</abbr>';
$CMS['%sbhelp%'] = <<<EOT
<h3>Help</h3>
<dl>
<dt><abbr title="HyperText Markup Language">HTML</abbr></dt><dd>not supported</dd>
@@ -59,10 +60,9 @@ $CMS["%sbhelp%"]=<<<EOT
<dt>[yellow]yellow text[/yellow]</dt><dd><span class="yellow">yellow text</span></dd>
</dl>
EOT;
$CMS["%searchform%"]="006883172923970328180:bfehocs55i8";
$CMS["%eustring%"]="Das Projekt wurde von dem Europäischen Fonds für Regionalentwicklung (KPF, Ziel 3 - Programm zur Förderung der grenzübergreifenden Zusammenarbeit zwischen dem Freistaat Sachsen und der Tschechischen Republik 2007-2013) unterstützt.";
}else{
header("HTTP/1.0 403 Forbidden");
header("Location: /en/error/403");
$CMS['%searchform%'] = '006883172923970328180:bfehocs55i8';
$CMS['%eustring%'] = 'Das Projekt wurde von dem Europäischen Fonds für Regionalentwicklung (KPF, Ziel 3 - Programm zur Förderung der grenzübergreifenden Zusammenarbeit zwischen dem Freistaat Sachsen und der Tschechischen Republik 2007-2013) unterstützt.';
} else {
header('HTTP/1.0 403 Forbidden');
header('Location: /en/error/403');
}
?>