| 1 |
<table border="0" cellspacing="0" cellpadding="0" width="100%" class="banner"> |
|---|
| 2 |
<tr> |
|---|
| 3 |
<td width="23" class="leftSpace"> |
|---|
| 4 |
|
|---|
| 5 |
</td> |
|---|
| 6 |
<td width="190" class="sideLinks" valign="top"> |
|---|
| 7 |
<table border="0" cellspacing="0" cellpadding="0" width="100%"> |
|---|
| 8 |
<tr> |
|---|
| 9 |
<td class="sideLinksContent"> |
|---|
| 10 |
<a href="run.php">Run your own Elgg</a> |
|---|
| 11 |
</td> |
|---|
| 12 |
</tr> |
|---|
| 13 |
<tr> |
|---|
| 14 |
<td class="sideLinksContent"> |
|---|
| 15 |
<a href="privacy.php">Privacy Policy</a> |
|---|
| 16 |
</td> |
|---|
| 17 |
</tr> |
|---|
| 18 |
<tr> |
|---|
| 19 |
<td class="sideLinksContent"> |
|---|
| 20 |
<a href="about.php">About</a> |
|---|
| 21 |
</td> |
|---|
| 22 |
</tr> |
|---|
| 23 |
<tr> |
|---|
| 24 |
<td class="sideLinksContent"> |
|---|
| 25 |
<a href="faq.php">FAQ</a> |
|---|
| 26 |
</td> |
|---|
| 27 |
</tr> |
|---|
| 28 |
</table> |
|---|
| 29 |
</td> |
|---|
| 30 |
<td class="underline"> |
|---|
| 31 |
|
|---|
| 32 |
</td> |
|---|
| 33 |
</tr> |
|---|
| 34 |
</table> |
|---|
| 35 |
<table border="0" cellspacing="0" cellpadding="0" width="100%" class="footer"> |
|---|
| 36 |
<tr> |
|---|
| 37 |
<td width="23" class="leftSpace"> |
|---|
| 38 |
|
|---|
| 39 |
</td> |
|---|
| 40 |
<td width="190" align="center" class="creative"> |
|---|
| 41 |
<a href="http://creativecommons.org/"><img src="creative.gif" border="1"></a> |
|---|
| 42 |
</td> |
|---|
| 43 |
<td align="right" class="login"> |
|---|
| 44 |
<form action="/_users/action_redirection.php" method="post" style="margin: 0px; padding: 2px; padding-left: 3%" id="login"> |
|---|
| 45 |
<?php |
|---|
| 46 |
global $messages; |
|---|
| 47 |
if (isset($messages) && sizeof($messages) > 0) { |
|---|
| 48 |
foreach($messages as $message) { |
|---|
| 49 |
echo "<span style=\"color: #ff0000; font-weight: bold\">" . $message . "</span><br />"; |
|---|
| 50 |
} |
|---|
| 51 |
} |
|---|
| 52 |
?> |
|---|
| 53 |
<b>Login ::</b> username <input type="text" name="username" id="username" value="" style="font-family: Verdana, arial, helv, helvetica, sans-serif; font-size: 80%" /> password <input type="password" name="password" value="" style="font-family: Verdana, arial, helv, helvetica, sans-serif; font-size: 80%" /><input type="hidden" name="action" value="log_on" /> <input type="submit" value=">>" style="font-family: Verdana, arial, helv, helvetica, sans-serif; font-size: 80%" /> |
|---|
| 54 |
</form> |
|---|
| 55 |
</td> |
|---|
| 56 |
</tr> |
|---|
| 57 |
</table> |
|---|
| 58 |
</body> |
|---|
| 59 |
</html> |
|---|