Advertisement
Guest User

Untitled

a guest
Jul 8th, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <select title="Filter" multiple="multiple" name="example-basic" size="15" class="filterDropdown">
  2. <% loop $ChildrenOf("Genres") %>
  3. <option selected value="$ID">$Title</option>
  4. <% end_loop %>
  5. </select>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement