$title = '';
$args = array('taxonomy' => $taxonomy, 'orderby' => $orderby, 'show_count' => $show_count, 'pad_counts' => $pad_counts, 'hierarchical' => $hierarchical, 'title_li' => $title);
?>


<ul><li><a href="/library_database">All</a></li> <?php 
wp_list_categories($args);
?>
</ul>

</div>
<div id="dbtypebrowse" class="dbright">
 
 <h3>Select by Type:</h3>
<?php 
the_dropdown_taxonomy('db_type');
?>

 </div>



</div>

<p class="descriptionblock">This page lists legal research databases to which the law library subscribes and selected other online resources of strong legal research value.  Whenever possible we provide off site access,
normally via VPN.  Read the comments to determine if off campus access to listed databases will require VPN setup or password-based access.  This tool locates online research platforms, databases, full-text repositories, and other such research tools.  Individual journals that happen to be available in electronic form are not listed here - for those use the <a href="http://catalog.case.edu">Library Catalog</a> or <a href="http://lu4ld3lr5v.search.serialssolutions.com/">A-Z serials list</a>.
</p>
</div> <!-- end of dbfinder intro div -->


Example #2
0
<div id="browselist" class="clearfix">
<h3 class="sidetitle">Параметры поиска</h3>
<p class="listin"><span>Местоположение</span><br/><?php 
the_dropdown_taxonomy('location');
?>
</p>
<p class="listir"><span>Тип недвижимости</span><br/><?php 
the_dropdown_taxonomy('property');
?>
</p>
<p class="listin"><span>Площадь в м2</span><br/><?php 
the_dropdown_taxonomy('area');
?>
</p>
<p class="listir"><span>Спальни</span><br/><?php 
the_dropdown_taxonomy('bedrooms');
?>
</p>
<p class="listin"><span>Тип списка</span><br/><?php 
the_dropdown_taxonomy('type');
?>
</p>
<p class="listir"><span>Ценовой диапазон</span><br/><?php 
the_dropdown_taxonomy('range');
?>
</p>
</div>