<!DOCTYPE html><html lang="fa"><head>
    <head:meta></head:meta>
    <head:script></head:script>
    <head:style></head:style>
    <meta content="width=device-width, initial-scale=1, maximum-scale=2" name="viewport">
</head>
<body>

<header>
    <h1><a title="(*blog_title*)" href="(*blog_link*)">(*blog_title*)</a></h1>
    <h2>(*blog_short_description*)</h2>
</header>

<div id="wrp">
    <box:menu>
        <nav>
            <ul>
                <view:menu>
                    <li><a title="(*menu_item_title*)" href="(*menu_item_link*)">(*menu_item_title*)</a></li>
                </view:menu>
            </ul>
        </nav>
    </box:menu>
    <main>
        <box:messages>
            <view:messages>
                <div class="mt item_(*message_type*)">
                    <div class="icon"></div>
                    (*message*)
                </div>
            </view:messages>
        </box:messages>

        <!--آغاز شرح مطلب-->
        <box:post_detail>
            <div class="post">
                <div class="toppost">
                    <check:if post_image>
                        <div class="thumb">
                            <img src="(*post_image*)" alt="(*post_title*)" title="(*post_title*)">
                        </div>
                    </check:if>
                    <h3 class="title">
                        <a name="full"></a>
                        <a title="(*post_title*)" href="(*post_link*)">(*post_title*)</a>
                    </h3>
                    <div class="date">
                        (*post_date*)
                    </div>
                </div>
                <div class="text">
                    (*post_full_content*)

                    <box:post_rating>
                        <span class="rate-box (*user_rated*)">
                            <span class="rate-button-box rate-up (*user_rated_up*)">
                                <a class="rate-button" href="(*rate_up_link*)" rel="nofollow" title="رای مثبت"> (*up_rates*) </a>
                            </span>
                            <span class="rate-button-box rate-down (*user_rated_down*)">
                                <a class="rate-button" href="(*rate_down_link*)" rel="nofollow" title="رای منفی"> (*down_rates*) </a>
                            </span>
                        </span>
                    </box:post_rating>
                </div>
                <box:post_tags>
                    <h3 class="tags">
                        <view:post_tags>
                            <a title="(*tag_name*)" href="(*tag_link*)">(*tag_name*)</a>
                        </view:post_tags>
                    </h3>
                </box:post_tags>
            </div>

            <!--آغاز نظرات شرح مطلب-->
            <box:post_comments>
                <a name="comments"></a>
                <check:if post_comment_count>
                    <check:if post_has_comments_section>
                        <div class="cmt-bg">
                            <a title="هدایت به فرم ارسال نظر" href="(*post_link*)#send_comment">برو به فرم ارسال نظر</a>
                        </div>
                    </check:if>
                </check:if>
                <view:post_comments>
                    <div class="post">
                        <a name="comment-(*comment_id*)"></a>
                        <div class="comment">
                            <div class="comment-details">
                                <span class="avatar"><img title="(*comment_fullname*)" src="(*comment_avatar*)"></span>
                                <a href="(*comment_website*)" rel="nofollow" target="_blank" title="(*comment_fullname*)">
                                    (*comment_fullname*)</a> |
                                <a href="(*comment_link*)">(*comment_date*)</a>
                            </div>
                            <div class="cmttext">
                                (*comment_body*)
                            </div>
                            <check:if comment_reply>
                                <div class="rep-pic">
                                    <img src="//bayanbox.ir/view/2651613487017187401/reply.png">
                                </div>
                                <div class="cmtreplay">
                                    (*comment_reply*)
                                </div>
                            </check:if>
                        </div>
                    </div>
                </view:post_comments>
            </box:post_comments>

            <check:if post_has_send_comment>
                <div class="post">
                    <a name="send_comment"></a>
                    <div class="comment-form">
                        (*comment_add_form*)
                    </div>
                </div>
            </check:if>
            <!--پایان نظرات شرح مطلب-->
        </box:post_detail>
        <!--پایان شرح مطلب-->

        <!--آغاز صفحات-->
        <box:page_detail>
            <div class="post">
                <div class="toppost">
                    <!--If You Want Hide Title, Must Change title to title- -->
                    <h3 class="title">
                        <a title="(*page_title*)" href="(*page_link*)">(*page_title*)</a>
                    </h3>
                </div>
                <div class="text">
                    (*page_content*)
                </div>
                <!--آغاز نظرات صفحات-->
                <box:page_comments>
                    <a name="comments"></a>
                    <check:if page_comment_count>
                        <check:if page_has_comments_section>
                            <div class="cmt-bg">
                                <a title="هدایت به فرم ارسال نظر" href="(*page_link*)#send_comment">برو به فرم ارسال نظر</a>
                            </div>
                        </check:if>
                    </check:if>
                    <view:page_comments>
                        <div class="post">
                            <a name="comment-(*comment_id*)"></a>
                            <div class="comment">

                                <div class="comment-details">
                                    <span class="avatar"><img title="(*comment_fullname*)" src="(*comment_avatar*)"></span>
                                    <a href="(*comment_website*)" rel="nofollow" target="_blank" title="(*comment_fullname*)">
                                        (*comment_fullname*)</a> |
                                    <a href="(*comment_link*)">(*comment_date*)</a>
                                </div>
                                <div class="cmttext">
                                    (*comment_body*)
                                </div>

                                <check:if comment_reply>
                                    <div class="rep-pic">
                                        <img src="//bayanbox.ir/view/2651613487017187401/reply.png">
                                    </div>
                                    <div class="cmtreplay">
                                        (*comment_reply*)
                                    </div>
                                </check:if>
                            </div>
                        </div>
                    </view:page_comments>
                </box:page_comments>

                <check:if page_has_send_comment>
                    <div class="post">
                        <a name="send_comment"></a>
                        <div class="comment-form">
                            (*comment_add_form*)
                        </div>
                    </div>
                </check:if>
                <!--پایان نظرات صفحات-->
            </div>
        </box:page_detail>
        <!--پایان صفحات-->

        <!--آغاز خلاصه مطلب-->
        <box:post_list>
            <check:if post_list_title>
                <div class="mt message">
                    <h3>(*post_list_title*).</h3>
                </div>
            </check:if>
            <view:post_list>
                <div class="post">
                    <div class="toppost">
                        <check:if post_image>
                            <div class="thumb">
                                <img src="(*post_image*)" alt="(*post_title*)" title="(*post_title*)">
                            </div>
                        </check:if>
                        <!--If You Want Hide Title, Must Change title to title- -->
                        <h3 class="title">
                            <a title="(*post_title*)" href="(*post_link*)">(*post_title*)</a>
                        </h3>
                    </div>
                    <div class="text">
                        (*post_summary*)
										<box:post_rating>
                        <span class="rate-box (*user_rated*)">
                            <span class="rate-button-box rate-up (*user_rated_up*)">
                                <a class="rate-button" href="(*rate_up_link*)" rel="nofollow" title="رای مثبت"> (*up_rates*) </a>
                            </span>
                            <span class="rate-button-box rate-down (*user_rated_down*)">
                                <a class="rate-button" href="(*rate_down_link*)" rel="nofollow" title="رای منفی"> (*down_rates*) </a>
                            </span>
                        </span>
                    </box:post_rating>
                        <div class="redcom">
                            <check:if post_has_read_more>
                                <span class="more">
                                    <a title="نمایش مطلب (*post_title*) بطور کامل" href="(*post_link*)#full">ادامه مطلب</a>
                                </span>
                            </check:if>
                            <check:if post_has_comments_section>
								<span class="commentpost">
								<a title="(*post_comment_count*) نظر" href="(*post_link*)#comments">(*post_comment_count*) نظر</a>
								</span>
                            </check:if>
                        </div>
                    </div>
                </div><!--post-->
            </view:post_list>
        </box:post_list>
        <!--پایان خلاصه مطلب-->

        <!--آغاز صفحه بندی-->
        <box:pagination>
            <div class="pagin">
                <check:if page_prev>
                    <a title="مطالب جدیدتر" href="(*page_prev*)">مطالب جدیدتر</a>
                </check:if>
                <check:if page_next>
                    <a title="مطالب قدیمی تر" href="(*page_next*)">مطالب قدیمی تر</a>
                </check:if>
            </div>
            <div class="clear"></div>
        </box:pagination>
        <!--پایان صفحه بندی-->
    </main>
    <footer>
        <box:blog_info>
            <check:if blog_description>
                (*blog_description*)
            </check:if>
        </box:blog_info>
        <a href="//naghl.blog.ir/post/eshghi_template" target="_blank" title="طراحی قالب توسط نقل بلاگ">طراحی توسط نقل بلاگ</a>
    </footer>
</div><!--wrp-->
</body></html>