| 1 | <!DOCTYPE html> |
|---|
| 2 | <html lang="en"> |
|---|
| 3 | <head> |
|---|
| 4 | <title>New Future University ALPHA</title> |
|---|
| 5 | <meta http-equiv="content-type" content="text/html; charset=UTF-8" > |
|---|
| 6 | <!-- CKeditor --> |
|---|
| 7 | <script src="../ckeditor_source.js"></script> |
|---|
| 8 | <style> |
|---|
| 9 | /* General style */ |
|---|
| 10 | body /* Changes the style for the whole body */ |
|---|
| 11 | { |
|---|
| 12 | position: absolute; |
|---|
| 13 | margin: 0px; /* Avoids margin in the whole page */ |
|---|
| 14 | padding: 0px; |
|---|
| 15 | border: 0px; |
|---|
| 16 | background-color: #EEE; /* Default background color, light grey */ |
|---|
| 17 | height: 100%; /* Vertically complete */ |
|---|
| 18 | width: 100%; |
|---|
| 19 | min-height: 100%; |
|---|
| 20 | color: #333; /* Letters color */ |
|---|
| 21 | } |
|---|
| 22 | </style> |
|---|
| 23 | |
|---|
| 24 | </head> |
|---|
| 25 | <body> |
|---|
| 26 | <div id="centerpaper"> |
|---|
| 27 | <h1>New Page</h1> |
|---|
| 28 | <noscript>You can only create a really basic page without javascript. We encourage you to use javascript for creating this page.</noscript> |
|---|
| 29 | <form class="wiki_form" action="http://newfutureuniversity.org//test/wiki/index.php" method="post" name="formDDC"> |
|---|
| 30 | |
|---|
| 31 | <ul style="margin-bottom:1800px;"> |
|---|
| 32 | <li> |
|---|
| 33 | <textarea class="ckeditor bigtextarea" name="introduction" >t1</textarea> |
|---|
| 34 | </li> |
|---|
| 35 | <li> |
|---|
| 36 | <textarea class="ckeditor bigtextarea" name="history">t2</textarea> |
|---|
| 37 | </li> |
|---|
| 38 | <li> |
|---|
| 39 | <textarea class="ckeditor bigtextarea" name="big">t3</textarea> |
|---|
| 40 | </li> |
|---|
| 41 | </ul> |
|---|
| 42 | <div > </div> |
|---|
| 43 | </form> |
|---|
| 44 | </div> |
|---|
| 45 | </body> |
|---|
| 46 | </html> |
|---|