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

[تم الحل] طلب كود جعل البيانات أفقية في المواضيع و عمودية في الردود

استعرض الموضوع التالي استعرض الموضوع السابق اذهب الى الأسفل

الطريق نحو القمة
الطريق نحو القمة
عضو جيد
البلد : ma
الجنس : ذكر
المساهمات : 13

مُساهمةالطريق نحو القمة 24.10.15 6:33

أريد كود جعل البيانات أفقية في المواضيع و عمودية في الردود 
من فضلكم أريد شرح كامل لكيفية ذلك 

زائر
omar2pro
omar2pro
المدير
البلد : dz
الجنس : ذكر
المساهمات : 186

مُساهمةomar2pro 24.10.15 12:40

تركيب البيانات الشخصية أعلى المواضيع فقط للنسخة الثانية !
الكود من تصميم new.moon
لتنفيذ الخطوات :ً،
اذهب الى التومبلايت 
التومبلايتات و القوالب
إدارة عامة
>> قالب viewtopic_body >><< معاينة الموضوع [تم الحل] طلب كود جعل البيانات أفقية في المواضيع و عمودية في الردود Editer
نقوم بنسخ القالب التالي وأستبدالة بالقالب الكامل في منتداك


الكود:
  
<script>
$(document).ready(function(e) {
    $(".setting").hide();
    $("#setting").click(function(){
        $(".setting").slideToggle();
        });
});
</script>
<style>
.setting{
    border:1px solid #999;
    background-color:#f8f8f8;
    width:150px;
    }
.setting ul{
    list-style:none;
    }
.setting a li{
    margin-left:-10px;
    }
a{
    text-decoration:none;
    color:#00F;
    }
a:hover{
    color:#039;
    }
</style>
 
<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){
    if(typeof(_atc) == "undefined") {
        _atc = { };
    }
    
    _atc.cwait = 0;
    $('.addthis_button').mouseup(function(){
        if ($('#at15s').css('display') == 'block') {
            addthis_close();
        }
    });
});
var hiddenMsgLabel = { visible:'{JS_HIDE_HIDDEN_MESSAGE}', hidden:'{JS_SHOW_HIDDEN_MESSAGE}' };
showHiddenMessage = function(id)
{
    try
    {
        var regId = parseInt(id, 10);
        if( isNaN(regId) ) { regId = 0; }
        
        if( regId > 0)
        {
            $('.post--' + id).toggle(0, function()
         {
            if( $(this).is(":visible") )
            {
               $('#hidden-title--' + id).html(hiddenMsgLabel.visible);
            }
            else
            {
               $('#hidden-title--' + id).html(hiddenMsgLabel.hidden);
            }
         });
        }
    }
    catch(e) { }
    
   return false;
};
//]]>
</script>
<table width="100%" border="0" cellspacing="2" cellpadding="0">
   <tr>
      <td align="left" valign="middle" nowrap="nowrap">
         <span class="nav">
         <!-- BEGIN switch_user_authpost -->
         <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}one" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>   
         <!-- END switch_user_authpost -->
         <!-- BEGIN switch_user_authreply -->
         <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" id="i_reply" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
         <!-- END switch_user_authreply -->
         </span>
      </td>      
      <td class="nav" valign="middle" width="100%">
         <span class="nav" itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
                <a class="nav" href="{U_INDEX}" itemprop="url"><span itemprop="title">{L_INDEX}</span></a>
                <!--{NAV_SEP}<a class="nav" href="{U_ALBUM}" itemprop="url"><span itemprop="title">{L_ALBUM}</span></a>-->
                {NAV_CAT_DESC_SECOND}
            </span>
      </td>      
      <td align="right" valign="bottom" nowrap="nowrap" width="100%">
         <!-- BEGIN switch_twitter_btn -->
         <span id="twitter_btn" style="margin-left: 6px; ">
                <a href="https://twitter.com/share" class="twitter-share-button" data-via="{TWITTER}">Tweet</a>
                <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
         </span>
         <!-- END switch_twitter_btn -->
        
         <!-- BEGIN switch_fb_likebtn -->        
         <script>(function(d, s, id) {
           var js, fjs = d.getElementsByTagName(s)[0];
           if (d.getElementById(id)) return;
           js = d.createElement(s); js.id = id;
           js.src = "//connect.facebook.net/{LANGUAGE}/all.js#xfbml=1";
           fjs.parentNode.insertBefore(js, fjs);
         }(document, 'script', 'facebook-jssdk'));</script>  
         <div class="fb-like" data-href="{FORUM_URL}{TOPIC_URL}" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div>
         <!-- END switch_fb_likebtn -->
        
         <span class="gensmall bold">
            <a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=forumotion">{L_SHARE}</a>
            <!-- BEGIN switch_plus_menu -->
             | 
            <script type="text/javascript">//<![CDATA[
               var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
               var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
               var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
               var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
               var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
               var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
               insert_plus_menu('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
            //]]>
            </script>
            <!-- END switch_plus_menu -->
         </span>
      </td>
   </tr>
</table>
<table class="forumline1" width="100%" border="0" cellspacing="1" cellpadding="0" >
   <tr align="right">
      
   </tr>
   <!-- BEGIN topicpagination -->
   <tr>
      <td class="row1 pagination" colspan="2" align="right" valign="top"><span class="gensmall">{PAGINATION}</span></td>
   </tr>
   <!-- END topicpagination -->
   {POLL_DISPLAY}
   <tr>
      
      <th class="thRight" nowrap="nowrap" colspan="2">{TOPIC_TITLE}</th>
   </tr>
   <!-- BEGIN postrow -->
   <!-- BEGIN hidden -->
   <tr>
      <td class="postdetails {postrow.hidden.ROW_CLASS}" colspan="3" align="center">{postrow.hidden.MESSAGE}</td>
   </tr>
   <!-- END hidden -->
   <!-- BEGIN displayed -->
  
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="100%" height="28" colspan="2">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
                
            </tr>
            <tr>
                
            </tr>
                          
                          <td colspan="2" class="hr">
                            
  
        
                        <div class="TmpPost vbseo_like_postbit" id="post22156241">
<div class="HeaderPost">
                            <div class="Right">
                            <span id="abox_img">  {postrow.displayed.POSTER_AVATAR}</span>
</div>
                         <div class="Center">
<div class="UserName" id="postmenu_22152677">
<strong>{postrow.displayed.POSTER_NAME}</strong>
<div class="UserTitleName">:: {postrow.displayed.POSTER_RANK}::</div>
<div><div class="ranks fa fa-star">{postrow.displayed.RANK_IMAGE}<br />{postrow.displayed.ONLINE_IMG}</div></div>
</div>
            
                            <div class="Left">
<div class="TimePostCount">
<div class="PostTime">
 <span class="postdetails1"><img src="{postrow.displayed.MINI_POST_IMG}"><img src="{postrow.displayed.MINI_TIME_IMG}" alt="" border="0" />{postrow.displayed.POST_DATE}
<!-- / status icon and date -->
</div>
 
 
</div>
<div class="ActivityUser">
<div> <span class="postdetails poster-profile">
                            <!-- BEGIN profile_field -->
            {postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
            <!-- END profile_field -->
            {postrow.displayed.POSTER_RPG}
                            </span> </div>
  
<div class="Rating">
{postrow.displayed.PROFILE_IMG} {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}<!-- BEGIN contact_field --> {postrow.displayed.contact_field.CONTENT}<!-- END contact_field -->
</div>
</div>
 
                    
                        
                  <hr />
                                              
 
               </td>
            <tr>
                
               <td colspan="2">
                  <!-- BEGIN switch_vote_active -->
                  <div class="vote gensmall">
                     <!-- BEGIN switch_vote -->
                     <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">+</a></div>
                     <!-- END switch_vote -->
                     <!-- BEGIN switch_bar -->
                     <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                        <!-- BEGIN switch_vote_plus -->
                        <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                        <!-- END switch_vote_plus -->
                        <!-- BEGIN switch_vote_minus -->
                        <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                        <!-- END switch_vote_minus -->
                     </div>
                     <!-- END switch_bar -->
                     <!-- BEGIN switch_no_bar -->
                     <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="vote-no-bar">----</div>
                     <!-- END switch_no_bar -->
                     <!-- BEGIN switch_vote -->
                     <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">-</a></div>
                     <!-- END switch_vote -->
                  </div>
                  <!-- END switch_vote_active -->
                     <div class="IconTitle">
<img class="inlineimg"   border="0">
<strong>{TOPIC_TITLE}</strong>
</div>
                     <div class="postbody1">     <div class="TraiMessage"></div>
                  <div class="postbody">
                     <div>{postrow.displayed.MESSAGE}</div>
</div>
                       <span class="quotee">{postrow.displayed.QUOTE_IMG} {postrow.displayed.MULTIQUOTE_IMG} </span>  
                     <!-- BEGIN switch_attachments -->
                     <dl class="attachbox">
                        <dt>{postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                        <dd>
                           <!-- BEGIN switch_post_attachments -->
                           <dl class="file">
                              <dt>
                                 <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" alt="" />
                                 <!-- BEGIN switch_dl_att -->
                                 <a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a> {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
                                 <!-- END switch_dl_att -->
                                 <!-- BEGIN switch_no_dl_att -->
                                 {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT} {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
                                 <!-- END switch_no_dl_att -->
                              </dt>
                              <!-- BEGIN switch_no_comment -->
                              <dd>
                                 <em>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
                              </dd>
                              <!-- END switch_no_comment -->
                              <!-- BEGIN switch_no_dl_att -->
                              <dd>
                                 <em><strong>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
                              </dd>
                              <!-- END switch_no_dl_att -->
                              <dd>({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}) {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
                           </dl>
                           <!-- END switch_post_attachments -->
                        </dd>
                     </dl>
                     <!-- END switch_attachments -->
                     <div class="clear"></div>
                     <!-- BEGIN switch_signature -->
                     <div class="signature_div">
                        {postrow.displayed.SIGNATURE}
                     </div>
                     <!-- END switch_signature -->
                  </div>
                  <span class="gensmall">{postrow.displayed.EDITED_MESSAGE}</span>
               </td>
            </tr>
         </table>
      </td>
   </tr>
   <tr class="post--{postrow.displayed.U_POST_ID}" style="{postrow.displayed.DISPLAYABLE_STATE}">
      <td class="{postrow.displayed.ROW_CLASS} browse-arrows"{postrow.displayed.THANK_BGCOLOR} align="center" valign="middle" width="150">
      
                    
        <ul id="nav-one" class="dropmenu">
            
            <li> <a href="#">أدوات الموضوع</a>
                <ul>
                    <li>{postrow.displayed.THANK_IMG} </li>
                    <li>{postrow.displayed.DELETE_IMG}</li>
                    <li>{postrow.displayed.IP_IMG}</li>
                    <li>{postrow.displayed.REPORT_IMG}</li>
                     <li>{postrow.displayed.EDIT_IMG}</li>
                </ul>
            </li>
      </td>
      <td class="{postrow.displayed.ROW_CLASS} messaging gensmall"{postrow.displayed.THANK_BGCOLOR} width="100%" height="28">
                  
         <table border="0" cellspacing="0" cellpadding="0" align="left">
            <tr>
               <td valign="middle">               <td valign="middle">
                  
               </td></td>
            </tr>
         </table>
      </td>
   </tr>
   <!-- BEGIN first_post_br -->
</table>
<hr />
<table class="forumline1" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
       <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
   </tr>
   <!-- END first_post_br -->
   <!-- END displayed -->
   <!-- END postrow -->
   <!-- BEGIN no_post -->
   <tr align="center">
      <td class="row1" colspan="3" height="28">
         <span class="genmed">{no_post.L_NO_POST}</span>
      </td>
   </tr>
   <!-- END no_post -->
   <tr align="right">
      <td class="catBottom" colspan="3" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td width="9%" class="noprint"> </td>
               <td align="center" class="t-title"><a name="bottomtitle"></a><div class="cattitle">{TOPIC_TITLE}</div></td>
               <td align="right" nowrap="nowrap" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">{L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#top">{L_BACK_TO_TOP}</a> </td>
            </tr>
         </table>
      </td>
   </tr>
</table>
<table class="forumline1 noprint" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 0 0 1px 0; border-top: 0px;">
   <tr>
      <td class="row2" valign="top" {COLSPAN_PAGINATION} width="150"><span class="gensmall">{PAGE_NUMBER}</span></td>
      <!-- BEGIN topicpagination -->
      <td class="row1" align="right" valign="top" ><span class="gensmall">{PAGINATION}</span></td>
      <!-- END topicpagination -->
   </tr>
   <!-- BEGIN switch_user_logged_in -->
   <!-- BEGIN watchtopic -->
   <tr>
      <td class="row2" colspan="2" align="right" valign="top"><span class="gensmall">{S_WATCH_TOPIC}</span></td>
   </tr>
   <!-- END watchtopic -->
   <!-- END switch_user_logged_in -->
</table>
<!-- BEGIN promot_trafic -->
<table class="forumline1" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_close" style="display:none;margin: 1px 0px 1px 0px">
   <tr>
      <td class="catBottom" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="top"><div class="cattitle"> {PROMOT_TRAFIC_TITLE}</div></td>
               <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
            </tr>
         </table>
      </td>
   </tr>
</table>
<table class="forumline1" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_open" style="display:'';margin: 1px 0px 1px 0px">
   <tr>
      <td class="catBottom" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="top"><div class="cattitle"> {PROMOT_TRAFIC_TITLE}</div></td>
               <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
            </tr>
         </table>
      </td>
   </tr>
   <tr>
      <td class="row2 postbody" valign="top">
         <!-- BEGIN link -->
         » <a style="text-decoration:none" href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}" rel="nofollow">{promot_trafic.link.TITLE}</a><br />
         <!-- END link -->
      </td>
   </tr>
</table>
<!-- END promot_trafic -->
<!-- BEGIN switch_forum_rules -->
<table id="forum_rules" class="forumline1" width="100%" border="0" cellspacing="0" cellpadding="0" style="margin: 1px 0px 1px 0px">
   <tbody>
      <tr>
         <td class="catBottom">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tbody>
                  <tr>
                     <td valign="top">
                        <div class="cattitle"> {L_FORUM_RULES}</div>
                     </td>
                  </tr>
               </tbody>
            </table>
         </td>
      </tr>
      <tr>
         <td class="row1 clearfix">
            <table>
               <tr>
                  <!-- BEGIN switch_forum_rule_image -->
                  <td class="logo">
                     <img src="{RULE_IMG_URL}" alt="" />
                  </td>
                  <!-- END switch_forum_rule_image -->
                  <td class="rules postbody">
                     {RULE_MSG}
                  </td>
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
</table>
<!-- END switch_forum_rules -->
<table class="forumline1 noprint" width="100%" border="0" cellspacing="0" cellpadding="0">
   <tr>
      <td class="row2" colspan="2" align="center" style="padding:0px">
         <!-- BEGIN switch_user_logged_in -->
         <a name="quickreply"></a>
         {QUICK_REPLY_FORM}<br />
         <!-- END switch_user_logged_in -->
      </td>
   </tr>
   <tr>
      <td style="margin:0; padding: 0;" colspan="2">
         <table border="0" cellpadding="0" width="100%" cellspacing="0" id="info_open" style="display:''">
            <tbody>
      <!-- BEGIN show_permissions -->
      <tr>
         <td class="row2" valign="top" width="25%"><span class="gensmall">{L_TABS_PERMISSIONS}</span></td>
         <td class="row1" valign="top" width="75%"><span class="gensmall">{S_AUTH_LIST}</span></td>
      </tr>
      <!-- END show_permissions -->
      <tr>
         <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <!-- BEGIN show_permissions -->
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
                  <!-- END show_permissions -->
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
         </table>
      </td>
   </tr>
   <tr>
      <td style="margin:0; padding: 0;" colspan="2">
         <table border="0" cellpadding="0" cellspacing="0" width="100%" id="info_close" style="display:none;">
            <tbody>
      <tr>
         <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
         </table>
      </td>
   </tr>
</table>
<form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
   <tr>
      <td align="left" valign="middle" nowrap="nowrap" {WIDTH_GALLERY}>
         <span class="nav">
            <!-- BEGIN switch_user_authpost -->
            <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}Newtopic" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>   
            <!-- END switch_user_authpost -->
            <!-- BEGIN switch_user_authreply -->
            <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
            <!-- END switch_user_authreply -->
         </span>
      </td>
      <!-- BEGIN viewtopic_bottom -->
      <td align="right" nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_SELECT} <input class="liteoption" type="submit" value="{L_GO}" /></span></td>
      <!-- END viewtopic_bottom -->
      <!-- BEGIN moderation_panel -->
      <td align="center">
         <span class="gensmall">{moderation_panel.U_YOUR_PERSONAL_MODERATE}</span>
      </td>
      <td align="center" width="250">
         <span class="gensmall"> </span>
      </td>
      <!-- END moderation_panel -->
   </tr>
</table>
</form>
<!-- BEGIN viewtopic_bottom -->
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
   <tr>
      <td colspan="2" align="left" valign="top" nowrap="nowrap"><br />{S_TOPIC_ADMIN}<br />
         <form name="action" method="get" action="{S_FORM_MOD_ACTION}">
            <input type="hidden" name="t" value="{TOPIC_ID}" />
            <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
            <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />
            <span class="gen">{L_MOD_TOOLS}<br />{S_SELECT_MOD}&nbsp;<input class="liteoption" type="submit" value="{L_GO}" /></span>
         </form>
      </td>
   </tr>
</table>
<!-- END viewtopic_bottom -->
<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.postbody', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->
<script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>[quote][/quote]

ثم سجل ولا تنسى النشر بالضغط على [تم الحل] طلب كود جعل البيانات أفقية في المواضيع و عمودية في الردود Ajouter


ثم نذهب الى لوحة الادارة >> مظهر المنتدى >> أللوان >> ورقة CSS 


ثم نضع الأكواد التالية في بداية الصفحة


الكود:
 
.forumline1 {
     overflow: hidden;
     border: 1px solid #DBDBDB;
    background: #FFF;
    -webkit-border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -khtml-border-radius: 7px 7px 7px 7px;
    border-radius: 7px 7px 7px 7px;
    overflow: hidden;
padding: 10px 1px 10px 1px;
}
    
 
img.i_icon_quote {
    margin-top: 22px;
    margin-bottom: 5px;
}
 
ul.dropmenu {
    position: relative;
    margin: 0px;
    padding: 1px 0px 0px 0px;
    background:transparent url(images/navigation.png) repeat-x scroll 0 0;
    display:block;
    height: 35px;
    font-family: Traditional Arabic, Arial;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
.dropmenu li {
    position: relative;
    list-style: none;
    float: right;
    margin: 0px;
    padding: 0px;
}
.dropmenu li a {
    border-right: solid 1px #4a779d;
    color: #0A0A0A;
    cursor: point;
    display: block;
    height: 22px;
    padding: 9px 10px 0 15px;
    text-decoration: none;
    text-transform: uppercase;
}
 
.dropmenu li a:hover span {
    background:transparent url(images/arrow_hover.png) repeat-x scroll 0 0;
}
.dropmenu li:hover ul, .dropmenu li:hover div {
    display: block;
}
.dropmenu ul {
    position: absolute;
    display: none;
    width: 140px;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #ccc;
    background: #FFFFFF url(images/gradient.png) repeat-x scroll 0 0;
}
.dropmenu ul li {
    border: 0;
    float: none;
}
.dropmenu ul a {
    border: 1px solid #ccc;
    border-bottom: 0;
    white-space: nowrap;
    display:block;
    color: #0657AD;
    text-decoration: underline;
    text-transform: none;
}
 
 
 
 
 
 
td.row1.over:hover, td.row2 {
    background-color: #F3F3F2;
}
.signature_div {
    background: none repeat scroll 0 0 #E0CECE;
    border-bottom: 1px solid #CC8E8E;
    border-top: 1px solid #CC8E8E;
    font-family: "Droid Arabic Kufi","Open Sans",sans-serif;
    font-size: .63em;
    font-weight: lighter;
    padding: 5px 20px;
    text-shadow: 0 1px 1px #fff;
}
.postbody1 {
    background-color: #fff!important;
    padding-bottom: 22px;
}
.TmpPost {
    -moz-border-radius: 25px 25px 5px 5px;
    -moz-box-shadow: 0 0 3px #e7e7e7;
    -webkit-border-radius: 25px 25px 5px 5px;
    -webkit-box-shadow: 0 0 3px #e7e7e7;
    background: none repeat scroll 0 0 rgb(234, 247, 251);
    border-color: rgb(73, 162, 195) #49A2C3 #49A2C3;
    border-left: 1px solid #49A2C3;
    border-radius: 25px 25px 5px 5px;
    border-right: 1px solid #49A2C3;
    border-style: solid;
    border-width: 10px 1px 1px;
    box-shadow: 0 0 3px #FFFFFF;
    clear: both;
    padding: 10px;
}
.HeaderPost {
    -moz-border-radius: 17px 17px 0 0;
    -webkit-border-radius: 17px 17px 0 0;
    background: none repeat scroll 0 0 rgba(31, 154, 167, 0.21);
    border-radius: 17px 17px 0 0;
    overflow: hidden;
    padding: 10px 10px 5px 2px;
}
.IconTitle {
    background: none repeat scroll 0 0 #2E8CAF;
    border-top: 1px solid #C09595;
    color: #C1C1C1;
    font-family: "Droid Arabic Kufi","Open Sans",sans-serif;
    font-size: .99em;
    padding-bottom: 8px;
    text-shadow: 0 1px 0 #FFF;
}
.TraiMessage {
    border-color: #cee0e0 transparent transparent;
    border-style: solid;
    border-width: 15px 10px 0;
    height: 0;
    margin-right: 30px;
    margin-top: 0px;
    width: 0;
}
div#postmenu_22152677 {
    float: right;
    margin-right: 15px;
    padding: 0 10px;
    text-align: center;
}
 .Center .UserTitleName {
     font-family: "Droid Arabic Kufi","Open Sans",sans-serif;
    font-size: 0.69em;
    font-weight: lighter;
    line-height: 16px;
}
td.row3Right, td.spaceRow {
    background-color: #F3F3F2;
    border: #FFF;
    border-style: solid;
}
td.catBottom, th.thBottom {
     background: #F7F7F7!important;
  }
th {
    background-color: rgba(73, 162, 195, 0.79);
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 700;
    height: 25px;
    padding: 2px 3px;
    width: 70px;
}
 
.Right {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #FFFFFF;
      border-radius: 4px;  
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    float: right;
}
.Left {
    float: left;
    margin-left: 10px;
    width: 283px;
}
.TimePostCount {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: none repeat scroll 0 0 rgba(253, 253, 253, 0.8);
    border: 1px solid #49A2C3;
    border-radius: 5px;
    color: #1086C1;
    float: left;
    font-family: "Droid Arabic Kufi","Open Sans",sans-serif;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 0;
    padding: 5px 7px;
    text-shadow: 0 1px 0 #fff;
    width: 265px;
}
 .PostTime {
    float: right;
    margin-left: 15px;
    margin-top: -3px;
}
  .Left .TimePostCount .PostCount {
    float: left;
    margin-left: 10px;
    margin-top: -3px;
}
 .ActivityUser {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: none repeat scroll 0 0 #fdfdfd !important;
    border: 1px solid #d0d0d0;
    color: #333 !important;
    float: left;
     font-size: 0.7em;
    font-weight: lighter;
    padding: 0 5px;
    width: 270px;
}
  
.postdetails {
    color: #000;
    font-size: 12px;
}
#abox_img img {
    height: 120px;
    
    max-width: 100px;
    
}
 
 
 
a.forumlink:hover {
    color: #dd6900!important;
    text-decoration: underline!important;
}
.realTime_alert{
background:#FDFDFD no-repeat 10px center;
-webkit-background-size:50px;
  -moz-background-size:50px;
    -o-background-size:50px;
        background-size:50px;
-webkit-box-shadow:0 0 4px rgba(0,0,0,.6);
  -moz-box-shadow:0 0 4px rgba(0,0,0,.6);
        box-shadow:0 0 4px rgba(0,0,0,.6);
position:fixed;
top:50px;
right:20px;
min-height:60px;
font-size:13px;
width:200px;
padding:10px 10px 10px 70px;
font-family:Helvetica;
color:#474747;
}
.realTime_alert b{
display:block;
margin-bottom:5px;
font-size:15px;
}
.realTime_alert .close{
position:absolute;
right:10px;
top:5px;
font-size:15px;
-webkit-border-radius:50px;
  -moz-border-radius:50px;
        border-radius:50px;
height:16px;
width:16px;
text-align:center;
line-height:13px;
cursor:pointer;
}
.realTime_alert .close:hover{
color:#FFF;
background:#666;
}
#ebtzd .tooltip{
opacity:0;
position:relative;
overflow:visible;
z-index:100!important;
display:inline-block;
top:5px;
-webkit-transition-duration:500ms;
  -moz-transition-duration:500ms;
    -o-transition-duration:500ms;
        transition-duration:500ms;
background:rgba(0, 0, 0, .8);
padding:10px;
-webkit-border-radius:3px;
  -moz-border-radius:3px;
        border-radius:3px;
font-family:Helvetica;
letter-spacing:1px;
font-size:13px;
width:300px;
color:#fff;
}




توقيعomar2pro


.
ابتسم حتى واان فقدت من يسعدك
فهناك اخر يتوسمها فيك

[تم الحل] طلب كود جعل البيانات أفقية في المواضيع و عمودية في الردود V0Alvt3

.
omar2pro
omar2pro
المدير
البلد : dz
الجنس : ذكر
المساهمات : 186

مُساهمةomar2pro 24.10.15 12:41

صورة للكود 
[تم الحل] طلب كود جعل البيانات أفقية في المواضيع و عمودية في الردود 2015-112




توقيعomar2pro


.
ابتسم حتى واان فقدت من يسعدك
فهناك اخر يتوسمها فيك

[تم الحل] طلب كود جعل البيانات أفقية في المواضيع و عمودية في الردود V0Alvt3

.
الطريق نحو القمة
الطريق نحو القمة
عضو جيد
البلد : ma
الجنس : ذكر
المساهمات : 13

مُساهمةالطريق نحو القمة 24.10.15 12:50

اوك شكرا
الطريق نحو القمة
الطريق نحو القمة
عضو جيد
البلد : ma
الجنس : ذكر
المساهمات : 13

مُساهمةالطريق نحو القمة 24.10.15 15:50

عفوا ليس هذا هو الكود الموجود في منتداك
لأنه للمواضيع و الردود + لا علاقة بينه و بين الكود الموجود في هذا المنتدى 

ارجوا منك اعطائي اياه ؟؟
omar2pro
omar2pro
المدير
البلد : dz
الجنس : ذكر
المساهمات : 186

مُساهمةomar2pro 24.10.15 16:12

1.شكل الموضوع
[تم الحل] طلب كود جعل البيانات أفقية في المواضيع و عمودية في الردود 110


2.شكل الردود


[تم الحل] طلب كود جعل البيانات أفقية في المواضيع و عمودية في الردود 210


طريقه استخدام القالب (يرجى اتباع الشرح لانه فى حاله عدم اتباعه لن يعمل):
1. لوحه الاداره > عناصر اضافيه > مدونات > تشكيل > تفعيل المدونات > نعم > سجل
2.بعد انهاء الخطوه الاولى سيظهر فى قائمه القوالب قالب بعنوان viewcomments_body نضغط على اسم القالب لفتحه
3.يتم حذف الكود كاملا ووضع الكود الموجود بالمرفقات وحفظ الكود ونشر القالب
4.لوحه الاداره > اداره عامه > المنتديات والفئات
5.امام عنوان كل منتدى يتم الضغط على ايقونه تعديل [تم الحل] طلب كود جعل البيانات أفقية في المواضيع و عمودية في الردود Editer
6.سيتم فتح صفحه تعديل اقسام المنتدى يتم تعديل نوع القسم من (منتدى) الى (مدونه) كما بالصوره الاتيه
[تم الحل] طلب كود جعل البيانات أفقية في المواضيع و عمودية في الردود Oouu_o10
7.يتم تكرار الخطوه السابقه لجميع اقسام المنتدى وتحويل جميع الاقسام من (منتدى) الى (مدونه)
بعد نهايه الخطوه السابعه سيتم تحويل جميع اقسام المنتدى بالشكل السابق الى مدونه وستظهر بالشكل الموجود بالصور اعلاه
ومبروك عليكم الكود


القالب من تصميم 
ahlastyl

لايمكنني التعديل وعليه ونشره الا باذن من صاحب القالب



الكود في الرد الذي يليه




توقيعomar2pro


.
ابتسم حتى واان فقدت من يسعدك
فهناك اخر يتوسمها فيك

[تم الحل] طلب كود جعل البيانات أفقية في المواضيع و عمودية في الردود V0Alvt3

.
omar2pro
omar2pro
المدير
البلد : dz
الجنس : ذكر
المساهمات : 186

مُساهمةomar2pro 24.10.15 16:12

الكود:
<style fprolloverstyle>
#profil_head
{
background-image: url(http://i48.servimg.com/u/f48/11/58/90/14/52_0110.png);
background-repeat: no-repeat;
width: 196px ;
height: 59px;  }
#profil_body
{
background-image: url(http://i48.servimg.com/u/f48/11/58/90/14/52_0310.png);
 width : 196px;
overflow : auto;
}
#profil_foot
{
background-image: url(http://i58.servimg.com/u/f58/13/64/63/15/52_04010.png);
background-repeat: no-repeat;
width: 196px ;
height: 61px;
}
.userdetail{
width:100%;
max-width:145px;
max-height:40px;
margin-left:30px;
margin:auto;
padding:1px;
border:1px dotted #050505;
background:#fff;
}
.userdetails{
width:100%;
max-width:145px;
max-height:40px;
margin-left:30px;

padding:1px;
border:1px dotted #050505;
background:#fff;

.user_name{
width:100%;
max-width:160px;
max-height:40px;
margin-top:5px;
margin:auto;
padding:2px;
border:1px dotted #050505;
background:#fff;
 
 -moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
}
  .byanat{
background: url(http://i44.servimg.com/u/f44/13/64/63/15/eiaa_u31.png) repeat-x;
background-position: top;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
}
.quote{
text-decoration:none;
background-color: #EDEDED;
border:2px solid #EEE;
margin: 10px;
padding: 3px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 0px 0px 5px #000;
box-shadow: 0px 0px 5px #000;
-webkit-box-shadow: 0px 0px 5px #000;
-khtml-box-shadow: 0px 0px 5px #000;
font-family:Tahoma;
text-align:center;
font-size:11px;
color:#000;
}
.code{
background: url(http://i44.servimg.com/u/f44/13/64/63/15/eiaa_u23.png) no-repeat;
text-decoration:none;
background-color: #b8b8b8;
border:2px solid #EEE;
margin: 10px;
padding: 3px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 0px 0px 5px #000;
box-shadow: 0px 0px 5px #000;
-webkit-box-shadow: 0px 0px 5px #000;
-khtml-box-shadow: 0px 0px 5px #000;
font-family:Tahoma;
text-align:center;
font-size:11px;
color:#000;
}
.hr {
background: url(http://i48.servimg.com/u/f48/11/58/90/14/eiaa_u10.png) no-repeat;
background-position: top;
text-align: center;
vertical-align: text-bottom;
padding: 0px 0px 50px;
line-height: normal;
}
.vote {
   float: right;
   width: 9px;
   margin-right: 4px;
   }
.vote .ebneleslam {

   margin-right:-12px;
   white-space:nowrap;
   }
.signature_div img {
max-width:650px;
max-height:500px;
border: 0px solid #FF0000;
font-size:11px;
}
</style>



<script type="text/javascript">
//<![CDATA[
var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati = '{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = { share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption: "{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print: "{L_PRINT}", more: "{L_MORE}" };
$(function(){
   _atc.cwait = 0;
   $('.addthis_button').mouseup(function(){
      if ($('#at15s').css('display') == 'block') {
         addthis_close();
         addthis_close();
      }
   });
});
//]]>
</script>

<table width="100%" border="0" cellspacing="2" cellpadding="0">
   <tr>
      <td align="left" valign="middle" nowrap="nowrap">
         <span class="nav">
         <!-- BEGIN switch_user_authpost -->
         <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}one" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>   
         <!-- END switch_user_authpost -->
         <!-- BEGIN switch_user_authreply -->
         <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" id="i_reply" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
         <!-- END switch_user_authreply -->
         </span>
      </td>
      <td class="nav" valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">
      {L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
      <td align="right" valign="bottom" nowrap="nowrap" width="100%">
         <span class="gensmall bold">
            <a class="addthis_button" href="http://www.addthis.com/bookmark.php?v=250&pub=forumotion">
         {L_SHARE}</a>
             | 
            <script type="text/javascript">//<![CDATA[
               var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
               var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
               var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
               var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
               var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
               var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
               insert_plus_menu('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
            //]]>
            </script>
         </span>
      </td>
   </tr>
</table>


<!-- begin topic body code by ebneleslam ahlastyl.com -->


<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0" height="31">
<tbody><tr>
<td width="39" height="31"><img border="0" src="http://i44.servimg.com/u/f44/13/64/63/15/eiaa-u14.png" width="39" height="31"></td>
<td align="center" background="http://i44.servimg.com/u/f44/13/64/63/15/eiaa-u16.png"><img border="0" src="http://i44.servimg.com/u/f44/13/64/63/15/eiaa-u16.png" width="0" height="31"></td>
<td width="37" height="31"><img border="0" src="http://i44.servimg.com/u/f44/13/64/63/15/eiaa-u15.png" width="37" height="31"></td>
</tr>
</tbody></table>
<table width="100%" align="center" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td width="39" background="http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u15.png">
<td valign="middle">





<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr align="right">
      <td class="catHead" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td width="9%" class="noprint"> </td>
               <td align="center" nowrap="nowrap" class="t-title"><h1 class="cattitle">
               <a href="#{postrow.displayed.U_POST_ID}"> {TOPIC_TITLE}</a></h1></td>
               <td align="right" nowrap="nowrap" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">
               {L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#bottom">{L_GOTO_DOWN}</a> </td>
            </tr>
         </table>
      </td>
   </tr>
   <!-- BEGIN topicpagination -->
   <tr>
      <td class="row1 pagination" align="right" valign="top"><span class="gensmall">
      {PAGINATION}</span></td>
   </tr>
   <!-- END topicpagination -->
   {POLL_DISPLAY}
   <!-- BEGIN postrow -->
   <!-- BEGIN displayed -->
   <tr>
      <td class="row1 pagination" align="right" valign="top">
      <table border="0" width="100%" cellspacing="0" cellpadding="0" class="byanat">
         <tr>

            <td align="center" width="299">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="1%" id="AutoNumber1">
  <tr>
    <td width="25%">
    <img border="0" src="http://i21.servimg.com/u/f21/11/61/12/59/1_0510.png" width="20" height="20"></td>
    <td width="23%" background="http://i21.servimg.com/u/f21/11/61/12/59/1_0310.png">
    </td>
    <td width="96%">
    <img border="0" src="http://i21.servimg.com/u/f21/11/61/12/59/1_0110.png" width="20" height="20"></td>
  </tr>
  <tr>
    <td width="25%" background="http://i21.servimg.com/u/f21/11/61/12/59/1_1010.png">
    </td>
    <td width="23%">{postrow.displayed.POSTER_AVATAR}</td>
    <td width="96%" background="http://i21.servimg.com/u/f21/11/61/12/59/1_0910.png">
    </td>
  </tr>
  <tr>
    <td width="25%">
    <img border="0" src="http://i21.servimg.com/u/f21/11/61/12/59/1_1510.png" width="20" height="20"></td>
    <td width="23%" background="http://i21.servimg.com/u/f21/11/61/12/59/1_1410.png">
    </td>
    <td width="96%">
    <img border="0" src="http://i21.servimg.com/u/f21/11/61/12/59/1_1310.png" width="20" height="20"></td>
  </tr>
</table>            </td>
            <td align="center">

            <span class="name"><strong><div class="user_name">
              <span style="background-color: #ebf3ff">
              <span class="genmedmodule-title">{..</span><a name="{postrow.displayed.U_POST_ID}"></a>{postrow.displayed.POSTER_NAME}<span class="genmedmodule-title">..}</span></span></div></strong></span>
<font size="2">{postrow.displayed.POSTER_RANK}
</font>
<br />
            {postrow.displayed.RANK_IMAGE} {postrow.displayed.ONLINE_IMG}
                <br /><p>{postrow.displayed.PROFILE_IMG}<br />
            {postrow.displayed.PM_IMG}

            <td align="center" width="60%">
                <div align="center" id="FM_widget_share"></div>

                                  </td>
            <td width="180" align="center">
            
                <!-- BEGIN profile_field -->
                <span style="background-color: #CCCCFF"><div class="userdetails">
              <font size="2">
            {postrow.displayed.profile_field.LABEL}{postrow.displayed.profile_field.CONTENT}</font></div></span>
                <!-- END profile_field -->
            
            </td>
         </tr>
      </table>
      </td>
   </tr>


   <tr class="post">
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="100%" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="top" align="left" nowrap="nowrap" class="post-options">
                   {postrow.displayed.MULTIQUOTE_IMG}
                     {postrow.displayed.QUOTE_IMG}
                     {postrow.displayed.EDIT_IMG}
                     {postrow.displayed.DELETE_IMG}
                     {postrow.displayed.IP_IMG}
                     {postrow.displayed.REPORT_IMG}
               </td>
            </tr>
            <tr>
               <td>

                                         
                            <p>
<img border="0" src="http://i48.servimg.com/u/f48/11/58/90/14/eiaa_u10.png" width="504" height="50"></p>
                             
                  <!-- BEGIN switch_vote_active -->
                  <div class="vote gensmall">
                     <!-- BEGIN switch_vote -->
                     <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">
<img border="0" src="http://i31.servimg.com/u/f31/11/61/12/59/11111110.gif" width="37" height="30"></a></div>
                     <!-- END switch_vote -->

                     <!-- BEGIN switch_bar -->
                     <div class="vote-bar" title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}">
                        <!-- BEGIN switch_vote_plus -->
                        <div class="vote-bar-plus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                        <!-- END switch_vote_plus -->

                        <!-- BEGIN switch_vote_minus -->
                        <div class="vote-bar-minus" style="height:{postrow.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                        <!-- END switch_vote_minus -->
                     </div>
                     <!-- END switch_bar -->

                     <!-- BEGIN switch_no_bar -->
                     <div title="{postrow.displayed.switch_vote_active.L_VOTE_TITLE}" class="ebneleslam"><img border="0" src="http://i31.servimg.com/u/f31/11/61/12/59/eiaa_u15.png" width="60" height="30"></div>
                     <!-- END switch_no_bar -->

                     <!-- BEGIN switch_vote -->
                     <div class="vote-button"><a href="{postrow.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">
<img border="0" src="http://i31.servimg.com/u/f31/11/61/12/59/22222210.gif" width="37" height="30"></a></div>
                     <!-- END switch_vote -->
                  </div>
                  <!-- END switch_vote_active -->

                  <br />




<br>
   <div class="postbody" align="center">
<span style="margin: 2px; float: left;"><center><script type="text/javascript"><!--
google_ad_client = "ca-pub-0185062396050785";
/* 336x280, تم إنشاؤها 03/03/10 */
google_ad_slot = "6971521135";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></center></span>
<font size="2" face="Tahoma">{postrow.displayed.MESSAGE}</font>  <br>    </div>


                     <!-- BEGIN switch_attachments -->
                     <dl class="attachbox">
                        <div align="center">
                        <dt>
                        {postrow.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                                </div>
                        <dd>
                           <!-- BEGIN switch_post_attachments -->
                           <dl class="file">
                              <div align="center">
                              <dt>
                                 <img src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}" />

                                 <!-- BEGIN switch_dl_att -->
                                 <a class="postlink" href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">
                                 {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a>
                                 {postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
                                 <!-- END switch_dl_att -->

                                 <!-- BEGIN switch_no_dl_att -->
                                 {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT}
                                 {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
                                 <!-- END switch_no_dl_att -->
                              </dt>

                              <!-- BEGIN switch_no_comment -->
                              </div>
                              <dd>
                                 <p align="center">
                                 <em>
                                 {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
                              </dd>
                              <!-- END switch_no_comment -->

                              <!-- BEGIN switch_no_dl_att -->
                              <dd>
                                 <p align="center">
                                 <em><strong>
                                 {postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
                              </dd>
                              <!-- END switch_no_dl_att -->

                              <dd>
                                        <p align="center">
                              ({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE})
                              {postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
                           </dl>
                           <!-- END switch_post_attachments -->
                        </dd>
                     </dl>
                     <!-- END switch_attachments -->

                     <div class="clear">
                              <p align="center"></div>
                     <div class="signature_div">




<div align="center">




<table class="forumline" width="90%" border="0" cellpadding="0"
cellspacing="1"><tr><td class="catLeft"
height="25"><span class="genmed
module-title">{.... <b>توقيع</b> {postrow.displayed.POSTER_NAME} ....}</span></td></tr><tr>

 

 
 
 
 
  <td class="row1"
align="center" background="">{postrow.displayed.SIGNATURE}</td></tr>
                                                         
                                                         

                                                         
                                                          </table>
                     </div>
                     </div>

                  </div>                  <span class="gensmall">{postrow.displayed.EDITED_MESSAGE}</span>
               </td>
            </tr>
         </table>
      </td>
   </tr>
   <!-- END displayed -->
   <!-- BEGIN hidden -->
   <tr>
      <td class="postdetails {postrow.hidden.ROW_CLASS}" align="center">
      {postrow.hidden.MESSAGE}</td>
   </tr>
   <!-- END hidden -->
   <!-- END postrow -->
   <!-- BEGIN no_post -->
   <tr align="center">
      <td class="row1" height="28">
         <span class="genmed">{no_post.L_NO_POST}</span>
      </td>
   </tr>
   <!-- END no_post -->
</table>

<!-- BEGIN promot_trafic -->
<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_close" style="display:none;margin: 1px 0px 1px 0px">
   <tr>
      <td class="catBottom" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="top"><h1 class="cattitle"> {PROMOT_TRAFIC_TITLE}</h1></td>
               <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
            </tr>
         </table>
      </td>
   </tr>
</table>

<table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0" id="ptrafic_open" style="display:'';margin: 1px 0px 1px 0px">
   <tr>
      <td class="catBottom" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td valign="top"><h1 class="cattitle"> {PROMOT_TRAFIC_TITLE}</h1></td>
               <td align="right" valign="middle" width="10"><span class="gensmall"><a href="javascript:ShowHideLayer('ptrafic_open','ptrafic_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
            </tr>
         </table>
      </td>
   </tr>
   <tr>
      <td class="row2 postbody" valign="top">
         <!-- BEGIN link -->
         » <a style="text-decoration:none" href="{promot_trafic.link.U_HREF}" target="_blank" title="{promot_trafic.link.TITLE}">{promot_trafic.link.TITLE}</a><br />
         <!-- END link -->
      </td>
   </tr>
</table>
<!-- END promot_trafic -->

                                                         
                                                         
</td>
<td width="37" background="http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u16.png">
</td>
</tr>
</tbody>
</table>
<table width="100%" align="center" border="0" cellpadding="0" cellspacing="0" height="27">
<tbody><tr>
<td width="39" height="31"><img border="0" src="http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u17.png" width="39" height="31"></td>
<td align="center" background="http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u19.png"><img border="0" src="http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u19.png" width="1" height="31"></td>
<td width="37" height="31"><img border="0" src="http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u18.png" width="37" height="31"></td>
</tr>
</tbody></table>
                                                         
<div id="bookmarks" class="gensmall" style="margin-top:2px">
   {L_BOOKMARKS} 
   <!-- BEGIN social_bookmarking -->
   <a href="{social_bookmarking.URL}" title="{social_bookmarking.TITLE}" target="_blank" rel="nofollow">
      <img class="{social_bookmarking.CLASS}" src="http://2img.net/i/fa/empty.gif" alt="{social_bookmarking.TITLE}" title="{social_bookmarking.TITLE}" />
   </a>
   <!-- END social_bookmarking -->
</div>

<center><script type="text/javascript"><!--
google_ad_client = "pub-0185062396050785";
/* 728x90, created 3/2/10 */
google_ad_slot = "9969526733";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></center>   
 
 
   
 
 
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0" height="31">
<tbody><tr>
<td width="39" height="31"><img border="0" src="http://i44.servimg.com/u/f44/13/64/63/15/eiaa-u14.png" width="39" height="31"></td>
<td align="center" background="http://i44.servimg.com/u/f44/13/64/63/15/eiaa-u16.png"><img border="0" src="http://i44.servimg.com/u/f44/13/64/63/15/eiaa-u16.png" width="0" height="31"></td>
<td width="37" height="31"><img border="0" src="http://i44.servimg.com/u/f44/13/64/63/15/eiaa-u15.png" width="37" height="31"></td>
</tr>
</tbody></table>
<table width="100%" align="center" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td width="39" background="http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u15.png">
<td valign="middle">




<table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111">
   <tr align="right">
      <td class="catHead" colspan="2" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td width="9%" class="noprint"> </td>
               <td align="center" nowrap="nowrap" class="t-title"><h1 class="cattitle">
                ردود موضوع : {TOPIC_TITLE} </h1></td>
               <td align="right" nowrap="nowrap" width="8%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">
               {L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#bottom">{L_GOTO_DOWN}</a></td>
            </tr>
         </table>
      </td>
   </tr>
   <!-- BEGIN topicpagination -->
   <tr>
      <td class="row1 pagination" colspan="2" align="right" valign="top"><span class="gensmall">
      {PAGINATION}</span></td>
   </tr>
   <!-- END topicpagination -->
   {POLL_DISPLAY}
   <tr>
      <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
      <th class="thRight" nowrap="nowrap">{L_MESSAGE}</th>
   </tr>
    <tr>
      <td class="row1 pagination" colspan="2" align="right" valign="top">

</td>
   </tr>
   <!-- BEGIN comment -->

   
<!-- BEGIN displayed -->
    <tr class="post">
        <td class="{comment.displayed.ROW_CLASS}"{comment.displayed.THANK_BGCOLOR} valign="top" width="150">
            <span class="name"><div id="profil_head"></div><div id="profil_body"><div
id="name"><a
name="{comment.displayed.U_POST_ID}"></a></span>
                <span class="postdetails poster-profile">
<div class="userava">
             
<div align="center">
  <center>
             
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="1%" id="AutoNumber1">
  <tr>
    <td width="25%">
    <img border="0" src="http://i21.servimg.com/u/f21/11/61/12/59/1_0510.png" width="20" height="20"></td>
    <td width="23%" background="http://i21.servimg.com/u/f21/11/61/12/59/1_0310.png">
    </td>
    <td width="96%">
    <img border="0" src="http://i21.servimg.com/u/f21/11/61/12/59/1_0110.png" width="20" height="20"></td>
  </tr>
  <tr>
    <td width="25%" background="http://i21.servimg.com/u/f21/11/61/12/59/1_1010.png">
    </td>
    <td width="23%">{comment.displayed.POSTER_AVATAR}</td>
    <td width="96%" background="http://i21.servimg.com/u/f21/11/61/12/59/1_0910.png">
    </td>
  </tr>
  <tr>
    <td width="25%">
    <img border="0" src="http://i21.servimg.com/u/f21/11/61/12/59/1_1510.png" width="20" height="20"></td>
    <td width="23%" background="http://i21.servimg.com/u/f21/11/61/12/59/1_1410.png">
    </td>
    <td width="96%">
    <img border="0" src="http://i21.servimg.com/u/f21/11/61/12/59/1_1310.png" width="20" height="20"></td>
  </tr>
</table></center>
</div>
            </div>
            <span class="name"><strong><div class="user_name">
              <span style="background-color: #ebf3ff">
              <span class="genmedmodule-title">{..</span><a name="{comment.displayed.U_POST_ID}"></a>{comment.displayed.POSTER_NAME}<span class="genmedmodule-title">..}</span></span></div></strong></span>
            {comment.displayed.POSTER_RANK}<br />
            {comment.displayed.RANK_IMAGE} {comment.displayed.ONLINE_IMG}
                <br />







                <!-- BEGIN profile_field -->
                <span style="background-color: #CCCCFF"><div class="userdetail">
              <font size="2">
            {comment.displayed.profile_field.LABEL}{comment.displayed.profile_field.CONTENT}</font></div></span>
                <!-- END profile_field --><p>{comment.displayed.PROFILE_IMG}<br />
            {comment.displayed.PM_IMG}
 <br />
<img border="0" src="http://i61.servimg.com/u/f61/11/61/12/59/eiaa_u14.png" width="170" height="73">
            </div><div id="profil_foot"></div><span/><br />            </p>

            </td>
      <td class="{comment.displayed.ROW_CLASS}"{comment.displayed.THANK_BGCOLOR} valign="top" width="100%" height="28">
         
                 
  <center><script type="text/javascript"><!--
google_ad_client = "ca-pub-0185062396050785";
/* وصله */
google_ad_slot = "7413623378";
google_ad_width = 728;
google_ad_height = 15;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></center>
                 
                  <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td><span class="postdetails"><img src="{comment.displayed.MINI_POST_IMG}" alt="{comment.displayed.L_MINI_POST_ALT}" title="{comment.displayed.L_MINI_POST_ALT}" border="0" />{L_POST_SUBJECT}:
               {comment.displayed.POST_SUBJECT}   <img src="{comment.displayed.MINI_TIME_IMG}" alt="" border="0" />{comment.displayed.POST_DATE}</span></td>
               <td valign="top" nowrap="nowrap" class="post-options">
                  {comment.displayed.THANK_IMG}
                  {comment.displayed.MULTIQUOTE_IMG}
                  {comment.displayed.QUOTE_IMG}
                  {comment.displayed.EDIT_IMG}
                  {comment.displayed.DELETE_IMG}
                  {comment.displayed.IP_IMG}
                  {comment.displayed.REPORT_IMG}
               </td>
            </tr>
            <tr>
               <td colspan="2" class="hr">
                  <hr />
               </td>
            </tr>
            <tr>
               <td colspan="2">


                                         
         
                   

     
     
                             
   
     
                  <!-- BEGIN switch_vote_active -->
                  <div class="vote gensmall">
                     <!-- BEGIN switch_vote -->
                     <div class="vote-button"><a href="{comment.displayed.switch_vote_active.switch_vote.U_VOTE_PLUS}">
<img border="0" src="http://i31.servimg.com/u/f31/11/61/12/59/11111110.gif" width="37" height="30"></a></div>
                     <!-- END switch_vote -->

                     <!-- BEGIN switch_bar -->
                     <div class="vote-bar" title="{comment.displayed.switch_vote_active.L_VOTE_TITLE}">
                        <!-- BEGIN switch_vote_plus -->
                        <div class="vote-bar-plus" style="height:{comment.displayed.switch_vote_active.switch_bar.switch_vote_plus.HEIGHT_PLUS}px;"></div>
                        <!-- END switch_vote_plus -->

                        <!-- BEGIN switch_vote_minus -->
                        <div class="vote-bar-minus" style="height:{comment.displayed.switch_vote_active.switch_bar.switch_vote_minus.HEIGHT_MINUS}px;"></div>
                        <!-- END switch_vote_minus -->
                     </div>
                     <!-- END switch_bar -->

                     <!-- BEGIN switch_no_bar -->
                     <div title="{comment.displayed.switch_vote_active.L_VOTE_TITLE}" class="ebneleslam"><img border="0" src="http://i31.servimg.com/u/f31/11/61/12/59/eiaa_u15.png" width="60" height="30"></div>
                     <!-- END switch_no_bar -->

                     <!-- BEGIN switch_vote -->
                     <div class="vote-button"><a href="{comment.displayed.switch_vote_active.switch_vote.U_VOTE_MINUS}">
<img border="0" src="http://i31.servimg.com/u/f31/11/61/12/59/22222210.gif" width="37" height="30"></a></div>
                     <!-- END switch_vote -->
                  </div>
                  <!-- END switch_vote_active -->






                  <div class="postbody">

                     <div><font size="2" face="Tahoma">{comment.displayed.MESSAGE}</font></div>    </div>


                     <!-- BEGIN switch_attachments -->
                     <dl class="attachbox">
                        <div align="center">
                        <dt>
                        {comment.displayed.switch_attachments.L_ATTACHMENTS}</dt>
                                </div>
                        <dd>
                           <!-- BEGIN switch_post_attachments -->
                           <dl class="file">
                              <div align="center">
                              <dt>
                                 <img src="{comment.displayed.switch_attachments.switch_post_attachments.U_IMG}" />

                                 <!-- BEGIN switch_dl_att -->
                                 <a class="postlink" href="{comment.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}">
                                 {comment.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</a>
                                 {comment.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT_DEL}
                                 <!-- END switch_dl_att -->

                                 <!-- BEGIN switch_no_dl_att -->
                                 {comment.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT}
                                 {comment.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
                                 <!-- END switch_no_dl_att -->
                              </dt>

                              <!-- BEGIN switch_no_comment -->
                              </div>
                              <dd>
                                 <p align="center">
                                 <em>
                                 {comment.displayed.switch_attachments.switch_post_attachments.switch_no_comment.ATTACHMENT_COMMENT}</em>
                              </dd>
                              <!-- END switch_no_comment -->

                              <!-- BEGIN switch_no_dl_att -->
                              <dd>
                                 <p align="center">
                                 <em><strong>
                                 {comment.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</strong></em>
                              </dd>
                              <!-- END switch_no_dl_att -->

                              <dd>
                                        <p align="center">
                              ({comment.displayed.switch_attachments.switch_post_attachments.FILE_SIZE})
                              {comment.displayed.switch_attachments.switch_post_attachments.NB_DL}</dd>
                           </dl>
                           <!-- END switch_post_attachments -->
                        </dd>
                     </dl>
                     <!-- END switch_attachments -->

                     <div class="clear">
                              <p align="center"></div>
                     <div class="signature_div">




<table class="forumline" width="100%" border="0" cellpadding="0"
cellspacing="1"><tr><td class="catLeft"
height="25"><span class="genmed
module-title">{.... <b>توقيع</b> {comment.displayed.POSTER_NAME} ....}</span></td></tr><tr>

 

 
 
 
 
  <td class="row1"
align="center" background="">{comment.displayed.SIGNATURE}</td></tr>
                                                         
                                                         

                                                         
                                                          </table>
                     </div>

                  </div>
                  <span class="gensmall">
{comment.displayed.EDITED_MESSAGE}

                                                                       
                                                                         
                                                                          </table>
      </td>
   </tr>
   <!-- BEGIN first_post_br -->
</table>
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <th class="thLeft" nowrap="nowrap" width="150px" height="26">{L_AUTHOR}</th>
      <th class="thRight" nowrap="nowrap" colspan="2">{L_MESSAGE}</th>
   </tr>
   <!-- END first_post_br -->
   <!-- END displayed -->
   <!-- BEGIN hidden -->
   <tr>
      <td class="postdetails {comment.hidden.ROW_CLASS}" colspan="2" align="center">
      {comment.hidden.MESSAGE}</td>
   </tr>
   <!-- END hidden -->
   <!-- END comment -->
   <!-- BEGIN no_post -->
   <tr align="center">
      <td class="row1" colspan="3" height="28">
         <span class="genmed">{no_post.L_NO_POST}</span>
      </td>
   </tr>
   <!-- END no_post -->
   <tr align="right">
      <td class="catBottom" colspan="3" height="28">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td width="9%" class="noprint"> </td>
               <td align="center" nowrap="nowrap" class="t-title"><a name="bottomtitle"></a><h1 class="cattitle">
               {TOPIC_TITLE}</h1></td>
               <td align="right" nowrap="nowrap" width="9%" class="browse-arrows"><a href="{U_VIEW_OLDER_TOPIC}">
               {L_VIEW_PREVIOUS_TOPIC}</a> <a href="{U_VIEW_NEWER_TOPIC}">{L_VIEW_NEXT_TOPIC}</a> <a href="#top">{L_BACK_TO_TOP}</a> </td>
            </tr>
         </table>
      </td>
   </tr>
</table>
                                                 
                                                 
</td>
<td width="37" background="http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u16.png">
</td>
</tr>
</tbody>
</table>
<table width="100%" align="center" border="0" cellpadding="0" cellspacing="0" height="27">
<tbody><tr>
<td width="39" height="31"><img border="0" src="http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u17.png" width="39" height="31"></td>
<td align="center" background="http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u19.png"><img border="0" src="http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u19.png" width="1" height="31"></td>
<td width="37" height="31"><img border="0" src="http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u18.png" width="37" height="31"></td>
</tr>
</tbody></table>
                       




      
      
 
 
 
 
 
 


 
 

 
 
 
 
 
 
 
 
 
 



 
 
   <!-- BEGIN no_comment -->
   <table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
      <tr align="center">
         <td class="row1" colspan="2" height="28">
            <span class="genmed">{no_comment.L_NO_COMMENT}</span>
         </td>
      </tr>
   </table>
   <!-- END no_comment -->
</div>
 


<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0" height="31">
<tbody><tr>
<td width="39" height="31"><img border="0" src="http://i44.servimg.com/u/f44/13/64/63/15/eiaa-u14.png" width="39" height="31"></td>
<td align="center" background="http://i44.servimg.com/u/f44/13/64/63/15/eiaa-u16.png"><img border="0" src="http://i44.servimg.com/u/f44/13/64/63/15/eiaa-u16.png" width="0" height="31"></td>
<td width="37" height="31"><img border="0" src="http://i44.servimg.com/u/f44/13/64/63/15/eiaa-u15.png" width="37" height="31"></td>
</tr>
</tbody></table>
<table width="100%" align="center" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td width="39" background="http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u15.png">
<td valign="middle">


<table class="forumline noprint" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <td class="row2" valign="top" {COLSPAN_PAGINATION} width="150"><span class="gensmall">
      {PAGE_NUMBER}</span></td>
      <!-- BEGIN topicpagination -->
      <td class="row1" align="right" valign="top" ><span class="gensmall">
      {PAGINATION}</span></td>
      <!-- END topicpagination -->
   </tr>
   <!-- BEGIN switch_user_logged_in -->
   <!-- BEGIN watchtopic -->
   <tr>
      <td class="row2" colspan="2" align="right" valign="top"><span class="gensmall">
      {S_WATCH_TOPIC}</span></td>
   </tr>
   <!-- END watchtopic -->
   <!-- END switch_user_logged_in -->
   <tr>
      <td class="row2" colspan="2" align="center" style="padding:0px">
         <!-- BEGIN switch_user_logged_in -->
         <a name="quickreply"></a>
         {QUICK_REPLY_FORM}<br />
         <!-- END switch_user_logged_in -->
      </td>
   </tr>
   <tr>
      <td style="margin:0; padding: 0;" colspan="2">
         <table border="0" cellpadding="0" width="100%" cellspacing="0" id="info_open" style="display:''">
            <tbody>
      <!-- BEGIN show_permissions -->
      <tr>
         <td class="row2" valign="top" width="25%"><span class="gensmall">{L_TABS_PERMISSIONS}</span></td>
         <td class="row1" valign="top" width="75%"><span class="gensmall">{S_AUTH_LIST}</span></td>
      </tr>
      <!-- END show_permissions -->
      <tr>
         <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">
                  {L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <!-- BEGIN show_permissions -->
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_LESS_IMG}" alt="-" align="middle" border="0" /></a></span></td>
                  <!-- END show_permissions -->
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
         </table>
      </td>
   </tr>
   <tr>
      <td style="margin:0; padding: 0;" colspan="2">
         <table border="0" cellpadding="0" cellspacing="0" width="100%" id="info_close" style="display:none;">
            <tbody>
      <tr>
         <td class="catBottom" colspan="2" height="28">
            <table width="100%" border="0" cellspacing="0" cellpadding="0">
               <tr>
                  <td valign="middle" width="100%"><span class="nav"><a class="nav" href="{U_INDEX}">
                  {L_INDEX}</a>{NAV_SEP}<a class="nav" href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span></td>
                  <td align="right" valign="middle"><span class="gensmall"><a href="javascript:ShowHideLayer('info_open','info_close');"><img src="{TABS_MORE_IMG}" alt="+" align="middle" border="0" /></a></span></td>
               </tr>
            </table>
         </td>
      </tr>
   </tbody>
         </table>
      </td>
   </tr>
</table>


</td>
<td width="37" background="http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u16.png">
</td>
</tr>
</tbody>
</table>
<table width="100%" align="center" border="0" cellpadding="0" cellspacing="0" height="27">
<tbody><tr>
<td width="39" height="31"><img border="0" src="http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u17.png" width="39" height="31"></td>
<td align="center" background="http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u19.png"><img border="0" src="http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u19.png" width="1" height="31"></td>
<td width="37" height="31"><img border="0" src="http://i48.servimg.com/u/f48/11/58/90/14/eiaa-u18.png" width="37" height="31"></td>
</tr>
</tbody></table>


<!-- end topic body code by ebneleslam ahlastyl.com -->


<form action="{S_JUMPBOX_ACTION}" method="get" name="jumpbox" onsubmit="if(document.jumpbox.f.value == -1){return false;}">
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
   <tr>
      <td align="left" valign="middle" nowrap="nowrap" {WIDTH_GALLERY}>
         <span class="nav">
            <!-- BEGIN switch_user_authpost -->
            <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}Newtopic" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>   
            <!-- END switch_user_authpost -->
            <!-- BEGIN switch_user_authreply -->
            <a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a>
            <!-- END switch_user_authreply -->
         </span>
      </td>
      <!-- BEGIN viewtopic_bottom -->
      <td align="right" nowrap="nowrap"><span class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_SELECT} <input class="liteoption" type="submit" value="{L_GO}" /></span></td>
      <!-- END viewtopic_bottom -->
      <!-- BEGIN moderation_panel -->
      <td align="center">
         <span class="gensmall">{moderation_panel.U_YOUR_PERSONAL_MODERATE}</span>
      </td>
      <td align="center" width="250">
         <span class="gensmall"> </span>
      </td>
      <!-- END moderation_panel -->
   </tr>
</table>
</form>

<!-- BEGIN viewtopic_bottom -->
<table class="noprint" width="100%" border="0" cellspacing="2" cellpadding="0" align="center">
   <tr>
      <td colspan="2" align="left" valign="top" nowrap="nowrap"><br />{S_TOPIC_ADMIN}<br />
         <form name="action" method="get" action="{S_FORM_MOD_ACTION}">
            <input type="hidden" name="t" value="{TOPIC_ID}" />

            <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
            <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />

            <span class="gen">{L_MOD_TOOLS}<br />{S_SELECT_MOD}&nbsp;<input class="liteoption" type="submit" value="{L_GO}" /></span>
         </form>
      </td>
   </tr>
</table>
<!-- END viewtopic_bottom -->

<!-- BEGIN switch_image_resize -->
<script type="text/javascript">
//<![CDATA[
$(resize_images({ 'selector' : '.postbody', 'max_width' : {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' : {switch_image_resize.IMG_RESIZE_HEIGHT} }));
//]]>
</script>
<!-- END switch_image_resize -->

<script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>






توقيعomar2pro


.
ابتسم حتى واان فقدت من يسعدك
فهناك اخر يتوسمها فيك

[تم الحل] طلب كود جعل البيانات أفقية في المواضيع و عمودية في الردود V0Alvt3

.
alla13
alla13
المدير
البلد : dz
الجنس : ذكر
المساهمات : 3126
http://alla13.blogspot.com

مُساهمةalla13 16.11.15 18:13

يغلق لعدم اهتمام صاحب الطلب بالموضوع للأكثر من أسبوع




توقيعalla13



صفـحتنا على الفايسبوك


قناتنا على اليوتيوب
    

استعرض الموضوع التالي استعرض الموضوع السابق الرجوع الى أعلى الصفحة

أفتح حسابا أو أدخل لحسابك

يتوجب عليك أن تكون عضوا لتترك ردا

إفتح حسابا في منتدانا

إنضم لأسرتنا لنشارك خبراتنا ومعارفنا مع بعض


قم بتسجيل

تسجيل الدخول

أتمتلك حسابا قم بتسجيل الدخول من هنا


أدخل

 
صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى