Advertisement
Guest User

Untitled

a guest
Nov 11th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.23 KB | None | 0 0
  1. <% if $UseButtonTag %>
  2.     <button class="btn btn-primary" $AttributesHTML>
  3.         <% if $ButtonContent %>$ButtonContent<% else %>$Title<% end_if %>
  4.     </button>
  5. <% else %>
  6.     <input class="btn btn-primary" $AttributesHTML />
  7. <% end_if %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement