|
Revision 1144, 0.9 KB
(checked in by JensDiemer, 3 years ago)
|
|
* new: automatic "media path test" with JavaScript?
* cleanup the _install hash stuff
|
| Line | |
|---|
| 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> |
|---|
| 2 | <html><head> |
|---|
| 3 | <title>PyLucid CMS - Media path test html file.</title> |
|---|
| 4 | <style type="text/css"> |
|---|
| 5 | html, body { |
|---|
| 6 | padding: 30px; |
|---|
| 7 | background-color: #FFE; |
|---|
| 8 | } |
|---|
| 9 | body { |
|---|
| 10 | font-family: tahoma, arial, sans-serif; |
|---|
| 11 | color: #000000; |
|---|
| 12 | font-size: 0.9em; |
|---|
| 13 | background-color: #FFFFDB; |
|---|
| 14 | margin: 30px; |
|---|
| 15 | border: 3px solid #C9C573; |
|---|
| 16 | } |
|---|
| 17 | a, h1 { |
|---|
| 18 | color:#440; |
|---|
| 19 | } |
|---|
| 20 | div.content { |
|---|
| 21 | margin: 1em 3em 2em 2em; |
|---|
| 22 | } |
|---|
| 23 | address { |
|---|
| 24 | border-top: 1px solid #ccc; |
|---|
| 25 | padding: 0.3em; |
|---|
| 26 | } |
|---|
| 27 | </style> |
|---|
| 28 | </head><body> |
|---|
| 29 | <h1>PyLucid CMS - Media path test html file.</h1> |
|---|
| 30 | <div class="content"> |
|---|
| 31 | <p> |
|---|
| 32 | This is a static html file (<em>media_path_test.html</em>). |
|---|
| 33 | </p><p> |
|---|
| 34 | If you can see this html file, serve static files works fine ;)<br/> |
|---|
| 35 | Go back into the _install section and install PyLucid... |
|---|
| 36 | </p><p> |
|---|
| 37 | <a href="javascript:window.back()">« back</a> |
|---|
| 38 | </p> |
|---|
| 39 | </div> |
|---|
| 40 | </body></html> |
|---|