Initial checkin
This commit is contained in:
commit
d75eb444fc
4304 changed files with 369634 additions and 0 deletions
5
modules/text/templates/.svn/all-wcprops
Normal file
5
modules/text/templates/.svn/all-wcprops
Normal file
|
@ -0,0 +1,5 @@
|
|||
K 25
|
||||
svn:wc:ra_dav:version-url
|
||||
V 46
|
||||
/astat/!svn/ver/1/trunk/modules/text/templates
|
||||
END
|
31
modules/text/templates/.svn/entries
Normal file
31
modules/text/templates/.svn/entries
Normal file
|
@ -0,0 +1,31 @@
|
|||
9
|
||||
|
||||
dir
|
||||
34
|
||||
http://svn.astat.org/astat/trunk/modules/text/templates
|
||||
http://svn.astat.org/astat
|
||||
|
||||
|
||||
|
||||
2009-06-07T19:12:55.973801Z
|
||||
1
|
||||
genuineparts
|
||||
|
||||
|
||||
svn:special svn:externals svn:needs-lock
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
bb7ccd2a-c66b-0410-9765-967ca6f03dfc
|
||||
|
||||
default
|
||||
dir
|
||||
|
1
modules/text/templates/.svn/format
Normal file
1
modules/text/templates/.svn/format
Normal file
|
@ -0,0 +1 @@
|
|||
9
|
11
modules/text/templates/default/.svn/all-wcprops
Normal file
11
modules/text/templates/default/.svn/all-wcprops
Normal file
|
@ -0,0 +1,11 @@
|
|||
K 25
|
||||
svn:wc:ra_dav:version-url
|
||||
V 54
|
||||
/astat/!svn/ver/1/trunk/modules/text/templates/default
|
||||
END
|
||||
textview.tpl
|
||||
K 25
|
||||
svn:wc:ra_dav:version-url
|
||||
V 67
|
||||
/astat/!svn/ver/1/trunk/modules/text/templates/default/textview.tpl
|
||||
END
|
62
modules/text/templates/default/.svn/entries
Normal file
62
modules/text/templates/default/.svn/entries
Normal file
|
@ -0,0 +1,62 @@
|
|||
9
|
||||
|
||||
dir
|
||||
34
|
||||
http://svn.astat.org/astat/trunk/modules/text/templates/default
|
||||
http://svn.astat.org/astat
|
||||
|
||||
|
||||
|
||||
2009-06-07T19:12:55.973801Z
|
||||
1
|
||||
genuineparts
|
||||
|
||||
|
||||
svn:special svn:externals svn:needs-lock
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
bb7ccd2a-c66b-0410-9765-967ca6f03dfc
|
||||
|
||||
textview.tpl
|
||||
file
|
||||
|
||||
|
||||
|
||||
|
||||
2009-06-08T19:44:32.000000Z
|
||||
c9914ec8546b33d929da6e52c51919ed
|
||||
2009-06-07T19:12:55.973801Z
|
||||
1
|
||||
genuineparts
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
331
|
||||
|
1
modules/text/templates/default/.svn/format
Normal file
1
modules/text/templates/default/.svn/format
Normal file
|
@ -0,0 +1 @@
|
|||
9
|
|
@ -0,0 +1,6 @@
|
|||
<h1>{$article.title}</h1>
<p>
{$article.text}
|
||||
{if $article.edituser!=""}<br /><font size="1pt">(zuletzt editiert am {$editdate}, von {$article.edituser})</font><br />{/if}
|
||||
</p>
|
||||
<p class="meta"><span class="date">{$date} </span> Geschrieben von {$article.username} | Abgelegt in: {if $cat!=""}{$cat}{else}nirgendwo{/if} </p>
|
||||
|
||||
|
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