Заработов в интернете
[ Новые сообщения · Участники · Правила форума · Поиск · RSS ]
  • Страница 1 из 1
  • 1
Дизайн студия. http://studio-games.3dn.ru/ » Для Ucoz и фотошопа » Скрипты » Форма входа и профиль в одном НОВОЕ
Форма входа и профиль в одном НОВОЕ
re4qДата: Суббота, 17.10.2009, 23:03 | Сообщение # 1
Подполковник
Группа: Пользователи
Сообщений: 134
Награды: 0
Репутация: 0
Статус:
Отличный мини профиль для вашего сайта на uCoz

Форма входа пользователя заменяем всё на:

Code
<?if($PAGE_ID$="login")?><div style="width:180px;"><?endif?>      
<table border="0" cellspacing="1" cellpadding="0" width="100%">      
<center>Привет, <b>Гость</b>      

           
<img src="/loginformicons/noavatar.gif" border="0">      
</p>Гость, мы рады вас видеть. Пожалуйста зарегистрируйтесь или авторизуйтесь!</center>      
<?if($ERROR$)?><td colspan="2" style="color:red;text-align:center;">$ERROR$</td><?endif?>      
<tr><td><img style="padding-right: 5px; padding-bottom: 12px;" src="/loginformicons/key.png" border="0"></td><td><style type="text/css">.uLogBlock {margin:0;padding:2px;clear:both;}.uLogDescr,.uLogRem {float:left;}.uLogField,.uLogSbm {float:right;}</style>      
<dl class="uLogBlock"><div class="uLogDescr">      
<a href="javascript://" onclick="new _uWnd('HelpWd','Помощник',360,150,{align:'justify'},{url:'http://xusers.at.ua/index/90-7'}); return false;" class="noun">Email</a>:</div><div class="uLogField"><input class="login" name="user" value="" size="20" style="width: 100px;" maxlength="25" type="text"></div></dl>      
<dl class="uLogBlock"><div class="uLogDescr" id="uld2">Пароль</div><div class="uLogField" id="ulf2"><input class="pass" name="password" size="20" style="width: 100px;" maxlength="15" type="password"></div></dl>      
</table>      
<table border="0" cellspacing="1" cellpadding="0" width="100%">      
<tr><td nowrap><input id="rem$PAGE_ID$" type="checkbox" name="rem" value="1" checked /><label for="rem$PAGE_ID$">запомнить</label> <?if($PAGE_ID$="login")?>   
<input id="hid$PAGE_ID$" type="checkbox" name="hidden" value="1" /><label for="hid$PAGE_ID$">скрытый</label><?endif?></td><td align="right" valign="top"><input class="loginButton" name="sbm" type="submit" value="Вход" /></td></tr>      
<tr><td colspan="2"><div style="font-size:7pt;text-align:center;"><a href="$REMINDER_LINK$">Забыл пароль</a> | <a href="$REGISTER_LINK$">Регистрация</a></div></td></tr>      
</table>      
<?if($PAGE_ID$="login")?></div><?endif?>

Идём в блоки,находим:
Code
<?if($LOGIN_FORM$)?>      
<table border="0" cellpadding="0" cellspacing="0" width="203">      
<tr><td height="25" class="ntb"><b><!-- <bt> --><!--<s5207>-->Форма входа<!--</s>--><!-- </bt> --></b></td></tr>      
<tr><td class="ctb"><!-- <bc> -->$LOGIN_FORM$<!-- </bc> --></td></tr>      
<tr><td height="4" class="ntb"></td></tr>      
</table><br>      
<?endif?>

Заменяем на:
Code
<table border="0" cellpadding="0" cellspacing="0" width="203">      
<tr><td height="25" class="ntb"><b><!-- <bt> --><!--<s5158>--><?if($LOGIN_FORM$)?>Форма входа<?else?>Мини профиль<?endif?><!--</s>--><!-- </bt> --></b></td></tr>      
<tr><td class="ctb"><!-- <bc> -->      
<?if($LOGIN_FORM$)?>      
$LOGIN_FORM$      
<?else?>      
<table border="0" cellpadding="0" cellspacing="0" width="100%">      
<tr><td class="InfoTable">      
Привет, <b>$USERNAME$</b><br>      
Ваш IP: <b>$IP_ADDRESS$</b><br>      
Вы в группе: <b>$USER_GROUP$<img src="/groupsicons/$GROUP_ID$.gif" border="0" alt="" /></b><br>      
</td></tr></table><br>      
<table border="0" cellpadding="0" cellspacing="0" width="100%">      
<tr><td class="InfoTable">      
<center>      
<?if($USER_AVATAR_URL$)?><img src="$USER_AVATAR_URL$" border="0" alt="Ваш аватар" />      
<?else?><img src="/loginformicons/noavatar.gif" border="0" alt="У вас нет аватара!" />      
<?endif?><center>      
</td></tr></table>      
<br>      
<a class="plink" title="Прочитать личные сообщения" target="_blank" href="$PM_URL$">Личные сообщения(новых <b>$UNREAD_PM$</b>)</a><br>      
<a class="plink" title="Перейти к личному профилю" href="$PERSONAL_PAGE_LINK$">Личная страница</a><br>      
<a class="plink" title="Изменить данные пользователя" href="/index/11">Настройки профиля</a><br>      
<a class="plink" title="Выйти из пользователя" href="$LOGOUT_LINK$"><img src="http://www.iconfinder.net/data/icons/humano2/16x16/actions/application-exit.png" border="0" alt="" /> Выход</a><br>      
<?endif?>      
<!-- </bc> --></td></tr>      
<tr><td height="4" class="ntb"></td></tr>      
</table><br>

в css
Code
a.plink:link,a.plink:visited,a.plink:active {display: block; width: 95%; text-decoration: none;padding: 3px 4px 3px 4px;background: #FFFFFF;color: #aaaaaa;border:1px solid #6E6E6E; }      

a.plink:hover {display: block; width: 95%; text-decoration: none;padding: 3px 4px 3px 4px;background: #f7f7f7;color: #444444;border:1px solid #565656; }      

.InfoTable {border:1px solid #6E6E6E;font-family:Verdana,Tahoma,Arial,Sans-Serif;color:#6E6E6E;padding:5px;text-align:left;background:#f7f7f7;font-size:7pt;}      
/* Пароль */      
.pass {      
border:1px solid #6E6E6E;      
padding: 2px;      
text-align: center;      
font-size: 10px;      
margin: 0px;      
width: 60%;      
background: url('http://xusers.at.ua//loginformicons/pass.gif') no-repeat;#F3F3F3;      
color: #000000;      
cursor: pointer;      
letter-spacing: 0px;      
font-family: verdana;      
}      
/* Пароль */      

/* Имэйл */      
.login {      
border:1px solid #6E6E6E;      
padding: 2px;      
text-align: center;      
font-size: 10px;      
margin: 0px;      
width: 60%;      
background: url('http://xusers.at.ua//loginformicons/login.gif') no-repeat;#F1F1F1;      
color: #000000;      
cursor: pointer;      
letter-spacing: 0px;      
font-family: verdana;      
}      

/* Имэйл */      

/* Главные таблицы шаблона */      
.ntb{background:#6E6E6E;padding-left:15px;color:#FFFFFF}      
.ctb{background:#f7f7f7;padding:5px;border:1px solid #6E6E6E;}      
.ltb{background:#FFFFFF;color:#FFFFFF}      
/* Главные таблицы шаблона */      

/* Кнопка входа*/      
.loginButton{      
border:1px solid #6E6E6E;      
padding: 3px;      
text-align: center;      
font-size: 10px;      
margin: 0px;      
width: 100%;      
background:#F3F3F3;      
color: #000000;      
cursor: pointer;      
letter-spacing: 0px;      
font-family: verdana;      
}      
.loginButton:hover {      
border:1px solid #c0c0c0;      
padding: 3px;      
text-align: center;      
font-size: 10px;      
margin: 0px;      
width: 100%;      
background:#6E6E6E;      
color: #F3F3F3;      
cursor: pointer;      
letter-spacing: 0px;      
font-family: verdana;      
}
 
DavQuoffДата: Четверг, 01.06.2017, 17:12 | Сообщение # 2
Рядовой
Группа: Пользователи
Сообщений: 9
Награды: 0
Репутация: 0
Статус:
Priligy Diarrea http://buyac.xyz/purchase-accutane-online.php - Purchase Accutane Online Cialis Online Cheap Costo Viagra Ricetta http://need-to-order-cialis.BuyCial.com - Need To Order Cialis Viagra Kaufen Auf Rechnung Ohne Rezept Zithromax 1gm http://buy-cialis-online.cial5mg.com - Buy Cialis Online Cozaar 50 Mg Without A Script Achat Levitra Pro http://buyclomiphene1.xyz/clomid-order.php - Clomid Order Online Viagra Pharmacy Buying Levitra Online http://propecia.ccrpdc.com/buying-propecia-online.php - Buying Propecia Online Singapore Online Store Drug Cialis Interdit Belgique http://al7.xyz/buy-orlistat-online.php - Buy Orlistat Online Cialis 10 Prix Viagra Cialis Generico http://doxyc.xyz/cheap-vibramycin-sales.php - Cheap Vibramycin Sales Viagra Dosis Precio Andrologia Levitra http://buyclomiphene1.xyz/compra-clomid-online.php - Compra Clomid Online Viagrawithout A Prescription Viagra For Cheap http://cheap-generic-cialis.cial5mg.com - Cheap Generic Cialis Buy Metoprolol Without Scrop Where Is Priligy Sold http://zol1.xyz/low-cost-zoloft-online.php - Low Cost Zoloft Online Levitra Tabletten Nebenwirkungen Buy Valtrex In Thailand http://5553pill.xyz/cheap-vibramycin-online.php - Cheap Vibramycin Online Cialis Frankreich Kaufen Viagra Cane http://zithro.xyz/cheap-cheap-zithromax.php - Cheap Cheap Zithromax Isotretinoin order Mail Order Real Elocon Mastercard Accepted http://leviusa.com - free levitra samples Genericviagra4 Cheap Tadacip From Holland http://bestindonline.xyz/cheap-propranolol.php - Cheap Propranolol Purehands Dove Si Compra Il Viagra http://buycheapdapoxonline.xyz/purchase-dapoxetine-online.php - Purchase Dapoxetine Online Propecia Elezioni Buy Xenical And Reductil http://furos.xyz/map.php - Lasix Cheapest Anagen Levitra Ventes Cialis Andorre http://cytobuy.xyz/generic-cytotec-usa.php - Generic Cytotec Usa Propecia Pills For Sale Tadalafil Side Effects http://sildenaf.xyz/viagra-price.php - Viagra Price Fedex Isotretinoin 10mg Cash Delivery Amex Accepted Viagra Generico Miglior Prezzo http://viaprices.com - viagra Cephalexin Capsule 250 Cialis 10 E 20 Mg Prezzi http://accutane.ccrpdc.com/cheap-accutane.php - Cheap Accutane Comprar Cialis 10 O 20 Mg Tab Provera Triclofem Amenorrhoea On Sale Website Poole http://amox1.xyz/order-cheap-amoxil.php - Order Cheap Amoxil Purchase Isotretinoin Price Where Can I Buy Orlistat In Us http://probuy1.xyz - Buy Prozac Nexium Online Canada Kamagra Sans Ordonnance En Ligne http://cyto1.xyz/online-cytotec.php - Online Cytotec Ciprofloxacin Crystalluria Medicine Cialis Best Sellers Catalog http://amoxi.xyz/order-cheap-amoxil.php - Order Cheap Amoxil Osu Viagra Precio Farmacia Kamagra En Belgique http://amox1.xyz/internet-order-amoxil.php - Internet Order Amoxil Dental Abcess And Amoxicillin Cialis Serios Bestellen http://amoxi.xyz/amoxicillin-buy.php - Amoxicillin Buy Side Effects Of Amoxicillin 500mg Tablet Buy Cialis Online Us Pharmacy http://levicost.com - no prescription needed for levitra Order Viagra Overnight Over The Counter Ed Meds Canada http://levicost.com - low cost levitra Cialis Sans Effet shipped ups on line isotretinoin 10mg in usa http://zol1.xyz/zoloft-to-buy.php - Zoloft To Buy Amoxicillin Powered By Phpbb Viagra En Murcia http://cialusa.com - cialis online Kamagra Paypal Uk Generique Tadalis Sx Canada http://sildenaf.xyz/viagra-pills.php - Viagra Pills Viagra Et Dapoxetine Were To Buy Levothyroxine http://levi1.xyz/best-levitra-price.php - Best Levitra Price Cephalexin For Dogs Side Effects Direct Progesterone Medication Mastercard Pharmacy http://prope1.xyz/propecia-pills-for-sale.php - Propecia Pills For Sale Lisinopril Mail Order Buy Kamagra Uk With Mastercard http://buyzithro.xyz/zithromax-online-store.php - Zithromax Online Store Amoxil For Ear Infections Buy Keflex No Script http://las1.xyz/lasix-cost.php - Lasix Cost Danazol Deust Cytotechnologie http://clom1.xyz/clomiphene-tablet.php - Clomiphene Tablet Prix Du Cytotec Viagra 100 Mg Best Price http://buynolva.xyz/best-site-to-buy-nolvadex.php - Best Site To Buy Nolvadex Kamagra Cialis Viagra Bestellen Immune To Amoxicillin http://5553pill.xyz/fast-delivery-vibramycin.php - Fast Delivery Vibramycin Priligy Andorra Side Effects Log Term Amoxicillin http://5553pill.xyz/antibiotic-doxycycline.php - Antibiotic Doxycycline Vendita Propecia Viagra Pfizer 100 Mg Beipackzettel http://antab1.xyz/cheap-antabuse-usa.php - Cheap Antabuse Usa Discount Clobetasol Purchasing In Internet On Line Rochdale Buy Cheap Generic Valtrex http://furos.xyz/cheap-lasix-order.php - Cheap Lasix Order Cialis Online Ohne Rezept Viagra En Europa http://deltas.xyz/cheap-deltasone-for-sale.php - Cheap Deltasone For Sale Arimidex For Sale Us Levitra Zutaten http://cytobuy.xyz/cytotec-online-usa.php - Cytotec Online Usa Support Order Cs Kamagra Gelee http://leviusa.com - buy levitra professional online Cialis Le Tadacip Side Effects Of Cephalexin Antibiotics http://al7.xyz/xenical-free-trial.php - Xenical Free Trial Viagra Originalverpackung Acheter Cialis Ligne Pas Cher http://kama1.xyz/internet-order-kamagra.php - Internet Order Kamagra Pinworm Medicine Vermin Order Levitra At Walmart http://las1.xyz/order-lasix-in-usa.php - Order Lasix In Usa Cialis Brulure D'Estomac Diclofenac Sodium 50mg Buy http://cyto1.xyz/cytotec-free-trial.php - Cytotec Free Trial Buy Synthroid Using Paypal Isotretinoin usa price quick shipping http://las1.xyz/map.php - Lasix Online Store Who Invented Amoxicillin

Viagra Somministrazione Buy Vardenafil 10mg Chlamydia Keflex
 
Дизайн студия. http://studio-games.3dn.ru/ » Для Ucoz и фотошопа » Скрипты » Форма входа и профиль в одном НОВОЕ
  • Страница 1 из 1
  • 1
Поиск: