50 lines
2.3 KiB
HTML
50 lines
2.3 KiB
HTML
<!--#extends:xx_box_template_center.html-->
|
|
<!--#sn_icon_class:dp_value:class='ic-4'-->
|
|
<!--#sn_subheader:dp_value:Ich möchte eine Frage im Forum stellen-->
|
|
<!--#sn_subbody:dp_section-->
|
|
|
|
<a name="createposting"></a>
|
|
|
|
|
|
|
|
|
|
<!--#extends:sx_editor_demand_loader.html-->
|
|
|
|
<form action="<!--#location:dp_system:pagelocation-->/docreate#createposting" method="POST" name="sn_form_message">
|
|
|
|
<input type="hidden" name="sx_action" value="none">
|
|
<input type="hidden" name="id_group" value="<!--#id_group:dp_system:groupid-->">
|
|
<input type="hidden" name="id_user" value="<!--#id_user:dp_system:uid-->">
|
|
<input type="hidden" name="sn_nickname" value="<!--#sn_nickname:dp_system:nickname-->" >
|
|
<input type="hidden" name="sn_nickmail" value="<!--#sn_nickmail:dp_system:nickmail-->">
|
|
|
|
<!--checkbox-->
|
|
<p class="form-row">
|
|
<input type="checkbox" id="check1" name="sn_mailalert" class="form_bgr" value="9" <!--#sn_mailalert:dp_system:mailalert-->>
|
|
<label for="check1" class="normal-txt gray-txt">Ich möchte bei Antworten per eMail beanchrichtigt werden.</label><!--#sn_mailalert_error-->
|
|
</p>
|
|
|
|
<!--Subject-->
|
|
<p class="form-row">
|
|
<label for="subject">Überschrift:</label><a href="/sx_about_help_posting.html" target="_new"><img class="help" src="/pix/help-ic.gif" alt="Help" title="Hilfe"></a><br>
|
|
<input id="subject" type="text" class="fw-240" size="60" maxlength="150" name="sn_msgsubject" value="<!--#sn_msgsubject-->"><!--#sn_msgsubject_error-->
|
|
</p>
|
|
|
|
<!--Antwort-->
|
|
<p class="form-row">
|
|
<label for="txtSearch">meine Anfrage:</label><a href="/sx_about_help_posting.html" target="_new"><img class="help" src="/pix/help-ic.gif" alt="Help" title="Hilfe"></a><br>
|
|
<textarea btn="btnSearch" id="txtSearch" name="sn_msgbody" class="cw-440 mceEditor" wrap="physical" onfocus="javascript:sxDemandLoader();"><!--#sn_msgbody--></textarea><!--#sn_msgbody_error-->
|
|
</p>
|
|
|
|
|
|
<!--Buttons-->
|
|
<div class="buttons-3 clearfix">
|
|
<p><input name="" id="btnSearch" value="Links vorschlagen" type="button"></p>
|
|
<p class="b2"><input name="" value="Vorschau" type="button" onClick="sx_preview()"></p>
|
|
<p class="b3"><input name="" value="Absenden" type="button" onClick="sx_submit( 'on_create' )"></p>
|
|
</div>
|
|
|
|
</form>
|
|
|
|
<!--#/sn_subbody-->
|