| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
|---|
| 2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|---|
| 3 | <html xmlns="http://www.w3.org/1999/xhtml" |
|---|
| 4 | xml:lang="en" lang="en" > |
|---|
| 5 | |
|---|
| 6 | <head> |
|---|
| 7 | <title>TITLE</title> |
|---|
| 8 | <link rel="stylesheet" type="text/css" href="/tube/css/general.css" /> |
|---|
| 9 | </head> |
|---|
| 10 | |
|---|
| 11 | <body> |
|---|
| 12 | |
|---|
| 13 | <div id="main"> |
|---|
| 14 | <h1><a href="/cms">GeoGebra<span></span></a></h1> |
|---|
| 15 | |
|---|
| 16 | <?php require_once('navigation.php') /* path should point to the GeoGebra.org root dir ?> |
|---|
| 17 | |
|---|
| 18 | <ul class="menu" id="submenu"> |
|---|
| 19 | <!-- Submenu entries here --> |
|---|
| 20 | <!-- example: |
|---|
| 21 | <li><a href="URL">Test</a></li> |
|---|
| 22 | --> |
|---|
| 23 | </ul> |
|---|
| 24 | |
|---|
| 25 | <div id="content"> |
|---|
| 26 | |
|---|
| 27 | <!-- use <h2> and upwards for headings, all styles included in general.css --> |
|---|
| 28 | |
|---|
| 29 | </div> |
|---|
| 30 | </div> |
|---|
| 31 | |
|---|
| 32 | <div id="footer"> |
|---|
| 33 | <!-- Copyright information etc --> |
|---|
| 34 | </div> |
|---|
| 35 | |
|---|
| 36 | </body> |
|---|
| 37 | </html> |
|---|