اريد تعديل دقيق على قالب overall_header

2 مشترك

اذهب الى الأسفل

  اريد تعديل دقيق على قالب       overall_header Empty اريد تعديل دقيق على قالب overall_header

مُساهمة من طرف shvr hgrg,f الجمعة 28 نوفمبر 2014 - 17:54

اخى لا تغلق الموضع هذا القالب غير القالب التانى واريد التعديل على
افحص الكود اخى
اخونى انا تعبت جدا وعندى حالة من اليئس ارجو منكم التعديل على هذا القالب بحيث
1- عند تسجيل الدخول يدخول العضو طبيعى لانى كل ما اسجل دخول من نافذة الدخول لا الستطيع الدخول
2- عند الدخول يبقى وضع الدخول قائم للزوار لا يتغير شئ للاعضاء بمعنى نافذة الدخول تبقاى كما هى للاعضاء 
ارجو من اهل الخبرة حل هذة المشكلة بدون  تغير على القالب لو سمحتو انا تعبت كتير فى هذا وشكرا لكم
رابط المنتدى www.zerodahek.net


الكود:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}>
<head>
   <title>{SITENAME_TITLE}{PAGE_TITLE}</title>
   <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
   <meta http-equiv="content-script-type" content="text/javascript" />
   <meta http-equiv="content-style-type" content="text/css" />
   <!-- BEGIN switch_compat_meta -->
   <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" />
   <!-- END switch_compat_meta -->
   <!-- BEGIN switch_canonical_url -->
   <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" />
   <!-- END switch_canonical_url -->
   {META_FAVICO}
   {META}
   {META_FB_LIKE}
   <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" />
   {T_HEAD_STYLESHEET}
   {CSS}
   <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" />
   <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" />
   <script src="{JQUERY_PATH}" type="text/javascript"></script>
   <script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>

   <!-- BEGIN switch_fb_login -->
   <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script>
   <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script>
   <!-- END switch_fb_login -->

   <!-- BEGIN switch_ticker -->
   <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" />
   <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script>
   <!-- END switch_ticker -->

   <!-- BEGIN switch_ticker_new -->
   <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script>
   <script type="text/javascript">//<![CDATA[
      /* Definir le sens de direction en fonction du panneau admin */
      var tickerDirParam = "{switch_ticker.DIRECTION}";
      var slid_vert = false;
      var auto_dir = 'next';
      var h_perso = parseInt({switch_ticker.HEIGHT});

      switch( tickerDirParam )
      {
         case 'top' :
            slid_vert = true;
            break;

         case 'left':
            break;

         case 'bottom':
            slid_vert = true;
            auto_dir = 'prev';
            break;

         case 'right':
            auto_dir = 'prev';
            break;

         default:
            slid_vert = true;
      }

      $(document).ready(function() {
         var w_cont = $('#fa_ticker_container').width();

         if (w_cont > 0)
         {
            $('#fa_ticker_container').width(w_cont);

            /* Affichage de la liste */
            $('#fa_ticker_content').css('display','block');

            /* Calcul des dimensions du conteneur et des elements */
            var width_max = $('ul#fa_ticker_content').width();
            var width_item = Math.floor(width_max / {switch_ticker.SIZE});
            var height_max = h_perso;

            /* Calcul de la hauteur maximale du conteneur en fonction des elements et de la hauteur personnalisee dans l'admin */
            $('ul#fa_ticker_content li').each( function () {
               if ($(this).height() > height_max)
               {
                  height_max = $(this).height();
               }
            } );

            /* Redimensionnement des elements et des images trop larges */
            $('ul#fa_ticker_content li').width(width_item).height(height_max).find('img').each(function () {
               if ($(this).width() > width_item)
               {
               var ratio      = $(this).width() / width_item;
               var new_height = Math.round($(this).height() / ratio);
               $(this).height(new_height).width(width_item);
               }
            });

            /* Redimensionnement et centrage du conteneur en mode vertical */
            if (slid_vert)
            {
               $('ul#fa_ticker_content').width(width_item).height(height_max).css('marginLeft','auto').css('marginRight','auto');
            }

            /* Initialisation du caroussel */
            $('#fa_ticker_content').jcarousel({
                  vertical: slid_vert,
               wrap: 'circular',
               auto: {switch_ticker.STOP_TIME},
               auto_direction: auto_dir,
            scroll: 1,
            size: {switch_ticker.SIZE},
            height_max: height_max,
            animation: {switch_ticker.SPEED}
            });
         }
         else
         {
            $('ul#fa_ticker_content li:not(:first)').css('display','none');
            $('ul#fa_ticker_content li:first').css('list-style','none').css('text-align','center');
         }
      });
   //]]>
   </script>
   <!-- END switch_ticker_new -->

   <script type="text/javascript">//<![CDATA[
   $(document).ready(function(){
      <!-- BEGIN switch_enable_pm_popup -->
         pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');
         if(pm != null) { pm.focus(); }
      <!-- END switch_enable_pm_popup -->
      <!-- BEGIN switch_report_popup -->
         report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=no,WIDTH={switch_report_popup.S_WIDTH}');
         if(report != null) { report.focus(); }
      <!-- END switch_report_popup -->
      <!-- BEGIN switch_ticker -->
         ticker_start({switch_ticker.HEIGHT}, {switch_ticker.SPACING}, {switch_ticker.SPEED}, '{switch_ticker.DIRECTION}', {switch_ticker.STOP_TIME});
      <!-- END switch_ticker -->
   });

   <!-- BEGIN switch_login_popup -->
      var logInPopUpLeft, logInPopUpTop, logInPopUpWidth = {LOGIN_POPUP_WIDTH}, logInPopUpHeight = {LOGIN_POPUP_HEIGHT}, logInBackgroundResize = true, logInBackgroundClass = false;
   <!-- END switch_login_popup -->

   <!-- BEGIN switch_login_popup -->
   $(document).ready( function() {
      $(window).resize(function() {
         var windowWidth = document.documentElement.clientWidth;
         var popupWidth = $("#login_popup").width();
         var mypopup = $("#login_popup");

         $("#login_popup").css({
         "left": windowWidth/2 - popupWidth/2
            });
      });
   });
   <!-- END switch_login_popup -->
   //]]>
   </script>
   {GREETING_POPUP}
   <!-- BEGIN switch_ticker_new -->
   <style>
   .jcarousel-skin-tango .jcarousel-item {
      text-align:center;
      width: 10px;
   }

   .jcarousel-skin-tango .jcarousel-item-horizontal {
      margin-right: {switch_ticker.SPACING}px;
   }

   .jcarousel-skin-tango .jcarousel-item-vertical {
      margin-bottom: {switch_ticker.SPACING}px;
   }
   </style>
   <!-- END switch_ticker_new -->
   {HOSTING_JS}
   <!-- BEGIN google_analytics_code -->
   <script type="text/javascript">
   //<![CDATA[
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', '{G_ANALYTICS_ID}']);
    _gaq.push(['_trackPageview']);
   _gaq.push(['_trackPageLoadTime']);

   <!-- BEGIN google_analytics_code_bis -->
   _gaq.push(['b._setAccount', '{G_ANALYTICS_ID_BIS}']);
   _gaq.push(['b._trackPageview']);
   <!-- END google_analytics_code_bis -->

    (function() {
      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();
   //]]>
   </script>
   <!-- END google_analytics_code -->
</head>
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
   <!-- BEGIN hitskin_preview -->
   <div id="hitskin_preview" style="display: block;">
      <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> Hit<em>skin</em>.com</h1>
      <div class="content">
         <p>
            {hitskin_preview.L_THEME_SITE_PREVIEW}
            <br />
            <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
         </p>
      </div>
   </div>
   <!-- END hitskin_preview -->

   <!-- BEGIN switch_login_popup -->
   <div id="login_popup">
      <table class="forumline" width="{LOGIN_POPUP_WIDTH}" height="{LOGIN_POPUP_HEIGHT}" border="0" cellspacing="1" cellpadding="0">
         <tr height="25">
            <td class="catLeft">
               <span class="genmed module-title">{SITENAME}</span>
            </td>
         </tr>
         <tr height="{LOGIN_POPUP_MSG_HEIGHT}">
            <td class="row1" align="left" valign="top">
               <div id="login_popup_buttons">
                  <form action="{S_LOGIN_ACTION}" method="get">
                     <input type="submit" class="mainoption" value="{L_LOGIN}" />
                     <input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
                     <input id="login_popup_close" type="button" class="button" value="{L_DONT_DISPLAY_AGAIN}" />
                  </form>
               </div>
               <span class="genmed">{LOGIN_POPUP_MSG}</span>
            </td>
         </tr>
      </table>
   </div>
   <!-- END switch_login_popup -->

   <a name="top"></a>
   {JAVASCRIPT}
<!-- CSS Stylesheet -->
<style type="text/css" id="vbulletin_css">
/**
* vBulletin 3.8.4 CSS
* Style: 'ستايل ملتقى زيرو'; Style ID: 7
*/
body
{
   background: #343434 url(http://www.al3rby.org/vb/Life-style/bag.jpg) repeat-x top left;
   color: #eeeaea;
   font: bold 11px Tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
   margin: 0px 0px 0px 0px;
   padding: 0px;
}
a:link, body_alink
{
   color: #eeeaea;
   text-decoration: none;
}
a:visited, body_avisited
{
   color: #eeeaea;
   text-decoration: none;
}
a:hover, a:active, body_ahover
{
   color: #fe5aaf;
}
.page
{
   background: #eeeaea;
   color: #343434;
   font: 11px Tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.page a:link, .page_alink
{
   color: #343434;
   text-decoration: none;
}
.page a:visited, .page_avisited
{
   color: #343434;
   text-decoration: none;
}
.page a:hover, .page a:active, .page_ahover
{
   color: #FF3300;
}
td, th, p, li
{
   font: 11px Tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tborder
{
   background: #c9d2a7;
   border: 0px solid #0B198C;
}
.tcat
{
   background: #343434;
   color: #fe5aaf;
   font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tcat a:link, .tcat_alink
{
   color: #b5e026;
   text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
   color: #b5e026;
   text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
   color: #fe5aaf;
}
.thead
{
   background: #b5e026;
   color: #343434;
   font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.thead a:link, .thead_alink
{
   color: #343434;
   text-decoration: none;
}
.thead a:visited, .thead_avisited
{
   color: #343434;
   text-decoration: none;
}
.thead a:hover, .thead a:active, .thead_ahover
{
   color: #343434;
}
.tfoot
{
   background: #343434;
   color: #b5e026;
   font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tfoot a:link, .tfoot_alink
{
   color: #b5e026;
   text-decoration: none;
}
.tfoot a:visited, .tfoot_avisited
{
   color: #b5e026;
   text-decoration: none;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{
   background: #b13274;
   color: #343434;
}
.alt1, .alt1Active
{
   background: #ffffff;
   color: #666666;
   font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.alt1 a:link, .alt1_alink, .alt1Active a:link, .alt1Active_alink
{
   color: #343434;
   text-decoration: none;
}
.alt1 a:visited, .alt1_avisited, .alt1Active a:visited, .alt1Active_avisited
{
   color: #343434;
   text-decoration: none;
}
.alt1 a:hover, .alt1 a:active, .alt1_ahover, .alt1Active a:hover, .alt1Active a:active, .alt1Active_ahover
{
   color: #b13274;
}
.alt2, .alt2Active
{
   background: #fafafa;
   color: #878084;
   font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.alt2 a:link, .alt2_alink, .alt2Active a:link, .alt2Active_alink
{
   color: #343434;
   text-decoration: none;
}
.alt2 a:visited, .alt2_avisited, .alt2Active a:visited, .alt2Active_avisited
{
   color: #343434;
   text-decoration: none;
}
.alt2 a:hover, .alt2 a:active, .alt2_ahover, .alt2Active a:hover, .alt2Active a:active, .alt2Active_ahover
{
   color: #b13274;
}
.inlinemod
{
   background: #FFFFCC;
   color: #000000;
}
.wysiwyg
{
   background: #fafafa;
   color: #000000;
   font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
textarea, .bginput
{
   background: #FFFFFF;
   font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.bginput option, .bginput optgroup
{
   font-size: 11px;
   font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.button
{
   font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
select
{
   font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
option, optgroup
{
   font-size: 11px;
   font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.smallfont
{
   font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.time
{
   color: #666666;
}
.navbar
{
   font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.highlight
{
   color: #FF0000;
   font-weight: bold;
}
.fjsel
{
   background: #343434;
   color: #b5e026;
}
.fjdpth0
{
   background: #fafafa;
   color: #343434;
}
.panel
{
   background: #fafafa;
   color: #343434;
   padding: 10px;
   border: 2px outset;
}
.panelsurround
{
   background: #fafafa;
   color: #343434;
   font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
legend
{
   color: #343434;
   font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.vbmenu_control
{
   background: #343434;
   color: #b5e026;
   font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
   padding: 3px 6px 3px 6px;
   white-space: nowrap;
}
.vbmenu_control a:link, .vbmenu_control_alink
{
   color: #b5e026;
   text-decoration: none;
}
.vbmenu_control a:visited, .vbmenu_control_avisited
{
   color: #b5e026;
   text-decoration: none;
}
.vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover
{
   background: #b13274;
   color: #343434;
}
.vbmenu_popup
{
   background: #eeeaea;
   color: #343434;
   border: 1px solid #c9d2a7;
}
.vbmenu_option
{
   background: #ffffff;
   color: #343434;
   font: 11px Tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
   white-space: nowrap;
   cursor: pointer;
}
.vbmenu_option a:link, .vbmenu_option_alink
{
   color: #343434;
   text-decoration: none;
}
.vbmenu_option a:visited, .vbmenu_option_avisited
{
   color: #343434;
   text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
{
   color: #343434;
   text-decoration: none;
}
.vbmenu_hilite
{
   background: #343434;
   color: #b5e026;
   font: 11px Tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
   white-space: nowrap;
   cursor: pointer;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink
{
   color: #b5e026;
   text-decoration: none;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited
{
   color: #b5e026;
   text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
{
   color: #b5e026;
   text-decoration: none;
}
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }

/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px; }

/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }
body{
   direction:rtl;
   text-align:right;

}

.box{
   width:85%;
   margin:0 auto;
   background-color:#eeeaea;
}
 
.box-header{
   background:url('http://www.al3rby.org/vb/Life-style/up-2.jpg') repeat-x 50% top;
   height:16px;
}
   .box-header-right{
      background:url('http://www.al3rby.org/vb/Life-style/up-3.gif') no-repeat right top;
      height:16px;
      width:26px;
      float:right;
   }
   .box-header-left{
      background:url('http://www.al3rby.org/vb/Life-style/up-1.gif') no-repeat left top;
      height:16px;
      width:29px;
      float:left;
   }
 
.box-body{
   background-color:#eeeaea;
   text-align:justify;
 
}
   .box-body-right{
      background:url('http://www.al3rby.org/vb/Life-style/R.gif') repeat-y right 50%;

   }
   .box-body-left{
      background:url('http://www.al3rby.org/vb/Life-style/L.gif') repeat-y left 50%;
      padding:26px;   
   }
 
.box-footer{
   background:url('http://www.al3rby.org/vb/Life-style/dwn-2.gif') repeat-x 50% bottom;
 
   height:24px;
}
   .box-footer-right{
      background:url('http://www.al3rby.org/vb/Life-style/dwn-3.gif') no-repeat right bottom;
      height:24px;
      width:26px;
      float:right;
   }
   .box-footer-left{
      background:url('http://www.al3rby.org/vb/Life-style/dwn-1.gif') no-repeat left bottom;
      height:24px;
      width:29px;
      float:left;
   }

/* ***** de-emphasized text */
.shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; }
a.shade:active, a.shade:hover { color: #FF4400; text-decoration: underline; }
.alt1Active:hover {
 background-color: #fafafa;
}
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }

/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }

Menu*/
#menu {float:left; height:54px; align:center;}
#menu ul {
margin : 0 0 0 0;
padding : 0;
list-style : none;
}
#menu li {
height :54px; width:102px;
float : left;
padding : 0;
font-size : 11px;
font-weight : bold;
margin : 0;
color : #fff;
text-align:center;
display:block;
}

#menu li.orng a{
background : url(http://www.al3rby.org/vb/Life-style/statusicon/menu-orng.gif) no-repeat;
height :54px; width:102px;
display:block;
}
#menu li.blue a{
  height :54px; width:102px;
background : url(http://www.al3rby.org/vb/Life-style/statusicon/menu-blue.gif) no-repeat;
display:block;
}
#menu li.green a{
  height :54px; width:102px;
background : url(http://www.al3rby.org/vb/Life-style/statusicon/menu-green.gif) no-repeat;
display:block;
}
#menu li.red a{
  height :54px; width:102px;
background : url(http://www.al3rby.org/vb/Life-style/statusicon/menu-red.gif) no-repeat;
display:block;
}

#menu li.orng a:hover{
background : url(http://www.al3rby.org/vb/Life-style/statusicon/menu-orng-hvr.gif) no-repeat;
height :54px; width:102px;
display:block;
}
#menu li.blue a:hover{
  height :54px; width:102px;
background : url(http://www.al3rby.org/vb/Life-style/statusicon/menu-blue-hvr.gif) no-repeat;
display:block;
}
#menu li.green a:hover{
  height :54px; width:102px;
background : url(http://www.al3rby.org/vb/Life-style/statusicon/menu-green-hvr.gif) no-repeat;
display:block;
}
#menu li.red a:hover{
  height :54px; width:102px;
background : url(http://www.al3rby.org/vb/Life-style/statusicon/menu-red-hvr.gif) no-repeat;
display:block;
}

#menu li a{
color : #1E1D1D; text-decoration:none;
padding:3px 0 0 0;
}
#menu li a:hover{
color : #fff; text-decoration:none;
}


html
{
scrollbar-arrow-color:       #F41C8B;
scrollbar-highlight-color:       #f00f85;
scrollbar-shadow-color:       #F31688;
scrollbar-3dlight-color:       #FFFFFF;
scrollbar-face-color:       #343434;
scrollbar-track-color:       #343434;
scrollbar-darkshadow-color:    #B1DF27;
}
</style>
<link rel="stylesheet" type="text/css" href="http://www.al3rby.org/vb/clientscript/vbulletin_important.css?v=384" />


<!-- / CSS Stylesheet -->

<script type="text/javascript" src="http://www.al3rby.org/vb/clientscript/yui/yahoo-dom-event/yahoo-dom-event.js?v=384"></script>
<script type="text/javascript" src="http://www.al3rby.org/vb/clientscript/yui/connection/connection-min.js?v=384"></script>
<script type="text/javascript">
<!--
var SESSIONURL = "";
var SECURITYTOKEN = "guest";
var IMGDIR_MISC = "Life-style/misc";
var vb_disable_ajax = parseInt("0", 10);
// -->
</script>
<script type="text/javascript" src="http://www.al3rby.org/vb/clientscript/vbulletin_global.js?v=384"></script>
<script type="text/javascript" src="http://www.al3rby.org/vb/clientscript/vbulletin_menu.js?v=384"></script>


   <title>ملتقى زيرو</title>
</head>
<body>
<!-- logo -->

<div align="center">
   <table border="0" width="87%" id="table1" dir="rtl" cellspacing="0" cellpadding="0">
      <tr>
         <td background="http://www.al3rby.org/vb/Life-style/hed-bg.jpg" width="28">
         <img border="0" src="http://www.al3rby.org/vb/Life-style/hed-2.jpg" width="28" height="129"></td>
         <td background="http://www.al3rby.org/vb/Life-style/hed-bg.jpg" width="399">
         <a href="forum">
         <img border="0" src="http://www.al3rby.org/vb/Life-style/logo.jpg" width="399" height="129" alt="ستايلات مجانية للتحميل"></a></td>
         <td background="http://www.al3rby.org/vb/Life-style/hed-bg.jpg">&nbsp;</td>
         <td background="http://www.al3rby.org/vb/Life-style/hed-bg.jpg" width="36">
         <img border="0" src="http://www.al3rby.org/vb/Life-style/hed-1.jpg" width="36" height="129"></td>
      </tr>
   </table>
</div>
<!-- /logo -->

<br />
<div align="center">
   <table border="0" width="408" id="table1" cellspacing="0" cellpadding="0">
      <tr>
         <td><div id="menu">
            <ul>
                <li class="orng"><a href="contact" title="الاتصال بنا">
            الاتصال بنا</a></li>
                <li class="blue"><a href="search" title="البحث في المنتدى">
            البحث</a></li>
                <li class="red"><a href="search?do=getnew" title="مشاركات اليوم">
            أخر المشاركات</a></li>
                <li class="green"><a href="zero.dahek.net" title="رئيسية المنتدى">
            الرئيسية</a></li>
            </ul>
          </div>
</td>
      </tr>
   </table>
</div>

<!-- Box >> Start -->
<div class="box">

   <!-- Box Header >> Start -->

   <div class="box-header">
      <div class="box-header-right"></div>
      <div class="box-header-left"></div>
   <!-- Box Header >> End -->
   </div>
   
   <!-- Box Body >> Start -->
   <div class="box-body">
      <div class="box-body-right">
      <div class="box-body-left">

<!-- content table -->
<!-- open content container -->

<div align="center">
   <div class="page" style="width:100%; text-align:right">
      <div style="padding:0px 0px 0px 0px" align="right">







<br />

<!-- breadcrumb, login, pm info -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
   <td class="alt1" width="100%">
      
         <div class="navbar" style="font-size:10pt"><a href="forum" accesskey="1"><img class="inlineimg" src="http://www.al3rby.org/vb/Life-style/misc/navbits_start.gif" alt="" border="0" /></a> <strong>ملتقى زيرو </strong></div></td>
            
      
   

   <td class="alt2" nowrap="nowrap" style="padding:0px">
      <!-- login form -->
      <form action="login?do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)">
      <script type="text/javascript" src="http://www.al3rby.org/vb/clientscript/vbulletin_md5.js?v=384"></script>
      <table cellpadding="0" cellspacing="3" border="0">
      <tr>
         <td class="smallfont" style="white-space: nowrap;"><label for="navbar_username">اسم العضو</label></td>
         
         <td><input type="text" class="bginput" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="اسم العضو" onfocus="if (this.value == 'اسم العضو') this.value = '';" /></td>
         <td class="smallfont" nowrap="nowrap"><label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />حفظ البيانات؟</label></td>
         
      </tr>
      <tr>
         <td class="smallfont"><label for="navbar_password">كلمة المرور</label></td>
         <td><input type="password" class="bginput" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" /></td>
         <td><input type="submit" class="button" value="تسجيل الدخول" tabindex="104" title="ادخل اسم العضو وكلمة المرور الخاصة بك في الحقول المجاورة لتسجيل الدخول, أو اضغط على رابط 'التسجيل' لإنشاء حساب خاص بك." accesskey="s" /></td>
      </tr>
      </table>
      <input type="hidden" name="s" value="" />
      <input type="hidden" name="securitytoken" value="guest" />
      <input type="hidden" name="do" value="login" />
      <input type="hidden" name="vb_login_md5password" />
      <input type="hidden" name="vb_login_md5password_utf" />
      </form>
      <!-- / login form -->
   </td>

</tr>
</table>
<!-- / breadcrumb, login, pm info -->

<!-- nav buttons bar -->
<div class="tborder" style="padding:1px; border-top-width:0px">
   <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
   <tr align="center">
      
      
         <td class="vbmenu_control"><a href="register" rel="nofollow">
         التسجيل</a></td>
      
      
      <td class="vbmenu_control"><a rel="help" href="faq" accesskey="5">تعليمات</a></td>
      <td class="vbmenu_control"><a id="community" href="http://www.zerodahek.net/g2-group" rel="nofollow" accesskey="6">المجموعات</a></td>
      
         
         
      
      <td class="vbmenu_control"><a href="calendar">التقويم</a></td>
      
         
            
            <td class="vbmenu_control"><a href="search?do=getdaily" accesskey="2">مشاركات اليوم</a></td>
            
            
            <td class="vbmenu_control"><a id="navbar_search" href="search" accesskey="4" rel="nofollow">البحث</a> </td>
            
         
         
      
      
      
      </tr>
   </table>
</div>
<!-- / nav buttons bar -->

<br />






<!-- NAVBAR POPUP MENUS -->

   
   <!-- community link menu -->
   <div class="vbmenu_popup" id="community_menu" style="display:none;margin-top:3px" align="right">
      <table cellpadding="4" cellspacing="1" border="0">
      <tr><td class="thead">روابط المنتدى</td></tr>
      
      
      
      
      
         <tr><td class="vbmenu_option"><a href="memberlist">قائمة الأعضاء</a></td></tr>
      
      
      </table>
   </div>
   <!-- / community link menu -->
   
   
   
   <!-- header quick search form -->
   <div class="vbmenu_popup" id="navbar_search_menu" style="display:none;margin-top:3px" align="right">
      <table cellpadding="4" cellspacing="1" border="0">
      <tr>
         <td class="thead">البحث في المنتدى</td>
      </tr>
      <tr>
         <td class="vbmenu_option" title="nohilite">
            <form action="search.php?do=process" method="post">

               <input type="hidden" name="do" value="process" />
               <input type="hidden" name="quicksearch" value="1" />
               <input type="hidden" name="childforums" value="1" />
               <input type="hidden" name="exactname" value="1" />
               <input type="hidden" name="s" value="" />
               <input type="hidden" name="securitytoken" value="guest" />
               <div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="إذهب" tabindex="1004" /></div>
               <div style="margin-top:6px">
                  <label for="rb_nb_sp0"><input type="radio" name="showposts" value="0" id="rb_nb_sp0" tabindex="1002" checked="checked" />عرض
                  المواضيع</label>&nbsp;&nbsp;
                  <label for="rb_nb_sp1"><input type="radio" name="showposts" value="1" id="rb_nb_sp1" tabindex="1003" />عرض
                  المشاركات</label>
               </div>
            </form>
         </td>
      </tr>
      
      <tr>
         <td class="vbmenu_option"><a href="tags.php" rel="nofollow">بحث
         بالكلمة الدليلية </a></td>
      </tr>
      
      <tr>
         <td class="vbmenu_option"><a href="search.php" accesskey="4" rel="nofollow">
         البحث المتقدم</a></td>
      </tr>
      
      </table>
   </div>
   <!-- / header quick search form -->
   
   
   
<!-- / NAVBAR POPUP MENUS -->

<!-- PAGENAV POPUP -->
   <div class="vbmenu_popup" id="pagenav_menu" style="display:none">
      <table cellpadding="4" cellspacing="1" border="0">
      <tr>
         <td class="thead" nowrap="nowrap">الذهاب إلى الصفحة...</td>
      </tr>
      <tr>
         <td class="vbmenu_option" title="nohilite">
         <form action="index.php" method="get" onsubmit="return this.gotopage()" id="pagenav_form">
            <input type="text" class="bginput" id="pagenav_itxt" style="font-size:11px" size="4" />
            <input type="button" class="button" id="pagenav_ibtn" value="إذهب" />
         </form>
         </td>
      </tr>
      </table>
   </div>
<!-- / PAGENAV POPUP -->







<!-- guest welcome message -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
   <td class="tcat">أهلا وسهلا بك في ملتقى زيرو.</td>
</tr>
<tr>
   <td class="alt1">
      أهلا وسهلا بك ضيفنا الكريم، إذا كانت هذه زيارتك الأولى للمنتدى، فيرجى
      التكرم بزيارة صفحة التعليمــات، <a href="faq"><strong>بالضغط هنا</strong></a>
      كما يشرفنا أن تقوم <a href="register" rel="nofollow"><strong>
      بالتسجيل بالضغط هنا</strong></a> إذا رغبت بالمشاركة في المنتدى، أما إذا
      رغبت بقراءة المواضيع والإطلاع فتفضل بزيارة القسم الذي ترغب أدناه.
   </td>
</tr>
</table>
<!-- / guest welcome message -->

  </div>
                  </div>
<br />
          <br />
            <table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}">
               <tr>
                  <td align="{MENU_POSITION}"{MENU_NOWRAP}>{GENERATED_NAV_BAR}</td>
               </tr>
            </table>

            <div style="clear: both;"></div>

            <!-- BEGIN switch_ticker_new -->
            <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
               <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
                  <tr>
                     <td align="left" class="row1">
                        <div id="fa_ticker_container">
                           <ul id="fa_ticker_content" class="jcarousel-skin-tango" style="display:none;">
                              <!-- BEGIN ticker_row -->
                              <li>{switch_ticker.ticker_row.ELEMENT}</li>
                              <!-- END ticker_row -->
                           </ul>
                        </div>
                     </td>
                  </tr>
               </table>
            </div>
            <!-- END switch_ticker_new -->

            <!-- BEGIN switch_ticker -->
            <div id="fa_ticker_block" style="margin-top:4px;margin-bottom:4px;">
               <table width="100%" border="0" cellspacing="0" cellpadding="0" class="forumline">
                  <tr>
                     <td align="left" class="row1">
                        <div id="fa_ticker_container">
                           <div id="fa_ticker" style="height:{switch_ticker.HEIGHT}px;">
                              <div class="fa_ticker_content">
                                 <!-- BEGIN ticker_row -->
                                 <div>{switch_ticker.ticker_row.ELEMENT}</div>
                                 <!-- END ticker_row -->
                              </div>
                           </div>
                        </div>
                     </td>
                  </tr>
               </table>
            </div>
            <!-- END switch_ticker -->

            <div id="page-body">
               <div id="{ID_CONTENT_CONTAINER}"{CLASS_CONTENT_CONTAINER}>
                  <table cellpadding="0" cellspacing="0" width="100%" class="three-col">
                     <tbody>
                        <tr>
                            <td valign="top" width="100%">
                                             <div id="center">
                                 <!-- BEGIN giefmod_index1 -->
                                 {giefmod_index1.MODVAR}
                                    <!-- BEGIN saut -->
                                    <div style="height:{SPACE_ROW}px"></div>
                                    <!-- END saut -->
                                 <!-- END giefmod_index1 -->
                              </div>
                           </td>
                                                          </tr>
                                                                  <tr>
                           <td valign="top" width="100%">
<!-- BEGIN html_validation -->
                           </td>
                        </tr>
                     </tbody>
                  </table>
               </div>
            </div>
      
</body>
</html>
<!-- END html_validation -->
avatar
shvr hgrg,f
 
 

عدد المساهمات : 286
معدل النشاط : 6555
السُمعة : 1

الرجوع الى أعلى الصفحة اذهب الى الأسفل

  اريد تعديل دقيق على قالب       overall_header Empty رد: اريد تعديل دقيق على قالب overall_header

مُساهمة من طرف stones الجمعة 28 نوفمبر 2014 - 18:11

مرحبا
اكود هذا او النافبار يوضع لزوائر وليس الاعضاء من الصلاحيات
فتح عنصر جديد وضع به الكود وضع الصلاحيات لزوار
stones
stones
 
 

ذكر
عدد المساهمات : 7462
معدل النشاط : 16193
السُمعة : 414

http://stones.arab.st/

الرجوع الى أعلى الصفحة اذهب الى الأسفل

  اريد تعديل دقيق على قالب       overall_header Empty رد: اريد تعديل دقيق على قالب overall_header

مُساهمة من طرف shvr hgrg,f الجمعة 28 نوفمبر 2014 - 18:20

stones كتب:مرحبا
اكود هذا او النافبار يوضع لزوائر وليس الاعضاء من الصلاحيات
فتح عنصر جديد وضع به الكود وضع الصلاحيات لزوار
اخلى لا ينفع هذا قالب توميلات اريد فى التومبيلات وليشة بوابة
avatar
shvr hgrg,f
 
 

عدد المساهمات : 286
معدل النشاط : 6555
السُمعة : 1

الرجوع الى أعلى الصفحة اذهب الى الأسفل

  اريد تعديل دقيق على قالب       overall_header Empty رد: اريد تعديل دقيق على قالب overall_header

مُساهمة من طرف shvr hgrg,f الجمعة 28 نوفمبر 2014 - 19:26

يا اهل الخبرة  اريد حل لهذة المشكلة لان الموقع شغال على الاستايل الى فى هذا القالب ارجوكم
avatar
shvr hgrg,f
 
 

عدد المساهمات : 286
معدل النشاط : 6555
السُمعة : 1

الرجوع الى أعلى الصفحة اذهب الى الأسفل

  اريد تعديل دقيق على قالب       overall_header Empty رد: اريد تعديل دقيق على قالب overall_header

مُساهمة من طرف shvr hgrg,f الجمعة 28 نوفمبر 2014 - 23:22

وين فريق احلى منتدى
avatar
shvr hgrg,f
 
 

عدد المساهمات : 286
معدل النشاط : 6555
السُمعة : 1

الرجوع الى أعلى الصفحة اذهب الى الأسفل

  اريد تعديل دقيق على قالب       overall_header Empty رد: اريد تعديل دقيق على قالب overall_header

مُساهمة من طرف stones السبت 29 نوفمبر 2014 - 11:54

تم تجربة كود الدخول لم يشتغل لذا ليس له لزمه
اذا تريد منا حذفه حذفناه
stones
stones
 
 

ذكر
عدد المساهمات : 7462
معدل النشاط : 16193
السُمعة : 414

http://stones.arab.st/

الرجوع الى أعلى الصفحة اذهب الى الأسفل

الرجوع الى أعلى الصفحة

- مواضيع مماثلة

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