Вход Регистрация
Файл: templates/_default_/components/com_forum_add.tpl
Строк: 196
<h1 class="con_heading">{$pagetitle}</h1> <form
action="" method="POST" name="msgform"
id="msgform"
enctype="multipart/form-data"> <input
type="hidden" name="csrf_token"
value="{csrf_token}" /> <input type="hidden"
name="gosend" value="1" /> <table
width="100%" cellpadding="0"
cellspacing="0"><tr><td> {if $do ==
'newthread'} <input type="hidden"
name="forum_id" value="{$forum.id}" /> <div
class="forum_postinfo"><table width="100%"
cellpadding="5"> <tr> <td
width="100">{$LANG.THREAD_TITLE}:</td>
<td width=""><input type="text"
name="title" class="text-input" id="title"
style="width: 350px"
value="{$thread.title|escape:html}" /></td>
</tr> <tr>
<td>{$LANG.THREAD_DESCRIPTION}:</td> <td
width=""><input type="text"
name="description" class="text-input"
style="width: 350px"
value="{$thread.description|escape:html}" /></td>
</tr> </table></div> {/if} <div
class="usr_msg_bbcodebox">
{$bb_toolbar} </div> {$smilies} <div
class="cm_editor"> <textarea id="message"
class="ajax_autogrowarea" name="message"
rows="5">{$post_content}</textarea> </div> {***********
Прикрепление файлов ************} {if $cfg.fa_on
&& $is_allow_attach} {add_js
file='includes/jquery/multifile/jquery.multifile.js'} {add_js
file='includes/jquery/jquery.blockUI.js'} <input
type="hidden" name="fa_count"
value="1"/> <div class="forum_fa">
<div class="forum_fa_title"><a
href="javascript:"
onclick="$('#fa_entries').toggle();">{$LANG.ATTACH_FILES}</a></div>
<div class="forum_fa_entries"
id="fa_entries"> <div
class="forum_fa_desc">
<div><strong>{$LANG.MAX_SIZE_FILE}:</strong>
{$cfg.fa_size} {$LANG.KBITE}.</div>
<div><strong>{$LANG.MUST_FILE_TYPE}:</strong>
{$cfg.fa_ext}</div>
<div><strong>{$LANG.SELECT_FILES}
{$cfg.fa_max}:</strong></div> </div>
<input type="file" class="multi"
name="fa[]" id="upfile" size="30"
maxlength="{$cfg.fa_max}" accept="{$cfg.fa_ext}"
/> </div> </div> {/if} {***********
Опросы ************} {if $do == 'newthread' || ($do=='editpost'
&& $is_first_post)} <div class="forum_fa">
<div class="forum_fa_title">{if
$thread_poll}{$LANG.EDIT_POLL}{else}<a href="javascript:"
onclick="$('#pa_entries').toggle();">{$LANG.ATTACH_POLL}</a>{/if}</div>
<div class="forum_fa_entries" id="pa_entries" {if
$thread_poll}style="display: block"{/if}> <div
class="forum_fa_title"
style="margin-bottom:10px">{$LANG.POLL_PARAMS}</div>
<div style="margin-bottom:10px"><table
cellspacing="0" class="forum_fa_entry"
cellpadding="5"> <tr>
<td>{$LANG.QUESTION}: </td>
<td><input name="poll[title]" type="text"
size="30" class="text-input"
value="{$thread_poll.title|escape:html}" /></td>
</tr> <tr>
<td>{$LANG.COMMENT_FOR_POLL}: </td>
<td><input name="poll[desc]" type="text"
size="30" class="text-input"
value="{$thread_poll.description|escape:html}" /></td>
</tr> <tr>
<td>{$LANG.LENGTH_POLL}: </td>
<td><input name="poll[days]" type="text"
size="4" class="text-input"
value="{$thread_poll.days_left}" /> {$LANG.DAYS}</td>
</tr> <tr>
<td>{$LANG.SHOW_RESULT}: </td>
<td><select name="poll[result]"
class="text-input"> <option
value="0" {if
!$thread_poll.options.result}selected="selected"{/if}>{$LANG.FOR_ALL_EVER}</option>
<option value="1" {if
$thread_poll.options.result==1}selected="selected"{/if}>{$LANG.ONLY_VOTERS}</option>
<option value="2" {if
$thread_poll.options.result==2}selected="selected"{/if}>{$LANG.ONLY_END_POLL}</option>
</select> </td>
</tr> <tr>
<td>{$LANG.CHANGE_VOTE_USER}: </td>
<td><select name="poll[change]"
class="text-input"> <option
value="0" {if
!$thread_poll.options.change}selected="selected"{/if}>{$LANG.PROHIBITING}</option>
<option value="1" {if
$thread_poll.options.change}selected="selected"{/if}>{$LANG.ALLOWING}</option>
</select> </td>
</tr> </table></div> <div
class="forum_fa_title"
style="margin-bottom:10px">{$LANG.OPTIONS_ANSWER}</div>
{section name=foo start=1 loop=13 step=1} {if
$smarty.section.foo.index < 5 ||
$thread_poll.answers_key[$smarty.section.foo.index]}{assign
var="style" value="display:block"}{else}{assign
var="style" value="display:none"}{/if}
<div id="pa_entry{$smarty.section.foo.index}"
style="{$style}"> <table
cellspacing="0" class="forum_fa_entry"
cellpadding="5"> <tr>
<td width="90">{$LANG.OPTION}
№{$smarty.section.foo.index}: </td>
<td><input name="poll[answers][]" type="text"
size="30"
id="pa_entry_input{$smarty.section.foo.index}"
class="text-input"
value="{$thread_poll.answers_key[$smarty.section.foo.index]|escape:html}"
/></td> {if $smarty.section.foo.index
>= 4}{assign var="ostyle"
value="display:block"}{else}{assign var="ostyle"
value="display:none"}{/if} <td>
<div
id="pa_entry_btn{$smarty.section.foo.index}"
style="{$ostyle}"> {if
$smarty.section.foo.index < 12} <a
href="javascript:showPaEntry({$smarty.section.foo.index+1})"
title="{$LANG.ADD_OPTION}"><img
src="/images/icons/plus.gif"
border="0"/></a> {/if}
{if $smarty.section.foo.index > 2}
<a
href="javascript:hidePaEntry({$smarty.section.foo.index})"
title="{$LANG.HIDE_OPTION}"><img
src="/images/icons/minus.gif"
border="0"/></a> {/if}
</div> </td>
</tr> </table>
</div> {/section} </div></div> {literal}
<script type="text/javascript"> function
showPaEntry(id){ $('#pa_entry'+id).fadeIn();
$('#pa_entry_btn'+(id - 1)).hide();
$('#pa_entry_input'+id).focus(); } function
hidePaEntry(id){ $('#pa_entry'+id).hide();
$('#pa_entry_btn'+(id - 1)).fadeIn(); $('#pa_entry_input'+(id
- 1)).focus(); $('#pa_entry_input'+id).attr('value','');
} </script> {/literal} {/if} <div
style="margin-top:6px;"> <input
type="button" value="{$LANG.SEND}"
onclick="$(this).attr('disabled',
'disabled');$('#msgform').submit();"
style="font-size:16px"/> <input
type="button" value="{$LANG.CANCEL}"
style="font-size:16px"
onclick="window.history.go(-1)"/> {if $do=='newpost'
&& ($is_admin || $is_moder || $thread.is_mythread)}
<label><input type="checkbox" name="fixed"
value="1" /> {$LANG.TOPIC_FIXED_LABEL}</label>
{/if} {if ($do=='newpost' && !$is_subscribed) ||
$do=='newthread'} <label><input
name="subscribe" type="checkbox" value="1"
/> {$LANG.SUBSCRIBE_THREAD}</label>
{/if} </div> </td> </tr></table> </form> {if
$do == 'newthread'} {literal} <script
type="text/javascript">
$(document).ready(function(){ $('#title').focus();
}); </script> {/literal} {else} {literal}
<script type="text/javascript">
$(document).ready(function(){ $('#message').focus();
}); </script> {/literal} {/if}
Онлайн: 1
Реклама