#include "../common/header.ftl"/>
<#include "../common/header-menu.ftl"/>
添加地域
所属省份
请选择省份
<#if proviceList??> <#list proviceList as province>
<#if area.provinceId == province.id>selected#if>#if>>${province.name}
#list> #if>
所属城市
请选择城市
<#if cityList??> <#list cityList as city>
<#if area.cityId == city.id>selected#if>#if>>${city.name}
#list> #if>
地域名称
是否显示:
checked#if>>
是
checked#if>>
否
确 定
返 回
<#include "../common/footer.ftl"/> <#include "../common/icons.ftl"/>