61 lines
3.8 KiB
Smarty
61 lines
3.8 KiB
Smarty
<div id="serendipityCommentFormC" class="serendipityCommentForm">
|
|
<div id="serendipity_replyform_0"></div>
|
|
<a id="serendipity_CommentForm"></a>
|
|
<form id="serendipity_comment" action="{$commentform_action}#feedback" method="post">
|
|
<div><input type="hidden" name="serendipity[entry_id]" value="{$commentform_id}"></div>
|
|
<div class="form_field">
|
|
<label for="serendipity_commentform_name">{$CONST.NAME}{if $required_fields.name}*{/if}</label>
|
|
<input id="serendipity_commentform_name" name="serendipity[name]" type="text" value="{$commentform_name}" placeholder="{$CONST.TWOK11_PLACE_NAME}"{if $required_fields.name} required{/if}>
|
|
</div>
|
|
<div class="form_field">
|
|
<label for="serendipity_commentform_email">{$CONST.EMAIL}{if 'email'|array_key_exists:$required_fields and $required_fields.email}*{/if}</label>
|
|
<input id="serendipity_commentform_email" name="serendipity[email]" type="email" value="{$commentform_email}" placeholder="{$CONST.TWOK11_PLACE_MAIL}"{if 'email'|array_key_exists:$required_fields and $required_fields.email} required{/if}>
|
|
</div>
|
|
{if isset($spice) and $spice.inputtwitter}
|
|
<div id="serendipity_commentspice_twitter" class="form_field">
|
|
<label for="serendipity_commentform_twitter">{$spice.inputtwitterlabel}</label>
|
|
<input id="serendipity_commentform_twitter" name="serendipity[twitter]" type="text" value="{$spice.inputtwittervalue}" placeholder="{$spice.inputtwitterplaceholder}">
|
|
</div>
|
|
{/if}
|
|
<div class="form_field">
|
|
<label for="serendipity_commentform_url">{$CONST.HOMEPAGE}{if 'url'|array_key_exists:$required_fields and $required_fields.url}*{/if}</label>
|
|
<input id="serendipity_commentform_url" name="serendipity[url]" type="url" value="{$commentform_url}" placeholder="{$CONST.TWOK11_PLACE_URL}"{if 'url'|array_key_exists:$required_fields and $required_fields.url} required{/if}>
|
|
</div>
|
|
{if isset($spice) and $spice.inputarticle}
|
|
<div id="serendipity_commentspice_rss" class="form_tarea spicehidden">
|
|
<label for="serendipity_commentform_rss">{$spice.inputarticlelabel}</label>
|
|
<select class="commentspice_rss_input" id="serendipity_commentform_rss" name="serendipity[promorss]"></select>
|
|
</div>
|
|
{/if}
|
|
<div class="form_tarea">
|
|
<label for="serendipity_commentform_comment">{$CONST.COMMENT}{if $required_fields.comment}*{/if}</label>
|
|
<textarea id="serendipity_commentform_comment" name="serendipity[comment]" rows="10" placeholder="{$CONST.TWOK11_PLACE_MESSAGE}"{if $required_fields.comment} required{/if}>{$commentform_data}</textarea>
|
|
</div>
|
|
<div class="form_field">
|
|
<label id="reply-to-hint" for="serendipity_replyTo">{$CONST.IN_REPLY_TO}</label>
|
|
{$commentform_replyTo}
|
|
</div>
|
|
{serendipity_hookPlugin hook="frontend_comment" data=$commentform_entry}
|
|
{if $is_commentform_showToolbar}
|
|
<fieldset class="form_toolbar">
|
|
<legend class="visuallyhidden">{$CONST.TWOK11_FORMOPTIONS}</legend>
|
|
<div class="form_box">
|
|
<input id="checkbox_remember" name="serendipity[remember]" type="checkbox" {$commentform_remember}><label for="checkbox_remember">{$CONST.REMEMBER_INFO}</label>
|
|
</div>
|
|
{if $is_allowSubscriptions}
|
|
<div class="form_box">
|
|
<input id="checkbox_subscribe" name="serendipity[subscribe]" type="checkbox" {$commentform_subscribe} ><label for="checkbox_subscribe">{$CONST.SUBSCRIBE_TO_THIS_ENTRY}</label>
|
|
</div>
|
|
{/if}
|
|
</fieldset>
|
|
{/if}
|
|
{if $is_moderate_comments}
|
|
<p class="serendipity_msg_important">{$CONST.COMMENTS_WILL_BE_MODERATED}</p>
|
|
{/if}
|
|
<div class="form_button">
|
|
<input id="serendipity_preview" name="serendipity[preview]" type="submit" value="{$CONST.PREVIEW}">
|
|
<input id="serendipity_submit" name="serendipity[submit]" type="submit" value="{$CONST.SUBMIT_COMMENT}">
|
|
</div>
|
|
</form>
|
|
</div>
|