<?php require_once('minimalism.php');?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>" lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction']?>">
<head>
	<?php tpl_metaheaders();?>
	<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
	<meta http-equiv="content-language" content="en"/>
	<title><?php echo hsc($lang['mediaselect']);?></title>
	<link rel="stylesheet" media="screen" type="text/css" href="<?php echo DOKU_TPL;?>styles/minimalism.css"/>
	<link rel="stylesheet" media="screen" type="text/css" href="<?php echo DOKU_TPL;?>styles/mediamanager.css"/>
</head>
<body>
	<div id="media__manager">
		<div class="media_head">
			<?php /* keep the id! additional elements are inserted via JS here */?>
			<h1><?php echo hsc($lang['mediaselect']);?></h1>
			<div id="media__opts"></div>
		</div>
		<?php tpl_mediaContent();?>
		<?php tpl_mediaTree();?>
	</div>
</body>
</html>