1
0

Updated tableless design and added new search function.

This commit is contained in:
Stefan Frech
2008-06-01 19:29:18 +00:00
committed by Jonas Kattendick
parent 1aedf85d34
commit 2ea7cfb866
8 changed files with 88 additions and 15 deletions

View File

@@ -129,7 +129,6 @@ function check_date_format () {
<li><a href="./export.php">Export</a></li>
<li><a href="./sidebar.php">View as Sidebar</a></li>
<li><a href="./settings.php">Settings</a></li>
<li><a href="javascript:chpw()">Change Password</a></li>
<li><a href="./index.php?logout=1">Logout</a></li>
</ul>
<!-- Menu ends here. -->
@@ -140,7 +139,7 @@ function check_date_format () {
<table>
<tr>
<td>
<td valign="top">
<form action="<?php echo $_SERVER['SCRIPT_NAME']; ?>" method="POST">
<table>
<tr>
@@ -287,7 +286,13 @@ function check_date_format () {
</form>
</td>
<td style="width: 40%;">
<td valign="top" style="width: 40%;">
<p>
<b><a href="javascript:chpw()">Change Password</a></b>
</p>
<hr>
<?php
if (isset($_SERVER['HTTPS'])) {
$scheme = 'https://';