jQuery.template("checkbox-list",function(n,$item){var $=n,__=[],t=$item.data;with(t)__.push("<h2>"),typeof(title||column)!="undefined"&&(title||column)!=null&&__.push($.encode(typeof(title||column)=="function"?(title||column).call($item):title||column)),__.push("<\/h2>  "),typeof values!="undefined"&&values!=null&&$.each(typeof values=="function"?values.call($item):values,function(n,value){with(this)__.push('  <label><input type="checkbox" checked value="'),typeof value.key!="undefined"&&value.key!=null&&__.push($.encode(typeof value.key=="function"?value.key.call($item):value.key)),__.push('" />'),typeof value.text!="undefined"&&value.text!=null&&__.push($.encode(typeof value.text=="function"?value.text.call($item):value.text)),__.push("<\/label>  ")}),__.push("");return __});jQuery.template("combobox",function(n,$item){var $=n,__=[],t=$item.data;with(t)__.push("<h2>"),typeof(title||column)!="undefined"&&(title||column)!=null&&__.push($.encode(typeof(title||column)=="function"?(title||column).call($item):title||column)),__.push("<\/h2>  <select>   "),typeof values!="undefined"&&values!=null&&$.each(typeof values=="function"?values.call($item):values,function(n,value){with(this)__.push('   <option value="'),typeof value.key!="undefined"&&value.key!=null&&__.push($.encode(typeof value.key=="function"?value.key.call($item):value.key)),__.push('">'),typeof value.text!="undefined"&&value.text!=null&&__.push($.encode(typeof value.text=="function"?value.text.call($item):value.text)),__.push("<\/option>   ")}),__.push("  <\/select>");return __});jQuery.template("radio",function(n,$item){var $=n,__=[],t=$item.data;with(t)__.push("<h2>"),typeof(title||column)!="undefined"&&(title||column)!=null&&__.push($.encode(typeof(title||column)=="function"?(title||column).call($item):title||column)),__.push("<\/h2>  "),typeof values!="undefined"&&values!=null&&$.each(typeof values=="function"?values.call($item):values,function(i,value){with(this)__.push('  <label><input type="radio" value="'),typeof value.key!="undefined"&&value.key!=null&&__.push($.encode(typeof value.key=="function"?value.key.call($item):value.key)),__.push('" name="'),typeof id!="undefined"&&id!=null&&__.push($.encode(typeof id=="function"?id.call($item):id)),__.push('" '),typeof(i==0)!="undefined"&&i==0!=null&&(typeof(i==0)=="function"?(i==0).call($item):i==0)&&__.push(" checked "),__.push(" />"),typeof value.text!="undefined"&&value.text!=null&&__.push($.encode(typeof value.text=="function"?value.text.call($item):value.text)),__.push("<\/label>  ")}),__.push("");return __});jQuery.template("selection",function(n,$item){var $=n,__=[],t=$item.data;with(t)__.push("<h2>"),typeof(title||column)!="undefined"&&(title||column)!=null&&__.push($.encode(typeof(title||column)=="function"?(title||column).call($item):title||column)),__.push('<\/h2>  <div class="memberlist autosize"><\/div>');return __});jQuery.template("slider",function(n,$item){var $=n,__=[],t=$item.data;with(t)__.push("<h2>"),typeof(title||column)!="undefined"&&(title||column)!=null&&__.push($.encode(typeof(title||column)=="function"?(title||column).call($item):title||column)),__.push('<\/h2>  <input type="text" class="min" value="'),typeof minValue!="undefined"&&minValue!=null&&__.push($.encode(typeof minValue=="function"?minValue.call($item):minValue)),__.push('" />  <input type="text" class="max" value="'),typeof maxValue!="undefined"&&maxValue!=null&&__.push($.encode(typeof maxValue=="function"?maxValue.call($item):maxValue)),__.push('" />  <div class="slider"><\/div>');return __})