Initial commit

This commit is contained in:
Manuel
2018-08-04 10:53:24 +02:00
commit 0f09a883f4
41 changed files with 4410 additions and 0 deletions

14
_html/body_message.html Executable file
View File

@ -0,0 +1,14 @@
<table width="90%" class="msg_box" border="0" cellspacing="1" cellpadding="0" id="privmessage">
<tr>
<td>
<b>Nachricht von:</b> $row[real_name] ($msg_date)<br>
<i>$msg_text</i>
</td>
</tr>
<tr>
<td align="right">
<a href="javascript:oeffnefenster('pmfunctions.inc.php?pmdo=reply&to=$row[userid_from]&msg_id=$row[id]');">antworten</a> - <a href="javascript:animatedcollapse.toggle('PrivateMessage')" onclick="doSQL('deletepm', '$row[id]')">l&ouml;schen</a> &nbsp;&nbsp;
</td>
</tr>
</table>
<br>