sidebar.php 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. <!-- SIDEBAR CONTENT -->
  2. <?php start_side_content(); ?>
  3. <?php start_about_box('Live Demo'); ?>
  4. <p>
  5. Click below to teleport to our live demo in Second Life:
  6. </p>
  7. <p style="font-size:18pt; text-align:center;">
  8. <a href="http://slurl.com/secondlife/virtuALBA/240/29/34/" title="Launches Second Life and teleports you to our live demo">Teleport Now</a>
  9. </p>
  10. <?php end_about_box(); ?>
  11. <ul>
  12. <li>
  13. <h2>Developed by:</h2>
  14. <ul>
  15. <li class="first">
  16. Malcolm Crowe<br/>
  17. <span style="font-style:italic; font-size:80%;">(SL: Malcolm Glasgow)</span>
  18. </li>
  19. </ul>
  20. </li>
  21. <li style="font-size:80%;">
  22. <h2>Supported by:</h2>
  23. <ul>
  24. <li class="first"><a href="http://www.uws.ac.uk" title="Visit the university's website">University of the West of Scotland</a></li>
  25. <li><a href="http://www.eduserv.org.uk" title="Visit Eduserv's website">Eduserv</a></li>
  26. <li><a href="http://www.sloodle.org" title="Visit the Sloodle project website">Sloodle</a></li>
  27. </ul>
  28. </li>
  29. </ul>
  30. <?php end_side_content(); ?>
  31. <!-- END SIDEBAR CONTENT -->