جعل معلومات كاتب الموضوع عرضيا ومعلومات الذي يرد على اليمين

المشرفون: alhitary،طاقم الدعم،طاقم الاستايلات،طاقم الإضافات،طاقم الدروس،طاقم التعريب

TheIlluminative
رئيس طاقم الاستايلات
رئيس طاقم الاستايلات
مشاركات: 2158
اشترك في: الخميس مارس 27, 2003 10:06 pm
مكان: Nowhere
اتصال:

??? ??????? ???? ??????? ????? ???????? ???? ??? ??? ??????

مشاركةبواسطة TheIlluminative » الأحد يوليو 06, 2008 7:31 pm

?????? ?? ??????? ???? ??????? ???? ??????? ????? ???????? ???? ??? ??? ??????

  • prosilver
    ???? ??? theme/bidi.css
    ???? ??

    كود: تحديد الكل

    .rtl .postprofile {
       border-left: none;
       border-right-width: 1px;
       border-right-style: solid;
       float: left;
    /*   text-align: right; */
    }

    ??? ????

    كود: تحديد الكل

    .rtl .postprofilehor {
       float: left;
    /*   text-align: right; */
    }


    ???? ??? theme/content.css
    ???? ??

    كود: تحديد الكل

    .postprofile strong {
            font-weight: normal;
            color: #000000;
    }


    ??? ????

    كود: تحديد الكل

    .postprofilehor {
            /* Also see tweaks.css */
            margin: 5px 0 10px 0;
            min-height: 80px;
            color: #666666;
            border-bottom: 1px solid #FFFFFF;
            width: 100%;
            float: right;
            display: inline;
    }

    .postprofilehor dd, .postprofilehor dt {
            line-height: 1.2em;
            margin-left: 8px;
            display: inline;
    }

    .postprofilehor strong {
            font-weight: normal;
            color: #000000;
    }

    ???? ??? template/viewtopic_body.html

    ???? ??

    كود: تحديد الكل

    <!-- BEGIN postrow -->
       <!-- IF postrow.S_FIRST_UNREAD --><a id="unread"></a><!-- ENDIF -->
       <div id="p{postrow.POST_ID}" class="post <!-- IF postrow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF postrow.S_UNREAD == 1 --> unreadpost<!-- ENDIF --><!-- IF postrow.S_POST_REPORTED --> reported<!-- ENDIF --><!-- IF postrow.S_ONLINE --> online<!-- ENDIF -->">
          <div class="inner"><span class="corners-top"><span></span></span>

          <div class="postbody">
             <!-- IF postrow.S_IGNORE_POST -->
                <div class="ignore">{postrow.L_IGNORE_POST}</div>
             <!-- ELSE -->

          <!-- IF not S_IS_BOT -->
             <!-- IF postrow.U_QUOTE or postrow.U_INFO or postrow.U_DELETE or postrow.U_EDIT -->
                <ul class="profile-icons">
                   <!-- IF postrow.U_QUOTE --><li class="quote-icon"><a href="{postrow.U_QUOTE}" title="{L_REPLY_WITH_QUOTE}"><span>{L_REPLY_WITH_QUOTE}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_EDIT --><li class="edit-icon"><a href="{postrow.U_EDIT}" title="{L_EDIT_POST}"><span>{L_EDIT_POST}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_DELETE --><li class="delete-icon"><a href="{postrow.U_DELETE}" title="{L_DELETE_POST}"><span>{L_DELETE_POST}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_REPORT --><li class="report-icon"><a href="{postrow.U_REPORT}" title="{L_REPORT_POST}"><span>{L_REPORT_POST}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_WARN --><li class="warn-icon"><a href="{postrow.U_WARN}" title="{L_WARN_USER}"><span>{WARN_USER}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_INFO --><li class="info-icon"><a href="{postrow.U_INFO}" title="{L_INFORMATION}"><span>{L_INFORMATION}</span></a></li><!-- ENDIF -->
                </ul>
             <!-- ENDIF -->
          <!-- ENDIF -->

             <h3 <!-- IF postrow.S_FIRST_ROW -->class="first"<!-- ENDIF -->><!-- IF postrow.POST_ICON_IMG --><img src="{T_ICONS_PATH}{postrow.POST_ICON_IMG}" width="{postrow.POST_ICON_IMG_WIDTH}" height="{postrow.POST_ICON_IMG_HEIGHT}" alt="" /> <!-- ENDIF --><a href="#p{postrow.POST_ID}">{postrow.POST_SUBJECT}</a></h3>
             <p class="author"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF -->{L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong> {L_POSTED_ON_DATE} {postrow.POST_DATE} </p>

             <!-- IF postrow.S_POST_UNAPPROVED or postrow.S_POST_REPORTED -->
                <p class="rules">
                   <!-- IF postrow.S_POST_UNAPPROVED -->{UNAPPROVED_IMG} <a href="{postrow.U_MCP_APPROVE}"><strong>{L_POST_UNAPPROVED}</strong></a><!-- ENDIF -->
                   <!-- IF postrow.S_POST_REPORTED -->{REPORTED_IMG} <a href="{postrow.U_MCP_REPORT}"><strong>{L_POST_REPORTED}</strong></a><!-- ENDIF -->
                </p>
             <!-- ENDIF -->

             <div class="content">{postrow.MESSAGE}</div>

             <!-- IF postrow.S_HAS_ATTACHMENTS -->
                <dl class="attachbox">
                   <dt>{L_ATTACHMENTS}</dt>
                   <!-- BEGIN attachment -->
                      <dd>{postrow.attachment.DISPLAY_ATTACHMENT}</dd>
                   <!-- END attachment -->
                </dl>
             <!-- ENDIF -->

             <!-- IF postrow.S_DISPLAY_NOTICE --><div class="rules">{L_DOWNLOAD_NOTICE}</div><!-- ENDIF -->
             <!-- IF postrow.EDITED_MESSAGE or postrow.EDIT_REASON -->
                <div class="notice">{postrow.EDITED_MESSAGE}
                   <!-- IF postrow.EDIT_REASON --><br /><strong>{L_REASON}:</strong> <em>{postrow.EDIT_REASON}</em><!-- ENDIF -->
                </div>
             <!-- ENDIF -->

             <!-- IF postrow.BUMPED_MESSAGE --><div class="notice">{postrow.BUMPED_MESSAGE}</div><!-- ENDIF -->
             <!-- IF postrow.SIGNATURE --><div id="sig{postrow.POST_ID}" class="signature">{postrow.SIGNATURE}</div><!-- ENDIF -->
          <!-- ENDIF -->

          </div>

          <!-- IF not postrow.S_IGNORE_POST -->
             <dl class="postprofile" id="profile{postrow.POST_ID}">
             <dt>
                <!-- IF postrow.POSTER_AVATAR -->
                   <!-- IF postrow.U_POST_AUTHOR --><a href="{postrow.U_POST_AUTHOR}">{postrow.POSTER_AVATAR}</a><!-- ELSE -->{postrow.POSTER_AVATAR}<!-- ENDIF --><br />
                <!-- ENDIF -->
                <!-- IF not postrow.U_POST_AUTHOR --><strong>{postrow.POST_AUTHOR_FULL}</strong><!-- ELSE -->{postrow.POST_AUTHOR_FULL}<!-- ENDIF -->
             </dt>

             <!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd>{postrow.RANK_TITLE}<!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF -->

          <dd>&nbsp;</dd>

          <!-- IF postrow.POSTER_POSTS != '' --><dd><strong>{L_POSTS}:</strong> {postrow.POSTER_POSTS}</dd><!-- ENDIF -->
          <!-- IF postrow.POSTER_JOINED --><dd><strong>{L_JOINED}:</strong> {postrow.POSTER_JOINED}</dd><!-- ENDIF -->
          <!-- IF postrow.POSTER_FROM --><dd><strong>{L_LOCATION}:</strong> {postrow.POSTER_FROM}</dd><!-- ENDIF -->

          <!-- IF postrow.S_PROFILE_FIELD1 -->
             <!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
             <dd><strong>{postrow.PROFILE_FIELD1_NAME}:</strong> {postrow.PROFILE_FIELD1_VALUE}</dd>
          <!-- ENDIF -->

          <!-- BEGIN custom_fields -->
             <dd><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}:</strong> {postrow.custom_fields.PROFILE_FIELD_VALUE}</dd>
          <!-- END custom_fields -->

          <!-- IF not S_IS_BOT -->
          <!-- IF postrow.U_PM or postrow.U_EMAIL or postrow.U_WWW or postrow.U_MSN or postrow.U_ICQ or postrow.U_YIM or postrow.U_AIM -->
             <dd>
                <ul class="profile-icons">
                   <!-- IF postrow.U_PM --><li class="pm-icon"><a href="{postrow.U_PM}" title="{L_PRIVATE_MESSAGE}"><span>{L_PRIVATE_MESSAGE}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_EMAIL --><li class="email-icon"><a href="{postrow.U_EMAIL}" title="{L_EMAIL}"><span>{L_EMAIL}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_WWW --><li class="web-icon"><a href="{postrow.U_WWW}" title="{L_VISIT_WEBSITE}: {postrow.U_WWW}"><span>{L_WEBSITE}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_MSN --><li class="msnm-icon"><a href="{postrow.U_MSN}" title="{L_MSNM}"><span>{L_MSNM}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_ICQ --><li class="icq-icon"><a href="{postrow.U_ICQ}" title="{L_ICQ}"><span>{L_ICQ}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_YIM --><li class="yahoo-icon"><a href="{postrow.U_YIM}" title="{L_YIM}"><span>{L_YIM}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_AIM --><li class="aim-icon"><a href="{postrow.U_AIM}" title="{L_AIM}"><span>{L_AIM}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_JABBER --><li class="jabber-icon"><a href="{postrow.U_JABBER}" title="{L_JABBER}"><span>{L_JABBER}</span></a></li><!-- ENDIF -->
                </ul>
             </dd>
          <!-- ENDIF -->
          <!-- ENDIF -->

          </dl>
       <!-- ENDIF -->

          <div class="back2top"><a href="#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div>

          <span class="corners-bottom"><span></span></span></div>
       </div>

       <hr class="divider" />
    <!-- END postrow -->

    ??????? ?

    كود: تحديد الكل

    <!-- BEGIN postrow -->
       <!-- IF postrow.S_FIRST_UNREAD --><a id="unread"></a><!-- ENDIF -->
           <!-- IF postrow.S_ROW_COUNT eq '0' && ON_PAGE eq '1' -->
       <div id="p{postrow.POST_ID}" class="post <!-- IF postrow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF postrow.S_UNREAD_POST --> unreadpost<!-- ENDIF --><!-- IF postrow.S_POST_REPORTED --> reported<!-- ENDIF --><!-- IF postrow.S_ONLINE --> online<!-- ENDIF -->">
          <div class="inner"><span class="corners-top"><span></span></span>
          <!-- IF not postrow.S_IGNORE_POST -->
             <dl class="postprofilehor" id="profile{postrow.POST_ID}">
             <div style="float: right">
                <div style="float: right">
             <dt>
                <!-- IF postrow.POSTER_AVATAR -->
                   <!-- IF postrow.U_POST_AUTHOR --><a href="{postrow.U_POST_AUTHOR}">{postrow.POSTER_AVATAR}</a><!-- ELSE -->{postrow.POSTER_AVATAR}<!-- ENDIF -->
                <!-- ENDIF -->
             </dt>
                </div>
                <div style="float: left">
             <dd>
                   <br /><br /><!-- IF not postrow.U_POST_AUTHOR --><strong>{postrow.POST_AUTHOR_FULL}</strong><!-- ELSE -->{postrow.POST_AUTHOR_FULL}<!-- ENDIF --><br />
             </dd>

             <!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd>{postrow.RANK_TITLE}<!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF -->

          <dd>&nbsp;</dd></div></div>
          <div style="padding-left: 20px; float: left">

          <!-- IF postrow.POSTER_POSTS != '' --><dd><strong>{L_POSTS}:</strong> {postrow.POSTER_POSTS}</dd><br /><!-- ENDIF -->
          <!-- IF postrow.POSTER_JOINED --><dd><strong>{L_JOINED}:</strong> {postrow.POSTER_JOINED}</dd><br /><!-- ENDIF -->
          <!-- IF postrow.POSTER_FROM --><dd><strong>{L_LOCATION}:</strong> {postrow.POSTER_FROM}</dd><br /><!-- ENDIF -->

          <!-- IF postrow.S_PROFILE_FIELD1 -->
             <!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
             <dd><strong>{postrow.PROFILE_FIELD1_NAME}:</strong> {postrow.PROFILE_FIELD1_VALUE}</dd><br />
          <!-- ENDIF -->

          <!-- BEGIN custom_fields -->
             <dd><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}:</strong> {postrow.custom_fields.PROFILE_FIELD_VALUE}</dd><br />
          <!-- END custom_fields -->

          <!-- IF not S_IS_BOT -->
          <!-- IF postrow.U_PM or postrow.U_EMAIL or postrow.U_WWW or postrow.U_MSN or postrow.U_ICQ or postrow.U_YIM or postrow.U_AIM -->
             <dd>
                <ul class="profile-icons">
                   <!-- IF postrow.U_PM --><li class="pm-icon"><a href="{postrow.U_PM}" title="{L_PRIVATE_MESSAGE}"><span>{L_PRIVATE_MESSAGE}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_EMAIL --><li class="email-icon"><a href="{postrow.U_EMAIL}" title="{L_EMAIL}"><span>{L_EMAIL}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_WWW --><li class="web-icon"><a href="{postrow.U_WWW}" title="{L_VISIT_WEBSITE}: {postrow.U_WWW}"><span>{L_WEBSITE}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_MSN --><li class="msnm-icon"><a href="{postrow.U_MSN}" onclick="popup(this.href, 550, 320); return false;" title="{L_MSNM}"><span>{L_MSNM}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_ICQ --><li class="icq-icon"><a href="{postrow.U_ICQ}" onclick="popup(this.href, 550, 320); return false;" title="{L_ICQ}"><span>{L_ICQ}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_YIM --><li class="yahoo-icon"><a href="{postrow.U_YIM}" onclick="popup(this.href, 780, 550); return false;" title="{L_YIM}"><span>{L_YIM}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_AIM --><li class="aim-icon"><a href="{postrow.U_AIM}" onclick="popup(this.href, 550, 320); return false;" title="{L_AIM}"><span>{L_AIM}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_JABBER --><li class="jabber-icon"><a href="{postrow.U_JABBER}" onclick="popup(this.href, 550, 320); return false;" title="{L_JABBER}"><span>{L_JABBER}</span></a></li><!-- ENDIF -->
                </ul>
             </dd></div>
          <!-- ENDIF -->
          <!-- ENDIF -->

          </dl>
       <!-- ENDIF -->

          <div class="postbody" style="width: 100%">
             <!-- IF postrow.S_IGNORE_POST -->
                <div class="ignore">{postrow.L_IGNORE_POST}</div>
             <!-- ELSE -->

          <!-- IF not S_IS_BOT -->
             <!-- IF postrow.U_QUOTE or postrow.U_INFO or postrow.U_DELETE or postrow.U_EDIT -->
                <ul class="profile-icons">
                   <!-- IF postrow.U_EDIT --><li class="edit-icon"><a href="{postrow.U_EDIT}" title="{L_EDIT_POST}"><span>{L_EDIT_POST}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_DELETE --><li class="delete-icon"><a href="{postrow.U_DELETE}" title="{L_DELETE_POST}"><span>{L_DELETE_POST}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_REPORT --><li class="report-icon"><a href="{postrow.U_REPORT}" title="{L_REPORT_POST}"><span>{L_REPORT_POST}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_WARN --><li class="warn-icon"><a href="{postrow.U_WARN}" title="{L_WARN_USER}"><span>{L_WARN_USER}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_INFO --><li class="info-icon"><a href="{postrow.U_INFO}" title="{L_INFORMATION}"><span>{L_INFORMATION}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_QUOTE --><li class="quote-icon"><a href="{postrow.U_QUOTE}" title="{L_REPLY_WITH_QUOTE}"><span>{L_REPLY_WITH_QUOTE}</span></a></li><!-- ENDIF -->
                </ul>
             <!-- ENDIF -->
          <!-- ENDIF -->

             <h3 <!-- IF postrow.S_FIRST_ROW -->class="first"<!-- ENDIF -->><!-- IF postrow.POST_ICON_IMG --><img src="{T_ICONS_PATH}{postrow.POST_ICON_IMG}" width="{postrow.POST_ICON_IMG_WIDTH}" height="{postrow.POST_ICON_IMG_HEIGHT}" alt="" /> <!-- ENDIF --><a href="#p{postrow.POST_ID}">{postrow.POST_SUBJECT}</a></h3>
             <p class="author"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF -->{L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong> {L_POSTED_ON_DATE} {postrow.POST_DATE} </p>

             <!-- IF postrow.S_POST_UNAPPROVED or postrow.S_POST_REPORTED -->
                <p class="rules">
                   <!-- IF postrow.S_POST_UNAPPROVED -->{UNAPPROVED_IMG} <a href="{postrow.U_MCP_APPROVE}"><strong>{L_POST_UNAPPROVED}</strong></a><!-- ENDIF -->
                   <!-- IF postrow.S_POST_REPORTED -->{REPORTED_IMG} <a href="{postrow.U_MCP_REPORT}"><strong>{L_POST_REPORTED}</strong></a><!-- ENDIF -->
                </p>
             <!-- ENDIF -->

             <div class="content">{postrow.MESSAGE}</div>

             <!-- IF postrow.S_HAS_ATTACHMENTS -->
                <dl class="attachbox">
                   <dt>{L_ATTACHMENTS}</dt>
                   <!-- BEGIN attachment -->
                      <dd>{postrow.attachment.DISPLAY_ATTACHMENT}</dd>
                   <!-- END attachment -->
                </dl>
             <!-- ENDIF -->

             <!-- IF postrow.S_DISPLAY_NOTICE --><div class="rules">{L_DOWNLOAD_NOTICE}</div><!-- ENDIF -->
             <!-- IF postrow.EDITED_MESSAGE or postrow.EDIT_REASON -->
                <div class="notice">{postrow.EDITED_MESSAGE}
                   <!-- IF postrow.EDIT_REASON --><br /><strong>{L_REASON}:</strong> <em>{postrow.EDIT_REASON}</em><!-- ENDIF -->
                </div>
             <!-- ENDIF -->

             <!-- IF postrow.BUMPED_MESSAGE --><div class="notice">{postrow.BUMPED_MESSAGE}</div><!-- ENDIF -->
             <!-- IF postrow.SIGNATURE --><div id="sig{postrow.POST_ID}" class="signature">{postrow.SIGNATURE}</div><!-- ENDIF -->
          <!-- ENDIF -->

          </div>
          <div class="back2top"><a href="#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div>

          <span class="corners-bottom"><span></span></span></div>
       </div>

       <hr class="divider" />
       <!-- ELSE -->
       <div id="p{postrow.POST_ID}" class="post <!-- IF postrow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF postrow.S_UNREAD_POST --> unreadpost<!-- ENDIF --><!-- IF postrow.S_POST_REPORTED --> reported<!-- ENDIF --><!-- IF postrow.S_ONLINE --> online<!-- ENDIF -->">
          <div class="inner"><span class="corners-top"><span></span></span>

          <div class="postbody">
             <!-- IF postrow.S_IGNORE_POST -->
                <div class="ignore">{postrow.L_IGNORE_POST}</div>
             <!-- ELSE -->

          <!-- IF not S_IS_BOT -->
             <!-- IF postrow.U_QUOTE or postrow.U_INFO or postrow.U_DELETE or postrow.U_EDIT -->
                <ul class="profile-icons">
                   <!-- IF postrow.U_EDIT --><li class="edit-icon"><a href="{postrow.U_EDIT}" title="{L_EDIT_POST}"><span>{L_EDIT_POST}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_DELETE --><li class="delete-icon"><a href="{postrow.U_DELETE}" title="{L_DELETE_POST}"><span>{L_DELETE_POST}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_REPORT --><li class="report-icon"><a href="{postrow.U_REPORT}" title="{L_REPORT_POST}"><span>{L_REPORT_POST}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_WARN --><li class="warn-icon"><a href="{postrow.U_WARN}" title="{L_WARN_USER}"><span>{L_WARN_USER}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_INFO --><li class="info-icon"><a href="{postrow.U_INFO}" title="{L_INFORMATION}"><span>{L_INFORMATION}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_QUOTE --><li class="quote-icon"><a href="{postrow.U_QUOTE}" title="{L_REPLY_WITH_QUOTE}"><span>{L_REPLY_WITH_QUOTE}</span></a></li><!-- ENDIF -->
                </ul>
             <!-- ENDIF -->
          <!-- ENDIF -->

             <h3 <!-- IF postrow.S_FIRST_ROW -->class="first"<!-- ENDIF -->><!-- IF postrow.POST_ICON_IMG --><img src="{T_ICONS_PATH}{postrow.POST_ICON_IMG}" width="{postrow.POST_ICON_IMG_WIDTH}" height="{postrow.POST_ICON_IMG_HEIGHT}" alt="" /> <!-- ENDIF --><a href="#p{postrow.POST_ID}">{postrow.POST_SUBJECT}</a></h3>
             <p class="author"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF -->{L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong> {L_POSTED_ON_DATE} {postrow.POST_DATE} </p>

             <!-- IF postrow.S_POST_UNAPPROVED or postrow.S_POST_REPORTED -->
                <p class="rules">
                   <!-- IF postrow.S_POST_UNAPPROVED -->{UNAPPROVED_IMG} <a href="{postrow.U_MCP_APPROVE}"><strong>{L_POST_UNAPPROVED}</strong></a><!-- ENDIF -->
                   <!-- IF postrow.S_POST_REPORTED -->{REPORTED_IMG} <a href="{postrow.U_MCP_REPORT}"><strong>{L_POST_REPORTED}</strong></a><!-- ENDIF -->
                </p>
             <!-- ENDIF -->

             <div class="content">{postrow.MESSAGE}</div>

             <!-- IF postrow.S_HAS_ATTACHMENTS -->
                <dl class="attachbox">
                   <dt>{L_ATTACHMENTS}</dt>
                   <!-- BEGIN attachment -->
                      <dd>{postrow.attachment.DISPLAY_ATTACHMENT}</dd>
                   <!-- END attachment -->
                </dl>
             <!-- ENDIF -->

             <!-- IF postrow.S_DISPLAY_NOTICE --><div class="rules">{L_DOWNLOAD_NOTICE}</div><!-- ENDIF -->
             <!-- IF postrow.EDITED_MESSAGE or postrow.EDIT_REASON -->
                <div class="notice">{postrow.EDITED_MESSAGE}
                   <!-- IF postrow.EDIT_REASON --><br /><strong>{L_REASON}:</strong> <em>{postrow.EDIT_REASON}</em><!-- ENDIF -->
                </div>
             <!-- ENDIF -->

             <!-- IF postrow.BUMPED_MESSAGE --><div class="notice">{postrow.BUMPED_MESSAGE}</div><!-- ENDIF -->
             <!-- IF postrow.SIGNATURE --><div id="sig{postrow.POST_ID}" class="signature">{postrow.SIGNATURE}</div><!-- ENDIF -->
          <!-- ENDIF -->

          </div>

          <!-- IF not postrow.S_IGNORE_POST -->
             <dl class="postprofile" id="profile{postrow.POST_ID}">
             <dt>
                <!-- IF postrow.POSTER_AVATAR -->
                   <!-- IF postrow.U_POST_AUTHOR --><a href="{postrow.U_POST_AUTHOR}">{postrow.POSTER_AVATAR}</a><!-- ELSE -->{postrow.POSTER_AVATAR}<!-- ENDIF --><br />
                <!-- ENDIF -->
                <!-- IF not postrow.U_POST_AUTHOR --><strong>{postrow.POST_AUTHOR_FULL}</strong><!-- ELSE -->{postrow.POST_AUTHOR_FULL}<!-- ENDIF -->
             </dt>

             <!-- IF postrow.RANK_TITLE or postrow.RANK_IMG --><dd>{postrow.RANK_TITLE}<!-- IF postrow.RANK_TITLE and postrow.RANK_IMG --><br /><!-- ENDIF -->{postrow.RANK_IMG}</dd><!-- ENDIF -->

          <dd>&nbsp;</dd>

          <!-- IF postrow.POSTER_POSTS != '' --><dd><strong>{L_POSTS}:</strong> {postrow.POSTER_POSTS}</dd><!-- ENDIF -->
          <!-- IF postrow.POSTER_JOINED --><dd><strong>{L_JOINED}:</strong> {postrow.POSTER_JOINED}</dd><!-- ENDIF -->
          <!-- IF postrow.POSTER_FROM --><dd><strong>{L_LOCATION}:</strong> {postrow.POSTER_FROM}</dd><!-- ENDIF -->

          <!-- IF postrow.S_PROFILE_FIELD1 -->
             <!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
             <dd><strong>{postrow.PROFILE_FIELD1_NAME}:</strong> {postrow.PROFILE_FIELD1_VALUE}</dd>
          <!-- ENDIF -->

          <!-- BEGIN custom_fields -->
             <dd><strong>{postrow.custom_fields.PROFILE_FIELD_NAME}:</strong> {postrow.custom_fields.PROFILE_FIELD_VALUE}</dd>
          <!-- END custom_fields -->

          <!-- IF not S_IS_BOT -->
          <!-- IF postrow.U_PM or postrow.U_EMAIL or postrow.U_WWW or postrow.U_MSN or postrow.U_ICQ or postrow.U_YIM or postrow.U_AIM -->
             <dd>
                <ul class="profile-icons">
                   <!-- IF postrow.U_PM --><li class="pm-icon"><a href="{postrow.U_PM}" title="{L_PRIVATE_MESSAGE}"><span>{L_PRIVATE_MESSAGE}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_EMAIL --><li class="email-icon"><a href="{postrow.U_EMAIL}" title="{L_EMAIL}"><span>{L_EMAIL}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_WWW --><li class="web-icon"><a href="{postrow.U_WWW}" title="{L_VISIT_WEBSITE}: {postrow.U_WWW}"><span>{L_WEBSITE}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_MSN --><li class="msnm-icon"><a href="{postrow.U_MSN}" onclick="popup(this.href, 550, 320); return false;" title="{L_MSNM}"><span>{L_MSNM}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_ICQ --><li class="icq-icon"><a href="{postrow.U_ICQ}" onclick="popup(this.href, 550, 320); return false;" title="{L_ICQ}"><span>{L_ICQ}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_YIM --><li class="yahoo-icon"><a href="{postrow.U_YIM}" onclick="popup(this.href, 780, 550); return false;" title="{L_YIM}"><span>{L_YIM}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_AIM --><li class="aim-icon"><a href="{postrow.U_AIM}" onclick="popup(this.href, 550, 320); return false;" title="{L_AIM}"><span>{L_AIM}</span></a></li><!-- ENDIF -->
                   <!-- IF postrow.U_JABBER --><li class="jabber-icon"><a href="{postrow.U_JABBER}" onclick="popup(this.href, 550, 320); return false;" title="{L_JABBER}"><span>{L_JABBER}</span></a></li><!-- ENDIF -->
                </ul>
             </dd>
          <!-- ENDIF -->
          <!-- ENDIF -->

          </dl>
       <!-- ENDIF -->

          <div class="back2top"><a href="#wrap" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div>

          <span class="corners-bottom"><span></span></span></div>
       </div>

       <hr class="divider" />
       <!-- ENDIF -->
    <!-- END postrow -->

  • subsilver2
    ???? ??? template/viewtopic_body.html
    ???? ??

    كود: تحديد الكل

    <!-- BEGIN postrow -->
       <table class="tablebg" width="100%" cellspacing="1">
       <!-- IF postrow.S_FIRST_ROW -->
          <tr>
             <th>{L_AUTHOR}</th>
             <th>{L_MESSAGE}</th>
          </tr>
       <!-- ENDIF -->
       <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->

       <!-- IF postrow.S_IGNORE_POST -->
             <td class="gensmall" colspan="2" height="25" align="center"><!-- IF postrow.S_FIRST_UNREAD --><a name="unread"></a><!-- ENDIF --><a name="p{postrow.POST_ID}"></a>{postrow.L_IGNORE_POST}</td>
       <!-- ELSE -->

             <td align="center" valign="middle">
                <!-- IF postrow.S_FIRST_UNREAD --><a name="unread"></a><!-- ENDIF --><a name="p{postrow.POST_ID}"></a>
                <b class="postauthor"<!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR}"<!-- ENDIF -->>{postrow.POST_AUTHOR}</b>
             </td>
             <td width="100%" height="25">
                <table width="100%" cellspacing="0">
                <tr>
                <!-- IF postrow.POST_ICON_IMG -->
                   <td><img src="{T_ICONS_PATH}{postrow.POST_ICON_IMG}" width="{postrow.POST_ICON_IMG_WIDTH}" height="{postrow.POST_ICON_IMG_HEIGHT}" alt="" title="" /></td>
                <!-- ENDIF -->
                   <td class="gensmall" width="100%"><div style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<b>{L_POST_SUBJECT}:</b> {postrow.POST_SUBJECT}</div><div style="float: {S_CONTENT_FLOW_END};"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF --><b>{L_POSTED}:</b> {postrow.POST_DATE}&nbsp;</div></td>
                </tr>
                </table>
             </td>
          </tr>
          
          <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->

             <td valign="top" class="profile">
                <table cellspacing="4" align="center" width="150">
             <!-- IF postrow.ONLINE_IMG -->
                <tr>
                   <td>{postrow.ONLINE_IMG}</td>
                </tr>
             <!-- ENDIF -->
             <!-- IF postrow.RANK_TITLE -->
                <tr>
                   <td class="postdetails">{postrow.RANK_TITLE}</td>
                </tr>
             <!-- ENDIF -->
             <!-- IF postrow.RANK_IMG -->
                <tr>
                   <td>{postrow.RANK_IMG}</td>
                </tr>
             <!-- ENDIF -->
             <!-- IF postrow.POSTER_AVATAR -->
                <tr>
                   <td>{postrow.POSTER_AVATAR}</td>
                </tr>
             <!-- ENDIF -->
                </table>

                <span class="postdetails">
                   <!-- IF postrow.POSTER_JOINED --><br /><b>{L_JOINED}:</b> {postrow.POSTER_JOINED}<!-- ENDIF -->
                   <!-- IF postrow.POSTER_POSTS != '' --><br /><b>{L_POSTS}:</b> {postrow.POSTER_POSTS}<!-- ENDIF -->
                   <!-- IF postrow.POSTER_FROM --><br /><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}<!-- ENDIF -->

                   <!-- IF postrow.S_PROFILE_FIELD1 -->
                      <!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
                      <br /><b>{postrow.PROFILE_FIELD1_NAME}:</b> {postrow.PROFILE_FIELD1_VALUE}
                   <!-- ENDIF -->

                   <!-- BEGIN custom_fields -->
                      <br /><b>{postrow.custom_fields.PROFILE_FIELD_NAME}:</b> {postrow.custom_fields.PROFILE_FIELD_VALUE}
                   <!-- END custom_fields -->
                </span>

             </td>
             <td valign="top">
                <table width="100%" cellspacing="5">
                <tr>
                   <td>
                   <!-- IF postrow.S_POST_UNAPPROVED or postrow.S_POST_REPORTED -->
                      <table width="100%" cellspacing="0">
                      <tr>
                         <td class="gensmall"><!-- IF postrow.S_POST_UNAPPROVED --><span class="postapprove">{UNAPPROVED_IMG} <a href="{postrow.U_MCP_APPROVE}">{L_POST_UNAPPROVED}</a></span> <!-- ENDIF --> <!-- IF postrow.S_POST_REPORTED --><span class="postreported">{REPORTED_IMG} <a href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></span><!-- ENDIF --></td>
                      </tr>
                      </table>

                      <br clear="all" />
                   <!-- ENDIF -->

                      <div class="postbody">{postrow.MESSAGE}</div>

                   <!-- IF postrow.S_HAS_ATTACHMENTS -->
                      <br clear="all" /><br />

                      <table class="tablebg" width="100%" cellspacing="1">
                      <tr>
                         <td class="row3"><b class="genmed">{L_ATTACHMENTS}: </b></td>
                      </tr>
                      <!-- BEGIN attachment -->
                         <tr>
                            <!-- IF postrow.attachment.S_ROW_COUNT is even --><td class="row2"><!-- ELSE --><td class="row1"><!-- ENDIF -->{postrow.attachment.DISPLAY_ATTACHMENT}</td>
                         </tr>
                      <!-- END attachment -->
                      </table>
                   <!-- ENDIF -->

                   <!-- IF postrow.S_DISPLAY_NOTICE -->
                      <span class="gensmall" style="color:red;"><br /><br />{L_DOWNLOAD_NOTICE}</span>
                   <!-- ENDIF -->
                   <!-- IF postrow.SIGNATURE -->
                      <span class="postbody"><br />_________________<br />{postrow.SIGNATURE}</span>
                   <!-- ENDIF -->

                   <!-- IF postrow.EDITED_MESSAGE or postrow.EDIT_REASON -->
                      <!-- IF postrow.EDIT_REASON -->
                         <br /><br />
                         <table class="tablebg" width="100%" cellspacing="1">
                         <tr>
                            <td class="row3"><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
                         </tr>
                         <tr>
                            <td class="row2"><span class="genmed">{postrow.EDIT_REASON}</span></td>
                         </tr>
                         </table>
                      <!-- ELSE -->
                         <br /><br />
                         <span class="gensmall">{postrow.EDITED_MESSAGE}</span>
                      <!-- ENDIF -->
                   <!-- ENDIF -->

                   <!-- IF postrow.BUMPED_MESSAGE -->
                      <span class="gensmall">{postrow.BUMPED_MESSAGE}</span>
                   <!-- ENDIF -->

                   <!-- IF not postrow.S_HAS_ATTACHMENTS --><br clear="all" /><br /><!-- ENDIF -->

                      <table width="100%" cellspacing="0">
                      <tr valign="middle">
                         <td class="gensmall" align="{S_CONTENT_FLOW_END}">
                         <!-- IF not S_IS_BOT -->
                            <!-- IF postrow.U_REPORT --><a href="{postrow.U_REPORT}">{REPORT_IMG}</a> <!-- ENDIF -->
                            <!-- IF postrow.U_INFO --><a href="{postrow.U_INFO}">{INFO_IMG}</a> <!-- ENDIF -->
                            <!-- IF postrow.U_WARN --><a href="{postrow.U_WARN}">{WARN_IMG}</a> <!-- ENDIF -->
                            <!-- IF postrow.U_DELETE --><a href="{postrow.U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF -->
                         <!-- ENDIF -->
                         </td>
                      </tr>
                      </table>
                   </td>
                </tr>
                </table>
             </td>
          </tr>

          <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->

             <td class="profile"><strong><a href="#wrapheader">{L_BACK_TO_TOP}</a></strong></td>
             <td><div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<!-- IF postrow.U_PROFILE --><a href="{postrow.U_PROFILE}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_PM --><a href="{postrow.U_PM}">{PM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_EMAIL --><a href="{postrow.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF -->&nbsp;</div> <div class="gensmall" style="float: {S_CONTENT_FLOW_END};"><!-- IF not S_IS_BOT --><!-- IF postrow.U_EDIT --><a href="{postrow.U_EDIT}">{EDIT_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_QUOTE --><a href="{postrow.U_QUOTE}">{QUOTE_IMG}</a> <!-- ENDIF --> <!-- ENDIF -->&nbsp;</div></td>
       <!-- ENDIF -->
          </tr>
       
       <tr>
          <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
       </tr>
       </table>
    <!-- END postrow -->

    ??????? ?

    كود: تحديد الكل

    <!-- BEGIN postrow -->
       <table class="tablebg" width="100%" cellspacing="1">
       <!-- IF postrow.S_FIRST_ROW -->
          <tr>
             <th width="150">{L_AUTHOR}</th>
             <th>{L_MESSAGE}</th>
          </tr>
       <!-- ENDIF -->
       </table>
           <!-- IF postrow.S_ROW_COUNT eq '0' && ON_PAGE eq '1' -->
       <table class="tablebg" width="100%" cellspacing="1">
          <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
             <td valign="top" class="profile">
                <table cellpadding="0" cellspacing="0" border="0" width="100%" valign="center">
                <tr>
             <!-- IF postrow.POSTER_AVATAR -->
                   <td>{postrow.POSTER_AVATAR}</td>
             <!-- ENDIF -->
             <td nowrap="nowrap">
             
                <div>
                <!-- IF postrow.S_FIRST_UNREAD --><a name="unread"></a><!-- ENDIF --><a name="p{postrow.POST_ID}"></a>
                <b class="postauthor"<!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR}"<!-- ENDIF -->>{postrow.POST_AUTHOR}</b>
             <!-- IF postrow.ONLINE_IMG -->
                   {postrow.ONLINE_IMG}
             <!-- ENDIF -->
                </div>
                
             <!-- IF postrow.RANK_TITLE -->
                   <br /><div class="postdetails">{postrow.RANK_TITLE}</div>
             <!-- ENDIF -->
             <!-- IF postrow.RANK_IMG -->
                   <td><br />{postrow.RANK_IMG}</td>
             <!-- ENDIF -->            
             </td>
             <td width="100%">&nbsp;</td>
             <td valign="top" nowrap="nowrap">
                
                <div class="postdetails">
                   <!-- IF postrow.POSTER_JOINED --><div><b>{L_JOINED}:</b> {postrow.POSTER_JOINED}</div><!-- ENDIF -->
                   <!-- IF postrow.POSTER_POSTS != '' --><div><b>{L_POSTS}:</b> {postrow.POSTER_POSTS}</div><!-- ENDIF -->
                   <!-- IF postrow.POSTER_FROM --><div><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}</div><!-- ENDIF -->

                   <!-- IF postrow.S_PROFILE_FIELD1 -->
                      <!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
                      <div><b>{postrow.PROFILE_FIELD1_NAME}:</b> {postrow.PROFILE_FIELD1_VALUE}</div>
                   <!-- ENDIF -->

                   <!-- BEGIN custom_fields -->
                      <div><b>{postrow.custom_fields.PROFILE_FIELD_NAME}:</b> {postrow.custom_fields.PROFILE_FIELD_VALUE}<div>
                   <!-- END custom_fields -->
                </div>
                
             </td>
          </tr>
          </table>
             </td>
          </tr>
          </table>
       <table class="tablebg" width="100%" cellspacing="1">
       <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->

       <!-- IF postrow.S_IGNORE_POST -->
             <td class="gensmall" colspan="2" height="25" align="center"><!-- IF postrow.S_FIRST_UNREAD --><a name="unread"></a><!-- ENDIF --><a name="p{postrow.POST_ID}"></a>{postrow.L_IGNORE_POST}</td>
       <!-- ELSE -->

             <td width="100%" height="25">
                <table width="100%" cellspacing="0">
                <tr>
                <!-- IF postrow.POST_ICON_IMG -->
                   <td><img src="{T_ICONS_PATH}{postrow.POST_ICON_IMG}" width="{postrow.POST_ICON_IMG_WIDTH}" height="{postrow.POST_ICON_IMG_HEIGHT}" alt="" title="" /></td>
                <!-- ENDIF -->
                   <td class="gensmall" width="100%"><div style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<b>{L_POST_SUBJECT}:</b> {postrow.POST_SUBJECT}</div><div style="float: {S_CONTENT_FLOW_END};"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF --><b>{L_POSTED}:</b> {postrow.POST_DATE}&nbsp;</div></td>
                </tr>
                </table>
             </td>
          </tr>
       </table>
          <table class="tablebg" width="100%" cellspacing="1">
             <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
             <td valign="top">
                <table width="100%" cellspacing="5">
                <tr>
                   <td>
                   <!-- IF postrow.S_POST_UNAPPROVED or postrow.S_POST_REPORTED -->
                      <table width="100%" cellspacing="0">
                      <tr>
                         <td class="gensmall"><!-- IF postrow.S_POST_UNAPPROVED --><span class="postapprove">{UNAPPROVED_IMG} <a href="{postrow.U_MCP_APPROVE}">{L_POST_UNAPPROVED}</a></span> <!-- ENDIF --> <!-- IF postrow.S_POST_REPORTED --><span class="postreported">{REPORTED_IMG} <a href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></span><!-- ENDIF --></td>
                      </tr>
                      </table>

                      <br clear="all" />
                   <!-- ENDIF -->

                      <div class="postbody">{postrow.MESSAGE}</div>

                   <!-- IF postrow.S_HAS_ATTACHMENTS -->
                      <br clear="all" /><br />

                      <table class="tablebg" width="100%" cellspacing="1">
                      <tr>
                         <td class="row3"><b class="genmed">{L_ATTACHMENTS}: </b></td>
                      </tr>
                      <!-- BEGIN attachment -->
                         <tr>
                            <!-- IF postrow.attachment.S_ROW_COUNT is even --><td class="row2"><!-- ELSE --><td class="row1"><!-- ENDIF -->{postrow.attachment.DISPLAY_ATTACHMENT}</td>
                         </tr>
                      <!-- END attachment -->
                      </table>
                   <!-- ENDIF -->

                   <!-- IF postrow.S_DISPLAY_NOTICE -->
                      <span class="gensmall error"><br /><br />{L_DOWNLOAD_NOTICE}</span>
                   <!-- ENDIF -->
                   <!-- IF postrow.SIGNATURE -->
                      <span class="postbody"><br />_________________<br />{postrow.SIGNATURE}</span>
                   <!-- ENDIF -->

                   <!-- IF postrow.EDITED_MESSAGE or postrow.EDIT_REASON -->
                      <!-- IF postrow.EDIT_REASON -->
                         <br /><br />
                         <table class="tablebg" width="100%" cellspacing="1">
                         <tr>
                            <td class="row3"><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
                         </tr>
                         <tr>
                            <td class="row2"><span class="genmed">{postrow.EDIT_REASON}</span></td>
                         </tr>
                         </table>
                      <!-- ELSE -->
                         <br /><br />
                         <span class="gensmall">{postrow.EDITED_MESSAGE}</span>
                      <!-- ENDIF -->
                   <!-- ENDIF -->

                   <!-- IF postrow.BUMPED_MESSAGE -->
                      <span class="gensmall">{postrow.BUMPED_MESSAGE}</span>
                   <!-- ENDIF -->

                   <!-- IF not postrow.S_HAS_ATTACHMENTS --><br clear="all" /><br /><!-- ENDIF -->

                      <table width="100%" cellspacing="0">
                      <tr valign="middle">
                         <td class="gensmall" align="{S_CONTENT_FLOW_END}">
                         <!-- IF not S_IS_BOT -->
                            <!-- IF postrow.U_REPORT --><a href="{postrow.U_REPORT}">{REPORT_IMG}</a> <!-- ENDIF -->
                            <!-- IF postrow.U_INFO --><a href="{postrow.U_INFO}">{INFO_IMG}</a> <!-- ENDIF -->
                            <!-- IF postrow.U_WARN --><a href="{postrow.U_WARN}">{WARN_IMG}</a> <!-- ENDIF -->
                            <!-- IF postrow.U_DELETE --><a href="{postrow.U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF -->
                         <!-- ENDIF -->
                         </td>
                      </tr>
                      </table>
                   </td>
                </tr>
                </table>
             </td>
          </tr>
          </table>
          <table class="tablebg" width="100%" cellspacing="1">

          <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->

             <td class="profile"><strong><a href="#wrapheader">{L_BACK_TO_TOP}</a></strong></td>
             <td><div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<!-- IF postrow.U_PROFILE --><a href="{postrow.U_PROFILE}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_PM --><a href="{postrow.U_PM}">{PM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_EMAIL --><a href="{postrow.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF -->&nbsp;</div> <div class="gensmall" style="float: {S_CONTENT_FLOW_END};"><!-- IF not S_IS_BOT --><!-- IF postrow.U_EDIT --><a href="{postrow.U_EDIT}">{EDIT_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_QUOTE --><a href="{postrow.U_QUOTE}">{QUOTE_IMG}</a> <!-- ENDIF --> <!-- ENDIF -->&nbsp;</div></td>
       <!-- ENDIF -->
          </tr>
       
       <tr>
          <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
       </tr>
       </table>
       <!-- ELSE -->
       <table class="tablebg" width="100%" cellspacing="1">
       <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->

       <!-- IF postrow.S_IGNORE_POST -->
             <td class="gensmall" colspan="2" height="25" align="center"><!-- IF postrow.S_FIRST_UNREAD --><a name="unread"></a><!-- ENDIF --><a name="p{postrow.POST_ID}"></a>{postrow.L_IGNORE_POST}</td>
       <!-- ELSE -->

             <td align="center" valign="middle">
                <!-- IF postrow.S_FIRST_UNREAD --><a name="unread"></a><!-- ENDIF --><a name="p{postrow.POST_ID}"></a>
                <b class="postauthor"<!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR}"<!-- ENDIF -->>{postrow.POST_AUTHOR}</b>
             </td>
             <td width="100%" height="25">
                <table width="100%" cellspacing="0">
                <tr>
                <!-- IF postrow.POST_ICON_IMG -->
                   <td><img src="{T_ICONS_PATH}{postrow.POST_ICON_IMG}" width="{postrow.POST_ICON_IMG_WIDTH}" height="{postrow.POST_ICON_IMG_HEIGHT}" alt="" title="" /></td>
                <!-- ENDIF -->
                   <td class="gensmall" width="100%"><div style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<b>{L_POST_SUBJECT}:</b> {postrow.POST_SUBJECT}</div><div style="float: {S_CONTENT_FLOW_END};"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF --><b>{L_POSTED}:</b> {postrow.POST_DATE}&nbsp;</div></td>
                </tr>
                </table>
             </td>
          </tr>
          
          <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->

             <td valign="top" class="profile">
                <table cellspacing="4" align="center" width="150">
             <!-- IF postrow.ONLINE_IMG -->
                <tr>
                   <td>{postrow.ONLINE_IMG}</td>
                </tr>
             <!-- ENDIF -->
             <!-- IF postrow.RANK_TITLE -->
                <tr>
                   <td class="postdetails">{postrow.RANK_TITLE}</td>
                </tr>
             <!-- ENDIF -->
             <!-- IF postrow.RANK_IMG -->
                <tr>
                   <td>{postrow.RANK_IMG}</td>
                </tr>
             <!-- ENDIF -->
             <!-- IF postrow.POSTER_AVATAR -->
                <tr>
                   <td>{postrow.POSTER_AVATAR}</td>
                </tr>
             <!-- ENDIF -->
                </table>

                <span class="postdetails">
                   <!-- IF postrow.POSTER_JOINED --><br /><b>{L_JOINED}:</b> {postrow.POSTER_JOINED}<!-- ENDIF -->
                   <!-- IF postrow.POSTER_POSTS != '' --><br /><b>{L_POSTS}:</b> {postrow.POSTER_POSTS}<!-- ENDIF -->
                   <!-- IF postrow.POSTER_FROM --><br /><b>{L_LOCATION}:</b> {postrow.POSTER_FROM}<!-- ENDIF -->

                   <!-- IF postrow.S_PROFILE_FIELD1 -->
                      <!-- Use a construct like this to include admin defined profile fields. Replace FIELD1 with the name of your field. -->
                      <br /><b>{postrow.PROFILE_FIELD1_NAME}:</b> {postrow.PROFILE_FIELD1_VALUE}
                   <!-- ENDIF -->

                   <!-- BEGIN custom_fields -->
                      <br /><b>{postrow.custom_fields.PROFILE_FIELD_NAME}:</b> {postrow.custom_fields.PROFILE_FIELD_VALUE}
                   <!-- END custom_fields -->
                </span>

             </td>
             <td valign="top">
                <table width="100%" cellspacing="5">
                <tr>
                   <td>
                   <!-- IF postrow.S_POST_UNAPPROVED or postrow.S_POST_REPORTED -->
                      <table width="100%" cellspacing="0">
                      <tr>
                         <td class="gensmall"><!-- IF postrow.S_POST_UNAPPROVED --><span class="postapprove">{UNAPPROVED_IMG} <a href="{postrow.U_MCP_APPROVE}">{L_POST_UNAPPROVED}</a></span> <!-- ENDIF --> <!-- IF postrow.S_POST_REPORTED --><span class="postreported">{REPORTED_IMG} <a href="{postrow.U_MCP_REPORT}">{L_POST_REPORTED}</a></span><!-- ENDIF --></td>
                      </tr>
                      </table>

                      <br clear="all" />
                   <!-- ENDIF -->

                      <div class="postbody">{postrow.MESSAGE}</div>

                   <!-- IF postrow.S_HAS_ATTACHMENTS -->
                      <br clear="all" /><br />

                      <table class="tablebg" width="100%" cellspacing="1">
                      <tr>
                         <td class="row3"><b class="genmed">{L_ATTACHMENTS}: </b></td>
                      </tr>
                      <!-- BEGIN attachment -->
                         <tr>
                            <!-- IF postrow.attachment.S_ROW_COUNT is even --><td class="row2"><!-- ELSE --><td class="row1"><!-- ENDIF -->{postrow.attachment.DISPLAY_ATTACHMENT}</td>
                         </tr>
                      <!-- END attachment -->
                      </table>
                   <!-- ENDIF -->

                   <!-- IF postrow.S_DISPLAY_NOTICE -->
                      <span class="gensmall error"><br /><br />{L_DOWNLOAD_NOTICE}</span>
                   <!-- ENDIF -->
                   <!-- IF postrow.SIGNATURE -->
                      <span class="postbody"><br />_________________<br />{postrow.SIGNATURE}</span>
                   <!-- ENDIF -->

                   <!-- IF postrow.EDITED_MESSAGE or postrow.EDIT_REASON -->
                      <!-- IF postrow.EDIT_REASON -->
                         <br /><br />
                         <table class="tablebg" width="100%" cellspacing="1">
                         <tr>
                            <td class="row3"><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
                         </tr>
                         <tr>
                            <td class="row2"><span class="genmed">{postrow.EDIT_REASON}</span></td>
                         </tr>
                         </table>
                      <!-- ELSE -->
                         <br /><br />
                         <span class="gensmall">{postrow.EDITED_MESSAGE}</span>
                      <!-- ENDIF -->
                   <!-- ENDIF -->

                   <!-- IF postrow.BUMPED_MESSAGE -->
                      <span class="gensmall">{postrow.BUMPED_MESSAGE}</span>
                   <!-- ENDIF -->

                   <!-- IF not postrow.S_HAS_ATTACHMENTS --><br clear="all" /><br /><!-- ENDIF -->

                      <table width="100%" cellspacing="0">
                      <tr valign="middle">
                         <td class="gensmall" align="{S_CONTENT_FLOW_END}">
                         <!-- IF not S_IS_BOT -->
                            <!-- IF postrow.U_REPORT --><a href="{postrow.U_REPORT}">{REPORT_IMG}</a> <!-- ENDIF -->
                            <!-- IF postrow.U_INFO --><a href="{postrow.U_INFO}">{INFO_IMG}</a> <!-- ENDIF -->
                            <!-- IF postrow.U_WARN --><a href="{postrow.U_WARN}">{WARN_IMG}</a> <!-- ENDIF -->
                            <!-- IF postrow.U_DELETE --><a href="{postrow.U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF -->
                         <!-- ENDIF -->
                         </td>
                      </tr>
                      </table>
                   </td>
                </tr>
                </table>
             </td>
          </tr>

          <!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->

             <td class="profile"><strong><a href="#wrapheader">{L_BACK_TO_TOP}</a></strong></td>
             <td><div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<!-- IF postrow.U_PROFILE --><a href="{postrow.U_PROFILE}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_PM --><a href="{postrow.U_PM}">{PM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_EMAIL --><a href="{postrow.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF -->&nbsp;</div> <div class="gensmall" style="float: {S_CONTENT_FLOW_END};"><!-- IF not S_IS_BOT --><!-- IF postrow.U_EDIT --><a href="{postrow.U_EDIT}">{EDIT_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_QUOTE --><a href="{postrow.U_QUOTE}">{QUOTE_IMG}</a> <!-- ENDIF --> <!-- ENDIF -->&nbsp;</div></td>
       <!-- ENDIF -->
          </tr>
       
       <tr>
          <td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
       </tr>
       </table>
       <!-- ENDIF -->
    <!-- END postrow -->




العودة إلى ”الاستايلات“

الموجودون الآن

المتصفحون للمنتدى الآن: لا يوجد أعضاء مسجلين متصلين وزائران