Changeset 115 for trunk/templates/source/authors_block.html
- Timestamp:
- Mar 18, 2009, 6:02:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/source/authors_block.html
r110 r115 10 10 ************************* End of usage ************************ *}> 11 11 <{* Start Template *}> 12 <{$block.err_message}> 13 <ul class="xpress_authors_content"> 14 <{foreach from=$block.contents item=content}> 15 <li> 16 <{$content.author}> 17 </li> 18 <{/foreach}> 19 </ul> 12 <div class="xpress_block"> 13 <div class="xpress_authors_block"> 14 <{$block.err_message}> 15 <ul> 16 <{foreach from=$block.contents item=content}> 17 <li> 18 <{$content.author}> 19 </li> 20 <{/foreach}> 21 </ul> 22 </div> 23 </div>
Note: See TracChangeset
for help on using the changeset viewer.