تحديثات الاستايلات من 3.0.8 الى 3.0.9

منتديات ستايلات phpBB3 والنقاش حول استايلات الجيل الثالث من phpBB وأيضاً حل مشاكل الاستايلات العامة

المشرفون: alhitary،طاقم الاستايلات

قوانين المنتدى
هذه الساحة للنقاش حول كيفية الاستايلات وليست لحل المشاكل المتعلقه بذلك، مشكلة الاستايل تطرح في موضوع الاستايل نفسه
صورة العضو الرمزية
محمود الديب
عضو فعال
عضو فعال
مشاركات: 1455
اشترك في: الثلاثاء أكتوبر 27, 2009 2:27 pm
مكان: phpbbarabia
اتصال:

??????? ?????????? ?? 3.0.8 ??? 3.0.9

مشاركةبواسطة محمود الديب » السبت أغسطس 13, 2011 1:22 am

??? ???? ?????? ??????
?????? ???????? ?? 3.0.8 ??? 3.0.9 ???? ?????

prosilver

????

styles/prosilver/imageset/imageset.cfg

???? ??

كود: تحديد الكل

version = 3.0.8


?????? ?

كود: تحديد الكل

version = 3.0.9



????

styles/prosilver/style.cfg

???? ??

كود: تحديد الكل

version = 3.0.8


?????? ?

كود: تحديد الكل

version = 3.0.9


????
styles/prosilver/template/attachment.html

???? ??

كود: تحديد الكل

         <object id="qtstream_{_file.ATTACH_ID}" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0" width="0" height="16">
            <param name="src" value="{_file.U_DOWNLOAD_LINK}" />
            <param name="controller" value="true" />
            <param name="autoplay" value="false" />
            <param name="type" value="video/quicktime" />
            <embed name="qtstream_{_file.ATTACH_ID}" src="{_file.U_DOWNLOAD_LINK}" pluginspage="http://www.apple.com/quicktime/download/" enablejavascript="true" controller="true" width="0" height="16" type="video/quicktime" autoplay="false"></embed>


?????? ?

كود: تحديد الكل

         <object id="qtstream_{_file.ATTACH_ID}" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0" width="320" height="285">
            <param name="src" value="{_file.U_DOWNLOAD_LINK}" />
            <param name="controller" value="true" />
            <param name="autoplay" value="false" />
            <param name="type" value="video/quicktime" />
            <embed name="qtstream_{_file.ATTACH_ID}" src="{_file.U_DOWNLOAD_LINK}" pluginspage="http://www.apple.com/quicktime/download/" enablejavascript="true" controller="true" width="320" height="285" type="video/quicktime" autoplay="false"></embed>


????

styles/prosilver/template/login_body.html

???? ??

كود: تحديد الكل

   onload_functions.push('document.getElementById("{USERNAME_CREDENTIAL}").focus();');


?????? ?

كود: تحديد الكل

   onload_functions.push('document.getElementById("<!-- IF S_ADMIN_AUTH -->{PASSWORD_CREDENTIAL}<!-- ELSE -->{USERNAME_CREDENTIAL}<!-- ENDIF -->").focus();');


????

styles/prosilver/template/mcp_post.html

???? ??

كود: تحديد الكل

            <input class="button1" type="submit" value="{L_APPROVE}" name="action[approve]" /> &nbsp;
            <input class="button2" type="submit" value="{L_DISAPPROVE}" name="action[disapprove]" />


?????? ?

كود: تحديد الكل

            <input class="button2" type="submit" value="{L_DISAPPROVE}" name="action[disapprove]" /> &nbsp;
            <input class="button1" type="submit" value="{L_APPROVE}" name="action[approve]" />


????

styles/prosilver/template/mcp_topic.html


???? ??

كود: تحديد الكل

         <a href="#minitabs" onclick="subPanels('merge-panel'); return false;"><span>{L_MERGE_TOPIC}</span></a>



?????? ?

كود: تحديد الكل

         <a href="#minitabs" onclick="subPanels('merge-panel'); return false;"><span>{L_MERGE_POSTS}</span></a>



????

styles/prosilver/template/memberlist_im.html


???? ??

كود: تحديد الكل

         <dd><a href="http://www.aim.com/download.adp">{L_IM_DOWNLOAD_APP}</a> | <a href="http://aimexpress.oscar.aol.com/aimexpress/launch.adp?Brand=AIM">{L_IM_AIM_EXPRESS}</a></dd>



?????? ?

كود: تحديد الكل

         <dd><a href="http://www.aim.com">{L_IM_DOWNLOAD_APP}</a> | <a href="http://www.aim.com/products/express">{L_IM_AIM_EXPRESS}</a></dd>



????

styles/prosilver/template/memberlist_search.html


???? ??

كود: تحديد الكل

<script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script>



?????? ?

كود: تحديد الكل

<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>



????

styles/prosilver/template/overall_footer.html


???? ??

كود: تحديد الكل

<!--
   We request you retain the full copyright notice below including the link to www.phpbb.com.
   This not only gives respect to the large amount of time given freely by the developers
   but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
   the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
   "phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
   forums may be affected.

   The phpBB Group : 2006
//-->

   <div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group



?????? ?

كود: تحديد الكل

   <div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Group



????

styles/prosilver/template/overall_header.html


???? ??

كود: تحديد الكل

<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />



???? ??

كود: تحديد الكل

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />



?????? ?

كود: تحديد الكل

???? ??? ?????




???? ??

كود: تحديد الكل

   <!-- IF S_USER_PM_POPUP -->
      if ({S_NEW_PM})
      {
         var url = '{UA_POPUP_PM}';
         window.open(url.replace(/&amp;/g, '&'), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');
      }



?????? ?

كود: تحديد الكل

   <!-- IF S_USER_PM_POPUP and S_NEW_PM -->
      var url = '{UA_POPUP_PM}';
      window.open(url.replace(/&amp;/g, '&'), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');



???? ??

كود: تحديد الكل

<script type="text/javascript" src="{T_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script>



?????? ?

كود: تحديد الكل

<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>



???? ??

كود: تحديد الكل

            <form action="{U_SEARCH}" method="post" id="search">



?????? ?

كود: تحديد الكل

            <form action="{U_SEARCH}" method="get" id="search">



????

styles/prosilver/template/posting_buttons.html


???? ??

كود: تحديد الكل

<script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script>



?????? ?

كود: تحديد الكل

<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/editor.js"></script>



????

styles/prosilver/template/posting_smilies.html


???? ??

كود: تحديد الكل

<script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script>



?????? ?

كود: تحديد الكل

<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/editor.js"></script>



????

styles/prosilver/template/simple_footer.html


???? ??

كود: تحديد الكل

<!--
   We request you retain the full copyright notice below including the link to www.phpbb.com.
   This not only gives respect to the large amount of time given freely by the developers
   but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
   the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
   "phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
   forums may be affected.

   The phpBB Group : 2006
//-->

   <div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group



?????? ?


كود: تحديد الكل

   <div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Group



????

styles/prosilver/template/simple_header.html


???? ??

كود: تحديد الكل

<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />



???? ??

كود: تحديد الكل

<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />



?????? ?

كود: تحديد الكل

???? ??? ?????




???? ??

كود: تحديد الكل

<script type="text/javascript" src="{T_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script>



?????? ?

كود: تحديد الكل

<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>



????

styles/prosilver/template/template.cfg


???? ??

كود: تحديد الكل

version = 3.0.8



?????? ?

كود: تحديد الكل

version = 3.0.9



????

styles/prosilver/template/ucp_groups_manage.html


???? ??

كود: تحديد الكل

            <th class="mark">{L_MARK}</th>
         </tr>
         </thead>
         <tbody>
      <!-- ELSEIF member.S_APPROVED -->



???? ??

كود: تحديد الكل

         <!-- IF member.S_PENDING_SET -->



?????? ?

كود: تحديد الكل

         <!-- IF S_PENDING_SET -->



????

styles/prosilver/template/ucp_pm_viewmessage_print.html


???? ??

كود: تحديد الكل

   <td colspan="2"><hr class="sep" />{MESSAGE}</td>
</tr>
</table>

<hr width="85%" />



???? ??

كود: تحديد الكل

   The phpBB Group : 2006
//-->




?????? ?

كود: تحديد الكل

???? ??? ?????



???? ??

كود: تحديد الكل

   <td colspan="2" align="center"><span class="gensmall">Powered by phpBB &copy; 2000, 2002, 2005, 2007 phpBB Group<br />http://www.phpbb.com/</span></td>



?????? ?

كود: تحديد الكل

   <td colspan="2" align="center"><span class="gensmall">Powered by phpBB&reg; Forum Software &copy; phpBB Group<br />http://www.phpbb.com/</span></td>



????

styles/prosilver/template/viewforum_body.html


???? ??

كود: تحديد الكل

   <li class="rightside"><a href="{U_MARK_FORUMS}">{L_MARK_FORUMS_READ}</a></li>



?????? ?

كود: تحديد الكل

   <li class="rightside"><a href="{U_MARK_FORUMS}">{L_MARK_SUBFORUMS_READ}</a></li>



???? ??

كود: تحديد الكل

         <form method="post" id="forum-search" action="{S_SEARCHBOX_ACTION}">
         <fieldset>
            <input class="inputbox search tiny" type="text" name="keywords" id="search_keywords" size="20" value="{L_SEARCH_FORUM}" onclick="if (this.value == '{LA_SEARCH_FORUM}') this.value = '';" onblur="if (this.value == '') this.value = '{LA_SEARCH_FORUM}';" />
            <input class="button2" type="submit" value="{L_SEARCH}" />
            <input type="hidden" value="{FORUM_ID}" name="fid[]" />



?????? ?

كود: تحديد الكل

         <form method="get" id="forum-search" action="{S_SEARCHBOX_ACTION}">
         <fieldset>
            <input class="inputbox search tiny" type="text" name="keywords" id="search_keywords" size="20" value="{L_SEARCH_FORUM}" onclick="if (this.value == '{LA_SEARCH_FORUM}') this.value = '';" onblur="if (this.value == '') this.value = '{LA_SEARCH_FORUM}';" />
            <input class="button2" type="submit" value="{L_SEARCH}" />
            {S_SEARCH_LOCAL_HIDDEN_FIELDS}



????

styles/prosilver/template/viewtopic_body.html


???? ??

كود: تحديد الكل

         <form method="post" id="topic-search" action="{S_SEARCHBOX_ACTION}">
         <fieldset>
            <input class="inputbox search tiny"  type="text" name="keywords" id="search_keywords" size="20" value="{L_SEARCH_TOPIC}" onclick="if(this.value=='{LA_SEARCH_TOPIC}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_TOPIC}';" />
            <input class="button2" type="submit" value="{L_SEARCH}" />
            <input type="hidden" value="{TOPIC_ID}" name="t" />
            <input type="hidden" value="msgonly" name="sf" />



?????? ?

كود: تحديد الكل

         <form method="get" id="topic-search" action="{S_SEARCHBOX_ACTION}">
         <fieldset>
            <input class="inputbox search tiny"  type="text" name="keywords" id="search_keywords" size="20" value="{L_SEARCH_TOPIC}" onclick="if(this.value=='{LA_SEARCH_TOPIC}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_TOPIC}';" />
            <input class="button2" type="submit" value="{L_SEARCH}" />
            {S_SEARCH_LOCAL_HIDDEN_FIELDS}



????

styles/prosilver/template/viewtopic_print.html


???? ??

كود: تحديد الكل

<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />



???? ??

كود: تحديد الكل

<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />



?????? ?

كود: تحديد الكل

???? ??? ?????





???? ??

كود: تحديد الكل

<!--
   We request you retain the full copyright notice below including the link to www.phpbb.com.
   This not only gives respect to the large amount of time given freely by the developers
   but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
   the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
   "phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
   forums may be affected.

   The phpBB Group : 2006
//-->
   <div id="page-footer">
      <div class="page-number">{S_TIMEZONE}<br />{PAGE_NUMBER}</div>
      <div class="copyright">Powered by phpBB &copy; 2000, 2002, 2005, 2007 phpBB Group<br />http://www.phpbb.com/</div>



?????? ?

كود: تحديد الكل

   <div id="page-footer">
      <div class="page-number">{S_TIMEZONE}<br />{PAGE_NUMBER}</div>
      <div class="copyright">Powered by phpBB&reg; Forum Software &copy; phpBB Group<br />http://www.phpbb.com/</div>



????

styles/prosilver/theme/colours.css


???? ??

كود: تحديد الكل

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {



?????? ?

كود: تحديد الكل

.pagination span a, .pagination span a:link, .pagination span a:visited {



???? ??

كود: تحديد الكل

   border-color: #368AD2;
   background-color: #368AD2;
   color: #FFF;
}




??? ????

كود: تحديد الكل

.pagination span a:active {
   color: #5C758C;
   background-color: #ECEDEE;
   border-color: #B4BAC0;
}




???? ??

كود: تحديد الكل

   border-bottom-color: #368AD2;
}

.postlink:visited {
   color: #5D8FBD;



???? ??

كود: تحديد الكل

   border-bottom-color: #666666;



?????? ?

كود: تحديد الكل

   border-bottom-color: #5D8FBD;



???? ??

كود: تحديد الكل

.signature a, .signature a:visited, .signature a:active, .signature a:hover {
   background-color: transparent;
}

/* Profile links */
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
   color: #105289;
}

.postprofile a:hover, .postprofile dt.author a:hover {
   color: #D31141;



?????? ?

كود: تحديد الكل

.signature a, .signature a:visited, .signature a:hover, .signature a:active {
   background-color: transparent;
}

/* Profile links */
.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {
   color: #105289;
}

.postprofile a:hover, .postprofile dt.author a:hover {
   color: #D31141;
}

.postprofile a:active {
   color: #105289;



???? ??

كود: تحديد الكل

   background-image: url("{T_IMAGESET_LANG_PATH}/icon_user_online.gif");



?????? ?

كود: تحديد الكل

   background-image: url("{IMG_ICON_USER_ONLINE_SRC}");



????

styles/prosilver/theme/cp.css


???? ??

كود: تحديد الكل

   border: solid 3px transparent;
   border-width: 0 3px;
}

.pmlist li.bg2 {
   border: solid 3px transparent;
   border-width: 0 3px;



?????? ?

كود: تحديد الكل

   padding: 0 3px;
}

.pmlist li.bg2 {
   padding: 0 3px;



???? ??

كود: تحديد الكل

   border: solid 3px #ffffff;
   border-width: 0 3px;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
   border: solid 3px #c2c2c2;
   border-width: 0 3px;   
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
   border: solid 3px #bdbdbd;
   border-width: 0 3px;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {



?????? ?

كود: تحديد الكل

   padding: 0;
   border: solid 3px #ffffff;
   border-width: 0 3px;
}

.pmlist li.pm_replied_colour, .pm_replied_colour {
   padding: 0;
   border: solid 3px #c2c2c2;
   border-width: 0 3px;
}

.pmlist li.pm_friend_colour, .pm_friend_colour {
   padding: 0;
   border: solid 3px #bdbdbd;
   border-width: 0 3px;
}

.pmlist li.pm_foe_colour, .pm_foe_colour {
   padding: 0;



????

styles/prosilver/theme/forms.css


???? ??

كود: تحديد الكل

   width: 80%;
}

#message-box textarea {
   font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;



???? ??

كود: تحديد الكل

   width: 100%;



?????? ?

كود: تحديد الكل

   width: 450px;
   height: 270px;
   min-width: 100%;
   max-width: 100%;



????

styles/prosilver/theme/links.css


???? ??

كود: تحديد الكل

.postlink:visited {
   color: #bdbdbd;
   border-bottom-style: dotted;
   border-bottom-color: #666666;
}



?????? ?

كود: تحديد الكل

/* .postlink:visited { color: #bdbdbd; } */



???? ??

كود: تحديد الكل

.signature a, .signature a:visited, .signature a:active, .signature a:hover {



?????? ?

كود: تحديد الكل

.signature a, .signature a:visited, .signature a:hover, .signature a:active {



???? ??

كود: تحديد الكل

.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {



?????? ?

كود: تحديد الكل

.postprofile a:link, .postprofile a:visited, .postprofile dt.author a {



???? ??

كود: تحديد الكل

}

.postprofile a:hover, .postprofile dt.author a:hover {
   text-decoration: underline;
   color: #d3d3d3;



??? ????

كود: تحديد الكل

}

/* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */
/* See http://www.phpbb.com/bugs/phpbb3/59685 */
.postprofile a:active {
   font-weight: bold;
   color: #898989;
   text-decoration: none;



????

styles/prosilver/theme/print.css


???? ??

كود: تحديد الكل

.postbody a:link, .postbody a:visited, .postbody a:active, .postbody a:hover {



?????? ?

كود: تحديد الكل

.postbody a:link, .postbody a:visited, .postbody a:hover, .postbody a:active {



????

styles/prosilver/theme/theme.cfg


???? ??

???? ??

كود: تحديد الكل

version = 3.0.8



?????? ?

كود: تحديد الكل

version = 3.0.9



????

styles/prosilver/theme/tweaks.css


???? ??

كود: تحديد الكل

}

* html .forumbg table.table1 {
   margin: 0 -2px 0px -1px;
}



??? ????

كود: تحديد الكل

/* Headerbar height fix for IE7 and below */
* html #site-description p {
   margin-bottom: 1.0em;
}

*:first-child+html #site-description p {
   margin-bottom: 1.0em;
}


?????




صورة العضو الرمزية
محمود الديب
عضو فعال
عضو فعال
مشاركات: 1455
اشترك في: الثلاثاء أكتوبر 27, 2009 2:27 pm
مكان: phpbbarabia
اتصال:

??????? ?????????? ?? 3.0.8 ??? 3.0.9

مشاركةبواسطة محمود الديب » السبت أغسطس 13, 2011 1:36 am

subsilver2

????
styles/subsilver2/imageset/imageset.cfg


???? ??

كود: تحديد الكل

version = 3.0.8



?????? ?

كود: تحديد الكل

version = 3.0.9



????
styles/subsilver2/style.cfg


???? ??


كود: تحديد الكل

version = 3.0.8



?????? ?

كود: تحديد الكل

version = 3.0.9



????
styles/subsilver2/template/attachment.html


???? ??

كود: تحديد الكل

         <object id="qtstream_{_file.ATTACH_ID}" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0" width="0" height="16">
            <param name="src" value="{_file.U_DOWNLOAD_LINK}">
            <param name="controller" value="true">
            <param name="autoplay" value="false" />
            <param name="type" value="video/quicktime">
            <embed name="qtstream_{_file.ATTACH_ID}" src="{_file.U_DOWNLOAD_LINK}" pluginspage="http://www.apple.com/quicktime/download/" enablejavascript="true" controller="true" width="0" height="16" type="video/quicktime" autoplay="false">



?????? ?

كود: تحديد الكل

         <object id="qtstream_{_file.ATTACH_ID}" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0" width="320" height="285">
            <param name="src" value="{_file.U_DOWNLOAD_LINK}">
            <param name="controller" value="true">
            <param name="autoplay" value="false" />
            <param name="type" value="video/quicktime">
            <embed name="qtstream_{_file.ATTACH_ID}" src="{_file.U_DOWNLOAD_LINK}" pluginspage="http://www.apple.com/quicktime/download/" enablejavascript="true" controller="true" width="320" height="285" type="video/quicktime" autoplay="false">



????
styles/subsilver2/template/login_body.html


???? ??

كود: تحديد الكل

      var elements = document.getElementsByName("{USERNAME_CREDENTIAL}");



?????? ?

كود: تحديد الكل

      var elements = document.getElementsByName("<!-- IF S_ADMIN_AUTH -->{PASSWORD_CREDENTIAL}<!-- ELSE -->{USERNAME_CREDENTIAL}<!-- ENDIF -->");



????
styles/subsilver2/template/mcp_topic.html


???? ??

كود: تحديد الكل

      <th colspan="3" nowrap="nowrap">{L_MERGE_TOPIC}</th>



?????? ?

كود: تحديد الكل

      <th colspan="3" nowrap="nowrap">{L_MERGE_POSTS}</th>



????
styles/subsilver2/template/memberlist_im.html


???? ??

كود: تحديد الكل

         <td class="row1" colspan="2" align="center"><br /><a class="gen" href="{U_AIM_CONTACT}">{L_IM_ADD_CONTACT}</a><br /><a class="gen" href="{U_AIM_MESSAGE}">{L_IM_SEND_MESSAGE}</a><br /><br /><a class="gensmall" href="http://www.aim.com/download.adp">{L_IM_DOWNLOAD_APP}</a> | <a class="gensmall" href="http://aimexpress.oscar.aol.com/aimexpress/launch.adp?Brand=AIM">{L_IM_AIM_EXPRESS}</a> </td>



?????? ?

كود: تحديد الكل

         <td class="row1" colspan="2" align="center"><br /><a class="gen" href="{U_AIM_CONTACT}">{L_IM_ADD_CONTACT}</a><br /><a class="gen" href="{U_AIM_MESSAGE}">{L_IM_SEND_MESSAGE}</a><br /><br /><a class="gensmall" href="http://www.aim.com">{L_IM_DOWNLOAD_APP}</a> | <a class="gensmall" href="http://www.aim.com/products/express">{L_IM_AIM_EXPRESS}</a> </td>



????
styles/subsilver2/template/overall_footer.html


???? ??

كود: تحديد الكل

<!--
   We request you retain the full copyright notice below including the link to www.phpbb.com.
   This not only gives respect to the large amount of time given freely by the developers
   but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
   the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
   "phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
   forums may be affected.

   The phpBB Group : 2006
//-->

<div id="wrapfooter">
   <!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
   <span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group



?????? ?

كود: تحديد الكل

<div id="wrapfooter">
   <!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
   <span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Group



????
styles/subsilver2/template/overall_header.html


???? ??

كود: تحديد الكل

<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />



???? ??

كود: تحديد الكل

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />



?????? ?

كود: تحديد الكل

???? ??? ?????




???? ??

كود: تحديد الكل

<!-- IF S_USER_PM_POPUP -->
   if ({S_NEW_PM})
   {
      popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg');
   }



?????? ?

كود: تحديد الكل

<!-- IF S_USER_PM_POPUP and S_NEW_PM -->
   popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg');



????
styles/subsilver2/template/posting_body.html


???? ??

كود: تحديد الكل

         <td valign="top" style="width: 100%;"><textarea name="message" rows="15" cols="76" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onfocus="initInsertions();" style="width: 98%;">{MESSAGE}</textarea></td>



?????? ?

كود: تحديد الكل

         <td valign="top" style="width: 100%;"><textarea name="message" rows="15" cols="76" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onfocus="initInsertions();" style="width: 700px; height: 270px; min-width: 98%; max-width: 98%;">{MESSAGE}</textarea></td>



????
styles/subsilver2/template/posting_buttons.html


???? ??

كود: تحديد الكل

      <script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script>



?????? ?

كود: تحديد الكل

      <script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/editor.js"></script>



????
styles/subsilver2/template/posting_smilies.html


???? ??

كود: تحديد الكل

<script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script>



?????? ?

كود: تحديد الكل

<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/editor.js"></script>



????
styles/subsilver2/template/quickreply_editor.html


???? ??

كود: تحديد الكل

         <td class="row2" valign="top" align="left" width="78%"><textarea name="message" rows="7" cols="76" tabindex="3"  style="width: 98%;"></textarea> </td>



?????? ?

كود: تحديد الكل

         <td class="row2" valign="top" align="left" width="78%"><textarea name="message" rows="7" cols="76" tabindex="3"  style="width: 700px; height: 130px; min-width: 98%; max-width: 98%;"></textarea> </td>



????
styles/subsilver2/template/searchbox.html


???? ??

كود: تحديد الكل

<form method="post" name="search" action="{S_SEARCHBOX_ACTION}"><span class="gensmall">{L_SEARCH_FOR}:</span> <input class="post" type="text" name="keywords" size="20" /> <input class="btnlite" type="submit" value="{L_GO}" /></form>



?????? ?

كود: تحديد الكل

<form method="get" name="search" action="{S_SEARCHBOX_ACTION}"><span class="gensmall">{L_SEARCH_FOR}:</span> <input class="post" type="text" name="keywords" size="20" /> <input class="btnlite" type="submit" value="{L_GO}" />{S_SEARCH_LOCAL_HIDDEN_FIELDS}</form>



????
styles/subsilver2/template/simple_footer.html


???? ??

كود: تحديد الكل

<!--
   We request you retain the full copyright notice below including the link to www.phpbb.com.
   This not only gives respect to the large amount of time given freely by the developers
   but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
   the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
   "phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
   forums may be affected.

   The phpBB Group : 2006
//-->

<div id="wrapfooter">
   <span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group</span>



?????? ?

كود: تحديد الكل

<div id="wrapfooter">
   <span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Group</span>


????
styles/subsilver2/template/simple_header.html


???? ??

كود: تحديد الكل

<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />



???? ??

كود: تحديد الكل

<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />



?????? ?

كود: تحديد الكل

???? ??? ?????




????
styles/subsilver2/template/template.cfg


???? ??

كود: تحديد الكل

version = 3.0.8



?????? ?

كود: تحديد الكل

version = 3.0.9



????
styles/subsilver2/template/ucp_pm_viewmessage_print.html


???? ??

كود: تحديد الكل

   <td colspan="2"><hr class="sep" />{MESSAGE}</td>
</tr>
</table>

<hr width="85%" />



???? ??

كود: تحديد الكل

   The phpBB Group : 2006
// -->




?????? ?

كود: تحديد الكل

???? ??? ?????




???? ??

كود: تحديد الكل

   <td colspan="2" align="center"><span class="gensmall">Powered by phpBB &copy; 2000, 2002, 2005, 2007 phpBB Group<br />http://www.phpbb.com/</span></td>



?????? ?

كود: تحديد الكل

   <td colspan="2" align="center"><span class="gensmall">Powered by phpBB&reg; Forum Software &copy; phpBB Group<br />http://www.phpbb.com/</span></td>



????
styles/subsilver2/template/viewtopic_body.html


???? ??

كود: تحديد الكل

               <td class="gensmall" width="100%"><div style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<b>{L_POST_SUBJECT}:</b> {postrow.POST_SUBJECT}</div><div style="float: {S_CONTENT_FLOW_END};"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF --><b>{L_POSTED}:</b> {postrow.POST_DATE}&nbsp;</div></td>



?????? ?

كود: تحديد الكل

               <td class="gensmall" width="100%"><div style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<b>{L_POST_SUBJECT}:</b> <a href="#p{postrow.POST_ID}">{postrow.POST_SUBJECT}</a></div><div style="float: {S_CONTENT_FLOW_END};"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF --><b>{L_POSTED}:</b> {postrow.POST_DATE}&nbsp;</div></td>



????
styles/subsilver2/template/viewtopic_print.html


???? ??

كود: تحديد الكل

   </tr>
   </table>
<!-- END postrow -->

<hr width="85%" />



???? ??

كود: تحديد الكل

   The phpBB Group : 2006
// -->




?????? ?

كود: تحديد الكل

 ???? ??? ?????




???? ??

كود: تحديد الكل

   <td colspan="2" align="center"><span class="gensmall">Powered by phpBB &copy; 2000, 2002, 2005, 2007 phpBB Group<br />http://www.phpbb.com/</span></td>



?????? ?

كود: تحديد الكل

   <td colspan="2" align="center"><span class="gensmall">Powered by phpBB&reg; Forum Software &copy; phpBB Group<br />http://www.phpbb.com/</span></td>



????
styles/subsilver2/theme/stylesheet.css


???? ??

كود: تحديد الكل

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
   margin: 1px 0;
   color: red;
   font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {



?????? ?

كود: تحديد الكل

.postreported, .postreported a:link, .postreported a:visited, .postreported a:hover, .postreported a:active {
   margin: 1px 0;
   color: red;
   font-weight:bold;
}

.postapprove, .postapprove a:link, .postapprove a:visited, .postapprove a:hover, .postapprove a:active {



???? ??

كود: تحديد الكل

.rtl a {
   direction: rtl;
   unicode-bidi: embed;
}




??? ????

كود: تحديد الكل

/* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */
/* See http://www.phpbb.com/bugs/phpbb3/59685 */



???? ??

كود: تحديد الكل

a:link {
   color: #006597;
   text-decoration: none;
}




???? ??

كود: تحديد الكل

a:active,



?????? ?

كود: تحديد الكل

 ???? ??? ?????



???? ??

كود: تحديد الكل

a:hover {
   color: #D46400;
   text-decoration: underline;
}




??? ????

كود: تحديد الكل

a:active {
   color: #005784;
   text-decoration: none;
}



????
styles/subsilver2/theme/theme.cfg


???? ??

كود: تحديد الكل

version = 3.0.8


?????? ?

كود: تحديد الكل

version = 3.0.9


?????

A.B.M.K
مشرف سابق
مشرف سابق
مشاركات: 2421
اشترك في: الجمعة يوليو 10, 2009 5:19 pm
مكان: Germany
اتصال:

??????? ?????????? ?? 3.0.8 ??? 3.0.9

مشاركةبواسطة A.B.M.K » السبت أغسطس 13, 2011 4:27 am

???? ???? ??? ??? ??????? ??????

???? ?????
قائمة بالهاكات التي عربتها
http://www.al-yemen.de/bb

يسعدني و يشرفني ان اقوم بمساعدتك
*********************************
*** انا اقوم دائماً بالبحث عن حل لمشكلتك و اجيبك في اسرع وقت
*** اسمي : مــــــــــحـــــــــــرك الـــــــــبـــحـــــــث
*** اتمنى ان تجد حل لمشكلتك او اسفسارك في اسرع وقت
*********************************

صورة العضو الرمزية
ابو عبد الودود
عضو فعال
عضو فعال
مشاركات: 785
اشترك في: الاثنين سبتمبر 07, 2009 3:05 pm
مكان: ارض الله
اتصال:

??????? ?????????? ?? 3.0.8 ??? 3.0.9

مشاركةبواسطة ابو عبد الودود » الأحد أغسطس 14, 2011 12:20 pm

????? ??? ? ???? ??? ????? ???? ? ??? ?? ??????
? ???? ??????? ???? ?? ???? ?? ??? ?????? ????? ?????

??? ??? ??????? ?? ??? ??????? ???? ??? ?? ?????? ??????? ??? ???????? ? ???????? ??? ????? ?? ???????

?? ??? ??????? ????? ??????? ???? ???

????? ???? ????? ??? ?????? ?????? ???????

صورة العضو الرمزية
محمود الديب
عضو فعال
عضو فعال
مشاركات: 1455
اشترك في: الثلاثاء أكتوبر 27, 2009 2:27 pm
مكان: phpbbarabia
اتصال:

??????? ?????????? ?? 3.0.8 ??? 3.0.9

مشاركةبواسطة محمود الديب » الأحد أغسطس 14, 2011 1:30 pm

??? ??? ?????? كتب:????? ??? ? ???? ??? ????? ???? ? ??? ?? ??????
? ???? ??????? ???? ?? ???? ?? ??? ?????? ????? ?????

??? ??? ??????? ?? ??? ??????? ???? ??? ?? ?????? ??????? ??? ???????? ? ???????? ??? ????? ?? ???????

?? ??? ??????? ????? ??????? ???? ???

????? ???? ????? ??? ?????? ?????? ???????


??????? ???? ??? ?? ????? ????? ???? ??? ???????? ?? ??????? :)

صورة العضو الرمزية
ابو عبد الودود
عضو فعال
عضو فعال
مشاركات: 785
اشترك في: الاثنين سبتمبر 07, 2009 3:05 pm
مكان: ارض الله
اتصال:

??????? ?????????? ?? 3.0.8 ??? 3.0.9

مشاركةبواسطة ابو عبد الودود » الأحد أغسطس 14, 2011 1:37 pm

???? ???? ??? ???? ?????? ??? ??????? ???? ??????? ???? ???? ?? ???? ?????? ????? ?????
?? ??? ??????
???? ???? ??? ????? ?????? ???????

صورة العضو الرمزية
ياسر عتريس
عضو فعال
عضو فعال
مشاركات: 508
اشترك في: الجمعة سبتمبر 16, 2005 10:27 am
مكان: حدوتة
اتصال:

??????? ?????????? ?? 3.0.8 ??? 3.0.9

مشاركةبواسطة ياسر عتريس » الأحد أغسطس 14, 2011 3:53 pm

??? ??? ???? ???? ????? :)

????? ???? ??? ???? ;)
موقع حدوتة
http://www.hadota.com
----------------------------------------
موقع حدوتة نت
http://www.hadota.net

صورة العضو الرمزية
محمود الديب
عضو فعال
عضو فعال
مشاركات: 1455
اشترك في: الثلاثاء أكتوبر 27, 2009 2:27 pm
مكان: phpbbarabia
اتصال:

??????? ?????????? ?? 3.0.8 ??? 3.0.9

مشاركةبواسطة محمود الديب » الأحد أغسطس 14, 2011 4:09 pm

??? ??? ???? ???? ????? :) [code][/code] :lol: :lol: :lol:

????? ??? ????? ??????


العودة إلى ”الاستايلات [ ×.3.0 ]“

الموجودون الآن

المتصفحون للمنتدى الآن: لا يوجد أعضاء مسجلين متصلين وزائر واحد