ايمن منصوري
عدد المساهمات : 434 معدل النشاط : 5654 السُمعة : 2
| موضوع: ممكن اضافة هذه الصورة لكود overal header الإثنين 23 سبتمبر 2013 - 17:24 | |
| السلام عليكم انا ركبت استايل منتديات عيون العرب المحول لكن واجهت مشكلة في وضع لوغو موقعي حيث انه لا يوجد صورة للوغو اصلا واريد اضافة لوغو موقعي هذا للكود هذا - الكود:
-
<!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 type="text/javascript" src="http://a7la-7ekaya.yoo7.com/12395.js"></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 ?l?ments */ 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 contenur en fonction des ?l?ments et de la hauteur personnalis?e dans l'admin */ $('ul#fa_ticker_content li').each( function () { if ($(this).height() > height_max) { height_max = $(this).height(); } } );
/* Redimensionnement des ?l?ments 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 -->
{HOSTING_JS} <!-- BEGIN google_analytics_code --> <script type="text/javascript"> //<![CDATA[ var _gaq = _gaq || []; _gaq.push(['_setAccount', '{G_ANALYTICS_ID}']); _gaq.push(['_trackPageview']);
(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">//<![CDATA[ $(document).ready(function(){ <!-- BEGIN switch_enable_pm_popup --> pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400'); 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}'); 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']);
(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} <style type="text/css" id="vbulletin_css"> /** * vBulletin 3.8.3 CSS * Style: 'a7la7ekaya | 2012'; Style ID: 25 */ body { background: #dcdcdc url(http://vb.arabseyes.com/devnia-3yon/images/hed-bg.png) repeat-x top; color: #3e3e3e; font: bold 9pt tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; margin: 0px 0px 0px 0px; padding: 0px; min-width:1007px; } a:link, body_alink { color: #a6363f; text-decoration: none; } a:visited, body_avisited { color: #b41d22; text-decoration: none; } a:hover, a:active, body_ahover { color: #b41d22; text-decoration: none; } .page { background: #fff; color: #3e3e3e; } td, th, p, li { font: 9pt tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .tborder { background: #afafaf; color: #000000; border: 1px solid #d3d3d3; } .tcat { background: #9a323b url(http://vb.arabseyes.com/devnia-3yon/td.png) repeat-x top; color: #fff; font: bold 9pt tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .tcat a:link, .tcat_alink { color: #fff; text-decoration: none; } .tcat a:visited, .tcat_avisited { color: #fff; text-decoration: none; } .tcat a:hover, .tcat a:active, .tcat_ahover { color: #fff; text-decoration: none; } .thead { background: #9a323b url(http://vb.arabseyes.com/devnia-3yon/td2.png) repeat-x top; color: #fff; font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .thead a:link, .thead_alink { color: #fff; } .thead a:visited, .thead_avisited { color: #fff; } .thead a:hover, .thead a:active, .thead_ahover { color: #fff; } .tfoot { background: #9a323b url(http://vb.arabseyes.com/devnia-3yon/td.png) repeat-x top; color: #efefef; } .tfoot a:link, .tfoot_alink { color: #fff; } .tfoot a:visited, .tfoot_avisited { color: #fff; } .tfoot a:hover, .tfoot a:active, .tfoot_ahover { color: #b41d22; } .alt1, .alt1Active { background: #f0f0f0; color: #9a323b; font: 16px arial; border-top: 1px solid #fff; border-right: 1px solid #fff; } .alt1 a:link, .alt1_alink, .alt1Active a:link, .alt1Active_alink { color: #9a323b; } .alt1 a:visited, .alt1_avisited, .alt1Active a:visited, .alt1Active_avisited { color: #9a323b; } .alt1 a:hover, .alt1 a:active, .alt1_ahover, .alt1Active a:hover, .alt1Active a:active, .alt1Active_ahover { color: #b41d22; } .alt2, .alt2Active { background: #f0f0f0; color: #242424; font: 16px arial; border-top: 1px solid #fff; border-right: 1px solid #fff; } .alt2 a:link, .alt2_alink, .alt2Active a:link, .alt2Active_alink { color: #9a323b; } .alt2 a:visited, .alt2_avisited, .alt2Active a:visited, .alt2Active_avisited { color: #9a323b; } .alt2 a:hover, .alt2 a:active, .alt2_ahover, .alt2Active a:hover, .alt2Active a:active, .alt2Active_ahover { color: #b41d22; } .inlinemod { background: #FFFFCC; color: #061700; } .wysiwyg { background: #efefef; color: #242424; font: 8pt tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; margin: 5px 10px 10px 10px; padding: 0px; } .wysiwyg a:link, .wysiwyg_alink { color: #9a323b; } .wysiwyg a:visited, .wysiwyg_avisited { color: #9a323b; } .wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover { color: #b41d22; } textarea, .bginput { color: #242424; font: 9pt tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .bginput option, .bginput optgroup { font-size: 9pt; font-family: tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .button { color: #9a323b; font: 11px tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } select { background: #eaeaea; color: #242424; font: 11px tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; border:1px solid #bbbbbb; } option, optgroup { font-size: 11px; font-family: tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .smallfont { color: #242424; font: 11px tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .time { color: #9a323b; } .navbar { font: 11px tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .highlight { color: #FF0000; font-weight: bold; } .fjsel { background: #3E5C92; color: #E0E0F6; } .fjdpth0 { background: #F7F7F7; color: #000000; } .panel { background: #efefef; color: #9a323b; padding: 10px; border: 0px outset; } .panel a:link, .panel_alink { color: #9a323b; } .panel a:visited, .panel_avisited { color: #9a323b; } .panel a:hover, .panel a:active, .panel_ahover { color: #CC0000; } .panelsurround { background: #efefef; color: #9a323b; } legend { color: #9a323b; font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .vbmenu_control { background: #9a323b url(http://vb.arabseyes.com/devnia-3yon/td.png) repeat-x top; color: #fff; font: bold 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: #fff; text-decoration: none; } .vbmenu_control a:visited, .vbmenu_control_avisited { color: #fff; text-decoration: none; } .vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover { color: #fff; text-decoration: none; } .vbmenu_popup { background: #9a323b url(http://vb.arabseyes.com/devnia-3yon/td2.png) repeat-x top; color: #fff; border: 1px solid #f5f5f5; } .vbmenu_option { background: #9a323b url(http://vb.arabseyes.com/devnia-3yon/td2.png) repeat-x top; color: #fff; font: 11px tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; white-space: nowrap; cursor: pointer; } .vbmenu_option a:link, .vbmenu_option_alink { color: #fff; text-decoration: none; } .vbmenu_option a:visited, .vbmenu_option_avisited { color: #fff; text-decoration: none; } .vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover { color: #fff; text-decoration: none; } .vbmenu_hilite { background: #9a323b url(http://vb.arabseyes.com/devnia-3yon/td.png) repeat-x top; color: #fff; font: 11px tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; white-space: nowrap; cursor: pointer; } .vbmenu_hilite a:link, .vbmenu_hilite_alink { color: #fff; text-decoration: none; } .vbmenu_hilite a:visited, .vbmenu_hilite_avisited { color: #fff; text-decoration: none; } .vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover { color: #efefef; 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; } .hed-body { background-image:url(http://vb.arabseyes.com/devnia-3yon/images/etar-top-tcat.png); background-repeat: repeat-x; height:82px; text-align:center } .hed-right { background-image:url(http://im33.gulfup.com/9zyLx.png); background-repeat: no-repeat; float: right; height: 82px; width: 306px; } .hed-left { background-image:url(http://im33.gulfup.com/NsXHK.png); background-repeat: no-repeat; float: left; height:82px; width:296px; } .hed-center {
} .foot-body { background-image:url(http://vb.arabseyes.com/devnia-3yon/images/etar-bot-tcat.png); background-repeat: repeat-x; height:65px; } .foot-right { background-image:url(http://vb.arabseyes.com/devnia-3yon/images/etar-bot-right.png); background-repeat: no-repeat; float: right; height: 65px; width: 95px; } .foot-left { background-image:url(http://vb.arabseyes.com/devnia-3yon/images/etar-bot-left.png); background-repeat: no-repeat; float: left; height: 65px; width:95px; } .foot-center {
} .cont-body { background: Transparent; } .cont-right { background-image:url(http://vb.arabseyes.com/devnia-3yon/images/R.png); background-repeat: repeat-y; background-position: right; } .cont-left { background-image:url(http://vb.arabseyes.com/devnia-3yon/images/L.png); background-repeat: repeat-y; background-position: left; padding-left:41px; padding-right:41px; } .cont-body1 { background: Transparent; } .cont-right1 { background-image:url(http://vb.arabseyes.com/devnia-3yon/images/Rbra.png); background-repeat: no-repeat; background-position: right top; } .cont-left1 { background-image:url(http://vb.arabseyes.com/devnia-3yon/images/Lbra.png); background-repeat: no-repeat; background-position: left top; padding-left:13px; padding-right:13px; } .cont-body2 { background: Transparent; } .cont-right2 { background-image:url(http://vb.arabseyes.com/devnia-3yon/images/R-page.png); background-repeat: repeat-y; background-position: right; } .cont-left2 { background-image:url(http://vb.arabseyes.com/devnia-3yon/images/L-page.png); background-repeat: repeat-y; background-position: left; padding-left:17px; padding-right:17px; } #hed-top{ height:61px; } #hed-top ul{ list-style:none; padding:0; margin:0; } #hed-top li { float:right; margin-right:11px; margin-top:11px; } #hed-top li a{ background:url(http://vb.arabseyes.com/devnia-3yon/images/zr-link.png); width:113px; line-height:40px; text-align:center; font-family:Tahoma; font-size:12px; font-weight:bold; text-shadow:1px 1px #000; color:#fff; display:block } #hed-top li a:hover{ background:url(http://vb.arabseyes.com/devnia-3yon/images/zr-hover.png); } #hed-top .soc{ background:url(http://vb.arabseyes.com/devnia-3yon/images/social.png) no-repeat top left; width:105px; height:59px; float:left } #hed-top .soc a{ display:block; float:right; width:35px; height:35px; margin-top:19px; } #hed{ background:url(http://vb.arabseyes.com/devnia-3yon/images/hed-tcat.png); height:243px; } #hed .right{ background:url(http://vb.arabseyes.com/devnia-3yon/images/hed-right.png); width:547px; height:243px; float:right; } #hed .left{ background:url(http://vb.arabseyes.com/devnia-3yon/images/hed-left.png); width:374px; height:243px; float:left } #footer{ background:url(http://vb.arabseyes.com/devnia-3yon/images/footer-bg.png); height:227px; } #foot{ background:url(http://vb.arabseyes.com/devnia-3yon/images/footer-tcat.png); height:227px; } #foot .left{ background:url(http://im33.gulfup.com/8L5No.png) no-repeat left top; height:227px; float:left } #foot .left .link{ margin-top:42px; margin-left:20px; } #foot .left .link a{ color:#fff; } #foot .left .link a:hover{ color:#333333; } #foot .right{ background:url(http://vb.arabseyes.com/devnia-3yon/images/footer-right.png) no-repeat right top; height:227px; float:right } #foot .right .soc{ width:106px; height:26px; margin-top:48px; margin-right:6px; clear:both } #foot .right .soc a{ display:block; height:26px; width:35px; float:right; } #foot .right .u{ float: right; margin-right: 13px; margin-top: 18px; } #foot .right ul{ list-style: none outside none; margin-bottom: 0; margin-top: 7px; padding: 0; } #foot .right li{ padding:5px; background:url(http://vb.arabseyes.com/devnia-3yon/images/footer-li.png) no-repeat center right; text-align:center; border-top:1px solid #5d5d5d; border-bottom:1px solid #222; } #foot .right li a{ color:#fff; } #foot .right h1{ background:url(http://vb.arabseyes.com/devnia-3yon/images/footer-h1.png) no-repeat right top; width:169px; font:bold 12px/23px Tahoma; color:#fff; display:block; height:23px; }
.devnia{ width:125px; height:35px; margin-left:256px; margin-top:132px; display:block } .ser{ background:url(http://vb.arabseyes.com/devnia-3yon/images/ser.png) no-repeat right top; height:42px; padding-right:60px; float:right; margin-top:30px; width:264px } .ser .input{ background:url(http://vb.arabseyes.com/devnia-3yon/images/ser-input.png); width:199px; height:32px; border:0; padding:0; text-align:center; font:11px Tahoma; color:#666666; float:right; margin-left:5px } em{ font-family:arial; font-style:normal
} b{ font-family:arial; font-style:normal
} i{ font-family:arial; font-style:normal
} u{ font-family:arial; font-style:normal
} </style> <link rel="stylesheet" type="text/css" href="http://vb.arabseyes.com/clientscript/vbulletin_important.css?v=383" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.7.0/build/yahoo-dom-event/yahoo-dom-event.js?v=383"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.7.0/build/connection/connection-min.js?v=383"></script> <script type="text/javascript"> <!-- var SESSIONURL = "s=0acb01a2c0bb7b0e68cd080e5970a762&"; var SECURITYTOKEN = "guest"; var IMGDIR_MISC = "http://vb.arabseyes.com/devnia-3yon/misc"; var vb_disable_ajax = parseInt("2", 10); // --> </script> <script type="text/javascript" src="http://vb.arabseyes.com/clientscript/vbulletin_global.js?v=383"></script> <script type="text/javascript" src="http://vb.arabseyes.com/clientscript/vbulletin_menu.js?v=383"></script> <link rel="alternate" type="application/rss+xml" title="a7la7ekaya RSS Feed" href="http://vb.arabseyes.com/external.php?type=RSS2" /> <div id='mypopup' name='mypopup' style='z-index:1000; position: absolute; background: none; border: none;'></div> <script type="text/javascript" src="http://vb.arabseyes.com/vbstatus/ajax_wrapper.js"></script> <script type="text/javascript" src="http://vb.arabseyes.com/vbstatus/headerjavascript.js"></script> <script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script> <style type="text/css"> .poll, td.poll a:link,td.poll a:visited,td.poll a:active, td.poll a{ font: 10px Verdana, Arial, Helvetica, sans-serif; color: #000; text-decoration:none} .nowrap{white-space:nowrap}
</style> <script type="text/javascript" src="http://vb.arabseyes.com/massy/poem.js"></script> <script type="text/javascript" src="http://vb.arabseyes.com/massy/gradient.js"></script> <style type="text/css"> .bdr130button { padding: 1px; border: none; } .rainbow{ behavior: url('http://vb.arabseyes.com/massy/rainbow.htc') } .saleh-info { font-family: Arial; font-size: 15px; font-weight: bold; color: #000000; background-image: url('http://vb.arabseyes.com/images/toolbox/info.png'); background-color: #EAEEFB; background-repeat: no-repeat; background-position: right 10px; border: 1px solid #203FAA; padding: 15px 65px 10px 5px; display: block; } .saleh-caution { font-family: Arial; font-size: 15px; font-weight: bold; color: #000000; background-image: url('http://vb.arabseyes.com/images/toolbox/caution.png'); background-repeat: no-repeat; background-color: #FFFFCC; background-position: right 10px; border: 1px solid #990000; padding: 15px 65px 10px 5px; } .saleh-warning { font-family: Arial; font-size: 15px; font-weight: bold; color: #000000; background-image: url('http://vb.arabseyes.com/images/toolbox/warning.png'); background-color: #FFCCCC; background-repeat: no-repeat; background-position: right 10px; border: 1px solid #FF0000; padding: 15px 65px 10px 5px; }
</style> <script language="JavaScript"> <!-- function stopError() { return true; } window.onerror = stopError; // --> </script> <script> nereidFadeObjects = new Object(); nereidFadeTimers = new Object(); function nereidFade(object, destOp, rate, delta){ if (!document.all) return if (object != "[object]"){ setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0); return; } clearTimeout(nereidFadeTimers[object.sourceIndex]); diff = destOp-object.filters.alpha.opacity; direction = 1; if (object.filters.alpha.opacity > destOp){ direction = -1; } delta=Math.min(direction*diff,delta); object.filters.alpha.opacity+=direction*delta; if (object.filters.alpha.opacity != destOp){ nereidFadeObjects[object.sourceIndex]=object;
nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate); } } </script> <style> .shakeimage{ position:relative } </style> <script language="JavaScript1.2"> var rector=3 var stopit=0 var a=1 function init(which){ stopit=0 shake=which shake.style.left=0 shake.style.top=0 } function rattleimage(){ if ((!document.all&&!document.getElementById)||stopit==1) return if (a==1){ shake.style.top=parseInt(shake.style.top)+rector } else if (a==2){ shake.style.left=parseInt(shake.style.left)+rector } else if (a==3){ shake.style.top=parseInt(shake.style.top)-rector } else{ shake.style.left=parseInt(shake.style.left)-rector } if (a<4) a++ else a=1 setTimeout("rattleimage()",50) } function stoprattle(which){ stopit=1 which.style.left=0 which.style.top=0 } </script> <script language="JavaScript1.2"> function flashit(){ if (!document.all) return if (myexample.style.borderColor=="blue") myexample.style.borderColor="red" else myexample.style.borderColor="blue" } setInterval("flashit()", 200) </script> <title>a7la7ekaya تصميم الطائر الحر</title> </head> <body> <div id="hed-top"> <ul> <!-- BEGIN switch_user_logged_out --> <li><a href="/forum">الرئيسية</a></li> <li><a href="/register" rel="nofollow">التسجيل</a></li> <li><a href="/contact">اتصل بنا</a></li> <!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in --> <li><a href="/forum">الرئيسية</a></li> <li><a href="/profile?mode=editprofile">لوحة التحكم</a></li> <li><a href="/contact">الاتصال بنا</a></li> <li><a href="/privmsg">التنبيهات</a></li> <li><a href="/login?logout">تسجيل الخروج</a></li> <!-- END switch_user_logged_in --> </ul> <div class="soc"> <a href="http://twitter.com/#!/#"></a> <a href="/rss"></a> <a rel="nofollow" href="https://www.facebook.com/pages/%D9%85%D9%86%D8%AA%D8%AF%D9%8A%D8%A7%D8%AA-%D8%A7%D9%84%D9%85%D8%AC%D8%AF-%D8%A7%D9%84%D8%AC%D8%B2%D8%A7%D8%A6%D8%B1%D9%8A/135042083356595"></a> </div> </div> <div id="hed"> <div class="right"></div> <div class="left"> <div class="ser"> <form action="/search.forum" 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="0acb01a2c0bb7b0e68cd080e5970a762" /> <input type="hidden" name="securitytoken" value="guest" /> <div><input type="text" class="input" name="search_keywords" size="25" tabindex="1001" />
<input type="image" src="http://vb.arabseyes.com/devnia-3yon/images/ser-but.png" style="float:left" class="button" value="إذهب" tabindex="1004" /> </div> </form> </div> </div> </div> <div class="cont-body1"> <div class="cont-right1"> <div class="cont-left1"> <div class="cont-body2"> <div class="cont-right2"> <div class="cont-left2"> <div align="center"> <div class="page" style="width:800pxpx; text-align:right"> <div style="padding:0px 25px 0px 25px" align="right"> <script type="text/javascript">
var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-8568610-2']); _gaq.push(['_setDomainName', '.arabseyes.com']); _gaq.push(['_trackPageview']);
(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><div class="vbmenu_popup" id="vbbloglinks_menu" style="display:none;margin-top:3px" align="right"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead"><a href="http://vb.arabseyes.com/blogs/">المدونات</a></td> </tr> <tr> <td class="vbmenu_option"><a href="http://vb.arabseyes.com/blogs/recent-entries.html">آخر المقالات</a></td> </tr> <tr> <td class="vbmenu_option"><a href="http://vb.arabseyes.com/blogs/best-entries.html">أفضل المقالات</a></td> </tr> <tr> <td class="vbmenu_option"><a href="http://vb.arabseyes.com/blogs/best-blogs.html">أفضل المدونات</a></td> </tr> <tr> <td class="vbmenu_option"><a href="http://vb.arabseyes.com/blogs/all.html">قائمة المدونة</a></td> </tr> <tr> <td class="vbmenu_option"><a rel="nofollow" href="http://vb.arabseyes.com/blog_search.php?do=search">البحث في المدونات</a></td> </tr> </table> </div> <center>
<br> <br /> <!-- BEGIN switch_user_logged_out --> <div class="hed-body"> <div class="hed-right"></div> <div class="hed-left"></div> <div class="hed-center"> </div> </div> <div class="cont-body"> <div class="cont-right"> <div class="cont-left"> <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="" accesskey="1"><img class="inlineimg" src="mrsavb_2012/mrsavb/misc/navbits_start.gif" alt="" border="0" /></a> <strong><a class="nav" href="{U_INDEX}">
<div class="nav"><img src="http://i43.servimg.com/u/f43/16/43/22/50/uuoo12.png" class="inlineimg" alt="" border="0" height="15" width="15" /> {L_INDEX} </a>{NAV_CAT_DESC}</div> <font face="Tahoma"><span style="font-size: 10pt"<font-weight="bold"><img src="http://i23.servimg.com/u/f23/16/43/22/50/navbit11.gif" height="15" width="30" /> {PAGE_TITLE}</span></font></strong></div> </td> <td class="alt2" nowrap="nowrap" style="padding:0px"> <form action="/login.forum?redirect=h15-page" method="post" name="form_login"> <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=383"></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="username" id="Post" 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" checked name="autologin" value="1" tabindex="103" id="Post" 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="password" id="Post" size="10" tabindex="102" /></td> <td><input type="submit" name="login" class="button" value="تسجيل الدخول" tabindex="104" title="ادخل اسم العضو وكلمة المرور الخاصة بك في الحقول المجاورة لتسجيل الدخول, أو اضغط على رابط 'التسجيل' لإنشاء حساب خاص بك." accesskey="s" /></td> </tr> </table> <input type="hidden" name="s" value="0acb01a2c0bb7b0e68cd080e5970a762" /> <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> </td> </tr> </table> <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 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>
</tr> </table> </div> </div> </div> </div> <div class="foot-body"> <div class="foot-right"></div> <div class="foot-left"></div> <div class="foot-center"> </div> </div> <!-- END switch_user_logged_out --> <br />
<!-- BEGIN switch_user_logged_in --> <div class="hed-body"> <div class="hed-right"></div>
<div class="hed-left"></div> <div class="hed-center"> </div> </div> <div class="cont-body"> <div class="cont-right"> <div class="cont-left"> <!-- 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="" accesskey="1"><img class="inlineimg" src="mrsavb_2012/mrsavb/misc/navbits_start.gif" alt="" border="0" /></a> <strong><a class="nav" href="{U_INDEX}">
<div class="nav"><img src="http://i43.servimg.com/u/f43/16/43/22/50/uuoo12.png" class="inlineimg" alt="" border="0" height="15" width="15" /> {L_INDEX} </a>{NAV_CAT_DESC}</div> <font face="Tahoma"><span style="font-size: 10pt"<font-weight="bold"><img src="http://i23.servimg.com/u/f23/16/43/22/50/navbit11.gif" height="15" width="30" /> {PAGE_TITLE}</span></font></strong></div> </td>
<td class="alt2" nowrap="nowrap" style="padding:0px"> <strong>{LOGGED_AS}</strong><br />
<span class="time">{CURRENT_TIME}</span> <div><span id="notifications"> <strong>{LAST_VISIT_DATE}</strong></span></div> </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="/forum">الرئيسية</a></td> <td class="vbmenu_control"><a href="/profile?mode=editprofile">لوحة التحكم</a></td>
<td class="vbmenu_control"><a href="/t2269-topic" accesskey="5">قوانين المنتدى</a></td>
<td class="vbmenu_control"><a id="community" href="/memberlist" accesskey="6">الاعضاء</a> <script type="text/javascript"> vbmenu_register("community"); </script></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="/privmsg" rel="nofollow" accesskey="9">التنبيهات</a><script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
<td class="vbmenu_control"><a href="/login?logout" onclick="return log_out('هل تود بالفعل مغادرة المنتدى ؟')">تسجيل الخروج</a></td>
</tr> </table> </div> <!-- / nav buttons bar --> </div> </div> </div> <div class="foot-body"> <div class="foot-right"></div> <div class="foot-left"></div> <div class="foot-center"> </div> </div> <br />
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out --> <div class="hed-body"> <div class="hed-right"></div>
<div class="hed-left"></div> <div class="hed-center"> </div> </div> <div class="cont-body"> <div class="cont-right"> <div class="cont-left"> <table class="tborder" cellpadding="6" cellspacing="1" 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"><strong>بالتسجيل بالضغط هنا</strong></a> إذا رغبت بالمشاركة في المنتدى، أما إذا رغبت بقراءة المواضيع والإطلاع فتفضل بزيارة القسم الذي ترغب أدناه. </td> </tr> </table> </div> </div> </div> <div class="foot-body"> <div class="foot-right"></div> <div class="foot-left"></div> <div class="foot-center"> </div> </div> <br />
<!-- END switch_user_logged_out --> <!-- 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 --> <div style="clear: both;"></div> <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 {CLASS_TABLE_TYPE} 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 {CLASS_TABLE_TYPE} 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> </td> </tr> </table>
</body> </html> <!-- END html_validation -->
وشكرا جزيلا مقدمااا :0019: | |
|
lahsan.6
عدد المساهمات : 842 معدل النشاط : 7241 السُمعة : 4
| موضوع: رد: ممكن اضافة هذه الصورة لكود overal header الأربعاء 9 أكتوبر 2013 - 1:16 | |
| تفضل اخي - الكود:
-
<!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 type="text/javascript" src="http://a7la-7ekaya.yoo7.com/12395.js"></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 ?l?ments */ 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 contenur en fonction des ?l?ments et de la hauteur personnalis?e dans l'admin */ $('ul#fa_ticker_content li').each( function () { if ($(this).height() > height_max) { height_max = $(this).height(); } } );
/* Redimensionnement des ?l?ments 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 -->
{HOSTING_JS} <!-- BEGIN google_analytics_code --> <script type="text/javascript"> //<![CDATA[ var _gaq = _gaq || []; _gaq.push(['_setAccount', '{G_ANALYTICS_ID}']); _gaq.push(['_trackPageview']);
(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">//<![CDATA[ $(document).ready(function(){ <!-- BEGIN switch_enable_pm_popup --> pm = window.open('{U_PRIVATEMSGS_POPUP}', '_faprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400'); 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}'); 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']);
(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 style="position: absolute; top: 76px; left: 527px; width: 463px; height: 153px; z-index: 1001"> <img border="0" src="http://im42.gulfup.com/QyBVC.png" width="463" height="153"></div> </div> <!-- END switch_login_popup -->
<a name="top"></a> {JAVASCRIPT}
<style type="text/css" id="vbulletin_css"> /** * vBulletin 3.8.3 CSS * Style: 'a7la7ekaya | 2012'; Style ID: 25 */ body { background: #dcdcdc url(http://vb.arabseyes.com/devnia-3yon/images/hed-bg.png) repeat-x top; color: #3e3e3e; font: bold 9pt tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; margin: 0px 0px 0px 0px; padding: 0px; min-width:1007px; } a:link, body_alink { color: #a6363f; text-decoration: none; } a:visited, body_avisited { color: #b41d22; text-decoration: none; } a:hover, a:active, body_ahover { color: #b41d22; text-decoration: none; } .page { background: #fff; color: #3e3e3e; } td, th, p, li { font: 9pt tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .tborder { background: #afafaf; color: #000000; border: 1px solid #d3d3d3; } .tcat { background: #9a323b url(http://vb.arabseyes.com/devnia-3yon/td.png) repeat-x top; color: #fff; font: bold 9pt tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .tcat a:link, .tcat_alink { color: #fff; text-decoration: none; } .tcat a:visited, .tcat_avisited { color: #fff; text-decoration: none; } .tcat a:hover, .tcat a:active, .tcat_ahover { color: #fff; text-decoration: none; } .thead { background: #9a323b url(http://vb.arabseyes.com/devnia-3yon/td2.png) repeat-x top; color: #fff; font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .thead a:link, .thead_alink { color: #fff; } .thead a:visited, .thead_avisited { color: #fff; } .thead a:hover, .thead a:active, .thead_ahover { color: #fff; } .tfoot { background: #9a323b url(http://vb.arabseyes.com/devnia-3yon/td.png) repeat-x top; color: #efefef; } .tfoot a:link, .tfoot_alink { color: #fff; } .tfoot a:visited, .tfoot_avisited { color: #fff; } .tfoot a:hover, .tfoot a:active, .tfoot_ahover { color: #b41d22; } .alt1, .alt1Active { background: #f0f0f0; color: #9a323b; font: 16px arial; border-top: 1px solid #fff; border-right: 1px solid #fff; } .alt1 a:link, .alt1_alink, .alt1Active a:link, .alt1Active_alink { color: #9a323b; } .alt1 a:visited, .alt1_avisited, .alt1Active a:visited, .alt1Active_avisited { color: #9a323b; } .alt1 a:hover, .alt1 a:active, .alt1_ahover, .alt1Active a:hover, .alt1Active a:active, .alt1Active_ahover { color: #b41d22; } .alt2, .alt2Active { background: #f0f0f0; color: #242424; font: 16px arial; border-top: 1px solid #fff; border-right: 1px solid #fff; } .alt2 a:link, .alt2_alink, .alt2Active a:link, .alt2Active_alink { color: #9a323b; } .alt2 a:visited, .alt2_avisited, .alt2Active a:visited, .alt2Active_avisited { color: #9a323b; } .alt2 a:hover, .alt2 a:active, .alt2_ahover, .alt2Active a:hover, .alt2Active a:active, .alt2Active_ahover { color: #b41d22; } .inlinemod { background: #FFFFCC; color: #061700; } .wysiwyg { background: #efefef; color: #242424; font: 8pt tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; margin: 5px 10px 10px 10px; padding: 0px; } .wysiwyg a:link, .wysiwyg_alink { color: #9a323b; } .wysiwyg a:visited, .wysiwyg_avisited { color: #9a323b; } .wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover { color: #b41d22; } textarea, .bginput { color: #242424; font: 9pt tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .bginput option, .bginput optgroup { font-size: 9pt; font-family: tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .button { color: #9a323b; font: 11px tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } select { background: #eaeaea; color: #242424; font: 11px tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; border:1px solid #bbbbbb; } option, optgroup { font-size: 11px; font-family: tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .smallfont { color: #242424; font: 11px tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .time { color: #9a323b; } .navbar { font: 11px tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .highlight { color: #FF0000; font-weight: bold; } .fjsel { background: #3E5C92; color: #E0E0F6; } .fjdpth0 { background: #F7F7F7; color: #000000; } .panel { background: #efefef; color: #9a323b; padding: 10px; border: 0px outset; } .panel a:link, .panel_alink { color: #9a323b; } .panel a:visited, .panel_avisited { color: #9a323b; } .panel a:hover, .panel a:active, .panel_ahover { color: #CC0000; } .panelsurround { background: #efefef; color: #9a323b; } legend { color: #9a323b; font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; } .vbmenu_control { background: #9a323b url(http://vb.arabseyes.com/devnia-3yon/td.png) repeat-x top; color: #fff; font: bold 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: #fff; text-decoration: none; } .vbmenu_control a:visited, .vbmenu_control_avisited { color: #fff; text-decoration: none; } .vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover { color: #fff; text-decoration: none; } .vbmenu_popup { background: #9a323b url(http://vb.arabseyes.com/devnia-3yon/td2.png) repeat-x top; color: #fff; border: 1px solid #f5f5f5; } .vbmenu_option { background: #9a323b url(http://vb.arabseyes.com/devnia-3yon/td2.png) repeat-x top; color: #fff; font: 11px tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; white-space: nowrap; cursor: pointer; } .vbmenu_option a:link, .vbmenu_option_alink { color: #fff; text-decoration: none; } .vbmenu_option a:visited, .vbmenu_option_avisited { color: #fff; text-decoration: none; } .vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover { color: #fff; text-decoration: none; } .vbmenu_hilite { background: #9a323b url(http://vb.arabseyes.com/devnia-3yon/td.png) repeat-x top; color: #fff; font: 11px tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; white-space: nowrap; cursor: pointer; } .vbmenu_hilite a:link, .vbmenu_hilite_alink { color: #fff; text-decoration: none; } .vbmenu_hilite a:visited, .vbmenu_hilite_avisited { color: #fff; text-decoration: none; } .vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover { color: #efefef; 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; } .hed-body { background-image:url(http://vb.arabseyes.com/devnia-3yon/images/etar-top-tcat.png); background-repeat: repeat-x; height:82px; text-align:center } .hed-right { background-image:url(http://im33.gulfup.com/9zyLx.png); background-repeat: no-repeat; float: right; height: 82px; width: 306px; } .hed-left { background-image:url(http://im33.gulfup.com/NsXHK.png); background-repeat: no-repeat; float: left; height:82px; width:296px; } .hed-center {
} .foot-body { background-image:url(http://vb.arabseyes.com/devnia-3yon/images/etar-bot-tcat.png); background-repeat: repeat-x; height:65px; } .foot-right { background-image:url(http://vb.arabseyes.com/devnia-3yon/images/etar-bot-right.png); background-repeat: no-repeat; float: right; height: 65px; width: 95px; } .foot-left { background-image:url(http://vb.arabseyes.com/devnia-3yon/images/etar-bot-left.png); background-repeat: no-repeat; float: left; height: 65px; width:95px; } .foot-center {
} .cont-body { background: ; } .cont-right { background-image:url(http://vb.arabseyes.com/devnia-3yon/images/R.png); background-repeat: repeat-y; background-position: right; } .cont-left { background-image:url(http://vb.arabseyes.com/devnia-3yon/images/L.png); background-repeat: repeat-y; background-position: left; padding-left:41px; padding-right:41px; } .cont-body1 { background: ; } .cont-right1 { background-image:url(http://vb.arabseyes.com/devnia-3yon/images/Rbra.png); background-repeat: no-repeat; background-position: right top; } .cont-left1 { background-image:url(http://vb.arabseyes.com/devnia-3yon/images/Lbra.png); background-repeat: no-repeat; background-position: left top; padding-left:13px; padding-right:13px; } .cont-body2 { background: ; } .cont-right2 { background-image:url(http://vb.arabseyes.com/devnia-3yon/images/R-page.png); background-repeat: repeat-y; background-position: right; } .cont-left2 { background-image:url(http://vb.arabseyes.com/devnia-3yon/images/L-page.png); background-repeat: repeat-y; background-position: left; padding-left:17px; padding-right:17px; } #hed-top{ height:61px; } #hed-top ul{ list-style:none; padding:0; margin:0; } #hed-top li { float:right; margin-right:11px; margin-top:11px; } #hed-top li a{ background:url(http://vb.arabseyes.com/devnia-3yon/images/zr-link.png); width:113px; line-height:40px; text-align:center; font-family:Tahoma; font-size:12px; font-weight:bold; text-shadow:1px 1px #000; color:#fff; display:block } #hed-top li a:hover{ background:url(http://vb.arabseyes.com/devnia-3yon/images/zr-hover.png); } #hed-top .soc{ background:url(http://vb.arabseyes.com/devnia-3yon/images/social.png) no-repeat top left; width:105px; height:59px; float:left } #hed-top .soc a{ display:block; float:right; width:35px; height:35px; margin-top:19px; } #hed{ background:url(http://vb.arabseyes.com/devnia-3yon/images/hed-tcat.png); height:243px; } #hed .right{ background:url(http://vb.arabseyes.com/devnia-3yon/images/hed-right.png); width:547px; height:243px; float:right; } #hed .left{ background:url(http://vb.arabseyes.com/devnia-3yon/images/hed-left.png); width:374px; height:243px; float:left } #footer{ background:url(http://vb.arabseyes.com/devnia-3yon/images/footer-bg.png); height:227px; } #foot{ background:url(http://vb.arabseyes.com/devnia-3yon/images/footer-tcat.png); height:227px; } #foot .left{ background:url(http://im33.gulfup.com/8L5No.png) no-repeat left top; height:227px; float:left } #foot .left .link{ margin-top:42px; margin-left:20px; } #foot .left .link a{ color:#fff; } #foot .left .link a:hover{ color:#333333; } #foot .right{ background:url(http://vb.arabseyes.com/devnia-3yon/images/footer-right.png) no-repeat right top; height:227px; float:right } #foot .right .soc{ width:106px; height:26px; margin-top:48px; margin-right:6px; clear:both } #foot .right .soc a{ display:block; height:26px; width:35px; float:right; } #foot .right .u{ float: right; margin-right: 13px; margin-top: 18px; } #foot .right ul{ list-style: none outside none; margin-bottom: 0; margin-top: 7px; padding: 0; } #foot .right li{ padding:5px; background:url(http://vb.arabseyes.com/devnia-3yon/images/footer-li.png) no-repeat center right; text-align:center; border-top:1px solid #5d5d5d; border-bottom:1px solid #222; } #foot .right li a{ color:#fff; } #foot .right h1{ background:url(http://vb.arabseyes.com/devnia-3yon/images/footer-h1.png) no-repeat right top; width:169px; font:bold 12px/23px Tahoma; color:#fff; display:block; height:23px; }
.devnia{ width:125px; height:35px; margin-left:256px; margin-top:132px; display:block } .ser{ background:url(http://vb.arabseyes.com/devnia-3yon/images/ser.png) no-repeat right top; height:42px; padding-right:60px; float:right; margin-top:30px; width:264px } .ser .input{ background:url(http://vb.arabseyes.com/devnia-3yon/images/ser-input.png); width:199px; height:32px; border:0; padding:0; text-align:center; font:11px Tahoma; color:#666666; float:right; margin-left:5px } em{ font-family:arial; font-style:normal
} b{ font-family:arial; font-style:normal
} i{ font-family:arial; font-style:normal
} u{ font-family:arial; font-style:normal
} </style> <link rel="stylesheet" type="text/css" href="http://vb.arabseyes.com/clientscript/vbulletin_important.css?v=383" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.7.0/build/yahoo-dom-event/yahoo-dom-event.js?v=383"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.7.0/build/connection/connection-min.js?v=383"></script> <script type="text/javascript"> <!-- var SESSIONURL = "s=0acb01a2c0bb7b0e68cd080e5970a762&"; var SECURITYTOKEN = "guest"; var IMGDIR_MISC = "http://vb.arabseyes.com/devnia-3yon/misc"; var vb_disable_ajax = parseInt("2", 10); // --> </script> <script type="text/javascript" src="http://vb.arabseyes.com/clientscript/vbulletin_global.js?v=383"></script> <script type="text/javascript" src="http://vb.arabseyes.com/clientscript/vbulletin_menu.js?v=383"></script> <link rel="alternate" type="application/rss+xml" title="a7la7ekaya RSS Feed" href="http://vb.arabseyes.com/external.php?type=RSS2" /> <div id='mypopup' name='mypopup' style='z-index:1000; position: absolute; background: none; border: none;'></div> <script type="text/javascript" src="http://vb.arabseyes.com/vbstatus/ajax_wrapper.js"></script> <script type="text/javascript" src="http://vb.arabseyes.com/vbstatus/headerjavascript.js"></script> <script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script> <style type="text/css"> .poll, td.poll a:link,td.poll a:visited,td.poll a:active, td.poll a{ font: 10px Verdana, Arial, Helvetica, sans-serif; color: #000; text-decoration:none} .nowrap{white-space:nowrap}
</style> <script type="text/javascript" src="http://vb.arabseyes.com/massy/poem.js"></script> <script type="text/javascript" src="http://vb.arabseyes.com/massy/gradient.js"></script> <style type="text/css"> .bdr130button { padding: 1px; border: none; } .rainbow{ behavior: url('http://vb.arabseyes.com/massy/rainbow.htc') } .saleh-info { font-family: Arial; font-size: 15px; font-weight: bold; color: #000000; background-image: url('http://vb.arabseyes.com/images/toolbox/info.png'); background-color: #EAEEFB; background-repeat: no-repeat; background-position: right 10px; border: 1px solid #203FAA; padding: 15px 65px 10px 5px; display: block; } .saleh-caution { font-family: Arial; font-size: 15px; font-weight: bold; color: #000000; background-image: url('http://vb.arabseyes.com/images/toolbox/caution.png'); background-repeat: no-repeat; background-color: #FFFFCC; background-position: right 10px; border: 1px solid #990000; padding: 15px 65px 10px 5px; } .saleh-warning { font-family: Arial; font-size: 15px; font-weight: bold; color: #000000; background-image: url('http://vb.arabseyes.com/images/toolbox/warning.png'); background-color: #FFCCCC; background-repeat: no-repeat; background-position: right 10px; border: 1px solid #FF0000; padding: 15px 65px 10px 5px; }
</style> <script language="JavaScript"> <!-- function stopError() { return true; } window.onerror = stopError; // --> </script> <script> nereidFadeObjects = new Object(); nereidFadeTimers = new Object(); function nereidFade(object, destOp, rate, delta){ if (!document.all) return if (object != "[object]"){ setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0); return; } clearTimeout(nereidFadeTimers[object.sourceIndex]); diff = destOp-object.filters.alpha.opacity; direction = 1; if (object.filters.alpha.opacity > destOp){ direction = -1; } delta=Math.min(direction*diff,delta); object.filters.alpha.opacity+=direction*delta; if (object.filters.alpha.opacity != destOp){ nereidFadeObjects[object.sourceIndex]=object;
nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate); } } </script> <style> .shakeimage{ position:relative } </style> <script language="JavaScript1.2"> var rector=3 var stopit=0 var a=1 function init(which){ stopit=0 shake=which shake.style.left=0 shake.style.top=0 } function rattleimage(){ if ((!document.all&&!document.getElementById)||stopit==1) return if (a==1){ shake.style.top=parseInt(shake.style.top)+rector } else if (a==2){ shake.style.left=parseInt(shake.style.left)+rector } else if (a==3){ shake.style.top=parseInt(shake.style.top)-rector } else{ shake.style.left=parseInt(shake.style.left)-rector } if (a<4) a++ else a=1 setTimeout("rattleimage()",50) } function stoprattle(which){ stopit=1 which.style.left=0 which.style.top=0 } </script> <script language="JavaScript1.2"> function flashit(){ if (!document.all) return if (myexample.style.borderColor=="blue") myexample.style.borderColor="red" else myexample.style.borderColor="blue" } setInterval("flashit()", 200) </script> <title>a7la7ekaya تصميم الطائر الحر</title> </head> <body> <div id="hed-top"> <ul> <!-- BEGIN switch_user_logged_out --> <li><a href="/forum">الرئيسية</a></li> <li><a href="/register" rel="nofollow">التسجيل</a></li> <li><a href="/contact">اتصل بنا</a></li> <!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in --> <li><a href="/forum">الرئيسية</a></li> <li><a href="/profile?mode=editprofile">لوحة التحكم</a></li> <li><a href="/contact">الاتصال بنا</a></li> <li><a href="/privmsg">التنبيهات</a></li> <li><a href="/login?logout">تسجيل الخروج</a></li> <!-- END switch_user_logged_in --> </ul> <div class="soc"> <a href="http://twitter.com/#!/#"></a> <a href="/rss"></a> <a rel="nofollow" href="https://www.facebook.com/pages/%D9%85%D9%86%D8%AA%D8%AF%D9%8A%D8%A7%D8%AA-%D8%A7%D9%84%D9%85%D8%AC%D8%AF-%D8%A7%D9%84%D8%AC%D8%B2%D8%A7%D8%A6%D8%B1%D9%8A/135042083356595"></a> </div> </div> <div id="hed"> <div class="right"></div> <div class="left"> <div class="ser"> <form action="/search.forum" 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="0acb01a2c0bb7b0e68cd080e5970a762" /> <input type="hidden" name="securitytoken" value="guest" /> <div><input type="text" class="input" name="search_keywords" size="25" tabindex="1001" />
<input type="image" src="http://vb.arabseyes.com/devnia-3yon/images/ser-but.png" style="float:left" class="button" value="إذهب" tabindex="1004" /> </div> </form> </div> </div> </div> <div class="cont-body1"> <div class="cont-right1"> <div class="cont-left1"> <div class="cont-body2"> <div class="cont-right2"> <div class="cont-left2"> <div align="center"> <div class="page" style="width:800pxpx; text-align:right"> <div style="padding:0px 25px 0px 25px" align="right"> <script type="text/javascript">
var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-8568610-2']); _gaq.push(['_setDomainName', '.arabseyes.com']); _gaq.push(['_trackPageview']);
(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><div class="vbmenu_popup" id="vbbloglinks_menu" style="display:none;margin-top:3px" align="right"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead"><a href="http://vb.arabseyes.com/blogs/">المدونات</a></td> </tr> <tr> <td class="vbmenu_option"><a href="http://vb.arabseyes.com/blogs/recent-entries.html">آخر المقالات</a></td> </tr> <tr> <td class="vbmenu_option"><a href="http://vb.arabseyes.com/blogs/best-entries.html">أفضل المقالات</a></td> </tr> <tr> <td class="vbmenu_option"><a href="http://vb.arabseyes.com/blogs/best-blogs.html">أفضل المدونات</a></td> </tr> <tr> <td class="vbmenu_option"><a href="http://vb.arabseyes.com/blogs/all.html">قائمة المدونة</a></td> </tr> <tr> <td class="vbmenu_option"><a rel="nofollow" href="http://vb.arabseyes.com/blog_search.php?do=search">البحث في المدونات</a></td> </tr> </table> </div> <center>
<br> <br /> <!-- BEGIN switch_user_logged_out --> <div class="hed-body"> <div class="hed-right"></div> <div class="hed-left"></div> <div class="hed-center"> </div> </div> <div class="cont-body"> <div class="cont-right"> <div class="cont-left"> <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="" accesskey="1"><img class="inlineimg" src="mrsavb_2012/mrsavb/misc/navbits_start.gif" alt="" border="0" /></a> <strong><a class="nav" href="{U_INDEX}">
<div class="nav"><img src="http://i43.servimg.com/u/f43/16/43/22/50/uuoo12.png" class="inlineimg" alt="" border="0" height="15" width="15" /> {L_INDEX} </a>{NAV_CAT_DESC}</div> <font face="Tahoma"><span style="font-size: 10pt"<font-weight="bold"><img src="http://i23.servimg.com/u/f23/16/43/22/50/navbit11.gif" height="15" width="30" /> {PAGE_TITLE}</span></font></strong></div> </td> <td class="alt2" nowrap="nowrap" style="padding:0px"> <form action="/login.forum?redirect=h15-page" method="post" name="form_login"> <script type="text/javascript" src="clientscript/vbulletin_md5.js?v=383"></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="username" id="Post" 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" checked name="autologin" value="1" tabindex="103" id="Post" 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="password" id="Post" size="10" tabindex="102" /></td> <td><input type="submit" name="login" class="button" value="تسجيل الدخول" tabindex="104" title="ادخل اسم العضو وكلمة المرور الخاصة بك في الحقول المجاورة لتسجيل الدخول, أو اضغط على رابط 'التسجيل' لإنشاء حساب خاص بك." accesskey="s" /></td> </tr> </table> <input type="hidden" name="s" value="0acb01a2c0bb7b0e68cd080e5970a762" /> <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> </td> </tr> </table> <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 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>
</tr> </table> </div> </div> </div> </div> <div class="foot-body"> <div class="foot-right"></div> <div class="foot-left"></div> <div class="foot-center"> </div> </div> <!-- END switch_user_logged_out --> <br />
<!-- BEGIN switch_user_logged_in --> <div class="hed-body"> <div class="hed-right"></div>
<div class="hed-left"></div> <div class="hed-center"> </div> </div> <div class="cont-body"> <div class="cont-right"> <div class="cont-left"> <!-- 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="" accesskey="1"><img class="inlineimg" src="mrsavb_2012/mrsavb/misc/navbits_start.gif" alt="" border="0" /></a> <strong><a class="nav" href="{U_INDEX}">
<div class="nav"><img src="http://i43.servimg.com/u/f43/16/43/22/50/uuoo12.png" class="inlineimg" alt="" border="0" height="15" width="15" /> {L_INDEX} </a>{NAV_CAT_DESC}</div> <font face="Tahoma"><span style="font-size: 10pt"<font-weight="bold"><img src="http://i23.servimg.com/u/f23/16/43/22/50/navbit11.gif" height="15" width="30" /> {PAGE_TITLE}</span></font></strong></div> </td>
<td class="alt2" nowrap="nowrap" style="padding:0px"> <strong>{LOGGED_AS}</strong><br />
<span class="time">{CURRENT_TIME}</span> <div><span id="notifications"> <strong>{LAST_VISIT_DATE}</strong></span></div> </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="/forum">الرئيسية</a></td> <td class="vbmenu_control"><a href="/profile?mode=editprofile">لوحة التحكم</a></td>
<td class="vbmenu_control"><a href="/t2269-topic" accesskey="5">قوانين المنتدى</a></td>
<td class="vbmenu_control"><a id="community" href="/memberlist" accesskey="6">الاعضاء</a> <script type="text/javascript"> vbmenu_register("community"); </script></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="/privmsg" rel="nofollow" accesskey="9">التنبيهات</a><script type="text/javascript"> vbmenu_register("usercptools"); </script></td>
<td class="vbmenu_control"><a href="/login?logout" onclick="return log_out('هل تود بالفعل مغادرة المنتدى ؟')">تسجيل الخروج</a></td>
</tr> </table> </div> <!-- / nav buttons bar --> </div> </div> </div> <div class="foot-body"> <div class="foot-right"></div> <div class="foot-left"></div> <div class="foot-center"> </div> </div> <br />
<!-- END switch_user_logged_in -->
<!-- BEGIN switch_user_logged_out --> <div class="hed-body"> <div class="hed-right"></div>
<div class="hed-left"></div> <div class="hed-center"> </div> </div> <div class="cont-body"> <div class="cont-right"> <div class="cont-left"> <table class="tborder" cellpadding="6" cellspacing="1" 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"><strong>بالتسجيل بالضغط هنا</strong></a> إذا رغبت بالمشاركة في المنتدى، أما إذا رغبت بقراءة المواضيع والإطلاع فتفضل بزيارة القسم الذي ترغب أدناه. </td> </tr> </table> </div> </div> </div> <div class="foot-body"> <div class="foot-right"></div> <div class="foot-left"></div> <div class="foot-center"> </div> </div> <br />
<!-- END switch_user_logged_out --> <!-- 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 --> <div style="clear: both;"></div> <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 {CLASS_TABLE_TYPE} 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 {CLASS_TABLE_TYPE} 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> </td> </tr> </table>
</body> </html> <!-- END html_validation -->
| |
|