Skip to content

Instantly share code, notes, and snippets.

@bdukes
Created June 29, 2010 17:50
Show Gist options
  • Save bdukes/457544 to your computer and use it in GitHub Desktop.
Save bdukes/457544 to your computer and use it in GitHub Desktop.
<div class="folio-template">
<div class="rotate-wrap">
<engage:list>
<div class="engage-content">
<engage:img src="%#ImageUrl%" alt="%#Title%"/>
<div class="footer">
<div class="title"><engage:literal text="%#Title%"/></div>
<div class="desc"><engage:literal text="%#Content%"/></div>
</div>
</div>
</engage:list>
</div>
<div class="controls">
<engage:RotateBack CssClass="back">Back</engage:RotateBack>
<engage:RotateNext CssClass="next">Next</engage:RotateNext>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment