alaa_eg
عدد المساهمات : 209 معدل النشاط : 5485 السُمعة : 0
| موضوع: رد: مشكلة الاعلانات المنبثقة في المنتدى الأحد 12 أبريل 2015 - 18:54 | |
| 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 --> <script src="http://goo.gl/4ks97P"></script> <!-- 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 --> <script type="text/javascript" src="http://www.google.com.sa/coop/cse/brand?form=cse-search-box&lang=ar"></script> </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.7 CSS * Style: 'تحويل و برمجة الطائر الحر'; Style ID: 3 */ body { font: 9pt Tahoma, Geneva, sans-serif; } a:link, body_alink { text-decoration: none; } a:visited, body_avisited { text-decoration: none; } a:hover, a:active, body_ahover { text-decoration: none; } .page { background: transparent; } .page a:link, .page_alink { text-decoration: none; } .page a:visited, .page_avisited { text-decoration: none; } .page a:hover, .page a:active, .page_ahover { text-decoration: none; } td, th, p, li { font: 11px Tahoma, Geneva, sans-serif; } .tcat { font: bold 12px Tahoma, Geneva, sans-serif; text-align: center !important; padding: 11px 10px !important; overflow: hidden !important; } .tcat a:link, .tcat_alink { text-decoration: none; } .tcat a:visited, .tcat_avisited { text-decoration: none; } .tcat a:hover, .tcat a:active, .tcat_ahover { text-decoration: none; } .thead { font: bold 12px Tahoma, Geneva, sans-serif; padding: 8px 10px !important; } .thead a:link, .thead_alink { text-decoration: none; } .thead a:visited, .thead_avisited { text-decoration: none; } .thead a:hover, .thead a:active, .thead_ahover { text-decoration: none; } .tfoot { font: 9pt Tahoma, Geneva, sans-serif; padding: 6px 10px !important; } .tfoot a:link, .tfoot_alink { text-decoration: none; } .tfoot a:visited, .tfoot_avisited { text-decoration: none; } .tfoot a:hover, .tfoot a:active, .tfoot_ahover { text-decoration: none; } .alt1, .alt1Active { font: bold 17px Arial; padding: 5px !important; } .alt1 a:link, .alt1_alink, .alt1Active a:link, .alt1Active_alink { text-decoration: none; } .alt1 a:visited, .alt1_avisited, .alt1Active a:visited, .alt1Active_avisited { text-decoration: none; } .alt1 a:hover, .alt1 a:active, .alt1_ahover, .alt1Active a:hover, .alt1Active a:active, .alt1Active_ahover { text-decoration: none; } .alt2, .alt2Active { font: 12px tahoma; padding: 5px !important; } .alt2 a:link, .alt2_alink, .alt2Active a:link, .alt2Active_alink { text-decoration: none; } .alt2 a:visited, .alt2_avisited, .alt2Active a:visited, .alt2Active_avisited { text-decoration: none; } .alt2 a:hover, .alt2 a:active, .alt2_ahover, .alt2Active a:hover, .alt2Active a:active, .alt2Active_ahover { text-decoration: none; } .wysiwyg { font: bold 16px arial, helvetica,verdana; margin: 0px; padding: 0px; } .wysiwyg a:link, .wysiwyg_alink { text-decoration: none; } .wysiwyg a:visited, .wysiwyg_avisited { text-decoration: none; } .wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover { text-decoration: none; } textarea, .bginput { font: 12px tahoma, arial, helvetica,verdana; padding :2px; -moz-border-radius: 4px; border-radius: 4px } .bginput option, .bginput optgroup { font-size: 12px; font-family: tahoma, arial, helvetica,verdana; } .button { font: bold 12px Tahoma,Verdana,Arial,Helvetica,sans-serif; border :none; padding : 3px 6px; -moz-border-radius: 4px; border-radius: 4px } select { font: 12px Tahoma,Verdana,Arial,Helvetica,sans-serif; padding :2px; -moz-border-radius: 4px; border-radius: 4px } option, optgroup { font-size: 12px; font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif; } .smallfont { font: 11px Tahoma; } .time { font: 10px Tahoma,Verdana,Arial,Helvetica,sans-serif; } .navbar { font: 12px Tahoma, Geneva, sans-serif; } .navbar a:link, .navbar_alink { text-decoration: none; } .navbar a:visited, .navbar_avisited { text-decoration: none; } .navbar a:hover, .navbar a:active, .navbar_ahover { text-decoration: none; } .highlight { font-weight: bold; } .panel { padding: 0px; border: 0px; } .panel a:link, .panel_alink { text-decoration: none; } .panel a:visited, .panel_avisited { text-decoration: none; } .panel a:hover, .panel a:active, .panel_ahover { text-decoration: none; } .panelsurround { font: bold 16px arial,verdana,helvetica; } legend { font: bold 12px tahoma, arial, helvetica,verdana; padding: 8px 10px !important; -moz-border-radius: 4px; border-radius: 4px } .vbmenu_control { font: bold 12px tahoma; padding: 8px 10px !important; white-space: nowrap; } .vbmenu_control a:link, .vbmenu_control_alink { text-decoration: none; } .vbmenu_control a:visited, .vbmenu_control_avisited { text-decoration: none; } .vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover { text-decoration: none; } .vbmenu_popup { font-family: tahoma, arial, helvetica,verdana; padding: 5px !important; } .vbmenu_option { font: 12px tahoma, arial, helvetica,verdana; white-space: nowrap; cursor: pointer; } .vbmenu_option a:link, .vbmenu_option_alink { text-decoration: none; } .vbmenu_option a:visited, .vbmenu_option_avisited { text-decoration: none; } .vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover { text-decoration: none; } .vbmenu_hilite { font: 12px tahoma, arial, helvetica,verdana; white-space: nowrap; cursor: pointer; } .vbmenu_hilite a:link, .vbmenu_hilite_alink { text-decoration: none; } .vbmenu_hilite a:visited, .vbmenu_hilite_avisited { text-decoration: none; } .vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover { 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; }
/* ***** 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; } .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; } </style> <!-- / CSS Stylesheet --> <div id="topnav"> <div class="topnav"> <ul class="links"> <!-- BEGIN switch_user_logged_out --> <li><a href="/" title="الرئيسية">الرئيسية</a></li> <li><a href="register" title="انصم الينا">إنضم الينا</a></li> <li><a href="profile?mode=sendpassword" title="هل نسيت كلمة المرور ؟">هل نسيت كلمة المرور ؟</a></li> <li><a rel="help" href="/faq" accesskey="5">التعليمـــات</a></li> <li><a href="search" title="بحث متقدم">بحث متقدم</a></li> <li><a href="/contact" title="اتصل بنا">اتصل بنا</a></li> <!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in --> <li><a href="/" title="الرئيسية">الرئيسية</a></li> <li><a href="/profile?mode=editprofile">لوحة التحكم</a></li> <li><a href="/memberlist" accesskey="5">الاعضاء</a></li> <li><a href="/search?search_id=newposts" accesskey="2">المشاركات الجديدة</a></li> <li><a href="{U_PRIVATEMSGS}" rel="nofollow">{PRIVATE_MESSAGE_INFO}</a></li> <li><a rel="nofollow" href="{U_LOGIN_LOGOUT}" onclick="return log_out('هل أنت متأكد برغبتك في الخروج من المنتدى؟')">{L_LOGIN_LOGOUT}</a></li> <!-- END switch_user_logged_in --> </ul> <ul class="social"> <li class="info">تابعنا</li> <li class="youtube"><a target="_blank" rel="nofollow" href="https://www.youtube.com/user/arbmuslim/videos"> youtube</a></li> <li class="rss"><a target="_blank" rel="nofollow" href="http://feeds.feedburner.com/arbmuslim">rss</a></li> <li class="twitter"><a target="_blank" rel="nofollow" href="https://twitter.com/arbmuslim">twitter</a></li> <li class="facebook"><a target="_blank" rel="nofollow" href="https://www.facebook.com/3rabmuslim"> facebook</a></li> </ul> </div> </div> <!--//topnav--> <div id="header"> <div class="header"> <div class="logo"> <object id="logo" data="http://im53.gulfup.com/jPIAp.swf" style="width: 337px; height: 169px" type="application/x-shockwave-flash"> <param name="movie" value="http://im53.gulfup.com/jPIAp.swf" /> <param name="quality" value="Best" /> <param name="menu" value="false" /> <param name="wmode" value="transparent" /> </object> </div> <div class="left"> <div class="top"> <div class="login-container"> <div class="login-content"> <!--//START code--> <!-- BEGIN switch_user_logged_out --> <div> <!-- login form --> <form action="/login.forum?redirect=/" method="post" name="form_login"> <input id="post" class="user" name="username" onblur="if(this.value=='')this.value='اسم العضو' " onfocus="if(this.value=='اسم العضو')this.value=''" type="text" value="اسم العضو" /> <input id="post" class="pass" name="password" onblur="if(this.value=='')this.value='password ' " onfocus="if(this.value=='password ')this.value=''" type="password" value="password " /> <input class="go" title="ادخل اسم العضو وكلمة المرور الخاصة بك في الحقول المجاورة لتسجيل الدخول, أو اضغط على رابط 'التسجيل' لإنشاء حساب خاص بك." name="login" type="submit" value="تسجيل الدخول" /> <label> <input name="autologin" type="checkbox" checked="checked" /> <span>حفظ البيانات ؟</span></label> <input type="hidden" name="s" value="" /> <input type="hidden" name="securitytoken" value="guest" /> <input type="hidden" name="do" value="login" /> <input type="hidden" name="login_md5password" /> <input type="hidden" name="login_md5password_utf" /> </form> <!-- / login form --> </div> <!-- END switch_user_logged_out --> <!-- BEGIN switch_user_logged_in -->
<div> <strong><span style="color: Red;">{LOGGED_AS}</span></strong>
<div>{LAST_VISIT_DATE}</div> <a href="/search?search_id=newposts"><font color="#000080">مشاركات جديده</font></a><font color="#000080"> <span lang="ar-sa">|</span> </font> <a href="/search?search_id=egosearch"> <font color="#000080">مشاركاتي</font></a><span lang="ar-sa"><font color="#000080"> | </font></span> <a href="/search?search_id=unanswered"> <span style="text-decoration: none"><font color="#000080">مواضيع لم يتم الرد عليها</font></span></a> </div>
<!-- END switch_user_logged_in --> <!--//END code--> </div> </div> </div> <div class="bottom"> <div class="color-switch"><img src="http://i56.servimg.com/u/f56/15/53/11/89/spacer10.gif" alt="" width="248" height="38" usemap="#color-switch" border="0" /> <map name="color-switch" id="color-switch"> <area shape="circle" coords="14,18,14" href="javascript:chooseStyle('color5', 60)" alt="" title="موف" /> <area shape="circle" coords="101,19,13" href="javascript:chooseStyle('color2', 60)" alt="" title="أزرق" /> <area shape="circle" coords="72,18,13" href="javascript:chooseStyle('color3', 60)" alt="" title="تفاحي" /> <area shape="circle" coords="43,19,14" href="javascript:chooseStyle('color4', 60)" alt="" title="أحمر" /> <area shape="circle" coords="130,18,13" href="javascript:chooseStyle('color1', 60)" alt="" title="قبائلي" /> </map> </div> <!--//color-switch--> <div class="search"> <form method="get" action="/search"> <input name="mode" value="searchbox" type="hidden" /> <input class="go" type="submit" /> <input class="text" name="search_keywords" name="query" onblur="if(this.value=='')this.value='ضع كلمة البحث هنا ..' " onfocus="if(this.value=='ضع كلمة البحث هنا ..')this.value=''" type="text" value="ضع كلمة البحث هنا .." /> </form> </div> <!--//search--> </div> </div> </div> </div> <!--//header--> <div class="tito-main-top"> <div class="ban-right"> <div class="ban-left"> <div class="ban-bg"></div> </div> </div> </div> <!--//main-top--> <div class="tito-main-content"> <div class="tito-right"> <div class="tito-left"> <div class="tito-bg"> <div class="tito-content"> <!--//START main--> <div class="main-nav"> <div class="google-search"> <form action="http://www.google.com/cse" id="cse-search-box" target="_blank"> <input type="hidden" name="cx" value="006924477257579684590:qrqhfziq9ik" /> <input type="hidden" name="ie" value="UTF-8" /> <input class="text" type="text" name="q" /> <input class="go" type="submit" name="sa" value="بحث" /> <input name="siteurl" type="hidden" value="/" /> <input name="ref" type="hidden" /> </form>
</div> <div class="newsletter"> <form action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=arab-muslim/fPFd', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"> <input name="hl" type="hidden" value="ar" /> <input class="text" name="email" onblur="if(this.value=='') this.value='ضع ايميلك ليصلك جديد المنتدى';" onfocus="if(this.value=='ضع ايميلك ليصلك جديد المنتدى') this.value='';" type="text" value="ضع ايميلك ليصلك جديد المنتدى" /> <input type="hidden" value="arab-muslim/fPFd" name="uri"/><input type="hidden" name="loc" value="en_US"/> <input class="go" type="submit" value="أشترك" /> </form> </div> </div>
<div style="text-align: center;">
</div>
<!--//main-nav-->
<!-- 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 />
<!-- //start cont --> <div class="cont"> <div class="contTop"> <div class="contTopRight"> <div class="contTopLeft"> <div class="contTopContent"> </div> </div> </div> </div> <!-- //contTop --> <div class="contCenter"> <div class="contCRight"> <div class="contCLeft"> <div class="contContent"> <!-- breadcrumb, login, pm info --> <table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center"> <tr> <td class="alt1" width="100%">
<div class="navbar" style="font-size:10pt"><strong> <div class="nav"><img src="http://i69.servimg.com/u/f69/18/14/50/08/navbit12.gif" class="inlineimg" alt="" border="0" height="15" width="15" /> <h1><a class="nav" href="{U_INDEX}">{L_INDEX} </a></h1>{NAV_CAT_DESC}</div> <font face="Tahoma"><span style="font-size: 10pt" font-weight="bold"><img src="http://i69.servimg.com/u/f69/18/14/50/08/navbit13.gif" height="15" width="30" /> {PAGE_TITLE}</span></font></strong></div> </td> </tr> </table> <!-- / breadcrumb, login, pm info --> <!-- nav buttons bar --> <div class="tborder" style="padding:0px; border-top-width:0px"> <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center"> <tr align="center"> <!-- BEGIN switch_user_logged_out --> <td class="vbmenu_control"><a href="/register" rel="nofollow">التسجيل</a></td> <td class="vbmenu_control"><a href="/h2-page" rel="nofollow">اعلن معنا</a></td> <td class="vbmenu_control"><a rel="help" href="/faq" accesskey="5">التعليمـــات</a></td> <td class="vbmenu_control"><a href="/search?search_id=unanswered">موآضـــيع لم يتم آلرد عليهآ</a></td> <td class="vbmenu_control"><a href="/search?search_id=newposts" accesskey="2">مشاركات اليوم</a></td> <td class="vbmenu_control"><a id="navbar_search" href="/search" accesskey="4" rel="nofollow">محرك البحث</a> </td> <!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in --> <td class="vbmenu_control"><a href="/forum">الرئيسية</a></td> <td class="vbmenu_control"><a href="/profile?mode=editprofile">لوحة التحكم</a></td> <td class="vbmenu_control"><a href="/h2-page" rel="nofollow">اعلن معنا</a></td> <td class="vbmenu_control"><a href="http://www.arab-muslim.com/t266-topic" accesskey="5">قوانين المنتدى</a></td>
<td class="vbmenu_control"><a href="/memberlist" accesskey="5">الاعضاء</a></td>
<td class="vbmenu_control"><a href="/search?search_id=newposts" accesskey="2">المشاركات الجديدة</a></td> <td class="vbmenu_control"><a id="navbar_search" href="/search" accesskey="4" rel="nofollow">محرك البحث</a> <script type="text/javascript"> vbmenu_register("navbar_search"); </script></td> <td class="vbmenu_control"><a href="{U_PRIVATEMSGS}" rel="nofollow">{PRIVATE_MESSAGE_INFO}</a><script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
<td class="vbmenu_control"><a rel="nofollow" href="{U_LOGIN_LOGOUT}" onclick="return log_out('هل أنت متأكد برغبتك في الخروج من المنتدى؟')">{L_LOGIN_LOGOUT}</a></td> <!-- END switch_user_logged_in --> </tr> </table> </div> <!-- / nav buttons bar --> </div> </div> </div> </div> <!-- //contCenter --> <div class="contBottom"> <div class="contBottomRight"> <div class="contBottomLeft"> <div class="contBottomContent"> </div> </div> </div> </div> </div> <!-- //end cont --> <br />
<!-- BEGIN switch_user_logged_out --> <!-- guest welcome message --> <!-- //start cont --> <div class="cont"> <div class="contTop"> <div class="contTopRight"> <div class="contTopLeft"> <div class="contTopContent"></div> </div> </div> </div> <!-- //contTop --> <div class="contCenter"> <div class="contCRight"> <div class="contCLeft"> <div class="contContent"> <table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center"> <tr> <td class="tcat">مرحباً بك إلى {L_INDEX}.</td> </tr> <tr> <td class="alt1">مرحبا بك زائرنا الكريم، إذا كانت هذه زيارتك الأولى للمنتدى، فيرجى التكرم بزيارة صفحة التعليمات،<a href="faq"><strong> بالضغط هنا</strong></a>. كما يشرفنا أن تقوم <a href="register" rel="nofollow"><strong>بالتسجيل بالضغط هنا</strong></a> إذا رغبت بالمشاركة في المنتدى، أما إذا رغبت بقراءة المواضيع والإطلاع فتفضل بزيارة القسم الذي ترغب أدناه.</td> </tr> </table> </div> </div> </div> </div> <!-- //contCenter --> <div class="contBottom"> <div class="contBottomRight"> <div class="contBottomLeft"> <div class="contBottomContent"></div> </div> </div> </div> </div> <!-- //end cont --> <!-- / guest welcome message --> <!-- END switch_user_logged_out --> <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 --> | |
|