islamme
عدد المساهمات : 1273 معدل النشاط : 6867 السُمعة : 8
| موضوع: ارجو حذف تسجيل الدخول من الكود السبت 28 أبريل 2012 - 18:22 | |
| ارجو حذف تسجيل الدخول من الكود لانه غير مفعل او ياريت يتم تفعيله على المنتدى الكود - الكود:
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" id="min-width" lang="{L_LANG_HTML}" xml:lang="{L_LANG_HTML}" {NAMESPACE_FB_LIKE} {NAMESPACE_FB} {NAMESPACE_BBCODE}> <head>
<title>{SITENAME_TITLE}{PAGE_TITLE}</title> <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" /> <meta http-equiv="content-script-type" content="text/javascript" /> <meta http-equiv="content-style-type" content="text/css" /> <!-- BEGIN switch_compat_meta --> <meta http-equiv="X-UA-Compatible" content="IE={switch_compat_meta.VERSION}" /> <!-- END switch_compat_meta --> <!-- BEGIN switch_canonical_url --> <link rel="canonical" href="{switch_canonical_url.CANONICAL_URL}" /> <!-- END switch_canonical_url --> {META_FAVICO} {META} {META_FB_LIKE} <meta name="title" content="{SITENAME_TITLE}{PAGE_TITLE}" /> {T_HEAD_STYLESHEET} {CSS} <link rel="search" type="application/opensearchdescription+xml" href="/improvedsearch.xml" title="{SITENAME}" /> <link rel="search" type="application/opensearchdescription+xml" href="{URL_BOARD_DIRECTORY}/search/improvedsearch.xml" title="{SEARCH_FORUMS}" /> <script src="{JQUERY_PATH}" type="text/javascript"></script>
<script src="{JS_DIR}{L_LANG}.js" type="text/javascript"></script>
<!-- BEGIN switch_fb_login --> <script src="http://connect.facebook.net/{switch_fb_login.FB_LOCAL}/all.js" type="text/javascript"></script> <script src="{switch_fb_login.JS_FB_LOGIN}" type="text/javascript"></script> <!-- END switch_fb_login -->
<!-- BEGIN switch_ticker --> <link type="text/css" rel="stylesheet" href="{JS_DIR}jquery/ticker/ticker.css" /> <script src="{JS_DIR}jquery/ticker/ticker.js" type="text/javascript"></script> <!-- END switch_ticker -->
<!-- BEGIN switch_ticker_new --> <script src="{JS_DIR}jquery/jcarousel/jquery.jcarousel.js" type="text/javascript"></script> <script type="text/javascript">//<![CDATA[ /* Definir le sens de direction en fonction du panneau admin */ var tickerDirParam = "{switch_ticker.DIRECTION}"; var slid_vert = false; var auto_dir = 'next'; var h_perso = parseInt({switch_ticker.HEIGHT});
switch( tickerDirParam ) { case 'top' : slid_vert = true; break;
case 'left': break;
case 'bottom': slid_vert = true; auto_dir = 'prev'; break;
case 'right': auto_dir = 'prev'; break;
default: slid_vert = true; }
$(document).ready(function() { var w_cont = $('#fa_ticker_container').width();
if (w_cont > 0) { $('#fa_ticker_container').width(w_cont);
/* Affichage de la liste */ $('#fa_ticker_content').css('display','block');
/* Calcul des dimensions du conteneur et des ?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} <!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
<link rel="canonical" href="http://www.almuslimhome.com/" /> <meta content="IE=EmulateIE8" http-equiv="X-UA-Compatible" />
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256" />
<meta name="generator" content="vBulletin 3.8.7" />
<meta name="keywords" content="slamDesignz,بيت المسلم,محضارت دينية,تحميل قران,بيت مسلم" />
<meta name="description" content="slamDesignz,شبكة ومنتديات بيت المسلم تهتم بكل مايخص ديننا الحنيف من محاضرات ودروس ومقالات وفتاوي إسلامية ." />
<script language="JavaScript"> function popupaljaheem() {window.open("http://kahn.online-talk.net/", "_blank");} </script>
<!-- CSS Stylesheet -->
<style type="text/css" id="vbulletin_css">
/**
* vBulletin 3.8.7 CSS
* Style: 'ستايل بيت المسلم'; Style ID: 4
*/
body
{
color: #155d93;
font: bold 9pt tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 0px 0px 0px 0px;
padding: 0px;
}
a:link, body_alink
{
color: #155d93;
text-decoration: none;
}
a:visited, body_avisited
{
color: #155d93;
text-decoration: none;
}
a:hover, a:active, body_ahover
{
color: #FF4400;
text-decoration: none;
}
.page
{
color: #155d93;
}
td, th, p, li
{
font: 9pt tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tborder
{
background: #fff;
color: #155d93;
border: 1px solid #cfe9f2;
}
.tcat
{
background: #206f96 url(http://www.almuslimhome.com/styles/slamDesignz/styles/slamDesignz/td.png) repeat-x top left;
color: #ffffff;
font: bold 9pt tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tcat a:link, .tcat_alink
{
color: #ffffff;
text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
color: #ffffff;
text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
color: #ffffff;
text-decoration: none;
}
.thead
{
background: #206f96 url(http://www.almuslimhome.com/styles/slamDesignz/styles/slamDesignz/td.png) repeat-x top left;
color: #FFFFFF;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.thead a:link, .thead_alink
{
color: #FFFFFF;
}
.thead a:visited, .thead_avisited
{
color: #FFFFFF;
}
.thead a:hover, .thead a:active, .thead_ahover
{
color: #0099CC;
}
.tfoot
{
background: #206f96 url(http://www.almuslimhome.com/styles/slamDesignz/styles/slamDesignz/td.png) repeat-x top left;
color: #FFFFFF;
}
.tfoot a:link, .tfoot_alink
{
color: #FFFFFF;
}
.tfoot a:visited, .tfoot_avisited
{
color: #FFFFFF;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{
color: #ffffff;
}
.alt1, .alt1Active
{
background: #f4fbfe;
color: #155d93;
font: bold 16px arial;
border-top: 1px solid #e0f0f5;
border-right: 1px solid #e0f0f5;
}
.alt1 a:link, .alt1_alink, .alt1Active a:link, .alt1Active_alink
{
color: #155d93;
}
.alt1 a:visited, .alt1_avisited, .alt1Active a:visited, .alt1Active_avisited
{
color: #155d93;
}
.alt1 a:hover, .alt1 a:active, .alt1_ahover, .alt1Active a:hover, .alt1Active a:active, .alt1Active_ahover
{
color: #4babe5;
}
.alt2, .alt2Active
{
background: #fff;
color: #155d93;
font: bold 16px arial;
border-top: 1px solid #e0f0f5;
border-right: 1px solid #e0f0f5;
}
.alt2 a:link, .alt2_alink, .alt2Active a:link, .alt2Active_alink
{
color: #155d93;
}
.alt2 a:visited, .alt2_avisited, .alt2Active a:visited, .alt2Active_avisited
{
color: #155d93;
}
.alt2 a:hover, .alt2 a:active, .alt2_ahover, .alt2Active a:hover, .alt2Active a:active, .alt2Active_ahover
{
color: #4babe5;
}
.inlinemod
{
background: #FFFFCC;
color: #061700;
}
.wysiwyg
{
background: #FFFFFF;
color: #155d93;
font: 8pt tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 5px 10px 10px 10px;
padding: 0px;
}
.wysiwyg a:link, .wysiwyg_alink
{
color: #155d93;
}
.wysiwyg a:visited, .wysiwyg_avisited
{
color: #155d93;
}
.wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover
{
color: #4babe5;
}
textarea, .bginput
{
color: #155d93;
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: #155d93;
font: 11px tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
select
{
color: #155d93;
font: 11px tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
option, optgroup
{
font-size: 11px;
font-family: tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.smallfont
{
color: #155d93;
font: 11px tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.time
{
color: #155d93;
}
.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: #f9fdfe;
color: #155d93;
padding: 10px;
border: 0px outset;
}
.panel a:link, .panel_alink
{
color: #155d93;
}
.panel a:visited, .panel_avisited
{
color: #155d93;
}
.panel a:hover, .panel a:active, .panel_ahover
{
color: #daefff;
}
.panelsurround
{
background: #f2fcfd;
color: #155d93;
}
legend
{
color: #155d93;
font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.vbmenu_control
{
background: #206f96 url(http://www.almuslimhome.com/styles/slamDesignz/td.png) repeat-x top left;
color: #ffffff;
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: #ffffff;
text-decoration: none;
}
.vbmenu_control a:visited, .vbmenu_control_avisited
{
color: #ffffff;
text-decoration: none;
}
.vbmenu_control a:hover, .vbmenu_control a:active, .vbmenu_control_ahover
{
color: #daefff;
text-decoration: none;
}
.vbmenu_popup
{
background: #206f96 url(http://www.almuslimhome.com/styles/slamDesignz/td.png) repeat-x top left;
color: #ffffff;
border: 1px solid #FFFFFF;
}
.vbmenu_option
{
background: #ffffff;
color: #155d93;
font: 11px tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
white-space: nowrap;
cursor: pointer;
}
.vbmenu_option a:link, .vbmenu_option_alink
{
color: #155d93;
text-decoration: none;
}
.vbmenu_option a:visited, .vbmenu_option_avisited
{
color: #155d93;
text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
{
color: #0092ff;
text-decoration: none;
}
.vbmenu_hilite
{
background: #0092ff;
color: #FFFFFF;
font: 11px tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
white-space: nowrap;
cursor: pointer;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
{
color: #FFFFFF;
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; }
a:focus,object:focus,a:focus {
outline: medium none;
}
a,input[type="text"],input[type="password"],textarea,select {
outline: none;
}
img{
border:none;
}
a:focus
{
outline: medium none;
}
a:focus,a:active{
outline:none;
border:none;
}
body
{
background-image:url(http://www.almuslimhome.com/styles/slamDesignz/images/bg.jpg);
background-repeat:no-repeat;
background-position:center top;
background-color:#e7f9fb;
}
.clear
{
clear:both;
height:0;
}
.slamzHolder
{
margin:15px 0;
}
.slamDesignzHeader
{
margin:0 25px;
}
.mainMenu
{
float:right;
width:395px;
position:relative;
}
.mainMenu a
{
float:left;
height:32px;
margin-left:5px;
margin-bottom:10px;
}
.mainMenu a:hover
{
background-position:left -32px;
}
.mainMenu a.index
{
background-image:url(http://www.almuslimhome.com/styles/slamDesignz/images/topMenu/index.png);
width:91px;
}
.mainMenu a.cp
{
background-image:url(http://www.almuslimhome.com/styles/slamDesignz/images/topMenu/cp.png);
width:119px;
}
.mainMenu a.search
{
background-image:url(http://www.almuslimhome.com/styles/slamDesignz/images/topMenu/search.png);
width:68px;
}
.mainMenu a.inst
{
background-image:url(http://www.almuslimhome.com/styles/slamDesignz/images/topMenu/inst.png);
width:97px;
}
/*welcomeBox*/
.slamDesignzWelcome
{
position:relative;
}
.slamDesignzWelcome,.slamDesignzWelcomeCase1
{
float:left;
width:413px;
height:109px;
background-image:url(http://www.almuslimhome.com/styles/slamDesignz/images/slamDesignzWelcome.png);
}
.slamDesignzWelcome:hover
{
background-position:left -109px;
}
.slamDesignzWelcomeCase1
{
background-image:url(http://www.almuslimhome.com/styles/slamDesignz/images/welcomeCase1.png);
}
.slamDesignzUserName
{
float: right;
font-size: 16px;
margin: 11px 156px 0 0;
}
.slamDesignzLastVisist
{
float: right;
margin: 2px 131px 0 0;
}
.slamDesignzNotifications
{
float:right;
margin:27px 58px 0 0;
}
.slamDesignzWelcomeCase2
{
float:left;
width:442px;
height:131px;
background-image:url(http://www.almuslimhome.com/styles/slamDesignz/images/welcomeCase2.png);
position:absolute;
top:-5px;
right:-29px;
}
.slamDesignzRememberMe
{
float:left;
margin:16px 0 0 16px;
}
.slamDesignzRememberMe label
{
color:#155d93;
}
.slamDesignzLoginInputs
{
float:left;
margin-right:210px;
margin-top:17px;
width:180px;
}
.slamDesignzLoginInputs input
{
float:left;
margin-left:15px;
width:170px;
height:20px;
border:none;
background-color:Transparent;
}
.slamDesignzLoginInputs input.slamDesignzPassword
{
margin-top:9px;
}
.slamDesignzLoginButton
{
float:left;
background-image:url(http://www.almuslimhome.com/styles/slamDesignz/images/loginButton.png);
width:33px;
height:58px;
border:none;
background-color:Transparent;
font-size:0;
margin:13px 0 0 15px;
cursor:pointer;
}
.slamDesignzLoginButton:hover
{
background-position:-33px top;
}
.slamDesignzLogo
{
float:left;
right:0;
position:absolute;
}
img
{
border:none;
}
.slamDesignzSpace
{
float:left;
width:100%;
height:15px;
}
.slamDesignzFramesHead
{
float:left;
width:100%;
height:56px;
position:relative;
}
.slamDesignzFramesHeadLeft
{
float:left;
width:200px;
height:56px;
background-image:url(http://www.almuslimhome.com/styles/slamDesignz/images/frames/topLeft.png);
}
.slamDesignzFramesHeadRight
{
float:right;
width:100px;
height:56px;
background-image:url(http://www.almuslimhome.com/styles/slamDesignz/images/frames/topRight.png);
}
.slamDesignzFramesHeadBody
{
position:absolute;
height:56px;
left:200px;
right:100px;
background-image:url(http://www.almuslimhome.com/styles/slamDesignz/images/frames/topEx.png);
}
.slamDesignzFrameBodyLeft
{
background-image:url(http://www.almuslimhome.com/styles/slamDesignz/images/frames/left.png);
background-repeat:repeat-y;
background-position:left top;
background-color:#ffffff;
}
.slamDesignzFrameBodyRight
{
background-image:url(http://www.almuslimhome.com/styles/slamDesignz/images/frames/right.png);
background-repeat:repeat-y;
background-position:right top;
padding:0 20px 0 15px;
}
.slamDesignzFramesFoot
{
float:left;
width:100%;
height:44px;
position:relative;
}
.slamDesignzFramesFootLeft
{
float:left;
width:393px;
height:44px;
background-image:url(http://www.almuslimhome.com/styles/slamDesignz/images/frames/bottomLeft.png);
}
.slamDesignzFramesFootRight
{
float:right;
width:359px;
height:44px;
background-image:url(http://www.almuslimhome.com/styles/slamDesignz/images/frames/bottomRight.png);
}
.slamDesignzFramesFootBody
{
position:absolute;
height:44px;
left:393px;
right:359px;
background-image:url(http://www.almuslimhome.com/styles/slamDesignz/images/frames/bottomEx.png);
}
.slamDesignzFooter
{
float:left;
width:100%;
background-color:#155d93;
margin-top:10px;
}
.slamDesignzFooter p,.slamDesignzFooter a,.slamDesignzFooter span
{
color:#ffffff;
margin:0;
float:left;
margin-right:5px;
}
.slamDesignzFooter a:hover
{
text-decoration:underline;
}
.slamDesignzFooterCore
{
float:left;
margin:5px;
}
.slamDesignzForumRows tr:hover td
{
background-color:#fff5db;
border-right: 1px solid #f4e2b2;
border-top: 1px solid #f4e2b2;
color:#db6a00;
}
.slamDesignzForumRows tr:hover td a,.slamDesignzForumRows tr:hover td .smallfont,.slamDesignzForumRows tr:hover td span
{
color:#db6a00;
}
.slamDesignzForumRows tr:hover td.alt2,.slamDesignzForumRows tr:hover td.alt2Active
{
background-color:#fff7e4;
}
.slamDesignzForumRows tr:hover td.alt1,.slamDesignzForumRows tr:hover td.alt1Active
{
background-color:#fff1cc;
}
</style>
<link rel="stylesheet" type="text/css" href="http://www.almuslimhome.com/clientscript/vbulletin_important.css?v=387" />
<!-- / CSS Stylesheet -->
<script type="text/javascript" src="http://www.almuslimhome.com/clientscript/yui/yahoo-dom-event/yahoo-dom-event.js?v=387"></script>
<script type="text/javascript" src="http://www.almuslimhome.com/clientscript/yui/connection/connection-min.js?v=387"></script>
<script type="text/javascript">
<!--
var SESSIONURL = "";
var SECURITYTOKEN = "guest";
var IMGDIR_MISC = "styles/slamDesignz/misc";
var vb_disable_ajax = parseInt("0", 10);
// -->
</script>
<script type="text/javascript" src="http://www.almuslimhome.com/clientscript/vbulletin_global.js?v=387"></script>
<script type="text/javascript" src="http://www.almuslimhome.com/clientscript/vbulletin_menu.js?v=387"></script>
<link rel="alternate" type="application/rss+xml" title="شبكة ومنتديات بيت المسلم RSS Feed" href="http://www.almuslimhome.com/external.php?type=RSS2" />
<title>شبكة ومنتديات بيت المسلم</title>
<div class="slamzHolder">
<div class="slamDesignzHeader">
<div class="mainMenu">
<a href="http://www.almuslimhome.com/faq.php" class="inst"></a><a href="http://www.almuslimhome.com/search.php" class="search"></a><a href="http://www.almuslimhome.com/usercp.php" class="cp"></a><a href="http://www.almuslimhome.com/" class="index"></a>
<div class="clear">
</div>
<a rel="nofollow" href="http://www.slamdesignz.com" target="_blank" class="slamDesignzLogo">
<img alt="slamDesignz" src="http://i44.servimg.com/u/f44/15/54/04/99/08112313.gif" /></a> </div>
<div class="slamDesignzWelcome">
<!-- login form -->
<div class="slamDesignzWelcomeCase2">
<form action="/login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, 0)">
<script type="text/javascript" src="clientscript/vbulletin_md5.js?v=387"></script>
<div class="slamDesignzRememberMe">
<label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" />حفظ البيانات؟</label>
</div>
<div class="clear"></div>
<input type="submit" class="button slamDesignzLoginButton" value="تسجيل الدخول" tabindex="104" title="ادخل اسم العضو وكلمة المرور الخاصة بك في الحقول المجاورة لتسجيل الدخول, أو اضغط على رابط 'التسجيل' لإنشاء حساب خاص بك." accesskey="s" />
<div class="slamDesignzLoginInputs">
<input type="text" class="bginput slamDesignzUsername" style="font-size: 11px" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="اسم العضو" onfocus="if (this.value == 'اسم العضو') this.value = '';" />
<input type="password" class="bginput slamDesignzPassword" style="font-size: 11px" name="vb_login_password" id="navbar_password" size="10" tabindex="102" />
</div>
<input type="hidden" name="s" value="" />
<input type="hidden" name="securitytoken" value="guest" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</form>
<!-- / login form -->
</div>
</div>
</div>
<div class="clear">
</div>
<div class="slamDesignzSpace">
</div>
<div class="clear">
</div>
<!-- open content container -->
<div align="center">
<div class="page" style="width:100%; text-align:right">
<div style="padding:0px 25px 0px 25px" align="right">
<br />
<div class="slamDesignzFramesHead">
<div class="slamDesignzFramesHeadLeft"></div>
<div class="slamDesignzFramesHeadBody"></div>
<div class="slamDesignzFramesHeadRight"></div>
</div>
<div class="clear"></div>
<div class="slamDesignzFrameBodyLeft">
<div class="slamDesignzFrameBodyRight">
<!-- guest welcome message -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tbody> <tr>
<td class="tcat">أهلا وسهلا بك إلى شبكة ومنتديات بيت المسلم.</td>
</tr>
<tr>
<td class="alt1">
أهلا وسهلا بك زائرنا الكريم، إذا كانت هذه زيارتك الأولى للمنتدى، فيرجى التكرم بزيارة صفحة التعليمـــات،<a href="http://www.almuslimhome.com/faq.php"><strong> بالضغط هنا</strong></a>.
كما يشرفنا أن تقوم <a href="http://www.almuslimhome.com/register.php" rel="nofollow"><strong>بالتسجيل بالضغط هنا</strong></a> إذا رغبت بالمشاركة في المنتدى، أما إذا رغبت بقراءة المواضيع والإطلاع فتفضل بزيارة القسم الذي ترغب أدناه.
</td>
</tr>
</tbody></table>
<!-- / guest welcome message -->
</div>
</div>
<div class="slamDesignzFramesFoot">
<div class="slamDesignzFramesFootLeft"></div>
<div class="slamDesignzFramesFootBody"></div>
<div class="slamDesignzFramesFootRight"></div>
</div>
<br /></div></div></div></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 id="{ID_CONTENT_CONTAINER}" {class_content_container}=""> </div> <table class="21598" width="960px" border="0" cellpadding="0" cellspacing="0" style="color: rgb(56, 56, 56); font-size: 11px; ">
</table> <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></div></center></div> test
<!-- 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"> <tbody> <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> </tbody></table> </div> <!-- END switch_login_popup -->
<a name="top"></a>
{JAVASCRIPT}
<table class="bodylinewidth" width="{T_BODY_TABLE_WIDTH}" cellspacing="0" cellpadding="10" border="0" align="center"> <tbody> <tr> <td class="bodyline"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tbody> <tr> <!-- BEGIN switch_logo_left --> <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td> <!-- END switch_logo_left --> <td align="center" width="100%" valign="middle"> <!-- BEGIN switch_logo_center --> <a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a> <br /> <!-- END switch_logo_center --> <div class="maintitle">{MAIN_SITENAME}</div> <br /> <span class="gen">{SITE_DESCRIPTION}<br /> </span> </td> <!-- BEGIN switch_logo_right --> <td><a href="{U_INDEX}"><img src="{LOGO}" id="i_logo" border="0" alt="{L_INDEX}" vspace="1" /></a></td> <!-- END switch_logo_right --> </tr> </tbody></table>
<table cellspacing="0" cellpadding="0" border="0" align="{MENU_POSITION}"> <tbody> <tr> <td align="{MENU_POSITION}" {menu_nowrap}="">{GENERATED_NAV_BAR}</td> </tr> </tbody></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"> <tbody> <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> </tbody></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"> <tbody> <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> </tbody></table> </div> <!-- END switch_ticker -->
<div id="page-body"> </div> </td> </tr> </tbody></table>
<!-- END html_validation -->
| |
|