summaryrefslogtreecommitdiff
path: root/templates/steckbrief.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/steckbrief.tmpl')
-rw-r--r--templates/steckbrief.tmpl15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/steckbrief.tmpl b/templates/steckbrief.tmpl
new file mode 100644
index 00000000..86d258d9
--- /dev/null
+++ b/templates/steckbrief.tmpl
@@ -0,0 +1,15 @@
+<span class="infobox">
+Name: [[<TMPL_VAR raw_name>]]<br />
+Nickname: [[<TMPL_VAR raw_nickname>]]<br />
+Jabber-ID: [[<TMPL_VAR raw_jabberID>]]<br />
+ICQ: <TMPL_VAR icq><br />
+<TMPL_IF IRC>
+IRC-Nick: <TMPL_VAR raw_IRC-Nick><br />
+<TMPL_ELSE>
+Nicht im IRC
+</TMPL_IF>
+<TMPL_IF notes>
+<hr />
+<TMPL_VAR notes>
+</TMPL_IF>
+</span>