M includes/index.php +17 -23
@@ 1,34 1,28 @@
<?php include 'includes/header.php'; ?>
-<h1>tomoni</h1>
+<h1>lipu li</h1>
<?php if (is_visitor($GLOBALS['User'])): ?>
<p class="is-visitor">You account is pending activation. You will be notified by email when activated.</p>
<?php endif ?>
-<table>
- <tr>
- <td class="welcome">
- <p>Tomoki is a little wiki engine. Make it your place to cultivate and grow your digital garden.</p>
- <p>
- <a href="register.php" class="link">Register</a><br>
- <a href="manual.php" class="link">Manual</a><br>
- <a href="activity.php" class="link">Explore</a>
- </p>
- </td>
- <td class="login">
- <form action="login.php" method="post">
- <?php include 'includes/csrf.php' ?>
- <label for="form-name">Email:</label>
- <input type="email" name="email" value="" class="form-control" />
+<p>Little wiki engine for big thinking!</p>
+
+<form action="login.php" method="post">
+ <?php include 'includes/csrf.php' ?>
+ <label for="form-name">Email:</label>
+ <input type="email" name="email" value="" class="form-control"/>
- <label for="form-password">Password:</label>
- <input type="password" name="password" class="form-control" required/>
+ <label for="form-password">Password:</label>
+ <input type="password" name="password" class="form-control" required/>
+
+ <p><input type="submit" value="Login"/> <a href="password-lost.php">Password lost?</a></p>
+</form>
- <p><input type="submit" value="Login"/> <a href="password-lost.php">Password lost?</a></p>
- </form>
- </td>
- </tr>
-</table>
+<p>
+ <a href="register.php" class="link">Register</a><br>
+ <a href="manual.php" class="link">Manual</a><br>
+ <a href="activity.php" class="link">Explore</a>
+</p>
<?php include 'includes/footer.php'; ?>