|
Re: Как выстроить блок Login сверху в линейку?
|
||||
|---|---|---|---|---|
|
Just popping in
![]()
|
редактируй шаблон этого блока.
Posted on: 2003/7/4 9:16
|
|||
|
||||
|
ччч
|
||||
|---|---|---|---|---|
|
Just popping in
![]()
|
Да в том то и дело что это не блок а Хедер
А как я эти кнопки в хедер встрою?
Posted on: 2003/7/4 12:41
|
|||
|
||||
|
Re: ччч
|
||||
|---|---|---|---|---|
|
Just popping in
![]()
|
Догадаться чтоли неможешь ??? возьми всё что надо тебе из этого блока и вставь в theme.html , фантазируй и всё будет
Posted on: 2003/7/4 14:00
|
|||
|
||||
|
на тему фантазий
|
||||
|---|---|---|---|---|
|
Just popping in
![]()
|
Пусть для начала сделает клон любой темы и над ней поэкспериментирует!
Posted on: 2003/7/11 7:18
|
|||
|
||||
|
Re: ччч
|
||||
|---|---|---|---|---|
|
Just popping in
![]() |
глянь на http://wasabi.dizenteria.ru если ты об этом то закину исходник.
Posted on: 2003/7/23 12:59
|
|||
|
||||
|
ВСТАВЬ ВОТ ЭТТО КОД
|
||||
|---|---|---|---|---|
|
Just popping in
![]()
|
Вставь вот этот код (тут таблица)
вот вставь ее куда нужно, хочешь в полоску на сайте. и будет тебе что хотел ------- <table cellspacing=0 class="main" style="margin-top:0px; margin-bottom:0px; vertical-align:middle;" width="100%" cellpadding="0"> <tr> <td id="headerbarL" width="83%" nowrap> <div> <{if !$xoops_isuser}> <form action="<{$xoops_url}>/user.php" method="post"> Ïîëüçîâàòåëü: <input type='text' name='uname' value='' size=9 class='boite' onMouseOut="this.style.backgroundColor='white'"onMouseOver="this.style.backgroundColor='#E6E6E6'"/> Ïàðîëü : <input class="boite" type="password" size="8" name="pass" onMouseOut="this.style.backgroundColor='white'"onMouseOver="this.style.backgroundColor='#E6E6E6'"/> <input type="hidden" name="op" value="login" /> <input type="submit" class="boutonvert" value="Âõîä >>>" name="submit" /> <input type="Button" class="boutonorange" value="Ðåãèñòðàöèÿ >>>" onClick="location.href='<{$xoops_url}>/register.php';" name="Button"/> </form> <{else}> <right> <div align="right"> <script language="JavaScript"> function setCookie(name, value) { var expires=60*60*24; var path="/"; var todaydate=new Date(); var domain=".boom.ru"; var expdate=new Date(todaydate.getTime()+expires*1000); var curCookie = name + "=" + escape(value) + "; expires=" + expdate.toGMTString() + "; domain=" + domain + ((path) ? "; path=" + path : ""); return curCookie; } function getCookie(name) { var prefix = name + "=" var cookieStartIndex = document.cookie.indexOf(prefix) if (cookieStartIndex == -1) return ""; var cookieEndIndex = document.cookie.indexOf(";", cookieStartIndex + prefix.length) if (cookieEndIndex == -1) cookieEndIndex = document.cookie.length return unescape(document.cookie.substring(cookieStartIndex + prefix.length, cookieEndIndex)) } </script> <{foreach item=block from=$xoops_lblocks}> <{if $block.title == "User Menu"}> <{$block.content}> <{/if}> <{/foreach}> <{/if}></div> </div> </td> </tr> </table> вот как у меня http://www.anestudents.ru
Posted on: 2003/7/23 19:35
|
|||
|
||||

