47 lines
1.3 KiB
HTML
47 lines
1.3 KiB
HTML
<!--#extends:xx_admin_base.html-->
|
|
|
|
<!--#sn_body:dp_section-->
|
|
<!--CENTER-->
|
|
<div class="col2-right">
|
|
|
|
<!--#sn_form:dp_section#xx_box_template_center.html-->
|
|
<!--#sn_icon_class:dp_value:class='ic-3'-->
|
|
<!--#sn_subheader:dp_value:Admin informieren-->
|
|
<!--#sn_subbody:dp_section-->
|
|
|
|
<form action="<!--#sn_action-->" method="POST" name="sn_form_message">
|
|
|
|
<input type="hidden" name="sx_action" value="on_alert_send" >
|
|
<input type="hidden" name="id" value="<!--#id-->" >
|
|
<input type="hidden" name="sn_count" value="<!--#sn_count-->" >
|
|
Bitte stellen Sie hier keine Fragen!<br>
|
|
Beschreiben Sie hier nur den Missbrauch, der in einem Artikel stattgefunden hat.<br>
|
|
Vielen Dank!<br>
|
|
Das Team.<br><br>
|
|
|
|
<table border="0" cellpadding="0" cellspacing="3" width="100%">
|
|
<tr>
|
|
<td width="13%">Beschreibung des Missbrauchs: </td>
|
|
<td width="02%"><font color="red"><!--#sn_alert_error--></font></td>
|
|
<td width="85%"><textarea name="sn_alert" rows="6" style="width:100%" wrap="virtual"><!--#sn_alert--></textarea></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan="3" align="center">
|
|
<input type="submit" value="Absenden">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</form>
|
|
|
|
<!--#/sn_subbody-->
|
|
<!--#/sn_form-->
|
|
|
|
</div><!--end CENTER-->
|
|
<!--#/sn_body-->
|
|
|
|
|
|
|
|
|