mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-24 12:18:51 +00:00
prosilver adjustments for important announcements in ucp - #9995 MCP fixes for user notes/warnings - #9981 Preserving imageset values on save/edit find a member link for Mass PM's - #9925 syndicate window.onload events where necessary - #9878 Duplicate topics in forums with announcements - #9840 Email template for forced re-activation - #9808 Topic pagination adjustment - #9763 Changed compose message layout in UCP - #9706, #9702 Fixed inline attachment font size (hopefully) git-svn-id: file:///svn/phpbb/trunk@7384 89ea8834-ac86-4346-8a33-228a782c2dd0
49 lines
1.7 KiB
HTML
49 lines
1.7 KiB
HTML
<div class="post bg2" id="preview">
|
|
<div class="inner"><span class="corners-top"><span></span></span>
|
|
|
|
<!-- IF S_HAS_POLL_OPTIONS -->
|
|
<div class="postbody">
|
|
<h2>{L_PREVIEW}: {POLL_QUESTION}</h2>
|
|
<p class="author"><!-- IF L_POLL_LENGTH -->{L_POLL_LENGTH}<br /><!-- ENDIF -->{L_MAX_VOTES}</p>
|
|
|
|
<div class="content">
|
|
<fieldset class="polls">
|
|
<!-- BEGIN poll_option -->
|
|
<dl>
|
|
<dt><label for="vote_{poll_option.POLL_OPTION_ID}">{poll_option.POLL_OPTION_CAPTION}</label></dt>
|
|
<dd style="width: auto;"><!-- IF S_IS_MULTI_CHOICE --><input type="checkbox" name="vote_id[]" id="vote_{poll_option.POLL_OPTION_ID}" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF -->/><!-- ELSE --><input type="radio" name="vote_id[]" id="vote_{poll_option.POLL_OPTION_ID}" value="{poll_option.POLL_OPTION_ID}"<!-- IF poll_option.POLL_OPTION_VOTED --> checked="checked"<!-- ENDIF --> /><!-- ENDIF --></dd>
|
|
</dl>
|
|
<!-- END poll_option -->
|
|
</fieldset>
|
|
</div>
|
|
</div>
|
|
|
|
<span class="corners-bottom"><span></span></span></div>
|
|
</div>
|
|
|
|
<div class="post <!-- IF S_PRIVMSGS --> pm<!-- ELSE --> bg2<!-- ENDIF -->">
|
|
<div class="inner"><span class="corners-top"><span></span></span>
|
|
|
|
<!-- ENDIF -->
|
|
|
|
<div class="postbody">
|
|
<h3>{L_PREVIEW}: {PREVIEW_SUBJECT}</h3>
|
|
|
|
<div class="content">{PREVIEW_MESSAGE}</div>
|
|
|
|
<!-- IF .attachment -->
|
|
<dl class="attachbox">
|
|
<dt>{L_ATTACHMENTS}</dt>
|
|
<!-- BEGIN attachment -->
|
|
<dd>{attachment.DISPLAY_ATTACHMENT}</dd>
|
|
<!-- END attachment -->
|
|
</dl>
|
|
<!-- ENDIF -->
|
|
|
|
<!-- IF PREVIEW_SIGNATURE --><div class="signature">{PREVIEW_SIGNATURE}</div><!-- ENDIF -->
|
|
</div>
|
|
|
|
<span class="corners-bottom"><span></span></span></div>
|
|
</div>
|
|
|
|
<hr />
|