Advertisement
smaction

Portion of SubPage.ss

Jan 30th, 2013
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. <% if Photos %>
  2. <div class='slideshow'>
  3. <% control Photos %>
  4. <% if Pos = 1 %>
  5. $Attachment.SetRatioSize(640,480)
  6. <% end_if %>
  7. <% end_control %>
  8. <div class="clear"></div>
  9. </div>
  10. <% end_if %>
  11. <div class='controls'>
  12. <% if Photos %>
  13. <% if showPlayButton %>
  14. <div class='photos'>
  15. <% control Photos %>
  16. <% if Pos = 1 %>
  17. <a href="$Attachment.URL" rel="group" class='fancybox red_button'><% _t('Content.PLAY_SLIDESHOW') %></a>
  18. <% else %>
  19. <a class="fancybox" rel="group" href="$Attachment.URL"></a>
  20. <% end_if %>
  21. <% end_control %>
  22. </div>
  23. <% end_if %>
  24. <% end_if %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement