تعديل في قالب الـ overall_header

3 مشترك

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

تعديل في قالب الـ overall_header Empty تعديل في قالب الـ overall_header

مُساهمة من طرف الألحان المرحة الثلاثاء 2 يونيو 2015 - 17:31

السلام عليكم 
يا جماعة هذا القالب فقعني ! =="..overall_header
فيه اشياء اعتقد لها علاقة بأكواد الجافا سكربت
ولا اعرف كيف اتعامل معها رغم كل محاولاتي ...التي باءت بالفشل 
أولـأ إليكم القالب
الكود:
<!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 -->
         $(document).ready(function() {            
            Ticker.start({
               height : {switch_ticker.HEIGHT},
               spacing : {switch_ticker.SPACING},
               speed : {switch_ticker.SPEED},
               direction : '{switch_ticker.DIRECTION}',
               pause : {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}">
  <!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="rtl" id="min-width" lang="ar" xml:lang="ar" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" ><head><title>منتديات الألحان المرحة | A7la-anime</title><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="content-script-type" content="text/javascript" /><meta http-equiv="content-style-type" content="text/css" /><link rel="shortcut icon" type="image/x-icon" href="http://i38.servimg.com/u/f38/18/87/83/86/_11.gif" /><meta name="language" content="ar" /><meta name="description" content="عالم آخر يجمعنا حب الانمي . . عالم من الابداع في مجال الانمي والترجمة والتصميم . . حلقات انمي صور انمي . . افلام Anime مترجمة . . العاب انمي . . كن اوتاكو و شاركنا عالمنا" /><meta name="keywords" content="احلى انمي ساسوكي, اجمل لوفي زورو, مدرسي رومانسي كوميدي, اوفا افلام ساكورا, دراغون فيري 2015, اكشن, كايتو, كونان, ران, تصميم, صور, تقرير, ترجمة, حلقات, ون بيس, ناروتو, لعبة, مسابقة, دردشة, بليتش, مدونة" lang="ar" /><meta name="robots" content="index, follow, noodp" /><meta name="msvalidate.01" content="23DFD4CEF96100B94EC8A829CD1BC2B5" /><meta name="google-site-verification" content="9LTcu45FAR_JYCUns-k-Pe4Ne4aPENBY3Mzx25fi8I4" /><meta name="alexaVerifyID" content="JDjCowSoLeUpyZduRKEyND9zJ6Q" /><meta name="msvalidate.01" content="62304820603053929CCED87CA676A224" /><meta name="google-site-verification" content="zqNn3BzuiGQfHcFNVgeXlv4-yMS4LvXwWMQcl9SEgnQ" /><meta name="google-site-verification" content="teZfd9_JfD6prZZR8ZV7G464mN7TSvkOeeI7hBM2Mi0" /><meta name="google-site-verification" content="TbW_9mJjow9S3om-qZwB9pMaAENKAapXQLNfPu2LHTc" /><meta name="p:domain_verify" content="cd26ac2b65d1628eca5c1269c466ea22" /><link rel="publisher" href="https://plus.google.com/+A7laanime7" /><link rel="alternate" type="application/rss+xml" href="/feed/?f=3" title="..:: مكتب الألحان المرحة ::.." />
<link rel="alternate" type="application/rss+xml" href="/feed/?f=66" title="..:: اعمالنا فريق A7la-anime ::.." />
<link rel="alternate" type="application/rss+xml" href="/feed/?f=119" title="انميات ومانغا مترجمة" />
<link rel="alternate" type="application/rss+xml" href="/feed/?f=114" title="..:: انميات مكتملة ::.." />
<link rel="alternate" type="application/rss+xml" href="/feed/?f=72" title="..:: عالم الانمي .. Anime World ::.." />
<link rel="alternate" type="application/rss+xml" href="/feed/?f=104" title="..:: عالم المانغا والكرتون .. Manga World ::.." />
<link rel="alternate" type="application/rss+xml" href="/feed/?f=5" title="..:: الاقسام العامة ::.." />
<link rel="alternate" type="application/rss+xml" href="/feed/?f=25" title="..:: ملتقى الاعضاء ::.." />
<link rel="alternate" type="application/rss+xml" href="/feed/?f=77" title="..:: تسالي ومرح  .. Fun and Entertainment ::.." />
<link rel="alternate" type="application/rss+xml" href="/feed/?f=71" title="..:: اقسام الاسرة والمجتمع ::.." />
<link rel="alternate" type="application/rss+xml" href="/feed/?f=73" title="..:: الاقسام التعليمية .. Educational sections ::.." />
<link rel="alternate" type="application/rss+xml" href="/feed/?f=74" title="..:: الثقافة والادب .. Literature and Culture ::.." />
<link rel="alternate" type="application/rss+xml" href="/feed/?f=75" title="..:: اللغات الاجنبية .. Languages ::.." />
<link rel="alternate" type="application/rss+xml" href="/feed/?f=76" title="..:: الاقسام الرياضية ::.." />
<link rel="alternate" type="application/rss+xml" href="/feed/?f=78" title="..:: ابداع مصمم ::.." />
<link rel="alternate" type="application/rss+xml" href="/feed/?f=81" title="..:: عالم التقنية ::.." />
<link rel="alternate" type="application/rss+xml" href="/feed/?f=82" title=" ..:: طلبات واستفسارات الاعضاء ::.." />
<link rel="alternate" type="application/rss+xml" href="/feed/?f=79" title="..:: فرق وعصابات الألحان المرحة .. A7la-anime Gangs & Teams ::.." />
<link rel="alternate" type="application/rss+xml" href="/feed/?f=80" title="..:: شريط الاهداءات .. Dedications bar ::.." />
<link rel="alternate" type="application/rss+xml" href="/feed/?f=84" title="..:: السلة والارشيف ::.." />
<link rel="alternate" type="application/rss+xml" title="المواضيع الأخيرة (RSS 2.0)" href="/feed/" />
<link rel="alternate" type="application/atom+xml" title="المواضيع الأخيرة (ATOM)" href="/feed/?type=atom" />
<meta property="og:title" content="منتديات الألحان المرحة |®  ALHAN MAREHA"/><meta property="og:site_name" content="www.a7la-anime.com"/><meta property="og:url" content="http://www.alhan-mareha.com/"/><meta property="og:type" content="website" /><meta property="og:image" content="http://2img.net/i/fa/empty.gif" /><meta name="twitter:card" content="summary"/>
        <meta name="twitter:site" content="@ALHAN MAREHA"/>
        <meta name="twitter:title" content="منتديات  الألحان المرحة | ®  ALHAN MAREHA"/><meta property="og:description" content="عالم آخر يجمعنا حب الانمي . . عالم من الابداع في مجال الانمي والترجمة والتصميم . . حلقات انمي صور انمي . . افلام Anime مترجمة . . العاب انمي . . كن اوتاكو و شاركنا عالمنا"/><meta name="title" content="منتديات الألحان المرحة | A7la-anime" /><link rel="stylesheet" href="/78-rtl.css" type="text/css" /><link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="منتديات الألحان المرحة | A7la-anime" /><link rel="search" type="application/opensearchdescription+xml" href="http://www.ahladalil.com/search/improvedsearch.xml" title="بحث عن منتدى" /><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script><script src="http://illiweb.com/rs3/10/frm/lang/ar.js" type="text/javascript"></script><script src="http://connect.facebook.net/ar_AR/all.js" type="text/javascript"></script><script src="http://illiweb.com/rs3/10/frm/ograph/fb_login.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
$(document).ready(function(){});//]]></script><script src="/99065.js" type="text/javascript"></script><script src="/14721.js" type="text/javascript"></script><script src="/25199.js" type="text/javascript"></script>
<script type="text/javascript" src="http://illiweb.com/rs3/10/frm/jquery/cookie/jquery.cookie.js"></script>
<script type="text/javascript" src="http://illiweb.com/rs3/10/frm/jquery/toolbar/FAToolbar.js"></script><script type="text/javascript">
//<![CDATA[

                if(typeof(_userdata) == "undefined")
               var _userdata = new Object();
                _userdata["session_logged_in"] = 0;
                _userdata["username"] = "Anonymous";
                _userdata["user_id"] = -1;
                _userdata["user_level"] = 0;
                _userdata["user_lang"] = "ar";
                _userdata["activate_toolbar"] = 1;
                _userdata["fix_toolbar"] = 1;
                _userdata["notifications"] = 1;
                _userdata["avatar"] = "<img src=\"http://2img.net/i/fa/invision/pp-blank-thumb.png\" alt=\"\" />";
                _userdata["user_posts"] = 0;
                _userdata["user_nb_privmsg"] = 1;
                _userdata["point_reputation"] = 0;
            

            if(typeof(_lang) == "undefined")
               var _lang = new Object();
                _lang["Share"] = "شاطر";
                _lang["Login"] = "دخول";
                _lang["Register"] = "التسجيل";
                _lang["Welcome"] = "مرحبا";
                _lang["Notifications"] = "الإشعارات";
                _lang["See_my_profile"] = "معاينة بياناتي الشخصية";
                _lang["Edit_profile"] = "تعديل بياناتي الشخصية";
                _lang["All_Topics"] = "معاينة جميع مواضيعي";
                _lang["All_Messages"] = "معاينة جميع مساهماتي";
                _lang["js_topics_followed"] = "معاينة جميع المواضيع المراقبة";
                _lang["Admin_panel"] = "لوحة الإدارة";
                _lang["Logout"] = "خروج";

                _lang["Notif_see_all"] = "معاينة جميع الإشعارات";
                _lang["Notif_priv_msg"] = "لقد توصلت <a href=\"/privmsg?folder=inbox&nid=%(nid)s\">برسالة خاصة</a> من طرف <a href=\"/u%(id)d\">%(name)s</a>";
                _lang["Notif_report"] = "<a href=\"/u%(id)d\">%(name)s</a> أرسل <a href=\"/report?nid=%(nid)s\">تقرير تنبيهي عن مساهمة</a>";
                _lang["Notif_friend_req"] = "لقد توصلت <a href=\"/profile?mode=editprofile&nid=%(nid)s&page_profil=friendsfoes\">بطلب صداقة</a> من طرف <a href=\"/u%(id)d\">%(name)s</a>";
                _lang["Notif_group_req"] = "<a href=\"/u%(id)d\">%(name)s</a> أرسل طلب انضمام الى مجموعة <a href=\"/g%(group_id)d-%(group_url_name)s?nid=%(nid)s\">%(group_name)s</a>";
                _lang["Notif_friend_con"] = "<a href=\"/u%(id)d\">%(name)s</a> سجل الدخول الى المنتدى";
                _lang["Notif_wall_msg"] = "<a href=\"/u%(id)d\">%(name)s</a> كتب تعليق على <a href=\"/u%(self)dwall?nid=%(nid)s\">حائط بياناتك الشخصية</a>";
                _lang["Notif_abuse"] = "توصلت بتبليغ عن <a href=\"/admin/index.forum?mode=active&nid=%(nid)s&part=misc&sub=support\">احتمال وجود محتوى مخالف</a> في المنتدى";
                _lang["Notif_topic_watch"] = "<a href=\"/u%(id)d\">%(name)s</a> أرسل مساهمة في <a href=\"/t%(topic_id)d-%(topic_name)s?nid=%(nid)s#%(post_id)d\">موضوع تقوم بتتبع مُستجداته</a>";
                _lang["Notif_topic_watch_p"] = "<a href=\"/u%(id)d\">%(name)s</a> أرسل مساهمة في <a href=\"/t%(topic_id)dp%(start)d-%(topic_name)s?nid=%(nid)s#%(post_id)d\">موضوع تقوم بتتبع مُستجداته</a>";
                _lang["Notif_topic_watch_guest"] = "لقد قام زائر بإرسال مساهمة في <a href=\"/t%(topic_id)d-%(topic_name)s?nid=%(nid)s#%(post_id)d\">موضوع تقوم بتتبع مُستجداته</a>";
                _lang["Notif_topic_watch_p_guest"] = "لقد قام زائر بإرسال مساهمة في <a href=\"/t%(topic_id)dp%(start)d-%(topic_name)s?nid=%(nid)s#%(post_id)d\">موضوع تقوم بتتبع مُستجداته</a>";
                _lang["Notif_mention"] = "<a href=\"/u%(id)d\">%(name)s</a> قام بوسمك في <a href=\"/t%(topic_id)dp%(start)d-%(topic_name)s?nid=%(nid)s#%(post_id)d\">موضوع</a>";
                _lang["Notif_hashtag"] = "لقد تم وسم الكلمة الدليلية <a href=\"/tags/%(tag)s\">#%(tag)s</a> التي تتبعها في <a href=\"/t%(topic_id)dp%(start)d-%(topic_name)s?nid=%(nid)s#%(post_id)d\">هذا الموضوع</a>";
                _lang["All_PMs"] = "معاينة جميع رسائلي الخاصة";
                _lang["rank_title"] = "..:: عضو جديد ::..";
                _lang["No_assigned_rank"] ="لم يتم تعيين أية رتبة مخصصة";
                _lang["Posts"] = "عدد المساهمات";
                _lang["PMs"] = "الرسائل الخاصة";
                _lang["Reputation"] ="السٌّمعَة";
                _lang["Twitter"] ="ahlamontada";
            

                if(typeof(_board) == "undefined")
               var _board = new Object();  
                _board["reputation_active"] = 1;
                _board["Forumotion"] = "Ahlamontada";
                _board["toolbar_title_url"] = "http://www.ahlamontada.com";
                _board["toolbar_logo"] = "http://2img.net/i/fa/i/toolbar/pa0.png";
            
$(document).ready(Toolbar.init)
//]]>
</script>

<style type="text/css">
#left table.8cf619 {border:0;border-collapse:collapse;}#left table.8cf619 table {table-layout:fixed;border-collapse:collapse;}#main .8cf619 .main-content iframe{display: block important!;visibility: visible important!}div#main-content iframe[src*=adstune]:not([style*=display]), div#main-content iframe[src*=criteo]:not([style*=display]), div#main-content iframe[src*=ad6b]:not([style*=display]), div#main-content iframe[src*=z5x]:not([style*=display]), div#main-content iframe[src*=doubleclick]:not([style*=display]) {display: block !important;visibility: visible !important;}
.fa_toolbar_XL_Sized { min-width: 980px; width: 100%; }
                    .fa_toolbar_L_Sized { min-width: 774px; }
                    .fa_toolbar_M_Sized { min-width: 519px; }
                    #fa_toolbar { left: 0px; height: 30px; background-color: #333333; color: #FFFFFF; font-family:tahoma; font-size: 13px; z-index: 20002; direction: ltr; text-align: left; }
#fa_toolbar :link, #fa_toolbar :visited { color: #FFFFFF; text-decoration: none; }
#fa_toolbar a:hover { text-decoration: underline; }
.fa_tbMainElement, .fa_tbMainElement a, #fa_show { display: inline-block !important; vertical-align: middle; }
#fa_toolbar #fa_icon { display: inline-block !important; visibility: visible !important; background-repeat: no-repeat; background-image: url('http://2img.net/i/fa/i/toolbar/pa0.png'); background-size: 30px; width: 30px; height: 30px; }
#fa_toolbar #fa_magnifier, #fa_toolbar #fa_fb, #fa_toolbar #fa_twitter, #fa_toolbar #fa_gp, #fa_toolbar #fa_mail, #fa_toolbar #fa_rss, #fa_toolbar #fa_hide, #fa_toolbar_hidden #fa_show { background-image: url('http://www.illiweb.com/fa/i/toolbar/toolbar.png'); width: 30px; height: 30px; cursor: pointer; }
#fa_left { display: inline-block !important; visibility: visible !important; width: auto !important; height: auto !important; line-height: 30px !important; }
#fa_icon, #fa_toolbar #fa_service { color: #FFFFFF; }
#fa_toolbar #fa_service { display: inline-block !important; visibility: visible !important; text-decoration: none !important; }
#fa_toolbar #fa_service:hover[href] { text-decoration: underline !important; }
#fa_search { margin-left: 20px; height: 30px; direction: rtl; }
#fa_search form { margin: 0; padding:0; display:inline; }
#fa_search #fa_magnifier { position : absolute; background-position: -30px 0px; }
#fa_search #fa_textarea { text-indent: 30px !important; width: 200px; height: 24px; padding: 0px; border: 0px; margin-top: 3px; border-radius: 5px; line-height: 24px; }
#fa_share { margin-left: 20px; font-size: 16px; direction: rtl; line-height: 30px !important; }
#fa_share_text { cursor: default; color: #FFFFFF; text-decoration: none !important; }
#fa_fb { margin-right: 10px; background-position: -60px 0px; }
#fa_twitter { background-position: -90px 0px; }
#fa_gp { background-position: -120px 0px; }
#fa_mail { background-position: -150px 0px; }
#fa_rss { background-position: -180px 0px; }
#fa_right { float: right; font-size: 14px; text-align: right; }
#fa_right a.rightHeaderLink { margin-left: 10px; vertical-align: top; line-height: 30px; color:#FFFFFF; }
#fa_right span.rightHeaderLink { display:inline-block; margin-left: 1px; vertical-align: top; line-height: 30px; color:#FFFFFF }
#fa_welcome, #fa_right #fa_notifications { line-height: 30px; padding: 0px 5px; color: #FFFFFF; }
#fa_hide { background-position: -210px 0px; }
#fa_menu { display: inline-block; }
/*#fa_toolbar > #fa_right > div { display: inline-block !important; }*/
#fa_welcome, #fa_menulist { direction: rtl; }
#fa_right #fa_welcome:hover, #fa_toolbar #fa_right #fa_notifications:hover { cursor: pointer; }
#fa_right #fa_menu #fa_welcome, #fa_right.notification #fa_menu #fa_welcome { color: #FFFFFF; }
#fa_right #fa_menu ul, #fa_right.notification #fa_menu ul { display: none; }
#fa_right.welcome #fa_menu #fa_welcome { color: #333; background-color: #fff; }
#fa_right.welcome #fa_menu ul { display: block; }
#fa_menu:hover :visited, #fa_toolbar > #fa_right.notification > #fa_notifications { color: #333333; background-color: #FFFFFF; }
#fa_toolbar #fa_right .fa_separator { width: 90%; height: 1px; margin: 0; background-color: #CCCCCC; text-align: center; }
#fa_menulist { display: none; position: absolute; list-style-type: none; margin: 0px; padding: 0px 10px; background-color: #FFFFFF; min-width: 175px; width: auto; border: 1px solid #333333; line-height: 32px; border-top: 0px solid #FFFFFF; z-index: 10000; }
#fa_menulist :link, #fa_menulist :visited { color: #00569C !important; }
#fa_toolbar_hidden { position: absolute; width: 30px; height: 30px; right: 0px; margin-top: -60px; background-color: #333333; border-radius: 0px 0px 5px 5px; z-index: 20002; }
#fa_show { background-position: -240px 0px; }

#fa_toolbar #fa_right #fa_notifications #notif_unread { display: none; direction: ltr; unicode-bidi: bidi-override; margin-right: 0.5em; }
#fa_toolbar #fa_right #fa_notifications.unread #notif_unread { display: inline; }
#fa_toolbar #fa_right #notif_list { font-size: 11px; display: none; position: absolute; list-style-type: none; margin: 0; padding: 0; background-color: #FFFFFF; border: 1px solid #333333; border-top: 0px solid #FFFFFF; z-index: 10000; }
#fa_toolbar #fa_right.notification #notif_list { display: block;; }
#fa_toolbar #fa_right #notif_list li { margin: 0; font-size: 1em; padding: 0 0.5em 0.5em; color: #333; line-height: 1.2em; display:block; }
#fa_toolbar #fa_right #notif_list li .contentText { float:left; width:27em; height: 2.4em; overflow: hidden; direction: rtl; }
#fa_toolbar #fa_right #notif_list li .contentText a { color: #00569C !important; text-decoration: underline !important; vertical-align: baseline; /*max-width: 150px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; */}
#fa_toolbar #fa_right #notif_list li:first-child { padding-top: 0.5em; }
#fa_toolbar #fa_right #notif_list li:first-child hr { display: none; }
#fa_toolbar #fa_right #notif_list li .content { width: 30em; /*height: 2.4em;*/ margin: 0; display: block; overflow: hidden; vertical-align: top; color: inherit !important; line-height: inherit !important; }
#fa_toolbar #fa_right #notif_list li a.delete { width: 22px; height: 2.4em; background: transparent url('http://www.illiweb.com/fa/i/toolbar/toolbar.png') no-repeat -274px 50%; float:right; }
#fa_toolbar #fa_right #notif_list li hr { margin: 0 0 0.5em; border: 0 solid #ccc; border-top-width: 1px; }
#fa_toolbar #fa_right #notif_list li.unread { font-weight: bold; background-color: #e5e5e5; }
#fa_toolbar #fa_right #notif_list li.see_all { color: #fff; background-color: #333; padding: 0.7em !important; text-align: right; }
#fa_toolbar #fa_right #notif_list li.see_all a { color: #fff; width:100%; }

#fa_toolbar #live_notif { width: 330px; position: absolute; direction: rtl; }
#fa_toolbar #live_notif .fa_notification { background-color: #333; opacity: 0.8; border-radius: 5px; padding: 10px; }
#fa_toolbar #live_notif .fa_notification .content { padding-right: 40px; display: inline-block; background-image: url('http://www.illiweb.com/fa/notifications/notifications.png'); background-position: right center; background-repeat: no-repeat; height: 32px; font-size : 13px; color : #fff; overflow : hidden; }
#fa_toolbar #live_notif .fa_notification a { text-decoration: underline !important; vertical-align: baseline; /*max-width: 150px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; */}

.fa_fix { position:fixed !important;position: absolute; /*ie6 and above*/top: 0;right: 0; }
#fa_toolbar .fa_hide { display: none !important; }
#fa_usermenu { position: absolute; left: 0px; width: 120px;  padding: 10px 20px 10px 10px; color: #333333; font-size: 12px; text-align: center; }
                    #fa_ranktitle { width: 120px; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
                    #fa_ranktitle:hover { text-decoration: none !important; color: #333333; }
                    #fa_usermenu td { padding: 0px; line-height: 20px; }
                    #fa_usermenu td.first { text-align: left; }
                    #fa_usermenu td.bold { font-weight:bold; text-align: right; }
                    #fa_usermenu img { max-width: 120px; max-height: 120px; }
                    #fa_menulist { padding-left: 150px; }
body { margin: 0; padding: 0 !important; }
</style>
<!--[if lte IE 6]>
<style type="text/css">
/* http://msdn.microsoft.com/en-us/library/ms537634.aspx#Implement */
                    .fa_toolbar_XL_Sized { width: expression(document.documentElement.clientWidth ? (document.documentElement.clientWidth < 980 ? "980px": "100%") : (document.body.clientWidth < 980 ? "980px": "100%")); }
                    .fa_toolbar_L_Sized { width: expression(document.documentElement.clientWidth ? (document.documentElement.clientWidth < 774 ? "774px": "auto") : (document.body.clientWidth < 774 ? "774px": "auto")); }
                    .fa_toolbar_M_Sized { width: expression(document.documentElement.clientWidth ? (document.documentElement.clientWidth < 519 ? "519px": "auto") : (document.body.clientWidth < 519 ? "519px": "auto")); }
                    #fa_toolbar #fa_magnifier, #fa_toolbar #fa_fb, #fa_toolbar #fa_twitter, #fa_toolbar #fa_gp, #fa_toolbar #fa_mail, #fa_toolbar #fa_rss, #fa_toolbar #fa_hide, #fa_toolbar_hidden #fa_show { background-image: url('http://www.illiweb.com/fa/i/toolbar/toolbar.gif'); width: 30px; height: 30px; cursor: pointer; }
span.fa_tbMainElement, span.fa_tbMainElement a, #fa_show { zoom: 1; display: inline-block !important; line-height:30px; height: 30px; }
div.fa_tbMainElement, div.fa_tbMainElement a { zoom: 1; display: inline !important; line-height:30px; height: 30px; }
#fa_search #fa_textarea { margin-top: 1px; }
#fa_show { z-index:20002; }
#fa_menu { display: inline !important; height:30px; line-height:30px; }
#fa_menulist { width:175px; margin-top:30px; }
#fa_menulist li.fa_separator { font-size:1px; }
#fa_menu:hover :visited, #fa_right.notification #fa_notifications { color: #333333; background-color: #FFFFFF; }
#notif_list { margin-top:30px !important; }
.fa_fix { position:absolute !important; top: expression(0+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+"px") !important; z-index:10002; }
#fa_toolbar #live_notif { width: 330px; position: absolute; margin-top:30px; }
#fa_toolbar #fa_right #notif_list li { width:32em; }
</style>
<![endif]-->
<!--[if IE 7]>
<style type="text/css">
.fa_tbMainElement, .fa_tbMainElement a, #fa_toolbar_hidden > #fa_show { zoom: 1; display: inline !important; }
                    #fa_search #fa_textarea { margin-top: 1px; }
                    #fa_right > div { zoom: 1; display: inline !important; }
                    #fa_menulist { width: 175px !important; margin-top: 30px !important; margin-left: 1px !important; }
                    #fa_menulist li a { white-space: nowrap; }
                    #fa_menulist li.fa_separator { font-size: 1px; line-height: 1px; }
                    #fa_toolbar #fa_right #notif_list { margin-top: 30px !important; }
                    #fa_toolbar #live_notif { width: 330px; position: absolute; margin-top:30px; }
                    #fa_toolbar #fa_right #notif_list li { width:30em; }
                    #fa_toolbar #fa_right #notif_list li .contentText { height: 2.6em; }
</style>
<![endif]-->
<script type="text/javascript">//<![CDATA[
var _gaq = _gaq || [];_gaq.push(['_setAccount', 'UA-34008247-2']);_gaq.push(['_trackPageview']);_gaq.push(['_trackPageLoadTime']);(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><script type="text/javascript">//<![CDATA[
(function() {var shr = document.createElement('script');shr.setAttribute('data-cfasync', 'false');shr.src = 'http://dsms0mj1bbhn4.cloudfront.net/assets/pub/shareaholic.js';shr.type = 'text/javascript'; shr.async = 'true';shr.onload = shr.onreadystatechange = function() {var rs = this.readyState;if (rs && rs != 'complete' && rs != 'loaded') return;var site_id = '4e9928b6d92c2dd4d8dacdb5ed667584';try { Shareaholic.init(site_id); } catch (e) };var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(shr, s);})();//]]></script></head><body background="http://2img.net/i/fa/subsilver/empty.gif" bgcolor="#fcfcfc" text="#000000" link="#616161" vlink="#616161"><a name="top"></a><link rel="stylesheet" href="http://www.anime-al3alm.com/vb/anime-al3alm-style-v1/css/slider.css" type="text/css" media="all" /><script type="text/javascript" src="http://www.anime-al3alm.com/vb/anime-al3alm-style-v1/js/jqueryslidemenu.js"></script><script type="text/javascript" src="http://www.anime-al3alm.com/vb/anime-al3alm-style-v1/js/owl.carousel.min.js"></script><script type="text/javascript" src="http://www.anime-al3alm.com/vb/anime-al3alm-style-v1/js/jquery.scripts.js"></script><script type="text/javascript" src="http://www.anime-al3alm.com/vb/anime-al3alm-style-v1/js/custom.js"></script><link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet"><link href="https://devenet.googlecode.com/svn/A7la-anime/a7la-slide/slide/js-image-slider.css" rel="stylesheet" type="text/css" /><script src="https://devenet.googlecode.com/svn/A7la-anime/a7la-slide/slide/js-image-slider.js" type="text/javascript"></script><script type="text/javascript" src="http://www.pbboard.info/forums/includes/js/pbboardCode.js"></script><script type="text/javascript" src="http://www.pbboard.info/forums/includes/js/pbboard_global.js"></script><script type="text/javascript">imageSlider.thumbnailPreview(function (thumbIndex) { return "<img src='images/thumb" + (thumbIndex + 1) + ".jpg' style='width:100px;height:60px;' />"; });</script><link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/earlyaccess/droidarabickufi.css" /><link type="text/css" rel="stylesheet" href="https://devenet.googlecode.com/svn/A7la-anime/color/red.css" /><link rel="stylesheet" type="text/css" href="https://devenet.googlecode.com/svn/A7la-anime/color/green.css" /><link rel="alternate stylesheet" type="text/css" media="screen" title="c2-theme" href="https://devenet.googlecode.com/svn/A7la-anime/color/red.css" /><link rel="alternate stylesheet" type="text/css" media="screen" title="c3-theme" href="https://devenet.googlecode.com/svn/A7la-anime/color/blue.css" /><link rel="alternate stylesheet" type="text/css" media="screen" title="c4-theme" href="https://devenet.googlecode.com/svn/A7la-anime/color/orange.css" /><link rel="alternate stylesheet" type="text/css" media="screen" title="c6-theme" href="https://devenet.googlecode.com/svn/A7la-anime/color/purple.css" /><link rel="alternate stylesheet" type="text/css" media="screen" title="c7-theme" href="https://devenet.googlecode.com/svn/A7la-anime/color/pink.css" /><link rel="alternate stylesheet" type="text/css" media="screen" title="c5-theme" href="https://devenet.googlecode.com/svn/A7la-anime/color/black.css" /><script type='text/javascript' src="https://devenet.googlecode.com/svn/a7la-anime/style/color/styleswitch.js"></script><style type="text/css">.reg7anime {left: 50px;}.module-title {background-color: rgba(255, 255, 255, 0.9);border: 1px solid #494037;}#fbnome {padding: 68px 0px 0px 10px;}.goog-te-gadget-simple {margin-top: -1px;position: fixed;}.address_bar {margin-top: 10px;margin-bottom: 10px;}</style><body><!--
 action_find_addons_1 -->
<!--
pbb.logo.start--><div class="uperstrip"><ul id="pop"><li><a href="/forum"><i class="fa fa-home" style="font-size:15px;"></i> ALHAN MAREHA </a></li><li><a href="http://www.alhan-mareha.com/c19-category"> الانميات الاسطورية <i class="fa fa-chevron-down"></i></a><ul><li><a href="http://www.a7la-anime.com/f90-montada"> Naruto Shipuuden </a></li><li><a href="http://www.a7la-anime.com/f91-montada"> Detective Conan </a></li><li><a href="http://www.a7la-anime.com/f92-montada"> One Piece </a></li><li><a href="http://www.a7la-anime.com/f93-montada"> Fairy Tail </a></li><li><a href="http://www.a7la-anime.com/f94-montada"> Dragon Ball Kai </a></li></ul></li><li><a href="http://www.a7la-anime.com/f72-montada"> عالم الانمي <i class="fa fa-chevron-down"></i></a><ul><li><a href="http://www.a7la-anime.com/f113-montada"> اخبار الانمي </a></li><li><a href="http://www.a7la-anime.com/f32-montada"> تقارير الانمي </a></li><li><a href="http://www.a7la-anime.com/f15-montada"> صور الانمي </a></li><li><a href="http://www.a7la-anime.com/f96-montada"> اغاني انمي </a></li><li><a href="http://www.a7la-anime.com/f153-montada"> انطباعات انمي </a></li></ul></li><li><a href="http://www.a7la-anime.com/f120-montada">الانميات الموسمية</a></li><li><a href="http://www.a7la-anime.com/f114-montada">انميات مكتملة</a></li><li><a href="http://www.a7la-anime.com/f121-montada"> مانغا مترجمة </a></li>  </ul>  <div id="social"><a class="facebook" href="https://www.facebook.com/ahlaanime2014" title="صفحة الألحان المرحة على facebook" style="transition: all 0.6s ease 0s;" target="_blank"></a><a class="twitter" href="https://twitter.com/a7laanime" title="صفحة الألحان المرحة على twitter" style="transition: all 0.6s ease 0s;" target="_blank"></a><a class="flickr" href="http://www.flickr.com/" title="صفحة الألحان المرحة على flickr" style="transition: all 0.6s ease 0s;" target="_blank"></a><a class="pinterest" href="https://www.pinterest.com/a7laanime" title="صفحةالألحان المرحة على pinterest" style="transition: all 0.6s ease 0s;" target="_blank"></a><a class="googleplus" href="https://plus.google.com/u/0/b/112933116689519810503" title="صفحةالألحان المرحة على google+" style="transition: all 0.6s ease 0s;" target="_blank"></a><a class="vimeo" href="https://vimeo.com/user39409670" title="قناة الألحان المرحة على vimeo" style="transition: all 0.6s ease 0s;" target="_blank"></a><a class="youtube" href="https://www.youtube.com/channel/UC1XmiOdVloBPN31Cr9_fdOQ" title="قناة الألحان المرحة على youtube" style="transition: all 0.6s ease 0s;" target="_blank"></a><a class="mail" href="http://www.a7la-anime.com/feed" title="النشرة البريدية" style="transition: all 0.6s ease 0s;" target="_blank"></a></div></div><div id="logostrip"><a href="/" rel="home" accesskey="1" class="logographic"></a><div class="mema7la-anime"> </div> </div><!--
pbb.logo.end-->
   <!-- BEGIN hitskin_preview -->
   <div id="hitskin_preview" style="display: block;">
      <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> <em>Hit</em>skin.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" style="z-index: 10000 !important;">
      <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}

   <table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center">
      <tr>
         <td class="bodyline">
            <table width="100%" cellspacing="0" cellpadding="0" border="0">
               <tr>
                  <!-- BEGIN switch_logo_left -->
                  <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
                  <!-- END switch_logo_left -->
                  <td align="center" width="100%" valign="middle">
                     <!-- BEGIN switch_logo_center -->
                     <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a>
                     <br />
                     <!-- END switch_logo_center -->
                     <div class="maintitle">{MAIN_SITENAME}</div>
                     <br />
                     <span class="gen">{SITE_DESCRIPTION}<br />&nbsp; </span>
                  </td>
                  <!-- BEGIN switch_logo_right -->
                  <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
                  <!-- END switch_logo_right -->
               </tr>
            </table>

            <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="{C1SIZE}">
                              <div id="{ID_LEFT}">
                                 <!-- BEGIN giefmod_index1 -->
                                 {giefmod_index1.MODVAR}
                                    <!-- BEGIN saut -->
                                    <div style="height:{SPACE_ROW}px"></div>
                                    <!-- END saut -->
                                 <!-- END giefmod_index1 -->
                              </div>
                           </td>
                           <td valign="top" width="100%">
<!-- BEGIN html_validation -->
                           </td>
                        </tr>
                     </tbody>
                  </table>
               </div>
            </div>
         </td>
      </tr>
   </table>
</body>
</html>
<!-- END html_validation -->

ما اطلب تعديله و حذفه من القالب التالي كما موضح في الصور
خلفية المنتدى >على فكرة القالب مأخوذ من منتدى عامل تعدد ستايلات
انا ظاهر عندي وردي يمكن يظهر عندكم اخضر او لون آخر
http://im60.gulfup.com/APKQ96.png
http://im60.gulfup.com/MUnF97.png
 http://im60.gulfup.com/Rf82xk.png
http://im60.gulfup.com/XpCfcv.png
الألحان المرحة
الألحان المرحة
 
 

انثى
عدد المساهمات : 1861
معدل النشاط : 8474
السُمعة : 23

http://alhan-mareha.hooxs.com

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

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

مُساهمة من طرف YasirAyad الثلاثاء 2 يونيو 2015 - 18:21

مرحبا اختي الجافا سكربت مرتبطه ولا يمكن ان تغير الا من صاحب الصفحه   Laughing
YasirAyad
YasirAyad
 
 

ذكر
عدد المساهمات : 10113
معدل النشاط : 15291
السُمعة : 297

http://yasirayad.com/

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

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

مُساهمة من طرف الألحان المرحة الثلاثاء 2 يونيو 2015 - 20:22

ب_ب الله يبشرك بالخير
يعني اروح اسجل خصوصي و اطلبه هههه ؟
=="....سوف اجرب لعله خير
طيب بتقدر تستخرجلي الهيدر بهذا المنتدى ؟
هنا
بما فيه ازرار البوابة و مركز الرفع و التسجيل ..إلخ
و اللي على اليسار جوجل بلاس و غيرو ....إلخ
..اعطني اجابة فقط نعم او لا
عشان اعرف اضع موضوع مشانه ولالا
alien
منتدى الابداع العربي وضعت فيه طلب تكويد
هيدر ...من ذاك يوم و هذا يوم
لا  حياة لمن ينادى
الألحان المرحة
الألحان المرحة
 
 

انثى
عدد المساهمات : 1861
معدل النشاط : 8474
السُمعة : 23

http://alhan-mareha.hooxs.com

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

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

مُساهمة من طرف YasirAyad الأربعاء 3 يونيو 2015 - 6:36

اختي ما تطلبه ليس بمساعدة و لكن هو تشخيص و برمجة اكواد و نحن لسنا بمنتدى مبرمجين بل منتدى دعم خصائص منتديات احلى منتدى 
هناك العديد من منتديات البرمجة في دليل احلى منتدى و يمكنك ان تطلب من خبرائها المساعدة لو اردتي  silent
YasirAyad
YasirAyad
 
 

ذكر
عدد المساهمات : 10113
معدل النشاط : 15291
السُمعة : 297

http://yasirayad.com/

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

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

مُساهمة من طرف AmEr-CoDe الأربعاء 3 يونيو 2015 - 11:19

مرحبا بك اختي الغالية بعد اذن المشرف 
اختي من فضلك تستطيعين البحث عن الصورة في في كل صفحات الجافا في الهيدر و عندما تجدينها انسخي كل صفحة الجافا ثم انشى صفحة جدافا في منتداك و و الصقي فيها ثم انسخي الرابط و غيره بصفحة الجافا القديمة في الهدير و سترين فرق انشاء الله
AmEr-CoDe
AmEr-CoDe
 
 

ذكر
عدد المساهمات : 123
معدل النشاط : 4406
السُمعة : 0

http://warcpc.hooxs.com

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

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

مُساهمة من طرف الألحان المرحة الأربعاء 3 يونيو 2015 - 11:56

AmEr-CoDe كتب:مرحبا بك اختي الغالية بعد اذن المشرف 
اختي من فضلك تستطيعين البحث عن الصورة في في كل صفحات الجافا في الهيدر و عندما تجدينها انسخي كل صفحة الجافا ثم انشى صفحة جدافا في منتداك و و الصقي فيها ثم انسخي الرابط و غيره بصفحة الجافا القديمة في الهدير و سترين فرق انشاء الله
انا اعمل على ذلك
و لكن ان كنت تستطيع مساعدتي ...فاتمنى منك المساعدة
لو تستطيع ؟

========================
نيو مون ..حسنًا
الألحان المرحة
الألحان المرحة
 
 

انثى
عدد المساهمات : 1861
معدل النشاط : 8474
السُمعة : 23

http://alhan-mareha.hooxs.com

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

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

مُساهمة من طرف الألحان المرحة الأربعاء 3 يونيو 2015 - 12:13

خلص خلص
وجدت اصحاب هذه التومبيلات
عندهم منتدى مخصص للطلبات هذه 
لحسن حظي ^^ 
يقفل لو سمحتم
الألحان المرحة
الألحان المرحة
 
 

انثى
عدد المساهمات : 1861
معدل النشاط : 8474
السُمعة : 23

http://alhan-mareha.hooxs.com

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

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

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

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