- Автор темы
- #1
Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
<s>
</s>
<div class="borderwrap">
<div class="bar" style="padding: 5px;">
<div style="float: right; text-align: right;">
<form name="modform" method="post" action="http://harley-forum.ru/index.php?" onsubmit="return checkdelete();">
<input type="hidden" name="act" value="mod" />
<input type="hidden" name="CODE" value="postchoice" />
<input type="hidden" name="f" value="2" />
<input type="hidden" name="t" value="2" />
<input type="hidden" name="auth_key" value="b217826f1be5afbed9d3ff7936b29877" />
<input type="hidden" name="st" value="0" />
<input type="hidden" value="" name="selectedpids" />
<select name="tact">
<option value="merge">Объединить сообщения</option>
<option value="move">Переместить сообщения</option>
<option value="delete">Удалить сообщения</option>
<option value="split">Разделить тему</option>
<option value="approve">Опубликовать сообщение</option>
<option value="unapprove">Скрыть сообщение</option>
...
if( $mod_panel = $this->moderation_panel() )
{
$this->output = str_replace( "<!--IBF.MOD_FULL_WRAPPER-->", $this->ipsclass->compiled_templates['skin_topic']->mod_panel_wrapper( array( 'TOPIC' => $this->topic, 'FORUM' => $this->forum ), $this->ipsclass->return_md5_check() ), $this->output );
...