PageRenderTime 25ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/apps/rickgigger.com/templates/shared/entry.tpl

http://zoop.googlecode.com/
Smarty Template | 11 lines | 11 code | 0 blank | 0 comment | 0 complexity | 44828783806c5840519b53381e611c98 MD5 | raw file
Possible License(s): BSD-3-Clause, LGPL-2.1
  1. <div class="entry" style="margin-bottom: 20px; margin-top: 20px">
  2. {if $isList}
  3. <h3><a href="{$scriptUrl}/entry/1/{$entry->getDateNameUrl()}">{$entry->title}</a></h3>
  4. {else}
  5. <h3>{$entry->title}</h3>
  6. {/if}
  7. <h4>{$entry->published_date|date_format}{if $entry->link} - <a target="_new" href="{$entry->link}">{if $entry->link_text}{$entry->link_text}{else}I want to go to there{/if}</a>{/if}</h4>
  8. <div class="body">
  9. {$entry->getContent()}
  10. </div>
  11. </div>