repo.or.cz
/
ikiwiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
clarification: too many things called cgiurl
[ikiwiki.git]
/
templates
/
microblog.tmpl
blob
e22d65cce32c4eebeaa5d6eb16b85939a5fc3e47
1
<div class="microblog">
2
3
<div class="inlinecontent">
4
<TMPL_VAR CONTENT>
5
</div>
6
7
<div class="microblog-header">
8
9
<TMPL_IF AUTHOR>
10
<span class="author">
11
<TMPL_IF AUTHORURL>
12
<a href="<TMPL_VAR AUTHORURL>"><TMPL_VAR AUTHOR></a>
13
<TMPL_ELSE>
14
<TMPL_VAR AUTHOR>
15
</TMPL_IF>
16
</span>
17
</TMPL_IF>
18
19
— <TMPL_VAR CTIME>
20
21
</div> <!--.microblog-header-->
22
</div> <!--.microblog-->