root/releases/0.1.1a/header.php

Revision 3, 1.9 kB (checked in by sven, 3 years ago)

snapshot of elgg 0.1.1a

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         &nbsp;
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>&nbsp;<input name="tag" type="text" value="" size="14">&nbsp;<a href="javascript:submitthis()" style="text-decoration: none">&lt;&lt; search</a>&nbsp;</p>
34         </form>
35      </td>
36      <td align="right">
37          <div class="topLinks">
38                 <a href="index.php">home</a>&nbsp;|&nbsp;
39                 <a href="about.php">about</a>&nbsp;|&nbsp;
40                 <a href="http://elgg.net/news/weblog/">news</a>&nbsp;|&nbsp;
41                 <a href="feedback.php">feedback</a>&nbsp;|&nbsp;
42                 <a href="jobs.php">jobs</a>&nbsp;|&nbsp;
43           <a href="tutorials.php">tutorials</a>&nbsp;|&nbsp;
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         &nbsp;
54      </td>
55      <td width="190" align="center" class="rightBorder">
56         &nbsp;
57      </td>
58      <td>
59         &nbsp;
60      </td>
61   </tr>
62 </table>
Note: See TracBrowser for help on using the browser.