Advertisement
Guest User

Untitled

a guest
May 1st, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. {% if hasGoldClub %}
  2. <div class="run_dropdown">
  3. <select tabindex="9" name="x2" size=""
  4. class="dropdown run_twice_1" id="x2">
  5. <option value="1" >‎&#x202d;&#x202d;1&#x202c;&times;&#x202c;‎</option>
  6. <option value="2" >‎&#x202d;&#x202d;2&#x202c;&times;&#x202c;‎</option>
  7. <option value="3" >‎&#x202d;&#x202d;3&#x202c;&times;&#x202c;‎</option>
  8. </select>
  9. {{ T("MarketPlace", "go") }}</div>
  10. {% elseif hasPlus %}
  11. <div class="run_dropdown">
  12. <select tabindex="9" name="x2" size=""
  13. class="dropdown run_twice_1" id="x2">
  14. <option value="1" >‎&#x202d;&#x202d;1&#x202c;&times;&#x202c;‎</option>
  15. <option value="2" >‎&#x202d;&#x202d;2&#x202c;&times;&#x202c;‎</option>
  16. </select>
  17. {{ T("MarketPlace", "go") }}</div>
  18. {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement