أهلا وسهلا بك زائرنا الكريم في منتدى دعم PBBoard الرسمي، لكي تتمكن من المشاركة ومشاهدة جميع أقسام المنتدى وكافة الميزات ، يجب عليك إنشاء حساب جديد بالتسجيل بالضغط هنا أو تسجيل الدخول اضغط هنا إذا كنت عضواً .

مشكلة باستايل طلب مساعدتكم


مشاهدة المشاركة في الموضوع بالعرض العادي
look/images/icons/i1.gif مشكلة باستايل طلب مساعدتكم
  05-02-2018 11:34 مساءً  
yassinos
معلومات الكاتب
تفضل



CODE
<script type='text/javascript'>
function AjaxTitle()
{
var data = {};
var m_subject_id =  $("#m_subject_id").val();

var status_r_ =$("#status_r_"+m_subject_id+"");
var AjaxState = {ajaxSend : status_r_.html("
    <img alt='' class='brd0' src='{$image_path}/loading.gif'>")};

data['title']   =   $("#title_id").val();
data['m_subject']       =   $("#m_subject_id").val();
data['ajax']    =   true;

$.post("index.php?page=ajax&subjects=1&rename=1",data,function Success(xml) { status_r_.html(xml); $("#title_" + $("#m_subject_id").val()).html(xml); });

}

function rename_title(valu,title)
{
if (valu){
$.cookie("PbbSubject_id", valu, { expires: 1 });
}
$("#status_rename_"+valu+"").show("slow");
$("#status_rename_"+valu+"").html('
        
        <input type="text" name="title" id="title_id" value="' + title + '" size="30"/>
        <input type="hidden" name="m_subject" id="m_subject_id" value="' + valu + '" />
        <input type="button" name="button" class="input_button" value="{$lang['Adopted']}" />
        <input type="button" name="button" class="input_cancel" value="{$lang['Cancel']}" />');
$(".input_button").click(AjaxTitle);
$(".input_button").click(function()
{
$("#status_rename_"+valu+"").hide("slow");
$.cookie("PbbSubject_id", '', { expires: 0 });
});
$(".input_cancel").click(function()
{
$("#status_rename_"+valu+"").hide("slow");
$.cookie("PbbSubject_id", '', { expires: 0 });
});
}

    </script>
    <script type='text/javascript'>
function checkAll(form){
for (var i = 0; i < form.elements.length; i++){
eval("form.elements[" + i + "].checked = form.elements[0].checked");
}
}

    </script>
    <div class="rRow">
        <div class="r-right">
{template}add_subject_link{/template}
</div>
        <div class="l-left morwidth">
{if {$pager}}

            <?php echo $PowerBB->pager->show();?>
{/if}

        </div>
    </div>
    <!-- Code search Menu start -->
{if {$_CONF['group_info']['search_allow']} == '1'}
<!--
    <div id="searchContainer" class="searchforum">
        <form name="search" action="index.php?page=forum" method="get">
            <input type="hidden" name="page" value="forum" />
            <input type="hidden" name="start" value="1"/>
            <input type="hidden" name="search_only" value="1" />
            <input type="hidden" name="sort_order" value="desc" />
            <input type="hidden" name="section" value="{$SECTION_ID}" />
            <ul>
                <li>
                    <input type="submit" name="submit" class="submit-id pkr pkr-b" title="{$lang['start_search']}" />
                </li>
                <li>
                    <input type="text" name="keyword" id="field" value="{$lang['search_keyword']}" onfocus="if (this.value == '{$lang['search_keyword']}') this.value = '';"
dir="{$_CONF['info_row']['content_dir']}" />
                </li>
                <li>
                    <input title="{$lang['advanced_search']}" type="button" id="advanced_search" onclick="window.open('index.php?page=search&amp;index=1','mywindow','')" value="{$lang['advanced_search']}" />
                </li>
            </ul>
        </form>
    </div>
{/if}
-->
    <!-- Code search Menu End -->
    
    
    
    
    
    <form name="tools_thread" method="post" enctype="multipart/form-data" action="index.php?page=management&amp;subject=1&amp;section={$SECTION_ID}&amp;operator=tools_thread">
        <table class="border pkr-b forum_sub wd98 brd1 clpc0 a-center">
{if {$NO_SUBJECTS}}

            <tr>
                <td class="thead RD-pkr pkr-b wd75 a-center" colspan="2">
                    <span class="l-left">
                        <a href="index.php?page=forum&amp;show=1&amp;orderby=1&amp;id={$SECTION_ID}&amp;sort=rating"
title="{$lang['sort']}" rel="nofollow">
{$lang['sort_rating']}
{if {$sort_rating}}
&nbsp;
                            <i title="{$lang['progressive']}" class="fa fa-sort"></i>
{/if}

                        </a>
                    </span>
                    <span class="r-right">
                        <a href="index.php?page=forum&amp;show=1&amp;orderby=1&amp;id={$SECTION_ID}&amp;sort=asc"
title="{$lang['sort']}" rel="nofollow">
{$lang['Subject']}
{if {$sort_asc}}
&nbsp;
                            <i title="{$lang['progressive']}" class="fa fa-sort"></i>
{/if}

                        </a>  /

                        <a href="index.php?page=forum&amp;show=1&amp;orderby=1&amp;id={$SECTION_ID}&amp;sort=writer"
title="{$lang['sort']}" rel="nofollow">
{$lang['sort_writer']}
{if {$sort_writer}}
&nbsp;
                            <i title="{$lang['progressive']}" class="fa fa-sort"></i>
{/if}

                        </a>
                    </span>
                </td>
                <td class="thead RD-pkr pkr-b forum_sub_lasts wd25 nwrp a-center">
                    <a href="index.php?page=forum&amp;show=1&amp;orderby=1&amp;id={$SECTION_ID}&amp;sort=write_time"
title="{$lang['sort']}" rel="nofollow">
{$lang['write_date']}
{if {$sort_write_time}}
&nbsp;
                        <i title="{$lang['progressive']}" class="fa fa-sort"></i>
{/if}

                    </a>
                </td>
                <!-- RD -->
                <td class="thead RD-pkr pkr-b forum_sub_rep wd4 nwrp a-center">
                    <a href="index.php?page=forum&amp;show=1&amp;orderby=1&amp;id={$SECTION_ID}&amp;sort=reply_number"
title="{$lang['sort']}" rel="nofollow">
{$lang['reply_num']}
{if {$sort_reply_number}}
&nbsp;
                        <i title="{$lang['progressive']}" class="fa fa-sort"></i>
{/if}

                    </a>
                </td>
                <td class="thead RD-pkr pkr-b forum_sub_vis wd4 nwrp a-center">
                    <a href="index.php?page=forum&amp;show=1&amp;orderby=1&amp;id={$SECTION_ID}&amp;sort=visitor"
title="{$lang['sort']}" rel="nofollow">
{$lang['subject_visitor']}
{if {$sort_visitor}}
&nbsp;
                        <i title="{$lang['progressive']}" class="fa fa-sort"></i>
{/if}

                    </a>
                </td>
                <!-- RD -->


{if !{$mod_toolbar}}

                <td class="thead RD-pkr pkr-b wd1 nwrp">
                    <input type="checkbox" name="check_all" onclick="checkAll(this.form)" />
                </td>
{/if}


            </tr>
{template}adsense_forum{/template}
{template}forum_announcement_table{/template}


        </table>
{if !{$NO_REVIEW_SUBJECTS}}

        <table class="border pkr-b collapse brd1 clpc0 a-center">
            <tr>
                <td colspan="{$colspan}" class="thead RD-pkr pkr-b wd98 a-center">
{$lang['subjects_review']}
</td>
            </tr>
        </table>
        <table class="border pkr-b wd98 brd1 clpc0 a-center">
{Des::while}{review_subject_list}
{if {$review_subject_list['review_subject']}}

            <tr>
                <td class="row1 RD-wd2 a-center">
                    <table>
                        <tr>
                            <td class="RD-forum_sub_dotrev">
                                <img alt="" src="{$image_path}/dot_review.gif" class="brd0"
title="{$lang['subject_review']}" />
                            </td>
                            <td class="forum_sub_icon a-center">
                                <img src="{$review_subject_list['icon']}" alt="" />
                            </td>
                        </tr>
                    </table>
                </td>
                <td class="row2 wd70">
                    <?php $PowerBB->_CONF['template']['while']['review_subject_list'][$this->x_loop]['title'] = $PowerBB->Powerparse->censor_words($PowerBB->_CONF['template']['while']['review_subject_list'][$this->x_loop]['title']); ?>

                    <span dir="{$_CONF['info_row']['content_dir']}">
                        <b>{$review_subject_list['prefix_subject']}</b>
                    </span>
                    <a href="t{$review_subject_list['id']}{$password}">
                        <span class="title_font">
                            <span id="status_r_{$review_subject_list['id']}">
                                <b>{$review_subject_list['title']}</b>
                            </span>
                        </span>
                    </a>

{if !{$mod_toolbar}}

                    <a href="#rename_title_{$review_subject_list['id']}" class="renameIcon" onclick="return rename_title('{$review_subject_list['id']}','{$review_subject_list['title']}')" id="rename_t_{$review_subject_list['id']}">
                        <i class="renametitle fa fa-pencil"></i>
                    </a>
                    <span id="status_rename_{$review_subject_list['id']}" style="display: none;"></span>
{/if}

{if {$review_subject_list['reply_number']} > {$_CONF['info_row']['perpage']}}

                    <img src="{$image_path}/multipage.gif"
alt="{$lang['subject_multipage']}"
title="{$lang['subject_multipage']}" class="l-left f_perpage" />
{/if}
{if {$review_subject_list['attach_subject']} == 1}

                    <img src="{$image_path}/attach.gif"
alt="{$lang['subject_attach']}"
title="{$lang['subject_attach']}" class="l-left f_attach" />
{/if}
{if {$review_subject_list['rating']} > {$_CONF['info_row']['show_rating_num_max']}}

                    <img alt="" src="{$image_path}/rating/rating_5.gif"
title="{$lang['Rate_Topic']}
{$review_subject_list['rating']} " class="l-left f_rating" />
{/if}
{if {$review_subject_list['close']}}

                    <span class="inline-block">{$lang['subject_close']}</span>
{/if}
{if {$review_subject_list['delete_topic']}}

                    <span class="inline-block">{$lang['subject_delete']}</span>
{/if}
{if {$review_subject_list['special']}}

                    <div class="vide"></div>
{$lang['subject_special']}

                    <span class="l-left">
                        <img src="{$image_path}/star.gif"
alt="{$lang['s_special']}" class="f_special brd0" />
                    </span>
{/if}
{if {$_CONF['info_row']['subject_describe_show']} and {$review_subject_list['subject_describe']} != ''}

                    
                    <span class="smallfont">{$review_subject_list['subject_describe']}</span>
{/if}

                    
                    <?php echo $PowerBB->functions->GetUsernameStyleAndUserId($PowerBB->_CONF['template']['while']['review_subject_list'][$this->x_loop]['writer']);?>

                    <div class="forum_resp">
                        <div class="forum_sub_n_rep">
{$lang['reply_num']} : {$review_subject_list['reply_number']}
</div>
                        <div class="forum_sub_n_vis">
{$lang['subject_visitor']} : {$review_subject_list['visitor']}
</div>
{if {$review_subject_list['reply_number']} > 0}

                        <div class="forum_sub_n_lasts">
                            <span class="n_lasts_guest">
{$lang['write_date']} :
{if {$review_subject_list['last_replier']} == 'Guest'}
{$lang['Guest_']} ,
</span>
{else}

                            <span class="n_lasts-rep">
                                <?php echo $PowerBB->functions->GetUsernameStyleAndUserId($PowerBB->_CONF['template']['while']['review_subject_list'][$this->x_loop]['last_replier']);?> ,

                            </span>
{/if}

                            <span class="n_lasts_date">
{$lang['last_date']}
{$review_subject_list['reply_date']}
</span>
                        </div>
{/if}

                    </div>
                </td>
                <td class="row2 forum_sub_lasts wd25 a-center">
{if {$review_subject_list['reply_number']} <= 0}
{$lang['no_replys']}
{else}

                    <?php echo $PowerBB->functions->GetUsernameStyleAndUserId($PowerBB->_CONF['template']['while']['review_subject_list'][$this->x_loop]['last_replier']);?>
                    
                    <span class="smallfont">
{$review_subject_list['reply_date']}
</span >
{/if}

                </td>
                <!-- RD -->
                <td class="row2 forum_sub_rep wd4 a-center">
{if {$review_subject_list['reply_number']} == 0}
{$review_subject_list['reply_number']}
{else}

                    <a onclick="window.open('index.php?page=misc&amp;whoposted=1&amp;subject_id={$review_subject_list['id']}','mywindow','location=1,status=1,scrollbars=1,width=150,height=300')">
                        <u class="whoposted">{$review_subject_list['reply_number']}</u>
                    </a>
{/if}

                </td>
                <td class="row1 forum_sub_vis wd4 a-center">
{$review_subject_list['visitor']}
</td>
                <!-- RD -->












{if !{$mod_toolbar}}

                <td class="row1 wd1 a-center">
                    <input type="checkbox" name="check[]" value="{$review_subject_list['id']}" />
                </td>
{/if}

            </tr>
{/if}
{/Des::while}

        </table>
{/if}
{if !{$NO_STICK_SUBJECTS}}

        <table class="border pkr-b wd98 brd1 clpc0 a-center">
            <tr>
                <td colspan="{$colspan}" class="thead RD-pkr pkr-b wd98 a-center">
 {$lang['stick_subject_list']}
</td>
            </tr>
        </table>
        <table class="border pkr-b wd98 brd1 clpc0 a-center">
{Des::while}{stick_subject_list}
{if {$stick_subject_list['stick']}}

            <tr>
                <td class="row1 RD-wd2 a-center">
                    <table>
                        <tr>
                          <td class="forum_sub_icon">
                                  <?php echo $PowerBB->functions->RDGetUsernameStyleAndUserId($PowerBB->_CONF['template']['while']['subject_list'][$this->x_loop]['writer']);?>
                          </td>
                          
                            <td class="RD-forum_sub_dotrev hint--left" data-hint="{$lang['stick_subject']}">
                                <i class="pe-7s-pin"></i>
                            </td>
                            
                        </tr>
                    </table>
                </td>
                <td class="row2 wd70">
                    <?php
$PowerBB->_CONF['template']['while']['stick_subject_list'][$this->x_loop]['title'] = $PowerBB->Powerparse->censor_words($PowerBB->_CONF['template']['while']['stick_subject_list'][$this->x_loop]['title']);
$num ='99';
$PowerBB->_CONF['template']['while']['stick_subject_list'][$this->x_loop]['text'] = $PowerBB->functions->words_count_replace_strip_tags_html2bb($PowerBB->_CONF['template']['while']['stick_subject_list'][$this->x_loop]['text'],$num);?>

                    <span dir="{$_CONF['info_row']['content_dir']}">
                        <b>{$stick_subject_list['prefix_subject']} </b>
                    </span>

                    <a href="t{$stick_subject_list['id']}{$password}">
                        <span class="title_font">
                            <span id="status_r_{$stick_subject_list['id']}">
                                <b>{$stick_subject_list['title']}</b>
                            </span>
                        </span>
                    </a>

{if !{$mod_toolbar}}

                    <a href="#rename_title_{$stick_subject_list['id']}" class="renameIcon" onclick="return rename_title('{$stick_subject_list['id']}','{$stick_subject_list['title']}')" id="rename_t_{$stick_subject_list['id']}">
                        <i class="renametitle fa fa-pencil"></i>
                    </a>
                    <span id="status_rename_{$stick_subject_list['id']}" style="display: none;"></span>
{/if}


{if {$stick_subject_list['reply_number']} > {$_CONF['info_row']['perpage']}}
{template}forum_perpage_reply{/template}

                    <img alt="" src="{$image_path}/multipage.gif"
title="{$lang['subject_multipage']}" class="l-left f_perpage" />
{/if}
{if {$stick_subject_list['attach_subject']} == 1}

                    <img alt="" src="{$image_path}/attach.gif"
title="{$lang['subject_attach']}" class="l-left f_attach" />
{/if}

<span style="color: rgb(0, 129, 255);font-size: 20px;float: left;" class="hint--top" data-hint="موضوع مثبت">
<i class="pe-7s-pin"></i>
</span>

{if {$stick_subject_list['rating']} > {$_CONF['info_row']['show_rating_num_max']}}

                    <img alt="" src="{$image_path}/rating/rating_5.gif"
title="{$lang['Rate_Topic']}
{$stick_subject_list['rating']} " class="l-left f_rating" />
{/if}



{if {$stick_subject_list['close']}}

                    <span class="inline-block">{$lang['subject_close']}</span>
{/if}
{if {$stick_subject_list['delete_topic']}}

                    <span class="inline-block">{$lang['subject_delete']}</span>
{/if}
{if {$stick_subject_list['special']}}

                    <div class="vide"></div>
{$lang['subject_special']}

                    <span class="l-left">
                        <img src="{$image_path}/star.gif"
alt="{$lang['s_special']}" class="f_special brd0" />
                    </span>
{/if}
{if {$_CONF['info_row']['subject_describe_show']} and {$stick_subject_list['subject_describe']} != ''}

                    
                    <span class="smallfont">{$stick_subject_list['subject_describe']}</span>
{/if}

                    
                    <?php echo $PowerBB->functions->GetUsernameStyleAndUserId($PowerBB->_CONF['template']['while']['stick_subject_list'][$this->x_loop]['writer']);?>
                    <div class="forum_resp">
                        <div class="forum_sub_n_rep">
{$lang['reply_num']} : {$stick_subject_list['reply_number']}
</div>
                        <div class="forum_sub_n_vis">
{$lang['subject_visitor']} : {$stick_subject_list['visitor']}
</div>
{if {$stick_subject_list['reply_number']} > 0}

                        <div class="forum_sub_n_lasts">
                            <span class="n_lasts_guest">
{$lang['write_date']} :
{if {$stick_subject_list['last_replier']} == 'Guest'}
{$lang['Guest_']} ,
</span>
{else}

                            <span class="n_lasts-rep">
                                <?php echo $PowerBB->functions->GetUsernameStyleAndUserId($PowerBB->_CONF['template']['while']['stick_subject_list'][$this->x_loop]['last_replier']);?> ,

                            </span>
{/if}

                            <span class="n_lasts_date">
{$lang['last_date']}
{$stick_subject_list['reply_date']}
</span>
                        </div>
{/if}

                    </div>
                </td>
                <td class="row2 forum_sub_lasts wd25 a-center">
{if {$stick_subject_list['reply_number']} <= 0}
{$lang['no_replys']}
{else}

                    <?php echo $PowerBB->functions->GetUsernameStyleAndUserId($PowerBB->_CONF['template']['while']['stick_subject_list'][$this->x_loop]['last_replier']);?>
                    
                    <span class="smallfont">
{$stick_subject_list['reply_date']}
</span >
{/if}

                </td>
                <!-- RD -->
                <td class="row2 forum_sub_rep wd4 a-center">
{if {$stick_subject_list['reply_number']} == 0}
{$stick_subject_list['reply_number']}
{else}

                    <a onclick="window.open('index.php?page=misc&amp;whoposted=1&amp;subject_id={$stick_subject_list['id']}','mywindow','location=1,status=1,scrollbars=1,width=150,height=300')">
                        <u class="whoposted">{$stick_subject_list['reply_number']}</u>
                    </a>
{/if}

                </td>
                <td class="row1 forum_sub_vis wd4 a-center">
{$stick_subject_list['visitor']}
</td>
                <!-- RD -->














{if !{$mod_toolbar}}

                <td class="row1 wd1 a-center">
                    <input type="checkbox" name="check[]" value="{$stick_subject_list['id']}" />
                </td>
{/if}

            </tr>
{/if}
{/Des::while}

        </table>
{/if}        
<br><br>
        <table class="border pkr-b wd98 brd1 clpc0 a-center">
            <tr>
                <td colspan="{$colspan}" class="thead RD-pkr pkr-b wd98 a-center">
 {$lang['subject_list']}
</td>
            </tr>
        </table>
        <table class="border pkr-b wd98 brd1 clpc0 a-center">
{Des::while}{subject_list}

            <?php
if($PowerBB->_CONF['template']['while']['subject_list'][$this->x_loop]['stick'] == 0
and $PowerBB->_CONF['template']['while']['subject_list'][$this->x_loop]['review_subject'] == 0)
{
?>


            <tr>
                <td class="row1 RD-wd2 a-center">
                  
                    <table>
                        <tr>


                          <td class="forum_sub_icon">
                                  <?php echo $PowerBB->functions->RDGetUsernameStyleAndUserId($PowerBB->_CONF['template']['while']['subject_list'][$this->x_loop]['writer']);?>
                          </td>




                            <td class="RD-forum_sub_dotrev">
{if {$subject_list['delete_topic']} == 1}

                                <img alt="" src="{$image_path}/dot_trash.gif"
title="{$lang['s_delete']}" />
{elseif {$subject_list['poll_subject']} == 1}

                                <img alt="" src="{$image_path}/dot_poll.gif"
title="{$lang['dot_poll']}" />
{elseif {$subject_list['close']}  == 1}

                                <img alt="" src="{$image_path}/dot_lockfolder.gif" class="brd0"
title="{$lang['s_close']}" />
{elseif {$subject_list['writer']} == {$_CONF['member_row']['username']}}

                                <img alt="" src="{$image_path}/dot_folder.gif"
title="{$lang['subject_personal']}" />
{elseif {$subject_list['reply_number']} > 15 and {$subject_list['visitor']} > 150}

                                <img alt="" src="{$image_path}/dot_hotfolder.gif"
title="{$lang['Hot_subject']}" />
{elseif {$subject_list['stick']} == 1}

                                <img alt="" src="{$image_path}/sticky.gif"
title="{$lang['stick_subject']}" />
{elseif {$_CONF['member_row']['lastvisit']} > {$subject_list['write_time']}}

                                <img alt="" src="{$image_path}/dot_nonewfolder.gif"
title="{$lang['no_newPosts']}" />
{elseif {$subject_list['write_time']} > {$_CONF['member_row']['lastvisit']}}

                                <img alt="" src="{$image_path}/dot_newfolder.gif"
title="{$lang['there_are_new_posts']}" />
{else}

                                <img alt="" src="{$image_path}/dot_nonewfolder.gif"
title="{$lang['no_newPosts']}" />
{/if}       
                            </td>
                            
                        </tr>
                    </table>
                </td>
                <td class="row2 wd70">
                    <?php
$PowerBB->_CONF['template']['while']['subject_list'][$this->x_loop]['title'] = $PowerBB->Powerparse->censor_words($PowerBB->_CONF['template']['while']['subject_list'][$this->x_loop]['title']);
$num ='99';
$PowerBB->_CONF['template']['while']['subject_list'][$this->x_loop]['text'] = $PowerBB->functions->words_count_replace_strip_tags_html2bb($PowerBB->_CONF['template']['while']['subject_list'][$this->x_loop]['text'],$num);
?>

                    <?php $PowerBB->_CONF['template']['while']['subject_list'][$this->x_loop]['title'] = str_replace('&','&',$PowerBB->_CONF['template']['while']['subject_list'][$this->x_loop]['title']); ?>
                    <span class="title_font">
                        <span dir="{$_CONF['info_row']['content_dir']}">
                            <b>{$subject_list['prefix_subject']}</b>
                        </span>
                    </span>
                    
<?php
if ($PowerBB->_CONF['member_permission']) {
$table = $PowerBB->prefix . 'subject_seen';
$nm = $PowerBB->DB->sql_num_rows($PowerBB->DB->sql_query("SELECT * FROM " . $table . " WHERE subject = '".$PowerBB->_CONF['template']['while']['subject_list'][$this->x_loop]['id']."' AND uid = '" . $PowerBB->_CONF['member_row']['id'] . "' ;"));
if($nm){
$PowerBB->_CONF['template']['while']['subject_list'][$this->x_loop]['style'] = 'font-weight:lighter !important';
}
else{
$PowerBB->_CONF['template']['while']['subject_list'][$this->x_loop]['style'] = 'font-weight:900 !important';
}}
?>
<a title="{$subject_list['text']}" href="t{$subject_list['id']}{$password}" style="{$subject_list['style']}">

                        <span class="title_font">
                            <span id="status_r_{$subject_list['id']}">{$subject_list['title']}</span>
                        </span>
                    </a>
{if !{$mod_toolbar}}

                    <a href="#rename_title_{$subject_list['id']}" class="renameIcon" onclick="return rename_title('{$subject_list['id']}','{$subject_list['title']}')" id="rename_t_{$subject_list['id']}">
                        <i class="renametitle fa fa-pencil"></i>
                    </a>
                    <span id="status_rename_{$subject_list['id']}" style="display: none;"></span>

{/if}
{if {$subject_list['reply_number']} > {$_CONF['info_row']['perpage']}}
{template}forum_perpage_reply{/template}

                    <img src="{$image_path}/multipage.gif"
alt="{$lang['subject_multipage']}"
title="{$lang['subject_multipage']}" class="l-left f_perpage" />
{/if}
{if {$subject_list['attach_subject']} == 1}

                    <img src="{$image_path}/attach.gif"
alt="{$lang['subject_attach']}"
title="{$lang['subject_attach']}" class="l-left f_attach" />
{/if}
{if {$subject_list['review_reply']}  > 0}

                    <img src="{$image_path}/moderated_small.gif"
alt="{$subject_list['review_reply']}
{$lang['Posts_was_observed']}"
title="{$subject_list['review_reply']}
{$lang['Posts_was_observed']}" class="l-left f_observed" />
{/if}
{if {$subject_list['rating']} > {$_CONF['info_row']['show_rating_num_max']}}

                    <img alt="" src="{$image_path}/rating/rating_5.gif"
title="{$lang['Rate_Topic']}
{$subject_list['rating']} " class="l-left f_rating" />
{/if}
{if {$subject_list['close']}}

                    <span class="inline-block">{$lang['subject_close']}</span>
{/if}
{if {$subject_list['delete_topic']}}

                    <span class="inline-block">{$lang['subject_delete']}</span>
{/if}
{if {$subject_list['special']}}

                    <div class="vide"></div>
{$lang['subject_special']}

                    <span class="l-left">
                        <img class="brd0" src="{$image_path}/star.gif"
alt="{$lang['s_special']}" />
                    </span>
{/if}
{if {$_CONF['info_row']['subject_describe_show']} and {$subject_list['subject_describe']} != ''}

                    
                    <span class="smallfont">{$subject_list['subject_describe']}</span>
{/if}

                    
{if {$subject_list['writer']} == 'Guest'}
{$lang['Guest_']}
{else}

                    <?php echo $PowerBB->functions->GetUsernameStyleAndUserId($PowerBB->_CONF['template']['while']['subject_list'][$this->x_loop]['writer']);?>
{/if}

                    <div class="forum_resp">
                        <div class="forum_sub_n_rep">
{$lang['reply_num']} : {$subject_list['reply_number']}
</div>
                        <div class="forum_sub_n_vis">
{$lang['subject_visitor']} : {$subject_list['visitor']}
</div>
{if {$subject_list['reply_number']} > 0}

                        <div class="forum_sub_n_lasts">
                            <span class="n_lasts_guest">
{$lang['write_date']} :
{if {$subject_list['last_replier']} == 'Guest'}
{$lang['Guest_']} ,
</span>
{else}

                            <span class="n_lasts-rep">
                                <?php echo $PowerBB->functions->GetUsernameStyleAndUserId($PowerBB->_CONF['template']['while']['subject_list'][$this->x_loop]['last_replier']);?> ,

                            </span>
{/if}

                            <span class="n_lasts_date">
{$lang['last_date']}
{$subject_list['reply_date']}
</span>
                        </div>
{/if}

                    </div>
                </td>
                <td class="row2 forum_sub_lasts wd25 a-center">
{if {$subject_list['reply_number']} <= 0}
{$lang['no_replys']}
{else}
{if {$subject_list['last_replier']} == 'Guest'}
{$lang['Guest_']}
{else}

                    <?php echo $PowerBB->functions->GetUsernameStyleAndUserId($PowerBB->_CONF['template']['while']['subject_list'][$this->x_loop]['last_replier']);?>
                    
                    <span class="smallfont">
{$subject_list['reply_date']}
</span>
{/if}
{/if}

                </td>
                <!-- Rd -->
                <td class="row2 forum_sub_rep wd4 a-center">
{if {$subject_list['reply_number']} == 0}
{$subject_list['reply_number']}
{else}

                    <a onclick="window.open('index.php?page=misc&amp;whoposted=1&amp;subject_id={$subject_list['id']}','mywindow','location=1,status=1,scrollbars=1,width=150,height=300')">
                        <u class="whoposted">{$subject_list['reply_number']}</u>
                    </a>
{/if}

                </td>
                <td class="row1 forum_sub_vis wd4 a-center">
{$subject_list['visitor']}
</td>
                <!-- Rd -->











{if !{$mod_toolbar}}

                <td class="row1 wd1 a-center">
                    <input type="checkbox" name="check[]" value="{$subject_list['id']}" />
                </td>
{/if}

            </tr>
{/if}
{/Des::while}
{else}

        </table>
        <table class="border pkr-b wd98 brd1 clpc0 a-center">
            <tr>
                <td colspan="{$colspan}" class="thead RD-pkr pkr-b wd98 a-center">

{$lang['No_thread_forum']}

</td>
            </tr>
{/if}

        </table>
{if {$NO_SUBJECTS}}

        
{template}options_mod{/template}

        
        <!-- table -->
        <div style="width:98%; border-collapse: collapse;" class="table mrgTable">
            <dl>
                <dt></dt>
                <dd class="f_sub_link" style="text-align: {$align};">
{template}add_subject_link{/template}
</dd>
                <dd class="l-left f_sub_pager">
{if {$pager}}

                    <?php echo $PowerBB->pager->show();?>
{/if}

                </dd>
            </dl>
        </div>
        <!-- /table -->
        
        <table class="border pkr pkr-b wd98 brd1 clpc0 a-center">
            <tr>
                <td class="thead RD-pkr pkr-b wd30">{$lang['online_naw']} : {$online_number}

                    <span class="inline-block">({$MemberNumber}
{$lang['Member_and']}
{$GuestNumber}
{$lang['Guest_']})
</span>
                </td>
                <td class="thead RD-pkr pkr-b wd20">{$lang['moderators_forum']}</td>
            </tr>
            <tr>
                <td class="row1 pkr wd30">{template}forum_online_table{/template}</td>
                <td class="row1 pkr wd20">
{template}forum_moderator_table{/template}
</td>
            </tr>
        </table>
        
        <table class="border pkr pkr-b wd98 brd1 clpc0 a-center">
            <tr>
                <td class="row2 wd70 a-{$align}">
                    <div class="a-{$align}">
                        <table class="wd100 brd0 clp0 a-{$align}" style="border-collapse: collapse">
                            <tr>
                                <td>
                                    <img title="{$lang['newPosts']}"
src="{$image_path}/dot_newfolder.gif"
alt="{$lang['newPosts']}" class="brd0" />
                                </td>
                                <td class="smallfont">{$lang['newPosts']}</td>
                                <td>
                                    <img title="{$lang['no_newPosts']}"
src="{$image_path}/dot_nonewfolder.gif"
alt="{$lang['no_newPosts']}" class="brd0" />
                                </td>
                                <td class="smallfont">{$lang['no_newPosts']}</td>
                                <td class="smallfont"></td>
                            </tr>
                            <tr>
                                <td>
                                    <img title="{$lang['s_delete']}"
src="{$image_path}/dot_trash.gif"
alt="{$lang['s_delete']}" class="brd0" />
                                </td>
                                <td class="smallfont">{$lang['s_delete']}</td>
                                <td>
                                    <img title="{$lang['dot_hotfolder']}"
src="{$image_path}/dot_hotfolder.gif"
alt="{$lang['dot_hotfolder']}" class="brd0" />
                                </td>
                                <td class="smallfont">{$lang['Hot_subject']} </td>
                                <td class="smallfont"></td>
                            </tr>
                            <tr>
                                <td>
                                    <img title="{$lang['dot_poll']}"
src="{$image_path}/dot_poll.gif"
alt="{$lang['dot_poll']}" class="brd0" />
                                </td>
                                <td class="smallfont">{$lang['dot_poll']}</td>
                                <td>
                                    <img title="{$lang['dot_newposts']}"
src="{$image_path}/dot_newposts.gif"
alt="{$lang['dot_newposts']}" class="brd0" />
                                </td>
                                <td class="smallfont">{$lang['dot_newposts']}</td>
                                <td class="smallfont"></td>
                            </tr>
                            <tr>
                                <td>
                                    <img title="{$lang['su_close']}"
src="{$image_path}/dot_lockfolder.gif"
alt="{$lang['su_close']}" class="brd0" />
                                </td>
                                <td class="smallfont">{$lang['su_close']}</td>
                                <td>
                                    <img title="{$lang['your_subject_personal']}"
alt="" src="{$image_path}/dot_folder.gif" class="brd0" />
                                </td>
                                <td class="smallfont">{$lang['your_subject_personal']}</td>
                                <td class="smallfont" class="l-left">
{if {$_CONF['info_row']['active_rss']} == '1'}

                                    <span class="smallfont" class="left_text_align">
                                        <a href="index.php?page=rss&amp;section=1&amp;id={$SECTION_ID}">
                                            <img alt="" class="l-left brd0" src="{$image_path}/rss.gif"
title="{$lang['rss_section']}" />
                                        </a>
                                    </span>{/if}
                                </td>
                            </tr>
                        </table>
                    </div>
                </td>
            </tr>
        </table>
{/if}]]></template>
<template name="frame_form" templatetype="template" date="1452364357" username="PBBoard Solutions" decode="0" version="3.0.2"><![CDATA[<script language="javascript">
var myframes = 10;
</script><style>
table, input, select { font-size:8pt; font-family:tahoma;}
</style>
<script language="javascript">
var flag = true;    function acceptIt(){
window.returnValue = num.value;
window.close();
}    function showFrame(typ) {var html = '<center><table class="wd98 brd0 clp0 clpc0"><tr><td class="wd1"><img src="look/images/myframes/' + typ + '_cul.gif" alt=""  class="brd0" /></td><td class="wd100" style="background-image: url(https://pbboard.info/forums/look/images/myframes/' + typ + '_u.gif)"></td><td class="wd1"><img src="look/images/myframes/' + typ + '_cur.gif" alt=""  class="brd0" /></td></tr><tr><td class="wd1" style="background-image: url(https://pbboard.info/forums/look/images/myframes/' + typ + '_l.gif)"></td><td class="center_text_align wd100" style="background-image: url(https://pbboard.info/forums/look/images/myframes/' + typ + '.gif)">';
html += "<b><span style="font-size:18px;">&nbsp;</span><b>";
html += '</td><td class="wd1" style="background-image: url(https://pbboard.info/forums/look/images/myframes/' + typ + '_r.gif)"></td></tr><tr><td class="wd1"><img src="look/images/myframes/' + typ + '_cdl.gif" alt=""  class="brd0" /></td><td class="wd100" style="background-image: url(https://pbboard.info/forums/look/images/myframes/' + typ + '_d.gif)"></td><td class="wd1"><img src="look/images/myframes/' + typ + '_cdr.gif" alt=""  class="brd0" /></td></tr></table>';        preview.innerHTML = html;
}
</script>
</head>
<body style="background-color:#FFE1CE;color:brown">
<table class="wd100 brd0" style="margin-right:8px">
<tr><td class="center_text_align">
&nbsp;&nbsp;<input type="button" value="{$lang['Adopted']}" onclick="acceptIt()"> <input type="button" value="{$lang['Cancel']}" onclick="window.returnValue='';window.close()"><select id="num" onchange="showFrame(this.value)">
<script language="javascript">
for (var i=1; i<=myframes; i++)
document.write('<option value=' + i + '>{$lang['Under_Num']}  ' + i);</script></td></tr>
<tr><td class="center_text_align" id="preview" height="150px">
</td></tr>
</table>
<script language="javascript">
showFrame(1);
</script>


الساعة الآن 11:09 AM