Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Sep 21st, 2012  |  syntax: None  |  size: 2.17 KB  |  hits: 8  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. {fields}
  2.                     {if field_name == "Solution_of_Interest_Most_Recent__c"}
  3.                         {field_options}
  4.                             {if is_divider}
  5.                                 {!-- If its a divider, and its not the first, then we need to close the previous --}
  6.                                 {if divider_number > 1}
  7.                                                 </li>
  8.                                             </ul>
  9.                                         </div><!-- Closing <div class="tooltip noicon contact right padding_bottom_03"> -->
  10.                                     </div><!-- Closing <div class="field"> -->
  11.                                 {/if}
  12.                                     <div class="field">
  13.                                         <div class="tooltip noicon contact right padding_bottom_03">
  14.                                             <input class="checkbox left margin_top_01" id="{exp:nerd:url_title separator='underscore'}{label}{/exp:nerd:url_title}" name="Solution_of_Interest_Most_Recent__c[]" type="checkbox" value="{label}"><span class="nocase lato large bold grey_01">{label}</span>
  15.                                             <ul>
  16.                                                 <li class="lato small italic wrap">
  17.                             {if:else}
  18.                                     <div class="field">
  19.                                         <input id="{key}" class="radio left margin_top_01" name="{field_name}[]" type="radio" value="{key}">
  20.                                         <label for="{key}" class="pointer nocase lato large bold grey_01">{label}</label>
  21.                                     </div>
  22.                             {/if}
  23.                         {/field_options}
  24.  
  25.                         {!-- Close the last divider --}
  26.                         {if field_divider_count > 0}
  27.                                         </li>
  28.                                     </ul>
  29.                                 </div><!-- Closing <div class="tooltip noicon contact right padding_bottom_03"> -->
  30.                             </div><!-- Closing <div class="field"> -->
  31.                         {/if}
  32.                     {/if}
  33.                 {/fields}