Initial checkin
This commit is contained in:
commit
d75eb444fc
4304 changed files with 369634 additions and 0 deletions
14
modules/text/templates/default/textview.tpl
Normal file
14
modules/text/templates/default/textview.tpl
Normal file
|
@ -0,0 +1,14 @@
|
|||
<div id="posts-list" class="page-content-half">
|
||||
<div class="entry-content cf">
|
||||
<h2>{$article.title}</h2>
|
||||
<p>
|
||||
{$article.text}
|
||||
{if $article.edituser!=""}<br /><font size="1pt">(last edit at {$editdate}, by {$article.edituser})</font><br />{/if}
|
||||
</p>
|
||||
<p class="meta"><span class="date">{$date} </span>written by {$article.username}</p>
|
||||
</div>
|
||||
<div class="c-1"></div>
|
||||
<div class="c-2"></div>
|
||||
<div class="c-3"></div>
|
||||
<div class="c-4"></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue