<span class="title">{PAGE}:</span>
<div id="genrebox">
<form action="?">
{GENRE_LOCALE}:
<select name="genre">
<patTemplate:tmpl name="genres">
<option value="{GID}" {SELECTED}>{GENRE}</option>
</patTemplate:tmpl>
</select>
<input type="submit" value="{SELECT}"/>
<input type="hidden" name="action" value="genre"/>
</form>
</div>
<br/>
<span class="title">{GENRE}:</span>
<patTemplate:tmpl name="listing" src="listing.tpl" parse="on"/>