Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2013
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.38 KB | None | 0 0
  1. <script id="template" type="text/mustache">
  2.  
  3.   <a href="http://XXXX.com/coach-profile/?coach={{uid}}" title="{{title}}">
  4.     <div class="fs_box">
  5.     <div class="fs_left">
  6.     <div class="fs_head">{{cname}} {{csurname}}</div>
  7.    
  8.      <div class="fs_disc">{{ccountry}} </div>
  9.     </div>
  10.     <div class="clear"></div>  
  11.     </div>
  12.   </a>
  13. </script>
  14. <script type="text/javascript">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement