1
0
Fork 0
dokuwiki-plugins-extra/plugins/55/dw2pdf/tpl/default/citation.html

22 lines
656 B
HTML
Raw Normal View History

<br />
<br />
<div style="font-size: 80%; border: solid 0.5mm #DDDDDD;background-color: #EEEEEE; padding: 2mm; border-radius: 2mm 2mm; width: 100%;">
<table width="100%">
<tr>
<td>
From:<br />
<a href="@WIKIURL@">@WIKIURL@</a>&nbsp;-&nbsp;<b>@WIKI@</b>
<br /><br />
Permanent link:<br />
<b><a href="@PAGEURL@">@PAGEURL@</a></b>
<br /><br />
Last update: <b>@UPDATE@</b>
<br />
</td>
<td align="right">
@QRCODE@
</td>
</tr>
</table>
</div>