Jump to content

Авторизация в шапке


montuk
 Share

Recommended Posts

Помогите перенести авторизацию из бокового блока в шапку справа. Как на картинке В общем

Untitled-1.jpg

main.tpl


<!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="ru" lang="ru">
<head>
{headers}
<link rel='stylesheet' href='{THEME}/css/main.css' type='text/css' />
<link rel='stylesheet' href='{THEME}/css/tools.css' type='text/css' />
<link rel='stylesheet' href='{THEME}/css/blocks.css' type='text/css' />
<link rel='stylesheet' href='{THEME}/css/base.css' type='text/css' />
<link rel='stylesheet' href='{THEME}/css/engine.css' type='text/css' />
<link rel="shortcut icon" href="{THEME}/images/favicon.ico" />
</head>
<body class="pagebg">
{AJAX}
<script type="text/javascript">
$(function () {
var tabContainers = $('div.tabsContent > div');
tabContainers.hide().filter(':first').show();

$('div.tabsContent ul.tabNavigation a').click(function () {
tabContainers.hide();
tabContainers.filter(this.hash).show();
$('div.tabsContent ul.tabNavigation a').removeClass('selected');
$(this).addClass('selected');
return false;
}).filter(':first').click();
});
</script>
<div class="topheader">
<a href="/index.php" title="korkinocity.ru"><img src="{THEME}/images/ban_900x60.gif" alt="korkinocity.ru" /></a>
</div>
<div class="headerblue">
<div class="hblueleft">
<div class="wrapper">
<a class="webmacter" href="/index.php" title="korkinocity.ru"><img src="{THEME}/images/webmacter.png" alt="korkinocity.ru" /></a>
<div class="tabsContent">
<!–- tabs -–>
<ul class="tabNavigation">
<li><a href="#zero">Приветствие</a></li>
<li><a href="#first">Погода</a></li>
<li><a href="#second">ТВ программа</a></li>
<li><a href="#third">Поиск</a></li>
</ul>
<!–- tab containers -–>
<div class="tabCont" id="zero"><div class="tabContainer">
<a href="http://korkinocity.ru/index.php" style="color:white">Вы посетили новостной портал посвящённый городу Коркино и его соседям </a><BR>
<a href="http://korkinocity.ru/board/" style="color:white">Просмотреть объявления на нашем сайте.</a><BR>
<a href="http://korkinocity.ru/pogoda/" style="color:white">Просмотреть погоду на нашем сайте.</a><BR>
<a href="http://korkinocity.ru/index.php" style="color:white">Просмотреть что нибудь еще</a>
</div></div>
<!–- tab containers -–>
<div class="tabCont" id="first"><div class="tabContainer">
<a href="http://clck.yandex.ru/redir/dtype=stred/pid=7/cid=1228/*http://pogoda.yandex.ru/korkino"><img src="http://info.weather.yandex.net/korkino/2.png" border="0" alt="Яндекс.Погода"/><img width="1" height="1" src="http://clck.yandex.ru/click/dtype=stred/pid=7/cid=1227/*http://img.yandex.ru/i/pix.gif" alt="" border="0"/></a>
</div></div>
<div class="tabCont" id="second"><div class="tabContainer">
<center>
<!--Информер сайта телепередач tv.cmlt.tv-->
<link rel="stylesheet" href="http://tv.cmlt.tv/css/informer.css">
<style type="text/css">
.i_border {width: 350px;border: 1px solid #110033;background-color:#faf8ec}
.i_mheader {background-color:#5ca3c8}
.i_header {color:#000000}
.i_select {background-color:#FFFFFF;color:#9E9E9E}
.i_time {color:#000000}
.i_text {color:#000000}
.i_channel {color:#9E9E9E}
</style>
<div class="i_border"><script type="text/javascript" charset="windows-1251" src="http://tv.cmlt.tv/js/informer/2078/2078.js"></script><script type="text/javascript">i_link_blank = false; i_id = new Array(1,2,3,9,12,14,21,32,140); i_townId="2078";</script><script type="text/javascript" charset="windows-1251" src="http://tv.cmlt.tv/js/informer/informerSelTimeChan.js?encoding=windows-1251"></script><div id="i_footer" class="i_footer"><a href="http://tv.cmlt.tv/">Полная программа передач</a></div></div><script type="text/javascript">document.onload = i_show_tv4("windows-1251");</script>
<!--Информер сайта телепередач tv.cmlt.tv-->
</center>

</div></div>
<div class="tabCont" id="third"><div class="tabContainer">

<a style="color:white">Введите слово или фразу для поиска на нашем сайте</a><BR>
<form action="/index.php?name=search" name="seatchform" method="post">
<input type="hidden" name="do" value="search" />
<input type="hidden" name="subaction" value="search" />
<input name="story" id="story" value="Что ищем?" onblur="if(this.value=='') this.value='Что ищем?';" onfocus="if(this.value=='Что ищем?') this.value='';" type="text" size="38" maxlength="100" />
<a href="javascript:document.seatchform.submit();" title="Поиск" class="btn"><img src="{THEME}/images/spacer.gif" alt="Поиск" /></a>
</form>
</div></div>



<div class="webmacter2">
{login}
</div>





<div class="dleft">
<div class="dright">
</div>
</div>
</div>
</div>
</div>
</div>
</div>

main.css


.webmacter2{float:right;}

Link to comment
Share on other sites

я не разу с ним не сталкивался, но могу сказать общий алгоритм

заходишь в админку -> находишь свою форму -> переносишь ее в другое место

Link to comment
Share on other sites

я не разу с ним не сталкивался, но могу сказать общий алгоритм

заходишь в админку -> находишь свою форму -> переносишь ее в другое место

можешь помочь мне шаблон подредактировать за $ ?

Link to comment
Share on other sites

я вряд-ли смогу помочь, это надо к тому кто в DLE шарит

а я ее, даже ни разу не ставил

могу посмотреть в админке, что и где там, если не пугает, что придется дать пароль и логин от сайта

а вообще, думаю за деньги кто-нибудь найдется, кто поможет

Link to comment
Share on other sites

я вряд-ли смогу помочь, это надо к тому кто в DLE шарит

а я ее, даже ни разу не ставил

могу посмотреть в админке, что и где там, если не пугает, что придется дать пароль и логин от сайта

а вообще, думаю за деньги кто-нибудь найдется, кто поможет

вчера договорился с человеком. он сказал сделает через пару часов и пропал :(

а где можно найти такого человека который бы помог за $ ?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy