|
Revision 9, 1.9 kB
(checked in by sven, 3 years ago)
|
snapshot of elgg 0.2
|
| Line | |
|---|
| 1 |
<?php |
|---|
| 2 |
|
|---|
| 3 |
require("includes.php"); |
|---|
| 4 |
if (logged_on) { |
|---|
| 5 |
header("Location: " . url . "index2.php"); |
|---|
| 6 |
exit(); |
|---|
| 7 |
} |
|---|
| 8 |
|
|---|
| 9 |
?> |
|---|
| 10 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|---|
| 11 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
|---|
| 12 |
<head> |
|---|
| 13 |
<title>ELGG</title> |
|---|
| 14 |
<link href="main.css" rel="stylesheet" type="text/css"> |
|---|
| 15 |
</HEAD> |
|---|
| 16 |
<BODY bgColor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> |
|---|
| 17 |
<!-- top search and menu options --> |
|---|
| 18 |
<table border="0" cellspacing="0" cellpadding="0" width="100%"> |
|---|
| 19 |
<tr> |
|---|
| 20 |
<td width="23" class="leftSpace"> |
|---|
| 21 |
|
|---|
| 22 |
</td> |
|---|
| 23 |
<td width="190" class="search"> |
|---|
| 24 |
<form style="margin: 0px; padding: 0px" name="searchform" action="/search/all.php"> |
|---|
| 25 |
<script language="JavaScript" type="text/javascript"> |
|---|
| 26 |
<!-- |
|---|
| 27 |
function submitthis() |
|---|
| 28 |
{ |
|---|
| 29 |
document.searchform.submit() ; |
|---|
| 30 |
} |
|---|
| 31 |
--> |
|---|
| 32 |
</script> |
|---|
| 33 |
<p> <input name="tag" type="text" value="" size="14"> <a href="javascript:submitthis()" style="text-decoration: none"><< search</a> </p> |
|---|
| 34 |
</form> |
|---|
| 35 |
</td> |
|---|
| 36 |
<td align="right"> |
|---|
| 37 |
<div class="topLinks"> |
|---|
| 38 |
<a href="index.php">home</a> | |
|---|
| 39 |
<a href="about.php">about</a> | |
|---|
| 40 |
<a href="http://elgg.net/news/weblog/">news</a> | |
|---|
| 41 |
<a href="feedback.php">feedback</a> | |
|---|
| 42 |
<a href="jobs.php">jobs</a> | |
|---|
| 43 |
<a href="tutorials.php">tutorials</a> | |
|---|
| 44 |
<a href="contact.php">contact</a> |
|---|
| 45 |
</div> |
|---|
| 46 |
</td> |
|---|
| 47 |
</tr> |
|---|
| 48 |
</table> |
|---|
| 49 |
<!-- elgg banner and logo --> |
|---|
| 50 |
<table border="0" cellspacing="0" cellpadding="0" width="100%" class="bannerSpace"> |
|---|
| 51 |
<tr> |
|---|
| 52 |
<td width="23" class="leftSpace"> |
|---|
| 53 |
|
|---|
| 54 |
</td> |
|---|
| 55 |
<td width="190" align="center" class="rightBorder"> |
|---|
| 56 |
|
|---|
| 57 |
</td> |
|---|
| 58 |
<td> |
|---|
| 59 |
|
|---|
| 60 |
</td> |
|---|
| 61 |
</tr> |
|---|
| 62 |
</table> |
|---|