Exemplo n.º 1
0
			</a>
		</div>
		<?php 
if ($statusStr) {
    ?>
			<hr />
			<div style="margin:20px;font-weight:bold;color:red;">
				<?php 
    echo $statusStr;
    ?>
			</div>
			<hr />
			<?php 
}
if ($clid && $isEditor) {
    $dynSql = $clManager->getDynamicSql();
    $termArr = $clManager->parseSql();
    $collList = $clManager->getCollectionList();
    if ($dynSql) {
        ?>
				<div style="margin:10px;">
					<?php 
        $searchStr = '';
        if ($termArr['collid']) {
            $searchStr .= '<b>collection:</b> ' . $collList[$termArr['collid']] . '; ';
        }
        if ($termArr['country']) {
            $searchStr .= '<b>country:</b> ' . $termArr['country'] . '; ';
        }
        if ($termArr['state']) {
            $searchStr .= '<b>state:</b> ' . $termArr['state'] . '; ';