<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Movable Type Форум &mdash; Шапка сайта, проблема в постах]]></title>
	<link rel="self" href="http://movable-type.ru/forums/feed/atom/topic/411/"/>
	<updated>2010-02-26T12:18:08Z</updated>
	<generator>PunBB</generator>
	<id>http://movable-type.ru/forums/topic/411/shapka-saita-problema-v-postakh/</id>
		<entry>
			<title type="html"><![CDATA[Re: Шапка сайта, проблема в постах]]></title>
			<link rel="alternate" href="http://movable-type.ru/forums/post/2583/#p2583"/>
			<content type="html"><![CDATA[<p>Я-бы сделал так, удалил-бы шаблон шапки, и заинклудил-бы туда свой файл. Ну собственно и редактируйте этот файл на здоровье. И будет вам шапка на любой вкус и цвет. Вот один из моих вариантов <a href="http://judo.blogsite.org">http://judo.blogsite.org</a></p>]]></content>
			<author>
				<name><![CDATA[marlik]]></name>
				<uri>http://movable-type.ru/forums/user/79/</uri>
			</author>
			<updated>2010-02-26T12:18:08Z</updated>
			<id>http://movable-type.ru/forums/post/2583/#p2583</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Шапка сайта, проблема в постах]]></title>
			<link rel="alternate" href="http://movable-type.ru/forums/post/2566/#p2566"/>
			<content type="html"><![CDATA[<p><a href="http://lady29.ru/">http://lady29.ru/</a></p><p>хотелось бы что-то подобное <a href="http://www.britneyspears.com/">http://www.britneyspears.com/</a> или <a href="http://tangoblog.ru/">http://tangoblog.ru/</a><br />т.е. фоновый рисунок и блок навигационных кнопок</p>]]></content>
			<author>
				<name><![CDATA[Frax29]]></name>
				<uri>http://movable-type.ru/forums/user/168/</uri>
			</author>
			<updated>2010-02-20T13:37:06Z</updated>
			<id>http://movable-type.ru/forums/post/2566/#p2566</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Шапка сайта, проблема в постах]]></title>
			<link rel="alternate" href="http://movable-type.ru/forums/post/2562/#p2562"/>
			<content type="html"><![CDATA[<p>Для фона лучше выбрать картинку минимального размера и замостить ею всю доступную область.&nbsp; Кнопки в принципе можно реализовать как вам нравится и где нравится, здесь сугубо html-верстка. Только вопрос, а нужно ли? Может лучше сделать кнопки по принципу текст + заливка, меняющаяся при наведении мышки.</p><p>А вообще покажите сайт, будет проще что-то советовать.</p>]]></content>
			<author>
				<name><![CDATA[oldcopy]]></name>
				<uri>http://movable-type.ru/forums/user/207/</uri>
			</author>
			<updated>2010-02-20T10:58:30Z</updated>
			<id>http://movable-type.ru/forums/post/2562/#p2562</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Шапка сайта, проблема в постах]]></title>
			<link rel="alternate" href="http://movable-type.ru/forums/post/2552/#p2552"/>
			<content type="html"><![CDATA[<p>Обращаюсь к вам, профи и гуру html и css :) Помогите, надавайте советов, как сделать шапку графической. Вставить вместо стандартного фона рисунок и сделать на ней пару кнопок. Какое расширение картинки нужно, какой допустимый вес? Как реализовать кнопки?</p><p>Код шаблона &quot;Шапка сайта&quot;</p><div class="codebox"><pre><code>&lt;div id=&quot;header&quot;&gt;
    &lt;div id=&quot;header-inner&quot;&gt;
        &lt;div id=&quot;header-content&quot;&gt;
&lt;mt:Ignore&gt;&lt;!-- Use h1 and h2 html tags on the main index of the blog as the title, use divs on all other pages where there are page titles. --&gt;&lt;/mt:Ignore&gt;
&lt;mt:If name=&quot;main_index&quot;&gt;
            &lt;h1 id=&quot;header-name&quot;&gt;&lt;a href=&quot;&lt;$mt:BlogURL$&gt;&quot; accesskey=&quot;1&quot;&gt;&lt;$mt:BlogName encode_html=&quot;1&quot;$&gt;&lt;/a&gt;&lt;/h1&gt;
Мой Блог&lt;br&gt;
&lt;a href=&quot;http://site.ru/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;Форум&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;
&lt;a href=&quot;http://site2.ru/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;Каталог&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;
            &lt;h2 id=&quot;header-description&quot;&gt;&lt;$mt:BlogDescription$&gt;&lt;/h2&gt;
&lt;mt:Else&gt;
            &lt;h1 id=&quot;header-name&quot;&gt;&lt;a href=&quot;&lt;$mt:BlogURL$&gt;&quot; accesskey=&quot;1&quot;&gt;&lt;$mt:BlogName encode_html=&quot;1&quot;$&gt;&lt;/a&gt;&lt;/h1&gt;
Мой Блог&lt;br&gt;
&lt;a href=&quot;http://site.ru/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;Форум&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;
&lt;a href=&quot;http://site2.ru/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;Каталог&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;
            &lt;h2 id=&quot;header-description&quot;&gt;&lt;$mt:BlogDescription$&gt;&lt;/h2&gt;
&lt;/mt:If&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;</code></pre></div><p>Какой размер картинки необходимо сделать, чтобы заменить стандартный фон? Нужно, чтобы шапка смотрелась одинаково хорошо на всех стандартных разрешениях мониторов.</p>]]></content>
			<author>
				<name><![CDATA[Frax29]]></name>
				<uri>http://movable-type.ru/forums/user/168/</uri>
			</author>
			<updated>2010-02-15T19:53:38Z</updated>
			<id>http://movable-type.ru/forums/post/2552/#p2552</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Шапка сайта, проблема в постах]]></title>
			<link rel="alternate" href="http://movable-type.ru/forums/post/2551/#p2551"/>
			<content type="html"><![CDATA[<p>Спасибо! Теперь шапка одинаковая на главной и в постах :)</p>]]></content>
			<author>
				<name><![CDATA[Frax29]]></name>
				<uri>http://movable-type.ru/forums/user/168/</uri>
			</author>
			<updated>2010-02-15T19:43:57Z</updated>
			<id>http://movable-type.ru/forums/post/2551/#p2551</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Шапка сайта, проблема в постах]]></title>
			<link rel="alternate" href="http://movable-type.ru/forums/post/2540/#p2540"/>
			<content type="html"><![CDATA[<p>Там хитрая структура шапки:</p><div class="quotebox"><blockquote><p>&lt;mt:If name=&quot;main_index&quot;&gt;</p><p>&nbsp; &nbsp; &nbsp; &nbsp; Здесь то, что выводится на главной </p><p>&lt;mt:Else&gt;</p><p>&nbsp; &nbsp; &nbsp; &nbsp; Здесь то, что выводится в постах</p></blockquote></div><p>Т.е. ваш код надо продублировать в блоке &lt;mt:Else&gt;</p>]]></content>
			<author>
				<name><![CDATA[oldcopy]]></name>
				<uri>http://movable-type.ru/forums/user/207/</uri>
			</author>
			<updated>2010-02-08T20:21:07Z</updated>
			<id>http://movable-type.ru/forums/post/2540/#p2540</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Шапка сайта, проблема в постах]]></title>
			<link rel="alternate" href="http://movable-type.ru/forums/post/2446/#p2446"/>
			<content type="html"><![CDATA[<p>Смотреть шаблон, который шапка, затем смотреть архивные шаблоны, какие шаблоны включаются туда как шапка.</p>]]></content>
			<author>
				<name><![CDATA[saahov]]></name>
				<uri>http://movable-type.ru/forums/user/2/</uri>
			</author>
			<updated>2010-01-23T10:18:16Z</updated>
			<id>http://movable-type.ru/forums/post/2446/#p2446</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Шапка сайта, проблема в постах]]></title>
			<link rel="alternate" href="http://movable-type.ru/forums/post/2441/#p2441"/>
			<content type="html"><![CDATA[<p>Не понимаю почему так происходит. Изменил шапку, добавил ссылки, добавил надпись под названием блога. На главной странице блога изменения видны. Переходишь в какой-либо пост, там стандартная шапка по умолчанию которая :(<br />Ни ссылок, ни подписей.<br />Публиковал блог полностью, не помогло :(<br />Как сделать, чтобы шапка на главной странице и в постах совпадала?</p>]]></content>
			<author>
				<name><![CDATA[Frax29]]></name>
				<uri>http://movable-type.ru/forums/user/168/</uri>
			</author>
			<updated>2010-01-22T12:47:43Z</updated>
			<id>http://movable-type.ru/forums/post/2441/#p2441</id>
		</entry>
</feed>

