Created
June 29, 2010 17:50
-
-
Save bdukes/457544 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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