<ensure variable="get.pagetype" value="">
<ensure variable="att.class" value="top_page_bar">
<div class="#att.class#" align="center">
<form method="get" enctype="application/x-www-form-urlencoded" style="display:inline !important;" action="http://#this_domain#/new_page">
<input type="hidden" style="display:none;" name="x" value="">
<input type="hidden" style="display:none;" name="so_slash_string" value="new_page">
<select name="pagetype">
<var Arr = GLOBAL.Def.Smaller_Pages>
<loop from="1" to="#arrayLen(Arr)#" index="x">
<var Obj = Arr[x]>
<option value="#Obj.tag#"<if get.pagetype EQ "#Obj.tag#"> selected</if>>#Obj.title#</option>
</loop>
</select>
<if site_gutitle EQ "smp">
<input type="submit" value="Add to Site" style="cursor:pointer;" class="submit">
<else>
<if GLOBAL.Def.total_pages GT 0>
<input type="submit" value="Add Another Page" style="cursor:pointer;" class="submit">
<else>
<input type="submit" value="Add a Page" style="cursor:pointer;" class="submit">
</if>
</if>
</form>
</div>