You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.4 KiB

14 years ago
14 years ago
14 years ago
14 years ago
  1. <?php
  2. /**
  3. * DokuWiki Media Manager Popup
  4. *
  5. * @author Andreas Gohr <andi@splitbrain.org>
  6. */
  7. ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  8. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
  10. lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="popup">
  11. <head>
  12. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  13. <title>
  14. <?php echo hsc($lang['mediaselect'])?>
  15. [<?php echo strip_tags($conf['title'])?>]
  16. </title>
  17. <?php tpl_metaheaders()?>
  18. <link rel="shortcut icon" href="<?php echo ml('favicon.ico') ?>" />
  19. </head>
  20. <body>
  21. <!--[if IE 6 ]><div id="IE6"><![endif]--><!--[if IE 7 ]><div id="IE7"><![endif]--><!--[if IE 8 ]><div id="IE8"><![endif]-->
  22. <div id="media__manager" class="dokuwiki">
  23. <?php html_msgarea() ?>
  24. <div id="mediamgr__aside"><div class="pad">
  25. <h1><?php echo hsc($lang['mediaselect'])?></h1>
  26. <?php /* keep the id! additional elements are inserted via JS here */?>
  27. <div id="media__opts"></div>
  28. <?php tpl_mediaTree() ?>
  29. </div></div>
  30. <div id="mediamgr__content"><div class="pad">
  31. <?php tpl_mediaContent() ?>
  32. </div></div>
  33. </div>
  34. <!--[if ( IE 6 | IE 7 | IE 8 ) ]></div><![endif]-->
  35. </body>
  36. </html>