web: prepared webpage for publishing

* renamed admin directory to php because adblocker blocked ajax
* don't refresh page when pressing enter
* improved english
* added db_config for live page
This commit is contained in:
Eberhard Graether
2015-05-27 12:24:18 +02:00
parent b0a5461316
commit f8d3f14cbd
6 changed files with 48 additions and 35 deletions
+7 -7
View File
@@ -3,8 +3,8 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<?php
include("admin/head.php");
?>
include("php/head.php");
?>
<body>
<div class="row">
<div class="medium-12 columns">
@@ -22,9 +22,9 @@
if ($lan == "en")
echo(" class='selected'");
echo(">english</a>");
?>
echo(">english</a>");
?>
</div>
</div>
</div>
@@ -58,7 +58,7 @@
}
else
{
echo("Coati has been developed by master-degree students of the university of applied sciences Salzburg.");
echo("Coati has been developed by master-degree students of Salzburg University of Applied Sciences.");
}
?>
</p>
@@ -91,7 +91,7 @@
}
else
{
echo("The team of Coati is responsible for all contents of this page.");
echo("Team Coati is responsible for all contents of this page.");
}
?>
</p>