الاستايل غير متوافق مع بعض اكواد الجافا والمجلة

+2
Ahd allah
Power Lord animus
6 مشترك

صفحة 2 من اصل 2 الصفحة السابقة  1, 2

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

الاستايل غير متوافق مع بعض اكواد الجافا والمجلة - صفحة 2 Empty الاستايل غير متوافق مع بعض اكواد الجافا والمجلة

مُساهمة من طرف Power Lord animus الجمعة 14 أكتوبر 2016 - 17:52

تذكير بمساهمة فاتح الموضوع :

السلام عليكم

الاستايل الخاص بى غير متوافق مع بعض اكواد الجافا مثل كود الكلمات الدليلة والمجلة الخاصة بالاقسام بسبب قالب الهيدر

الكود:
<!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>
   <!-- END switch_ticker_new -->

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

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

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

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

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

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

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

    (function() {
      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();
   //]]>
   </script>
   <!-- END google_analytics_code -->
 
<!-- CSS Stylesheet -->
<style type="text/css" id="vbulletin_css">
body
{
   background: #f7f7f7;
   color: #001a23;
   font: bold 12pt Times New Roman;
   margin: 0px;
   padding: 0px;
   text-shadow:#fff 0px 1px 0px solid;
}
a:link, body_alink
{
   color: #1182a6;
   text-decoration: none;
}
a:visited, body_avisited
{
   color: #1182a6;
   text-decoration: none;
}
a:hover, a:active, body_ahover
{
   color: #FF9900;
}
.page
{
   background: #f7f7f7;
   color: #033d50;
   font: bold 12pt Times New Roman;
   margin: 0px;
   padding: 0px;
   
}
.tborder
{
   background: #e2e2e2;
}
.tcat
{
   background: #117ba4 url(http://www.3rbz.com/uploads/233c917c637e1.png) repeat-x top left;
   color: #FFFFFF;
   font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
   text-shadow: 1px 1px 0px #3e3e3e;
}
.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: #FF9900;
}
.thead
{
   background: #dadada url(http://www.3rbz.com/uploads/8b58e6868c021.png) repeat-x top left;
   color: #0a6e95;
   font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
   text-shadow: 1px 1px 0px #ffffff;
}
.thead a:link, .thead_alink
{
   color: #0a6e95;
}
.thead a:visited, .thead_avisited
{
   color: #0a6e95;
}
.thead a:hover, .thead a:active, .thead_ahover
{
   color: #FF9900;
}
.tfoot
{
   background: #dadada url(http://www.3rbz.com/uploads/8b58e6868c021.png) repeat-x top left;
   color: #117aa3;
   font: bold 11px tahoma, arial, verdana, geneva, lucida, helvetica;
   text-shadow: 1px 1px 0px #FFFFFF;
   border:1px solid #c2c2c2;
   border-bottom:2px solid #808080;
   -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
.tfoot a:link, .tfoot_alink
{
   color: #08688e;
}
.tfoot a:visited, .tfoot_avisited
{
   color: #08688e;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{
   color: #FF9900;
}
.alt1, .alt1Active
{
   background: #fff;
   color: #08688e;
   text-shadow: 1px 1px 0px #ffffff;
   
}
.alt2, .alt2Active
{
   background: #fafafb url(http://www.3rbz.com/uploads/34759b68200d1.png) repeat-x top left;
   color: #08688e;
   text-shadow: 1px 1px 0px #ffffff;
   
}
.inlinemod
{
   background: #FFFFFF;
   color: #08688e;
}
.wysiwyg
{
   background: #F5F5FF;
   color: #08688e;
   font: bold 12pt Times New Roman;
}
.wysiwyg a:link, .wysiwyg_alink
{
   color: #08688e;
}
.wysiwyg a:visited, .wysiwyg_avisited
{
   color: #08688e;
}
.wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover
{
   color: #FF9900;
}
textarea, .bginput
{
   font: bold 11px tahoma, arial, verdana, geneva, lucida, helvetica;
}
.bginput option, .bginput optgroup
{
   font-size: 11px;
   font-family: tahoma, arial, verdana, geneva, lucida, helvetica;
}
.button
{
   font: bold 11px tahoma, arial, verdana, geneva, lucida, helvetica;
}
select
{
   font: bold 11px tahoma, arial, verdana, geneva, lucida, helvetica;
}
option, optgroup
{
   font-size: 11px;
   font-family: tahoma, arial, verdana, geneva, lucida, helvetica;
}
.smallfont
{
   font: bold 11px tahoma, arial, verdana, geneva, lucida, helvetica;
}
.time
{
   color: #c9e6ff;
}
.navbar
{
   font: bold 11px tahoma, arial, verdana, geneva, lucida, helvetica;
   padding:3px;
}
.highlight
{
   color: #FF0000;
   font-weight: bold;
}
.fjsel
{
   background: #0f5065;
   color: #FFFFFF;
}
.fjdpth0
{
   background: #F7F7F7;
   color: #000000;
}
.panel
{
   background: #f5f5f5;
   color: #08688e;
   font: bold 11px tahoma, arial, verdana, geneva, lucida, helvetica;
   padding: 10px;
   border-right:3px solid #0192ca;
   border-left:3px solid #0192ca;
   border-top:1px solid #CCC;
   border-bottom:1px solid #CCC;
   -moz-border-radius:9px;-webkit-border-radius:9px;border-radius:9px;
}
.panel a:link, .panel_alink
{
   color: #08688e;
}
.panel a:visited, .panel_avisited
{
   color: #08688e;
}
.panel a:hover, .panel a:active, .panel_ahover
{
   color: #000033;
}
.panelsurround
{
   background: #FFFFFF;
   color: #08688e;
   font: bold 11px tahoma, arial, verdana, geneva, lucida, helvetica;
   padding: 5px;
   
}
legend
{
   background: #dadada url(http://www.3rbz.com/uploads/34759b68200d1.png) repeat-x top left;
   color: #08688e;
   font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
   border:1px solid #888A99;
   -moz-border-radius:4px;-webkit-border-radius:4px;border-radius:6px;
   text-shadow:#fff 0px 1px 0px;
   padding-right:6px;
   padding-left:8px;
   padding-top:4px;
   padding-bottom:4px;
}
.vbmenu_control
{
   background: #117ba4 url(http://www.3rbz.com/uploads/ec2936f4d72d1.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;
   text-shadow: 1px 1px 0px #002a41;
}
.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: #FDDF00;
   text-decoration: text-shadow:#fff 0px 1px 0px;;
}
.vbmenu_popup
{
   background: #dedede;
   color: #08688e;
   font: bold 11px tahoma, arial, verdana, geneva, lucida, helvetica;
   border: 1px solid #aeaeae;
}
.vbmenu_option
{
   background: #f7f7f7;
   color: #08688e;
   font: bold 11px tahoma, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
   white-space: nowrap;
   cursor: pointer;
   text-shadow:#fff 0px 1px 0px;
}
.vbmenu_option a:link, .vbmenu_option_alink
{
   color: #08688e;
   text-decoration: none;
}
.vbmenu_option a:visited, .vbmenu_option_avisited
{
   color: #08688e;
   text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active, .vbmenu_option_ahover
{
   color: #FFFFFF;
   text-decoration: none;
}
.vbmenu_hilite
{
   background: #fff;
   color: #08688e;
   font: bold 11px tahoma, arial, verdana, geneva, lucida, helvetica;
   white-space: nowrap;
   cursor: pointer;
   text-shadow:#fff 0px 1px 0px;
}
.vbmenu_hilite a:link, .vbmenu_hilite_alink
{
   text-decoration: none;
}
.vbmenu_hilite a:visited, .vbmenu_hilite_avisited
{
   text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active, .vbmenu_hilite_ahover
{
   text-decoration: none;
}
/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 14pt; }

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

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

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

/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }
.top-r {background:url(http://www.3rbz.com/uploads/a01900c80c1b1.png) repeat-x; height:49px;}
.home-button{background:url(http://www.3rbz.com/uploads/3aff137f4c271.png) no-repeat; height:49px; width:130px; background-position: 0px 0px; display: block; float:right;}
.home-button:hover{background:url(http://www.3rbz.com/uploads/3aff137f4c271.png) no-repeat; height:49px; width:130px; background-position: 0px -49px; display: block; float:right;}
.home-button:active{background:url(http://www.3rbz.com/uploads/3aff137f4c271.png) no-repeat; height:49px; width:130px; background-position: 0px -98px; display: block; float:right;}
.register-button{background:url(http://www.3rbz.com/uploads/4339ee957dc11.png) no-repeat; height:49px; width:133px; background-position: 0px 0px; display: block; float:right;}
.register-button:hover{background:url(http://www.3rbz.com/uploads/4339ee957dc11.png) no-repeat; height:49px; width:133px; background-position: 0px -49px; display: block; float:right;}
.register-button:active{background:url(http://www.3rbz.com/uploads/4339ee957dc11.png) no-repeat; height:49px; width:133px; background-position: 0px -98px; display: block; float:right;}
.control-button{background:url(http://www.3rbz.com/uploads/1ae544e6413a1.png) no-repeat; height:49px; width:133px; background-position: 0px 0px; display: block; float:right;}
.control-button:hover{background:url(http://www.3rbz.com/uploads/1ae544e6413a1.png) no-repeat; height:49px; width:133px; background-position: 0px -49px; display: block; float:right;}
.control-button:active{background:url(http://www.3rbz.com/uploads/1ae544e6413a1.png) no-repeat; height:49px; width:133px; background-position: 0px -98px; display: block; float:right; }
.news-button{background:url(http://www.3rbz.com/uploads/739fa25e13e91.png) no-repeat; height:49px; width:128px; background-position: 0px 0px; display: block; float:right;}
.news-button:hover{background:url(http://www.3rbz.com/uploads/739fa25e13e91.png) no-repeat; height:49px; width:128px; background-position: 0px -49px; display: block; float:right;}
.news-button:active{background:url(http://www.3rbz.com/uploads/739fa25e13e91.png) no-repeat; height:49px; width:128px; background-position: 0px -98px; display: block; float:right; }
.mail-button{background:url(http://www.3rbz.com/uploads/b1933394f8b41.png) no-repeat; height:49px; width:128px; background-position: 0px 0px; display: block; float:right;}
.mail-button:hover{background:url(http://www.3rbz.com/uploads/b1933394f8b41.png) no-repeat; height:49px; width:128px; background-position: 0px -49px; display: block; float:right;}
.mail-button:active{background:url(http://www.3rbz.com/uploads/b1933394f8b41.png) no-repeat; height:49px; width:128px; background-position: 0px -98px; display: block; float:right; }
.header-r {background:url(http://www.3rbz.com/uploads/46039a6c74371.png) repeat-x; height:221px;}
.logo {background:url(http://www.3rbz.com/uploads/2e964925d67e1.png) no-repeat; height:221px; width:520px; float:right;}
.hnavbar {background:url(http://www.3rbz.com/uploads/83c7348ca0681.png) repeat-x; height:60px;}
.search-area {background:url(http://www.3rbz.com/uploads/7d10cdadaf041.png) no-repeat; width:183px; height:49px; float:left;}
 
.bottom-r {background:url(http://www.3rbz.com/uploads/88cce5d24d951.png) repeat-x; height:62px;}
.caution {background:url(http://www.3rbz.com/uploads/b18e1e9f6e602.png) no-repeat; height:62px; width:663px; margin: 0 auto;}
.footer-r{background:url(http://www.3rbz.com/uploads/5412fbfd147c3.png) repeat-x; height:154px;}
.copyright{background:url(http://www.3rbz.com/uploads/61e971efa9574.png) no-repeat; float:right; height:154px; width:365px;}
.links{background:url(http://www.3rbz.com/uploads/2f3b5dc4d8925.png) no-repeat; float:right; height:154px; width:413px;}
.designer{background:url(http://www.3rbz.com/uploads/c82cef8667806.png) no-repeat; float:left; height:154px; width:174px;}
.search {
background-image:url(http://www.3rbz.com/uploads/83c7348ca0681.png); background-repeat:no-repeat; height:38px; width:278px; float:left; text-align:right;}
.text-search {background: url(''); position: absolute; border: 0px; top: 14px; left: 15px; width: 134px; height: 22px; font-family: tahoma; font-size: 12px; color: #00334d;  text-shadow: #fff 0px 1px 0px; text-align: right;
}

#login{
   background: url('http://www.3rbz.com/uploads/7d9486d4ba4b1.png') no-repeat;
   width: 377px;
   height: 221px;
   position: absolute;
   top: 49px;
   left: 0px;
}
.searchsubmit {
   background:url(http://www.3rbz.com/uploads/011ebb6401411.png) no-repeat; height:49px; width:96px; background-position: 0px 0px; display: block; float:left;
   position: absolute;
   border: 0px;
   top:0px;
   left: 183px;
   cursor: pointer;
}
.searchsubmit:hover {
   background:url(http://www.3rbz.com/uploads/011ebb6401411.png) no-repeat; height:49px; width:96px; background-position: 0px -49px; display: block; float:left;
   position: absolute;
   border: 0px;
   top:0px;
   left: 183px;
   cursor: pointer;
}
.searchsubmit:active {
   background:url(http://www.3rbz.com/uploads/011ebb6401411.png) no-repeat; height:49px; width:96px; background-position: 0px -98px; display: block; float:left;
   position: absolute;
   border: 0px;
   top:0px;
   left: 183px;
   cursor: pointer;
}
.namelogin{
background:url('http://www.3rbz.com/uploads/83c7348ca0681.png');
width:138px;
height:22px;
position: absolute;
top: 95px;
left: 73px;
border: 0px;
font-family:tahoma;
font-size:12px;
font-weight:bold;
text-align:right;
text-shadow:0px 1px 0px #fff;
}
.passlogin{
background:url('http://www.3rbz.com/uploads/83c7348ca0681.png');
width:137px;
height:22px;
font-family:tahoma;
font-size:12px;
font-weight:bold;
position: absolute;
top: 128px;
left: 73px;
border: 0px;
text-align:right;
text-shadow:0px 1px 0px #fff;
}
.remember{ position: absolute; top: 165px; left: 320px; width:15px; height: 15px;}
.login-button{ background-image:url('http://www.3rbz.com/uploads/83c7348ca0681.png'); position: absolute;
top: 160px;
left: 80px;
width:115px;
height: 31px;
}

#login2{
   background: url('http://www.3rbz.com/uploads/326f850f67c81.png') no-repeat;
   width: 377px;
   height: 221px;
   position: absolute;
   top: 49px;
   left: 0px;
   font-family: tahoma;
   font-size: 12px;
   font-weight: bold;
}
.guest-msg{
   position: absolute;
   width: 300px;
   top: 85px;
   right: 28px;
   color: #fff;
   text-shadow: #012b45 0px 1px 0px;
   text-align: center;
   width: 305px;
   line-height: 24px;
   height: 112px;
}
.guest-msg a{color:#fff000; text-shadow:#012b45 0px 1px 0px; }
.guest-msg a:hover{color:#ffc907; text-shadow:#012b45 0px 1px 0px;}
.mynavb {background-image:url('http://www.3rbz.com/uploads/83c7348ca0681.png'); background-repeat:repeat-x;  height:60px;  text-shadow:#fff 0px 1px 0px;  font-size:12px; font-family:Tahoma, Geneva, sans-serif;  padding-top:5px;}
.mynavb a {color:#626262;}
.mynavb a:hover{color:#3b3b3b}
.linker {list-style-image:url(http://www.3rbz.com/uploads/08f54da9427c1.png); float:right; padding-right:55px; padding-top:40px; font-size:12px; font-family:Tahoma, Geneva, sans-serif; font-weight:bold; color:#005f95; text-shadow:#fff 0px 1px 0px; text-align:right; line-height:20px;}
.linker a {color:#005f95; text-decoration:none; }
.linker a:hover{color:#d17b00; text-decoration:none; }
.copyrig2 {float:right; padding-right:25px; padding-top:55px; font-size:12px; font-family:Tahoma, Geneva, sans-serif; font-weight:bold; color:#005f95; text-shadow:#fff 0px 1px 0px; text-align:center; line-height:18px; width:315px;}
.copyrig2 a {color:#005f95; text-decoration:none; }
.copyrig2 a:hover{color:#d17b00; text-decoration:none; }



/* Main forum */
.main-top {background:url(http://www.3rbz.com/uploads/d80b0f7c88631.png) repeat-x; height:60px;}
.top-left-1 {background:url(http://www.3rbz.com/uploads/28e4848174891.png) no-repeat; height:60px; width:19px; float:left;}
.top-left-2 {background:url(http://www.3rbz.com/uploads/8b674c94b4011.png) no-repeat; height:60px; width:84px; float:left;}
.top-right-1 {background:url(http://www.3rbz.com/uploads/38466e99a05d1.png) no-repeat; height:60px; width:19px; float:right;}
.top-right-2 {background:url(http://www.3rbz.com/uploads/7b83c05b68a01.png) no-repeat; height:60px; width:105px; float:right;}
.nwelcome {background:url() no-repeat; height:60px; width:307px; margin: 0 auto;}
.guest-msg-nav {background:url(http://www.3rbz.com/uploads/9bc9a89d8af31.png) no-repeat; height:60px; width:307px; margin: 0 auto;}
.stat {background:url(http://www.3rbz.com/uploads/13b9c2b472281.png) no-repeat; height:60px; width:307px; margin: 0 auto;}
.main-bottom {background:url(http://www.3rbz.com/uploads/66a401aa869a1.png) repeat-x; height:35px;}
.bottom-left-1 {background:url(http://www.3rbz.com/uploads/88398ce73b691.png) no-repeat; height:35px; width:19px; float:left;}
.bottom-left-2 {background:url(http://www.3rbz.com/uploads/fab89f5ce12a1.png) no-repeat; height:35px; width:27px; float:left;}
.bottom-right-1 {background:url(http://www.3rbz.com/uploads/677c10e7c3b91.png) no-repeat; height:35px; width:19px; float:right;}
.bottom-right-2 {background:url(http://www.3rbz.com/uploads/9891f12dc3ec1.png) no-repeat; height:35px; width:35px; float:right;}
.right-col {background:url(http://www.3rbz.com/uploads/a75defde52091.png) right repeat-y; padding-right:19px;}
.left-col {background:url(http://www.3rbz.com/uploads/05ac05e110be1.png) left repeat-y; padding-left:19px;}
.ncontain{background:#f4f4f4;}

/*    e6ar-FORUMHOME    */
#tforumhome {background:url(http://www.3rbz.com/uploads/373d39e6b3351.png) repeat-x; height:44px;}
#tforumhome .top-right-1{background:url(http://www.3rbz.com/uploads/7dc6d44caf201.png) no-repeat; height:44px; width:21px; float:right;}
#tforumhome .top-right-2{background:url(http://www.3rbz.com/uploads/a718208c53741.png) no-repeat; height:44px; width:82px; float:right;}
#tforumhome .top-left-1{background:url(http://www.3rbz.com/uploads/571c0f31fe501.png) no-repeat; height:44px; width:21px; float:left;}
#tforumhome .top-left-2{background:url(http://www.3rbz.com/uploads/fc4edf8dd0e01.png) no-repeat; height:44px; width:82px; float:left;}
#bforumhome {background:url(http://www.3rbz.com/uploads/fd86ba7d12461.png) repeat-x; height:41px;}
#bforumhome .bottom-right{background:url(http://www.3rbz.com/uploads/5a2bd325af761.png) no-repeat; height:41px; width:21px; float:right;}
#bforumhome .bottom-left{background:url(http://www.3rbz.com/uploads/fe934d8255ab1.png) no-repeat; height:41px; width:21px; float:left;}
#bforumhome .bottom-logo{background:url(http://www.3rbz.com/uploads/2cb4443ac7f81.png) no-repeat; height:41px; width:281px; margin: 0 auto;}
.f-right-col{background:url(http://www.3rbz.com/uploads/83c7348ca0681.png) repeat-y right; padding-right:15px;}
.f-left-col{background:url(http://www.3rbz.com/uploads/83c7348ca0681.png) repeat-y left; padding-left:15px;}
.f-contain {background:#f7f7f7;}
.f2top-title {padding-top:16px; text-align:center;}
.f2top-title a {color:#fff; text-shadow:#004aa1 0px 1px 0px; text-decoration:none; font-family:Tahoma, Geneva, sans-serif; font-size:12px; font-weight:bold;}
.f2top-title a:hover {color:#fff600;}




#tr-stats {border-bottom:2px solid #0e6e94; border-radius:20px; background:url('http://www.3rbz.com/uploads/7eec2ad75fd01.png') repeat-x;  text-align:center;}
#tr-stats:hover {border-bottom:2px solid #ff9c00; border-radius:20px; background:url('http://www.3rbz.com/uploads/e4b701bb20d11.png') repeat-x;  text-align:center;}


/* User Info Postbit & Postbit_legacy  */
.postbit_info {
background-color: #fff;
border-left: 3px solid #279ff5;
color: #46535c;
font: regular 11px tahoma;
font-size: 11px;
letter-spacing: 0;
margin: 0 0 3px;
padding: 4px 5px;
vertical-align: middle;
font-family: Tahoma;
border-top: none;
border-bottom:none;
border-right: 3px solid #279ff5;
-moz-border-radius:11px;-webkit-border-radius:11px;border-radius:11px;
}
.postbit_info:hover {
background-color: #fafafa;
border-color: #dbdbdb;
border-left: 3px solid #f5bd27;
color: #46535c;
font: regular 11px tahoma;
font-size: 11px;
letter-spacing: 0;
margin: 0 0 3px;
padding: 4px 5px;
vertical-align: middle;
font-family: Tahoma;
border-top: none;
border-bottom:none;
border-right: 3px solid #f5bd27;
-moz-border-radius:11px;-webkit-border-radius:11px;border-radius:11px;
}
/* Signature Postbit & Postbit_legacy  */
.postbit_sig {
background-color: #fafafa;
border-top: 1px solid #F2F2F2;
border-bottom: 1px solid #F2F2F2;
border-left: 3px solid #279ff5;
border-right: 3px solid #279ff5;
border-radius:15px;
-moz-border-radius:15px;-webkit-border-radius:15px;
}
/* End - Postbit_Userinfo  */



/*
SLIDESHOW - Traidnt-v2
*/

/* _______________________________________________ */

/* CONTAINER */
/* _______________________________________________ */

.carousel
{
   position :relative ;
   margin :0 auto;
   width :930px;
   height :auto;
   border :none;
   overflow : hidden ;
}

/* _______________________________________________ */

/* SLIDES */
/* _______________________________________________ */

/* slide container */
.carousel .slides
{
   margin :0;
   padding :0;
   border :none;
   list-style :none;
   position :relative ;
   overflow :visible ;
   height:200px
}

/* slide item */
.carousel .slides .slideItem
{
   position :absolute ;
   cursor :pointer ;
   overflow : hidden;
   padding :0;
   margin :0;
   border :none;
}

.carousel .slides .slideItem a
{
   display: block ;
   text-decoration :none;
   margin :0;
   padding :0;
   border :none;
   outline :none;
}

.carousel .slides .slideItem img
{
   margin :0;
   padding :0;
   border :none;
   width :100%;
   height :100%;
}
/* _______________________________________________ */

/* BACKGROUND IMAGES */
/* _______________________________________________ */
.carousel .nextButton,
.carousel .prevButton,
.carousel .buttonNav .bullet,
.carousel .buttonNav .bulletActive{
    background-color: transparent;
    background-image: url("http://www.3rbz.com/uploads/adb8de301e601.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}
/* _______________________________________________ */

/* DIRECTION BUTTON */
/* _______________________________________________ */


.carousel .nextButton,
.carousel .prevButton{
    position :absolute ;
    top :90px;
    width :34px;
    height :34px;
    cursor :pointer ;
    z-index :9999;
}
.carousel .nextButton{
   left :44px;
    background-position: 0 -34px;
}
.carousel .nextButton:hover{
    background-position: -34px -34px;
}
.carousel .nextButton:active{
    background-position: -68px -34px;
}
.carousel .prevButton{
   right :44px;
    background-position: 0 0;
}
.carousel .prevButton:hover{
    background-position: -34px 0;
}
.carousel .prevButton:active{
    background-position: -68px 0;
}

/* _______________________________________________ */

/* NAVIGATION BUTTON */
/* _______________________________________________ */

/* buttons container */
.carousel .buttonNav{
   position : relative ;
   margin :0 auto;
   z-index :999;
}

/* numbers */
.carousel .buttonNav .numbers {
   position :relative ;
   float :left ;
   margin :5px;
   cursor :pointer ;
}

.carousel .buttonNav .numbers:hover{
}

.carousel .buttonNav .numberActive
{
   background : none;
   color :#000;
   cursor :default ;
}

/* bullets */
.carousel .buttonNav .bullet{
   position :relative ;
   float :right ;
   width :16px;
   height :16px;
   margin :5px;
   cursor :pointer ;
    background-position: -16px -68px ;

}
.carousel .buttonNav .bullet:hover{
    background-position: 0 -68px;
}
.carousel .buttonNav .bulletActive{
   cursor :default ;
    background-position: 0 -68px;
}
/* _____________________________ *

/* SHADOW */
/* _____________________________ */

.carousel .shadow{
   width :100%;
   height :26px;
}

.carousel .shadow .shadowLeft{
   background : url("") no-repeat;
   width :66px;
   height :15px;
}

.carousel .shadow .shadowMiddle{
   height :15px;
   background:url("") repeat-x;
}

.carousel .shadow .shadowRight{
   width :69px;
   height :15px;
   background:url("") no-repeat;

}
/*  C????E C?????E  */
.prpic {border:1px #d1d1d1 solid; background-color:#e7e7e7; padding:4px; background-image:url(''); background-repeat:repeat-x; height:80px;}
/*  C????E C?????E  */
</style>


<script type="text/javascript" src=""></script>
<script type="text/javascript">
    $(document).ready(function() {
    $("#nav li").prepend("<span></span>"); //Throws an empty span tag right before the a tag
    $("#nav li").each(function() { //For each list item...
      var linkText = $(this).find("a").html(); //Find the text inside of the <a> tag
      $(this).find("span").show().html(linkText); //Add the text in the <span> tag
    });
    $("#nav li").hover(function() {    //On hover...
        $(this).find("span").stop().animate({
            marginTop: "-40" //Find the <span> tag and move it up 40 pixels
        }, 250);
    } , function() { //On hover out...
        $(this).find("span").stop().animate({
            marginTop: "0"  //Move the <span> back to its original state (0px)
        }, 250);
    });
});
</script>
<script type="text/javascript">
if (parent.frames.length > 0) {parent.location.href = self.document.location;document.location.reload();}
</script>

            <script src="css/jquery-1.3.2.js" type="text/javascript"></script>
      <script src="" type="text/javascript"></script>
      <script>
         $(function() {
            var  = $('#content');
            
            $('#nav_up').fadeIn('slow');
            $('#nav_down').fadeIn('slow'); 
            
            $(window).bind('scrollstart', function(){
               $('#nav_up,#nav_down').stop().animate({'opacity':'0.2'});
            });
            $(window).bind('scrollstop', function(){
               $('#nav_up,#nav_down').stop().animate({'opacity':'1'});
            });
            
            $('#nav_down').click(
               function (e) {
                  $('html, body').animate({scrollTop: .height()}, 800);
               }
            );
            $('#nav_up').click(
               function (e) {
                  $('html, body').animate({scrollTop: '0px'}, 800);
               }
            );
            });
        </script>

            <script src="" type="text/javascript"></script>
      <script src="" type="text/javascript"></script>
      <script>
         $(function() {
            var  = $('#content');
            
            $('#nav_up').fadeIn('slow');
            $('#nav_down').fadeIn('slow'); 
            
            $(window).bind('scrollstart', function(){
               $('#nav_up,#nav_down').stop().animate({'opacity':'0.2'});
            });
            $(window).bind('scrollstop', function(){
               $('#nav_up,#nav_down').stop().animate({'opacity':'1'});
            });
            
            $('#nav_down').click(
               function (e) {
                  $('html, body').animate({scrollTop: .height()}, 800);
               }
            );
            $('#nav_up').click(
               function (e) {
                  $('html, body').animate({scrollTop: '0px'}, 800);
               }
            );



  <link rel="stylesheet" href="http://style.egynt.net/Traidnt-v2/slideshow/carousel.css"/>
    <script type="text/javascript" src="http://style.egynt.net/Traidnt-v2/slideshow/jquery-1.4.4.min.js"></script>
    <script type="text/javascript" src="http://style.egynt.net/Traidnt-v2/slideshow/jquery.mousewheel.js"></script>
    <script type="text/javascript" src="http://style.egynt.net/Traidnt-v2/slideshow/jquery.carousel.js"></script>
    <script type="text/javascript">
            });
        </script>
 
 
 
</head>
<body background="{T_BODY_BACKGROUND}" bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
   <!-- BEGIN hitskin_preview -->
   <div id="hitskin_preview" style="display: block;">
      <h1><img src="http://2img.net/i/fa/hitskin/hitskin_logo.png" alt="" /> <em>Hit</em>skin.com</h1>
      <div class="content">
         <p>
            {hitskin_preview.L_THEME_SITE_PREVIEW}
            <br />
            <span>{hitskin_preview.U_INSTALL_THEME}<a href="http://{hitskin_preview.U_RETURN_THEME}">{hitskin_preview.L_RETURN_THEME}</a></span>
         </p>
      </div>
   </div>
   <!-- END hitskin_preview -->

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

   <a name="top"></a>
   {JAVASCRIPT}
<div class="top-r">
  <a href="/"><div class="home-button"></div></a>

<a href="register"><div class="register-button"></div></a>
  <a href="/search"><div class="news-button"></div></a>
<a href="sendmessage.php" target="_blank"><div class="mail-button"></div></a>
<div class="search-area">
      <form method="get" class="searchform" action="search" >
    <input type="text" size="24" value='ادخل كلمة البحث' name="search_keywords" onfocus="if(this.value=='ادخل كلمة البحث'){this.value=''};" onblur="if(this.value==''){this.value='ادخل كلمة البحث'};"  class="text-search"  >
    <input type="submit" name="go" title="إبحث" class="searchsubmit" value="" >
    </form>
</div>
<div class="search-button">
</div>
</div>
<div class="header-r">
<div class="logo"></div>
    <!-- Traidnt-v2 Login -->
   
       
 <!-- BEGIN switch_user_logged_in -->
      <div id="login2">
        <div align="center" class="smallfont"><br /><br /><br /><br /><br /><br />
  <strong><span style="color: Red;">{LOGGED_AS}</span></strong>
        </div> <div align="center" class="smallfont">   
            <div>{LAST_VISIT_DATE}</div>
        <div align="center" class="smallfont">
<a href="/search?search_id=newposts"><font color="#000080">مشاركات جديده</font></a><font color="#000080"> <span lang="ar-sa">|</span>&nbsp; </font>
<a href="/search?search_id=egosearch"> <font color="#000080">مشاركاتي</font></a><span lang="ar-sa"><font color="#000080">&nbsp; |&nbsp; </font></span> <br />     
<a href="/search?search_id=unanswered"> <span style="text-decoration: none"><font color="#000080">مواضيع لم يتم الرد عليها</font></span></a>   
        </div>
                                    </div>
                      </div>
    <!-- END switch_user_logged_in -->
          <!-- BEGIN switch_user_logged_out -->
    <div id="login">
    <td class="alt2" nowrap="nowrap" style="padding:0px">
      <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=386"></script>
      <table cellpadding="0" cellspacing="3" border="0">
      <tr>
   
      <td><input type="text" class="namelogin" style="font-size: 11px" name="username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="اسم العضو" onfocus="if (this.value == 'اسم العضو') this.value = '';" ></td>
      <td><input type="checkbox" class="remember" name="autologin" value="1" tabindex="103" id="cb_cookieuser_navbar" accesskey="c" ></td>
      </tr>
   
      <tr>
      <td><input type="password" class="passlogin" style="font-size: 11px" name="password" id="navbar_password" size="10" tabindex="102" ></td>
   
   

            <td><input type="دخول" name="login" class="login-button" tabindex="104" valueinput type="submit"="" title="ادخل اسم العضو وكلمة المرور الخاصة بك في الحقول المجاورة لتسجيل الدخول, أو اضغط على رابط 'التسجيل' لإنشاء حساب خاص بك." accesskey="s" ></td>
   
      </tr>
      </table>
      <input type="hidden" name="s" value="" >
      <input type="hidden" name="securitytoken" value="guest" >
      <input type="hidden" name="do" value="login" >
      <input type="hidden" name="vb_login_md5password" >
      <input type="hidden" name="vb_login_md5password_utf" >
      </form>
    </td>
   
    </div>
        <!-- END switch_user_logged_out -->
    <!-- Traidnt-v2 Login -->
    </div>
    <div class="mynavb">
    <!-- nav buttons bar -->
    <div style="padding:1px; border-top-width:0px">
        <table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
        <tr align="center">
            <td>
        <a accesskey="5">{GENERATED_NAV_BAR}</a></td>

                </tr>
        </table>
    </div>
    <!-- / nav buttons bar -->
  </div> 
   
   








<div class="main-top">
<div class="top-left-1"></div>
<div class="top-left-2"></div>
<div class="top-right-1"></div>
<div class="top-right-2"></div>
<div class="guest-msg-nav"></div>

</div>

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

<div class="main-bottom">
<div class="bottom-left-1"></div>
<div class="bottom-left-2"></div>
<div class="bottom-right-1"></div>
<div class="bottom-right-2"></div>
</div>

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

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

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

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

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

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

للمعاينة المنتدى
http://www.house-kora.org/
Power Lord animus
Power Lord animus
 
 

ذكر
عدد المساهمات : 284
معدل النشاط : 4583
السُمعة : 13

http://www.shortandsweet.org/sites/default/files/webform/yalla-s

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


الاستايل غير متوافق مع بعض اكواد الجافا والمجلة - صفحة 2 Empty رد: الاستايل غير متوافق مع بعض اكواد الجافا والمجلة

مُساهمة من طرف {عذب} الثلاثاء 18 أكتوبر 2016 - 11:24

Power Lord animus كتب: شكرا لك اخى العزيز بعد وضع القالب بالفعل تم تصحيح بعض الاخطاء لكن يتواجد خطاء الان لم يتواجد من قبل و هو
الاستايل غير متوافق مع بعض اكواد الجافا والمجلة - صفحة 2 147652626281

كما بالصورة
وهذا قالب المواضيع التى تظهر ب الاخطاء

الكود:
<script type="text/javascript">
    //<![CDATA[
 
   var multiquote_img_off = '{JS_MULTIQUOTE_IMG_OFF}', multiquote_img_on
 = '{JS_MULTIQUOTE_IMG_ON}', _atr = '{JS_DIR}addthis/', _ati =
'{PATH_IMG_FA}addthis/'{ADDTHIS_LANG}, addthis_localize = {
share_caption: "{L_SHARE_CAPTION}", email: "{L_EMAIL}", email_caption:
"{L_EMAIL_CAPTION}", favorites: "{L_SHARE_BOOKMARKS}", print:
"{L_PRINT}", more: "{L_MORE}" };
    $(function(){
        _atc.cwait = 0;
        $('.addthis_button').mouseup(function(){
            if ($('#at15s').css('display') == 'block') {
                addthis_close();
                addthis_close();
            }
        });
    });
    //]]>
    </script>

    <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
        <tr>
            <td class="row1" width="100%"><strong>
 
                     <span class="nav"><a class="nav"
href="{U_INDEX}">{L_INDEX}</a>{NAV_SEP}<a class="nav"
href="{U_ALBUM}">{L_ALBUM}</a>{NAV_CAT_DESC_SECOND}</span>
 </strong> </td>
        </tr>
        </table>
        <br />
    <a name="poststop" id="poststop"></a>

    <!-- controls above postbits -->
    <table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
    <tr valign="bottom">
      
            <td class="smallfont">
                    
    <!-- BEGIN switch_user_authpost -->
 
               <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img
 src="{POST_IMG}" id="{POST_IMG_ID}one" alt="{L_POST_NEW_TOPIC}"
align="middle" border="0" /></a>
                <!-- END switch_user_authpost -->
                <!-- BEGIN switch_user_authreply -->
 
               <a href="{U_POST_REPLY_TOPIC}"><img
src="{REPLY_IMG}" id="i_reply" alt="{L_POST_REPLY_TOPIC}" align="middle"
 border="0" /></a>
                <!-- END switch_user_authreply -->

    
      </td>

        <td>
    <!-- BEGIN topicpagination -->

    <table class="tborder" cellpadding="3" cellspacing="1" border="0" align="left">
    <tr>
        <td class="catHead" style="font-weight:normal">صفحات الموضوع</td>
      
 
       <td class="row1"><a rel="prev" class="smallfont"
href="showthread.php?t=3" title="الصفحة السابقة - النتائج 1 إلى 10 من
11"></a></td>
        <td class="row1">{PAGINATION}</td>  

    
      
      
        <td class="vbmenu_control" title="showthread.php?t=3"><a name="PageNav"></a></td>
    </tr>
    </table>

          <!-- END topicpagination -->
          </td>
    </tr>
    </table>
    <!-- / controls above postbits -->
 <!-- top -->
<div id="tforumhome">
<div class="top-right-1"></div>
<div class="top-right-2"></div>
<div class="top-left-1"></div>
<div class="top-left-2"></div>


<div class="f2top-title">
<a>{catrow.tablehead.L_FORUM} </a>
</div>
</div>
   <!-- top -->
  
   <!--coll-->
<div class="f-right-col">
<div class="f-left-col">
<div class="f-contain">
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">

<tbody>
    <!-- toolbar -->
 
   <table class="tborder" cellpadding="6" cellspacing="1" border="0"
width="100%" align="center" style="border-bottom-width:0px">
    <tr>
        <td class="catHead" width="100%">
            <div class="smallfont">
          
          
            </div>
        </td>
    
     <!-- BEGIN switch_twitter_btn -->
                <span id="twitter_btn" style="margin-left: 6px; ">
                <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a>
                <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
                </span>
                <!-- END switch_twitter_btn -->
                <!-- BEGIN switch_fb_likebtn -->
                <span id="fb_likebtn" style="margin-left: 6px; ">
 
                   <iframe
src="http://www.facebook.com/plugins/like.php?href={FORUM_URL}{TOPIC_URL}&layout=button_count&show_faces=false&width=100&action=like&colorscheme=light&height=21"
 scrolling="no" frameborder="0" style="border:none; overflow:hidden;
width:100px; height:21px;" allowTransparency="true"></iframe>
                </span>
                <!-- END switch_fb_likebtn -->
        <td class="row1" id="threadtools" nowrap="nowrap">
    <span class="gensmall bold">
 
                   <a class="addthis_button"
href="http://www.addthis.com/bookmark.php?v=250&pub=forumotion">{L_SHARE}</a>
                    </span>

        </td>
      
      
      
        <td class="row1" id="displaymodes" nowrap="nowrap">
        <span class="gensmall bold">
                  
                    <script type="text/javascript">//<![CDATA[
                        var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
                        var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
                        var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
                        var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
                        var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
                        var url_tellfriend = '{U_TELLFRIEND_JS_PLUS_MENU}';
                        insert_plus_menu('f{FORUM_ID}&t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
                    //]]>
                    </script>
                </span>
      </td>
      

      

    </tr>
    </table>
    <!-- / toolbar -->

</table>
</div>
</div>
</div>


<div id="bforumhome">
<div class="bottom-right"></div>
<div class="bottom-left"></div>
<div class="bottom-logo"></div>

</div>

<br />
    <!-- end content table -->

            </div>
        </div>
    </div>

    <!-- / close content container -->
    <!-- / end content table -->





    <div id="posts"><!-- post #501 -->

        <!-- open content container -->

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

        <div id="edit501" style="padding:0px 0px 6px 0px">
      


    <!-- a7la7ekaya الطائر الحر - ألدعم الفني -->

    <head>
    <style type="text/css">
    .infouser {
        font: normal 11px "tahoma";
        letter-spacing: 0px;
        vertical-align: middle;
        padding: 1px 2px;
        margin: 0 2px 2px;
    }
    .avataruser img {
        border:1px outset #ccebfb;
        margin: 10px auto 0;
        padding: 5px;
    }
    </style>
    </head>

    <!-- BEGIN postrow -->
        <!-- BEGIN displayed -->
      <!-- بداية اطار علوي -->
    <!-- top -->
<div id="tforumhome">
<div class="top-right-1"></div>
<div class="top-right-2"></div>
<div class="top-left-1"></div>
<div class="top-left-2"></div>


<div class="f2top-title">
<a>{catrow.tablehead.L_FORUM} </a>
</div>
</div>
   <!-- top -->
  
   <!--coll-->
<div class="f-right-col">
<div class="f-left-col">
<div class="f-contain">
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">

<tbody>

<!-- / نهاية اطار علوي -->


    <table id="post501" class="forumline" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
 
   <tr class="post post--{postrow.displayed.U_POST_ID}"
id="p{postrow.displayed.U_POST_ID}"
style="{postrow.displayed.DISPLAYABLE_STATE}">
      
            <th  >
                <!-- status icon and date -->
                <div align="center">
    <img src="{postrow.displayed.MINI_TIME_IMG}" alt="" border="0" />{postrow.displayed.POST_DATE}
                </div>
              
                <!-- / status icon and date -->
            </th >
            <th  class="catHead" style="font-weight:normal" align="left">
              
    
                المشاركة رقم: #
          
            </th >
      
    </tr>
    <tr valign="top">
        <td class="row3" width="200" style="text-align:center">
 
               <table class="tborder" cellpadding="6" cellspacing="1"
 border="0" width="100%" style="text-align:right">  
        <tr>
        
        <tr valign="top">
    <td class="usrback" width="200" style="text-align:center">
            <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" style="text-align:right">    
    <tr>
       <tr class="post">

            <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150">
    <div class="hima">معلومات العضو </div>
    <div class="masry" align="center"></div>
    <div class="ahlamontada">

    <span class="name"{postrow.displayed.U_POST_ID} > {postrow.displayed.POSTER_NAME}
    </span>
    <div class="ahlamontada"></div></div>
    <span class="postdetails poster-profile">
    <div class="hima-elmasry">
    <br />
        <div class="AVATAR"><div class="AVATAR">{postrow.displayed.POSTER_AVATAR}</div>
    </div></div></div>
    <br>
    {postrow.displayed.RANK_IMAGE}<br>
    {postrow.displayed.POSTER_RANK}
    <br>
    <div class="hima">معلومات إضافية </div>
    <div class="masry" align="center"></div>

                        <!-- BEGIN profile_field -->

    
        <div class="ahlamontada">{postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}</div>

    
  

                       <!-- END profile_field -->

    </div>
    </span>
    <center>
    <div class="hima">معلومات الاتصال </div></div></div></div>
    <div class="masry" align="center"></div></div></div>
    <div class="ahlamontada">
                
  
                         {postrow.displayed.PROFILE_IMG}
    {postrow.displayed.PM_IMG} {postrow.displayed.EMAIL_IMG}
<!-- BEGIN contact_field -->
    
     {postrow.displayed.contact_field.CONTENT}

<!-- END contact_field -->
    
     {postrow.displayed.ONLINE_IMG}
                

    </div></div


    </div></div>

    <div class="sidebar">
    <table class="sidebaritem">
    <tbody>
    <tr>
    <td width="20px">
    <img src="http://i43.servimg.com/u/f43/15/53/11/89/19675610.jpg">
    </td>
    <td>
    <center>
    <a href="http://www.facebook.com/sharer.php?u=/topic-t{TOPIC_ID}.htm">نشر ع الفيسبوك</a>
    </center>
    </td>
    </tr>
    </tbody>
    </table>
    <div style="height: 4px;"></div>
    <div style="height: 4px;"></div>
    <table class="sidebaritem">
    <tbody>
    <tr>
    <td width="20px">
    <img src="http://i86.servimg.com/u/f86/13/46/75/82/311.png">
    </td>
    <td>
    <center>
    <a rel="nofollow" href="/search?add_favourite=84151&search_id=favouritesearch">إضافة إلى مفضلاتي</a>
    </center>
    </td>
    </tr>
    </tbody>
    </table>
    <div style="height: 4px;"></div>
    <table class="sidebaritem">
    <tbody>
    <tr>
    <td width="20px">
    <img src="http://i70.servimg.com/u/f70/15/40/37/88/group10.png">
    </td>
    <td>
    <center>
    <a rel="nofollow" href="/tell_friend.forum?t=84151">أرسال لصديق</a>
    </center>
    </td>
    </tr>
    </tbody>
    </table>
    <div style="height: 4px;"></div>
    </div>
    <center>
    <img style="width: 150px; height: 1px;" alt="" src="http://2img.net/i/fa/empty.gif">
    </center>
    </center>
    </td>
    
  <div id="profil_foot"></div>
 </div></td>
        </tr>
</table>

    </td>
  

  
    </table>
    <br />
        </td>
      
    <td class="row1" id="td_post_54">
      
    <!-- الموضوع والأيقونة -->
          
                <!-- icon and title -->
                <div class="smallfont">
                    <span class="postdetails">
 
                     <img src="{postrow.displayed.MINI_POST_IMG}"
alt="{postrow.displayed.L_MINI_POST_ALT}"
title="{postrow.displayed.L_MINI_POST_ALT}" border="0"
/>{L_POST_SUBJECT}: {postrow.displayed.POST_SUBJECT}
                    </span>
                </div>
                <hr size="1" style="color:#F2DCDE; background-color:#F2DCDE" />
                <!-- / icon and title -->
          
     <!-- google_ad_section_start -->
            <!-- message -->
            <div id="post_message_501" align="center">
              

 

        
       <br /><br />
        <a href="topic-t{TOPIC_ID}.htm">{TOPIC_TITLE}
      </a>  
              <br /><br /><br />
        <center>
 
                                                                                        

    {postrow.displayed.MESSAGE}


                    <br /><br />

        
        
 
     <div fb-xfbml-state="rendered" class="fb-like
fb_edge_widget_with_comment fb_iframe_widget"
data-href="/topic-t{TOPIC_ID}.htm"
data-send="true" data-width="400" data-show-faces="true"
style="padding:10px;"><span style="height: 24px; width:
400px;"><iframe
src="http://www.facebook.com/plugins/like.php?api_key=124578887583575&locale=en_US&sdk=joey&channel_url=http%3A%2F%2Fstatic.ak.facebook.com%2Fconnect%2Fxd_arbiter.php%3Fversion%3D18%23cb%3Df17a9cb2fc0170e%26origin%3Dhttp%253A%252F%252F/topic-t{TOPIC_ID}.htm%252Ff2de3f05fea3bc6%26domain%3D/topic-t{TOPIC_ID}.htm%26relation%3Dparent.parent&href=/topic-t{TOPIC_ID}.htm&node_type=link&width=400&layout=standard&colorscheme=light&show_faces=true&send=true&extended_social_context=false"
 class="fb_ltr" title="Like this content on Facebook." style="border:
medium none; overflow: hidden; height: 24px; width: 400px;"
name="f1605443947c896" id="f1932adabfc1718"
scrolling="no"></iframe></span>  
          <br/>            
                            
                                                <br /></div>

      

        
          
        
    </div>
      <br/>
      

                                          <!-- BEGIN switch_attachments -->

    <fieldset class="fieldset"> <legend>الملفات المرفقة</legend>
          <!-- BEGIN switch_post_attachments -->
 
   <!-- BEGIN switch_dl_att --><table cellpadding="0"
cellspacing="3" border="0"> <table border="1" width="100%"
cellspacing="0" bordercolor="#000000" style="border-collapse:
collapse"><tr><td align="center"
bgcolor="#333333"><b><font color="#FFFFFF">اسم
الملف</font></b></td><td align="center"
bgcolor="#333333"><b><font color="#FFFFFF">نوع
الملف</font></b></td><td align="center"
bgcolor="#333333"><b><font color="#FFFFFF">حجم
الملف</font></b></td><td align="center"
bgcolor="#333333"><b><font
color="#FFFFFF">التحمــيل</font></b></td><td
align="center" bgcolor="#333333"><b><font
color="#FFFFFF">مرات
التحميل</font></b></td></tr>
    
<tr><td
align="center">{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.ATTACHMENT}</td><td
 align="center"><img
src="{postrow.displayed.switch_attachments.switch_post_attachments.U_IMG}"width="40"
 height="40" border="0" /></td><td
align="center">{postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE}</td><td
 align="center"><a rel="nofollow"
href="{postrow.displayed.switch_attachments.switch_post_attachments.switch_dl_att.U_ATTACHMENT}"><img
 class="inlineimg"
src="http://i43.servimg.com/u/f43/15/53/11/89/downlo10.png" border="0"
style="vertical-align:absmiddle; cursor:hand" hspace="0" title="اضغط هنا
 لتحميل الملف "></a></td><td
align="center">{postrow.displayed.switch_attachments.switch_post_attachments.NB_DL}</td></tr>
 </table>

    <!-- END switch_dl_att -->
    <!-- BEGIN switch_no_dl_att -->
 
                                            
{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT}
 
{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.ATTACHMENT_DEL}
 
                   <FONT
color=Red>{postrow.displayed.switch_attachments.switch_post_attachments.switch_no_dl_att.TEXT_NO_DL}</FONT>
 
                   ? الحجم
({postrow.displayed.switch_attachments.switch_post_attachments.FILE_SIZE})
 ({postrow.displayed.switch_attachments.switch_post_attachments.NB_DL})
                    <!-- END switch_no_dl_att -->

                    <!-- END switch_post_attachments -->



    </fieldset>


                    <!-- END switch_attachments -->

              </center>
            </div>
        
      


            
          <br /><br />
          

          
          
   <!-- sig -->
            <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="80%" align="center">
<tr>
    <td class="thead" align="center">توقيع : {postrow.displayed.POSTER_NAME}</td>
</tr>
<tr>
    <td class="alt1" title="التوقيع" align="center">
    <p align="center"><div align="center">
      
      <br/>

 {postrow.displayed.SIGNATURE}
      <br/><br/>
      
      </div></p>
  
  </td>
</tr>
</table>
        <!-- / sig -->
            <!-- google_ad_section_end -->

                  
          
          

        </td>
    </tr>
    <tr>
        <td class="row2" align="center">
     {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}
          
          
          
          
          
        </td>
      
        <td class="row1" align="left">
      
            <!-- controls -->
          
          
 
   {postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG}
{postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG}
{postrow.displayed.DELETE_IMG}
          
          <a
href="#quickreply" rel="nofollow" title="الرد السريع"><img
src="http://i56.servimg.com/u/f56/18/48/29/29/quickr10.gif"/></a>
            <!-- / controls -->
        </td>
    </tr>
    </table>

    

    <br />
    
<!-- بداية اطار سفلي -->
</table>
</div>
</div>
</div>


<div id="bforumhome">
<div class="bottom-right"></div>
<div class="bottom-left"></div>
<div class="bottom-logo"></div>

</div>

<br />
<!-- / نهاية اطار سفلي -->

      <!-- END displayed -->

        <!-- BEGIN hidden -->
        <tr>
 
           <td class="postdetails {postrow.hidden.ROW_CLASS}"
colspan="2" align="center">{postrow.hidden.MESSAGE}</td>
        </tr>
        <!-- END hidden -->
        <!-- END postrow -->
        <!-- BEGIN no_post -->
        <tr align="center">
            <td class="row1" colspan="3" height="28">
                <span class="genmed">{no_post.L_NO_POST}</span>
            </td>
        </tr>
        <!-- END no_post -->


        
        

    <!-- BEGIN topicpagination -->

    <table class="tborder" cellpadding="3" cellspacing="1" border="0" align="left">
    <tr>
        <td class="catHead" style="font-weight:normal">صفحات الموضوع</td>
      
 
       <td class="row1"><a rel="prev" class="smallfont"
href="showthread.php?t=3" title="الصفحة السابقة - النتائج 1 إلى 10 من
11"><</a></td>
        <td class="row1">{PAGINATION}</td>  

    
      
      
        <td class="vbmenu_control" title="showthread.php?t=3"><a name="PageNav"></a></td>
    </tr>
    </table>

          <!-- END topicpagination -->

        
        






    <!-- a7la7ekya الطائر الحر- ألدعم الفني -->


        </div>
      
            </div>
        </div>
    </div>

    <!-- / close content container -->

    <!-- / post #501 --><div id="lastpost"></div></div>

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

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

    <!-- / start content table -->

    <!-- controls below postbits -->
    <table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:-3px">
    <tr valign="top">
      
            <td class="smallfont">
                    
    <!-- BEGIN switch_user_authpost -->
 
                   <a href="{U_POST_NEW_TOPIC}"
rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}Newtopic"
alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a>
                    <!-- END switch_user_authpost -->
                    <!-- BEGIN switch_user_authreply -->
 
                   <a href="{U_POST_REPLY_TOPIC}"><img
src="{REPLY_IMG}" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0"
/></a>
                    <!-- END switch_user_authreply -->
      </td>
      
      
    </tr>
    </table>
    <!-- / controls below postbits -->


<!-- top -->
<div id="tforumhome">
<div class="top-right-1"></div>
<div class="top-right-2"></div>
<div class="top-left-1"></div>
<div class="top-left-2"></div>


<div class="f2top-title">
<a>{catrow.tablehead.L_FORUM} </a>
</div>
</div>
   <!-- top -->
  
   <!--coll-->
<div class="f-right-col">
<div class="f-left-col">
<div class="f-contain">
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
    <br />

    <!-- social bookmarking links -->
      
        <table cellpadding="6" cellspacing="1" border="0" width="100%" class="tborder2" align="center">
 <tr>
 <td class="thead">الإشارات المرجعية</td>
 </tr>
 <tr>
 <td class="alt2" style="padding-top:0px"><div style="clear:both"></div><ul style="list-style-type:none;  
margin:0px; padding:0px"><li class="smallfont" style="width:25%; min-width:160px; float:right; margin-top:6px">
 
 <a href="http://twitter.com/home?status={U_INDEX}/topic-t{TOPIC_ID}.htm"  
target="socialbookmark"><img src="http://i11.servimg.com/u/f11/17/99/17/05/twitte10.png" border="0" alt="إرسال الموضوع إلى  
Twitter" class="inlineimg" /></a>
 
 <a href="http://twitter.com/home?status={U_INDEX}/topic-t{TOPIC_ID}.htm" target="socialbookmark" style="text-
decoration:none">Twitter</a>
</li><li class="smallfont" style="width:25%; min-width:160px; float:right; margin-top:6px">
 
 <a href="http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk=
{U_INDEX}/topic-t{TOPIC_ID}.htm" target="socialbookmark"><img  
src="http://i11.servimg.com/u/f11/17/99/17/05/bookma13.gif" border="0" alt="إرسال الموضوع إلى Google" class="inlineimg"  
/></a>
 
 <a href="http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk={U_INDEX}/topic-t
{TOPIC_ID}.htm" target="socialbookmark" style="text-decoration:none">Google</a>
</li><li class="smallfont" style="width:25%; min-width:160px; float:right; margin-top:6px">
 
 <a href="http://www.facebook.com/sharer.php?u={U_INDEX}/topic-t{TOPIC_ID}.htm"  
target="socialbookmark"><img src="http://i11.servimg.com/u/f11/17/99/17/05/facebo10.jpg" border="0" alt="إرسال الموضوع إلى  
Facebook" class="inlineimg" /></a>
 
 <a href="http://www.facebook.com/sharer.php?u={U_INDEX}/topic-t{TOPIC_ID}.htm" target="socialbookmark"  
style="text-decoration:none">Facebook</a>
</li><li class="smallfont" style="width:25%; min-width:160px; float:right; margin-top:6px">
 
 <a href="http://www.stumbleupon.com/submit?url={U_INDEX}/topic-t{TOPIC_ID}.htm"  
target="socialbookmark"><img src="http://i11.servimg.com/u/f11/17/99/17/05/bookma12.gif" border="0" alt="إرسال الموضوع إلى  
StumbleUpon" class="inlineimg" /></a>
 
 <a href="http://www.stumbleupon.com/submit?url={U_INDEX}/topic-t{TOPIC_ID}.htm" target="socialbookmark"  
style="text-decoration:none">StumbleUpon</a>
</li><li class="smallfont" style="width:25%; min-width:160px; float:right; margin-top:6px">
 
 <a href="http://del.icio.us/post?url={U_INDEX}/topic-t{TOPIC_ID}.htm" target="socialbookmark"><img  
src="http://i11.servimg.com/u/f11/17/99/17/05/bookma11.gif" border="0" alt="إرسال الموضوع إلى del.icio.us" class="inlineimg"  
/></a>
 
 <a href="http://del.icio.us/post?url={U_INDEX}/topic-t{TOPIC_ID}.htm" target="socialbookmark" style="text-
decoration:none">del.icio.us</a>
</li><li class="smallfont" style="width:25%; min-width:160px; float:right; margin-top:6px">
 
 <a href="http://digg.com/submit?phrase=2&url={U_INDEX}/topic-t{TOPIC_ID}.htm"  
target="socialbookmark"><img src="http://i11.servimg.com/u/f11/17/99/17/05/bookma10.gif" border="0" alt="إرسال الموضوع إلى  
Digg" class="inlineimg" /></a>
 
 <a href="http://digg.com/submit?phrase=2&url={U_INDEX}/topic-t{TOPIC_ID}.htm" target="socialbookmark"  
style="text-decoration:none">Digg</a>
</li><li class="smallfont" style="width:25%; min-width:160px; float:right; margin-top:6px">
 
 <a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u={U_INDEX}/topic-t{TOPIC_ID}.htm"  
target="socialbookmark"><img src="http://i11.servimg.com/u/f11/17/99/17/05/yahoo10.png" border="0" alt="إرسال الموضوع إلى  
Yahoo" class="inlineimg" /></a>
 
 <a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u={U_INDEX}/topic-t{TOPIC_ID}.htm"  
target="socialbookmark" style="text-decoration:none">Yahoo</a>
</li><li class="smallfont" style="width:25%; min-width:160px; float:right; margin-top:6px">
 
 <a href="https://favorites.live.com/quickadd.aspx?marklet=0&mkt=en-us&url=
{U_INDEX}/topic-t{TOPIC_ID}.htm" target="socialbookmark"><img src="http://i11.servimg.com/u/f11/17/99/17/05/live10.gif"  
border="0" alt="إرسال الموضوع إلى Live" class="inlineimg" /></a>
 
 <a href="https://favorites.live.com/quickadd.aspx?marklet=0&mkt=en-us&url={U_INDEX}/topic-t
{TOPIC_ID}.htm" target="socialbookmark" style="text-decoration:none">Live</a>
</li></ul><div style="clear:both"></div></td>
 </tr>
 </table>

    <!-- / social bookmarking links -->
 
</table>
</div>
</div>
</div>


<div id="bforumhome">
<div class="bottom-right"></div>
<div class="bottom-left"></div>
<div class="bottom-logo"></div>

</div>

<br />







  <!-- بداية اطار علوي -->
 <!-- top -->
<div id="tforumhome">
<div class="top-right-1"></div>
<div class="top-right-2"></div>
<div class="top-left-1"></div>
<div class="top-left-2"></div>


<div class="f2top-title">
<a>{catrow.tablehead.L_FORUM} </a>
</div>
</div>
   <!-- top -->
  
   <!--coll-->
<div class="f-right-col">
<div class="f-left-col">
<div class="f-contain">
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">

<!-- / نهاية اطار علوي -->



                      <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
        <thead>
            <tr>
                <th  class="catHead" colspan="2">
                  
                    الــرد الســـريـع
                </th >
            </tr>
        </thead>

    <tr>
 
   <td class="row2" align="center"><img border="0"
src="http://i63.servimg.com/u/f63/13/53/37/81/oid6qr10.png" alt=".. "
/></td>
    
                        </tr>
      
      

        <tr>
            <td class="row2" colspan="2" align="center" style="padding:0px">

    <a name="quickreply"></a>            <!-- BEGIN switch_user_logged_in -->
              
                {QUICK_REPLY_FORM}<br />
                <!-- END switch_user_logged_in -->
              
 </td>
 </tr>

 </table>
                  
 
 <!-- بداية اطار سفلي -->
</table>
</div>
</div>
</div>


<div id="bforumhome">
<div class="bottom-right"></div>
<div class="bottom-left"></div>
<div class="bottom-logo"></div>

</div>

<br />

<!-- / نهاية اطار سفلي -->
<br />
  

 <br />
    <!-- بداية اطار علوي -->
 <!-- top -->
<div id="tforumhome">
<div class="top-right-1"></div>
<div class="top-right-2"></div>
<div class="top-left-1"></div>
<div class="top-left-2"></div>


<div class="f2top-title">
<a>{catrow.tablehead.L_FORUM} </a>
</div>
</div>
   <!-- top -->
  
   <!--coll-->
<div class="f-right-col">
<div class="f-left-col">
<div class="f-contain">
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">



</table>
</div>
</div>
</div>


<div id="bforumhome">
<div class="bottom-right"></div>
<div class="bottom-left"></div>
<div class="bottom-logo"></div>

</div>

<br />

<!-- / نهاية اطار سفلي -->
            </td>
        </tr>
        </tbody>
        </table>
                    
    
    <br />
    

        <br />

    


    <!-- next / previous links -->
        <br />
        <div class="smallfont" align="center">
            <strong>«</strong>
                <a href="{U_VIEW_OLDER_TOPIC}" rel="nofollow">الموضوع السابق</a>
                |
                <a href="{U_VIEW_NEWER_TOPIC" rel="nofollow">الموضوع التالي</a>
            <strong>»</strong>
        </div>
    <!-- / next / previous links -->


    <!-- popup menu contents -->
    <br />

    <!-- BEGIN viewtopic_bottom -->
    <table class="noprint" width="90%" border="0" cellspacing="2" cellpadding="0" align="center">
        <tr>
            <td colspan="2" align="center" valign="top" nowrap="nowrap"><br />{S_TOPIC_ADMIN}<br />
                <form name="action" method="get" action="{S_FORM_MOD_ACTION}">
                    <input type="hidden" name="t" value="{TOPIC_ID}" />

                    <!-- <input type="hidden" name="sid" value="{S_SID}" /> -->
                    <input type="hidden" name="{SECURE_ID_NAME}" value="{SECURE_ID_VALUE}" />

 
                   <span class="gen">{L_MOD_TOOLS}<br
/>{S_SELECT_MOD} <input class="liteoption" type="submit"
value="{L_GO}" /></span>
                </form>
            </td>
        </tr>
    </table>
    <!-- END viewtopic_bottom -->


    <!-- **************************************************** -->



    <!-- / popup menu contents -->


    <!-- forum rules and admin links -->

            <!-- BEGIN viewtopic_bottom -->
 
           <td align="right" nowrap="nowrap"><span
class="gensmall">{L_JUMP_TO}: {S_JUMPBOX_SELECT} <input
class="liteoption" type="submit" value="{L_GO}"
/></span></td>
            <!-- END viewtopic_bottom -->

    </div>
                </td>
            </tr>
            </table>
        </td>
    </tr>
    </table>
    <!-- /forum rules and admin links -->

                    

                    
                    
                    
        <!-- BEGIN switch_image_resize -->
        <script type="text/javascript">
        //<![CDATA[$(resize_images({
        'selector' : '.postbody', 'max_width' :
        {switch_image_resize.IMG_RESIZE_WIDTH}, 'max_height' :
        {switch_image_resize.IMG_RESIZE_HEIGHT} }));//]]></script>
        <!-- END switch_image_resize -->
    <script src="{JS_DIR}addthis/addthis_widget.js" type="text/javascript"></script>
            
    <br />


 
 َ
َ<!--  Code By layalyeg - www.layalyeg.com  -->
            <table class="forumline" width="100%" border="0" cellpadding="1" cellspacing="0">
                <tr>
                    <td class="thead" height="28">
                        <table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr>
                                <td valign="top">
                                    <h1>
                                        مواضيع ذات صلة
                                    </h1>
                                </td>
          
                            </tr>
                        </table>
                    </td>
                </tr>
                <tr>
                    <td id="bailienquan" class="row2 postbody" valign="top">
                    </td>
                </tr>
            </table>
  <script type="text/javascript">
            $(function () {
 
             $('#cungchuyenmuc').load('/f{FORUM_ID}-forum
td:not("td:contains("Announcement"), td:contains("Sticky"),
td:contains("Global announcement")") .topic-title a.topictitle:lt(10)',
function () {
                  $('#cungchuyenmuc a.topictitle').wrap("<p></p>");
              });
              var topictitleFMvi = '{TOPIC_TITLE}';
              var fmviTopictitle = topictitleFMvi.replace(/ /gi, '+');
 
            
$('#bailienquan').load('/search?mode=searchbox&search_keywords=' +
fmviTopictitle + '&show_results=topics
td:not("td:contains("Announcement"), td:contains("Sticky"),
td:contains("Global announcement")") .topic-title a.topictitle:lt(10)',
function () {
                  $('#bailienquan a.topictitle').wrap("<p></p>");
              });
            });
            </script>        
<!--  Code By layalyeg - www.layalyeg.com  -->

    
    <tr><td><style type="text/css"><!--
    .tborder {
      background: #cccccc;
      width: 100%;
      margin: auto auto;
      /*border: 2px solid #666666;*/
    }
    
    
    
    .thead {
      background:  #efefef url(http://hitskin.com/themes/15/24/25/i_back_title.png) top left repeat-x;
      color: #ffffff;
    }
    
    .thead a:link {
      color: #ffffff;
      text-decoration: none;
    }
    
    .thead a:visited {
      color: #ffffff;
      text-decoration: none;
    }
    
    .thead a:hover, .thead a:active {
      color: #ffffff;
      text-decoration: underline;
    }
    
    .trow1 {
    background: #F5F5F5;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    }
    
    .trow2 {
    background: #F6F6F6;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    }
    
    
    
    -->
    </style>
    <table cellspacing="1" cellpadding="4" border="0" class="tborder" style="clear: both;">
        <tbody>
            <tr>
                <td width="110" class="trow1"><img border="0"
    src="http://2img.net/i/fa/subsilver/wysiwyg/quote.gif" alt=" Konu
    Etiketleri" /> <b><span style="font-size: smaller;">
    كلمات دليليه</span></b></td>
                <td class="trow1">
                <div style="float: left; padding-bottom: 4px;"><a
    href="{U_VIEW_TOPIC}"><span style="font-size:
    smaller;">{TOPIC_TITLE} </span></a><span
    style="font-size: smaller;"> , </span><a http://help.ahlamontada.com/
    href="{U_VIEW_TOPIC}"><span style="font-size:
    smaller;">{TOPIC_TITLE} </span></a><span
    style="font-size: smaller;"> , </span><a
    href="{U_VIEW_TOPIC}"><span style="font-size:
    smaller;">{TOPIC_TITLE}
    </span></a><span style="font-size: smaller;"> ,
    </span><a href="{U_VIEW_TOPIC}"><span style="font-size:
    smaller;">{TOPIC_TITLE}
    </span></a><span style="font-size: smaller;"> ,
    </span><a href="{U_VIEW_TOPIC}"><span style="font-size:
    smaller;">{TOPIC_TITLE} </span></a><span
    style="font-size: smaller;"> , </span><a
    href="{U_VIEW_TOPIC}"><span style="font-size:
    smaller;">{TOPIC_TITLE}
    </span></a></div>
                </td>
            </tr>
            <tr>
                <td width="110" class="trow2"><img border="0"
    src="http://2img.net/i/fa/subsilver/wysiwyg/createlink.gif" alt=" Konu
    Linki " /><b><span style="font-size: smaller;">رابط الموضوع</span></b></td>
                <td class="trow2"><input type="text"
    class="textbox" name="url" value="http://help.ahlamontada.com{U_VIEW_TOPIC}"
    onClick='this.select();' size="80" /></td>
            </tr>
            <tr>
                <td width="110" class="trow1"><img border="0"
    src="http://2img.net/i/fa/subsilver/wysiwyg/bold.gif" alt=" Konu BBCode
    " /><b><span style="font-size: smaller;"> BBCode
    </span></b></td>
                <td class="trow1"><input type="text"
    class="textbox" name="embed"
    value="[url=http://help.ahlamontada.com/{U_VIEW_TOPIC}]{TOPIC_TITLE}[/url]"
    onClick='this.select();' size="80" /></td>
            </tr>
            <tr>
                <td width="110" class="trow2"><img height="16"
    border="0" width="16"
    src="http://2img.net/i/fa/subsilver/wysiwyg/insertimage.gif" alt=" Konu
    HTML Kodu " /><b><span style="font-size: smaller;"> HTML
    code </span></b></td>
                <td class="trow2"><input type="text"
    class="textbox" name="embed" value="<a
    href=http://help.ahlamontada.com/{U_VIEW_TOPIC}>{TOPIC_TITLE}</a>"
    onclick="this.select();" size="80" /></td><tr>
                <td colspan="4" width="100%" class="thead"></td>  
        </tbody>
    </table></td></tr>
    
      <td class="catHead" colspan="2" height="25"
    align="right"><span class="cattitle">  إذا وجدت وصلات لاتعمل في الموضوع او أن الموضوع  [ {TOPIC_TITLE} ] مخالف ,, <a style="color:
    Red;" href="http://help.ahlamontada.com/contact">من فضلك راسل الإدارة من هنا</a>
        <tr>
          {topics_blog_box.row.L_TITLE}
اخي بارك الله فيك انت لم تخبرني حتى ماذا حدث عندما حذفت قالب الهيدر ! 
وانت خلطت الامر فما دخل قالب المواضيع فقالب انشاء الموضوع ! لا ترمي علينا قوالب وانت لا تدري ما العلاقة بينهما اولاً قم بحذف القالب واذا حلت المشكلة بحذف القالب ضع هذا القالب لنفحصه لك اما تعطينا قوالب ليس لها علاقة بالمشكلة فلن تجد الاجابة الشافية لانك لم تعطينا القالب المعين

لذلك الآن اريدك منك تعطيل التومبيلات بالكامل وانظر بعدها هل ظهر شريط الادوات الخاص بالموضوع ام لا هذا طلب مني  Cool
{عذب}
{عذب}
 
 

ذكر
عدد المساهمات : 3028
معدل النشاط : 9842
السُمعة : 294

https://3thab.rigala.net/

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

الاستايل غير متوافق مع بعض اكواد الجافا والمجلة - صفحة 2 Empty رد: الاستايل غير متوافق مع بعض اكواد الجافا والمجلة

مُساهمة من طرف Michael_vx الثلاثاء 18 أكتوبر 2016 - 16:31

قالب المواضيع لا علاقة له كما اخبرك الاخ عذاب
ساحتاج فقط الى عضوية عادية او قسم مفتوح للزوار بحيث ان يمكنهم اضافة موضوع لمعاينة نوع الاخطاء التى تظهر فى ارسال موضوع جديد
او ارفاق قالب ارسال المواضيع لمعاينتة
avatar
Michael_vx
 
 

ذكر
عدد المساهمات : 1066
معدل النشاط : 7862
السُمعة : 69

https://www.vxblog.eu

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

الاستايل غير متوافق مع بعض اكواد الجافا والمجلة - صفحة 2 Empty رد: الاستايل غير متوافق مع بعض اكواد الجافا والمجلة

مُساهمة من طرف Power Lord animus الأربعاء 19 أكتوبر 2016 - 4:56

يغلق Mad
Power Lord animus
Power Lord animus
 
 

ذكر
عدد المساهمات : 284
معدل النشاط : 4583
السُمعة : 13

http://www.shortandsweet.org/sites/default/files/webform/yalla-s

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

صفحة 2 من اصل 2 الصفحة السابقة  1, 2

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

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

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