index.html.bak 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html dir="ltr" lang="en" xml:lang="en">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  5. <title>Sloodle PHP Documentation</title>
  6. <style type="text/css">
  7. #content
  8. {
  9. font-family:sans-serif;
  10. font-size:14pt;
  11. }
  12. a { color:blue; text-decoration:underline; }
  13. a:visited { color:darkred; text-decoration:underline; }
  14. a:hover { color:white; text-decoration:none; background-color:#7097d1; }
  15. </style>
  16. </head>
  17. <body>
  18. <div id="content">
  19. <a href="http://www.sloodle.org/" title="Click here to go back to the Sloodle homepage"><img src="sloodle_logo.jpg" width="367" height="100" style="border:solid 1px black;"></a>
  20. <h2>Sloodle PHP Documentation</h2>
  21. <p>
  22. These pages document the Sloodle PHP code, including files, functions and classes. Please select the version you need below:
  23. </p>
  24. <ul>
  25. <li><a href="0.21" title="Click here to view the Sloodle 0.21 documentation">Sloodle 0.21</a></li>
  26. <li><a href="0.3-alpha-03" title="Click here to view the Sloodle 0.3 Alpha 03 documentation">Sloodle 0.3 Alpha 03 <i>(Preview Release)</i></a></li>
  27. <li><a href="0.3-beta-2008070702" title="Click here to view the Sloodle 0.3 Beta 2008070702 documentation">Sloodle 0.3 Beta 2008070702<b><i>(Preview Release)</i></b></a></li>
  28. </ul>
  29. </div>
  30. </body>
  31. </html>