.id
4495
.gutitle
bn_affiliations_edit_field
.title
bn_affiliations_edit_field
.file
.extension
.name
|/routinetype-subutility|
.user_id
7
.notes
.body
<ensure variable="att.type" value="text">

<ensure variable="att.name" value="">
<ensure variable="att.value" value="">
<ensure variable="att.style" value="">

<var Model = caller.Model>



<if att.type EQ "preset">

<!--- preset: preset --->
<select name="#att.name#" style="#att.style#">
<option value="">(choose)</option>

<if Model.tbl EQ "country">

<tag.list_of_all_countries>
<var _country_list = return>

<loop index="x" list="#_country_list#" delimiters="|">
<option value="#x#"<if att.value EQ x> selected</if>>#x#</option>
</loop>

<else>

<set j="/#Model.tbl#@fentriss.a" orderby="#Model.tbl#.title ASC" maxrows="999">
<setcrawl>
<var _v = escapeMarkup(set.title)>
<option value="#escapeDoubleQuotes(_v)#"<if att.value EQ _v> selected</if>>#_v#</option>
</setcrawl>
</set>

</if>

</select>

<else>

<!--- agg: aggregate --->
<input name="#att.name#" value="#escapeDoubleQuotes(att.value)#" style="#att.style#">

</if>
 
.sum_double
0.00
.producttype
.productincludes
.physical_unsignedint
0
.isprotected_unsignedint
0
.overridesiteheader_unsignedint
0