تسجيل الدخول من الصفخة الرئيسية (باستخدام jquery )
المشرفون: alhitary،طاقم الإضافات
????? ?????? ?? ?????? ???????? (???????? jquery )
?????? ?????
???? ????? ??? ???? ??????? ??? ???????? ???? ??????? ??????? ????? ??????? ???????
??? ??? ?????? ?????? ?? ??????? ?????? ?? ????? ?????? ??????? ????? ?????? ?? ?????? ???????? ?? ?? ???? ???? ????? ???????
???? ?????? ????? ???? ???? ???????? ?????? ??????? ???? ???????? ???? ??????? ?? ?? phpbb3 ??????
??????? ... ?? ??? ?? ?????? ???? ????? ??? ???? ?????? ??? ???? ??????
??? ?????? ?? ????????
??? ????? ?????? ???? ???? ???? ????? ??? ????? ????? ?????? ?????
.
.
.
.
????? ????
???
???????
???
?? ????? ?? ????????? ??? ???
??? ?? ??? ???? ???? ????? ?? ??????? ?????
???? ????? ??? ?? ??????? ????? ???? ??? ???????? ?? ???????
???????? ??????
???? ????? ??? ???? ??????? ??? ???????? ???? ??????? ??????? ????? ??????? ???????
??? ??? ?????? ?????? ?? ??????? ?????? ?? ????? ?????? ??????? ????? ?????? ?? ?????? ???????? ?? ?? ???? ???? ????? ???????
???? ?????? ????? ???? ???? ???????? ?????? ??????? ???? ???????? ???? ??????? ?? ?? phpbb3 ??????
??????? ... ?? ??? ?? ?????? ???? ????? ??? ???? ?????? ??? ???? ??????
??? ?????? ?? ????????
??? ????? ?????? ???? ???? ???? ????? ??? ????? ????? ?????? ?????
.
.
.
.
????? ????
???
???????
???
?? ????? ?? ????????? ??? ???
??? ?? ??? ???? ???? ????? ?? ??????? ?????
???? ????? ??? ?? ??????? ????? ???? ??? ???????? ?? ???????
???????? ??????
-
- مشرف سابق
- مشاركات: 669
- اشترك في: الثلاثاء يناير 19, 2010 5:32 pm
- مكان: سوريا بقلب مدينة حلب
- اتصال:
????? ?????? ?? ?????? ???????? (???????? jquery )
????? ??? ...
???? ????? ??? ???????? ??? ??? ????? ?????? ..
??????? ??????? ????????
???? ????? ??? ???????? ??? ??? ????? ?????? ..
??????? ??????? ????????
????? ?????? ?? ?????? ???????? (???????? jquery )
???? ??? ??????? ?? ????
?? ?? ????? ?? ????????
?? ???? ??? ?? ???? ???? ?? ???????
????? ????????
????
?? ?? ????? ?? ????????
?? ???? ??? ?? ???? ???? ?? ???????
????? ????????
????
- المرفقات
-
- mathsmak.com_sliding_phpbb3login.zip
- (55.58 KiB) حُمِّل 672 مرةً
????? ?????? ?? ?????? ???????? (???????? jquery )
???? ??? ?????
???? ?? ??? ????? ???????????!!!!
???? ?? ??? ????? ???????????!!!!
منتدى النفط والغاز
http://www.oil.x10.mx
????? ?????? ?? ?????? ???????? (???????? jquery )
???? ????? ???????
منتدى النفط والغاز
http://www.oil.x10.mx
????? ?????? ?? ?????? ???????? (???????? jquery )
?? ??? ?????aldambi كتب:???? ????? ???????
???? ??? ??? index.html
كود: تحديد الكل
<!--
Copyright 2009 Jeremie Tisseau
"Sliding Login Panel with jQuery 1.3.2" is distributed under the GNU General Public License version 3:
http://www.gnu.org/licenses/gpl-3.0.html
-->
<!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" xml:lang="en" lang="en">
<head>
<title>mathsmak.com</title>
<meta name="description" content="Demo of a Sliding Login Panel using jQuery 1.3.2" />
<meta name="keywords" content="jquery, sliding, toggle, slideUp, slideDown, login, login form, register" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<!-- stylesheets -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/slide.css" type="text/css" media="screen" />
<!-- PNG FIX for IE6 -->
<!-- http://24ways.org/2007/supersleight-transparent-png-in-ie6 -->
<!--[if lte IE 6]>
<script type="text/javascript" src="js/pngfix/supersleight-min.js"></script>
<![endif]-->
<!-- jQuery - the core -->
<script src="js/jquery-1.3.2.min.js" type="text/javascript"></script>
<!-- Sliding effect -->
<script src="js/slide.js" type="text/javascript"></script>
</head>
<body>
<!-- Panel -->
<div id="toppanel">
<div id="panel">
<div class="content clearfix">
<div class="left">
MATHSMAK.COM</div>
<div class="left">
<!-- Login Form -->
<form class="clearfix" action="../forum/ucp.php?mode=login" method="post">
<h1>????? ??????</h1>
<label class="grey" for="username"> ??? ????????</label>
<input class="field" type="text" name="username" id="username" size="10" title="Username" />
<label class="grey" for="password"> ???? ??????</label>
<input class="field" type="password" name="password" id="password" size="10" title="Password" />
<label class="grey" for="autologin"> <input type="checkbox" name="autologin" id="autologin" />?????? ??????? </label>
<input class="field" type="submit" name="login" value="????? ??????" />
<input class="field" type="hidden" name="redirect" value="http://www.mathsmak.com/forum" />
</form>
</div>
<div class="left right">
<!-- Register Form -->
<!-- <form action="#" method="post">
<h1>Not a member yet? Sign Up!</h1>
<label class="grey" for="signup">Username:</label>
<input class="field" type="text" name="signup" id="signup" value="" size="23" />
<label class="grey" for="email">Email:</label>
<input class="field" type="text" name="email" id="email" size="23" />
<label>A password will be e-mailed to you.</label>
<input type="submit" name="submit" value="Register" class="bt_register" />
</form> -->
</div>
</div>
</div> <!-- /login -->
<!-- The tab on top -->
<div class="tab">
<ul class="login">
<li class="left"> </li>
<li>????? ??</li>
<li class="sep">|</li>
<li id="toggle">
<a id="open" class="open" href="#">????? ??????</a>
<a id="close" style="display: none;" class="close" href="#">?????</a>
</li>
<li class="right"> </li>
</ul>
</div> <!-- / top -->
</div> <!--panel -->
?? ??? ????? ???????? ??? ???? ????? ??? <body> </body>
</body>
</html>
-
- مشرف سابق
- مشاركات: 669
- اشترك في: الثلاثاء يناير 19, 2010 5:32 pm
- مكان: سوريا بقلب مدينة حلب
- اتصال:
????? ?????? ?? ?????? ???????? (???????? jquery )
????? ???? ??????? ????????? 

????? ?????? ?? ?????? ???????? (???????? jquery )
??????????
????? ????
?? ???? ?????
??? ?? ???? ???? ???? ??? ????? ???????
???? ???? ???
????? ????
?? ???? ?????
??? ?? ???? ???? ???? ??? ????? ???????
???? ???? ???
رابط الموقع : http://www.3rabfon.com/forum/index.php
????? ?????? ?? ?????? ???????? (???????? jquery )
????? ???? ???? .. ???????? ??? ...
????? ???????? ?? ?????? ???????? ??? ???? ?????? ???? ???????? ?? ????? ?????? ?????? ???? ...
????? ???????? ?? ?????? ???????? ??? ???? ?????? ???? ???????? ?? ????? ?????? ?????? ???? ...
الموجودون الآن
المتصفحون للمنتدى الآن: لا يوجد أعضاء مسجلين متصلين و 8 زوار