示例#1
0
<section class="maps hasMenu hasFolders">
	<section class="cadre left menu">
		<?php 
echo AdminServUI::getMapsMenuList();
?>
	</section>
	
	<section class="cadre middle folders">
		<?php 
echo AdminServUI::getMapsDirectoryList($data['currentDir'], $args['directory']);
?>
	</section>
	
	<section class="cadre right matchset">
		<h1><?php 
echo Utils::t('MatchSettings');
?>
</h1>
		<div class="title-detail">
			<ul>
				<li class="path"><?php 
echo $data['mapsDirectoryPath'] . $args['directory'];
?>
</li>
				<li class="last"><input type="checkbox" name="checkAll" id="checkAll" value="" /></li>
			</ul>
		</div>
		
		<form method="post" action="?p=<?php 
echo USER_PAGE;
if ($args['directory']) {