<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://ngcms.ru/forum/extern.php?action=feed&amp;tid=3676&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Next Generation CMS :: Форум поддержкиФорма входа на главной]]></title>
		<link>https://ngcms.ru/forum/viewtopic.php?id=3676</link>
		<description><![CDATA[Самые свежие сообщения в Форма входа на главной.]]></description>
		<lastBuildDate>Mon, 23 Mar 2015 07:29:52 +0000</lastBuildDate>
		<generator>FluxBB 1.5.11</generator>
		<item>
			<title><![CDATA[Re: Форма входа на главной]]></title>
			<link>https://ngcms.ru/forum/viewtopic.php?pid=39576#p39576</link>
			<description><![CDATA[<p>Не понимаю в чем проблема. В строке браузера набираю http://test/login отправляет меня на 404.internal<br />С /register аналогично. <br />Модальные окна отказываются работать. Ваще ппц. Банальный пример окна скопипастил, вот тут рядом не в двиге работает, а в двиге - нет. <img src="https://ngcms.ru/forum/img/smilies/yikes.png" width="15" height="15" alt="yikes" /></p>]]></description>
			<author><![CDATA[dummy@example.com (kinematics)]]></author>
			<pubDate>Mon, 23 Mar 2015 07:29:52 +0000</pubDate>
			<guid>https://ngcms.ru/forum/viewtopic.php?pid=39576#p39576</guid>
		</item>
		<item>
			<title><![CDATA[Re: Форма входа на главной]]></title>
			<link>https://ngcms.ru/forum/viewtopic.php?pid=39575#p39575</link>
			<description><![CDATA[<div class="quotebox"><cite>irbees2008 пишет:</cite><blockquote><div><p>Попробуй почистить кэш и куки браузера</p></div></blockquote></div><p>Не помогло. В других браузерах аналогично.</p><p>На всякий случай уточню. В main.tpl прописан {% include &quot;sidebar.tpl&quot; %} а в sidebar.tpl этот код.<br />Захожу на /login - пишет, что внутренняя страница не найдена</p>]]></description>
			<author><![CDATA[dummy@example.com (kinematics)]]></author>
			<pubDate>Mon, 23 Mar 2015 04:32:56 +0000</pubDate>
			<guid>https://ngcms.ru/forum/viewtopic.php?pid=39575#p39575</guid>
		</item>
		<item>
			<title><![CDATA[Re: Форма входа на главной]]></title>
			<link>https://ngcms.ru/forum/viewtopic.php?pid=39574#p39574</link>
			<description><![CDATA[<p>Попробуй почистить кэш и куки браузера</p>]]></description>
			<author><![CDATA[dummy@example.com (irbees2008)]]></author>
			<pubDate>Mon, 23 Mar 2015 04:14:16 +0000</pubDate>
			<guid>https://ngcms.ru/forum/viewtopic.php?pid=39574#p39574</guid>
		</item>
		<item>
			<title><![CDATA[Форма входа на главной]]></title>
			<link>https://ngcms.ru/forum/viewtopic.php?pid=39573#p39573</link>
			<description><![CDATA[<p>Не проходит авторизацию. После клика на кнопке, возвращает назад на главную. Если, после этого я нажимаю F5, то браузер меня спрашивает о повторной отправке формы. Не могу сам разобраться.</p><br /><div class="codebox"><pre class="vscroll"><code>{% if (global.flags.isLogged) %}

&lt;div class=&quot;widget&quot;&gt;
&lt;h4 class=&quot;widget-title&quot;&gt;Профіль&lt;/h4&gt;
{{ personal_menu }}
&lt;/div&gt;

{% else %}

&lt;div class=&quot;widget&quot;&gt;
&lt;h4 class=&quot;widget-title&quot;&gt;Вхід&lt;/h4&gt;
&lt;center&gt;
   &lt;form name=&quot;login&quot; method=&quot;post&quot; action=&quot;{{ form_action }}&quot; id=&quot;login&quot;&gt;
   &lt;div class=&quot;loginblock&quot;&gt;
   &lt;ul class=&quot;reserlog loginform&quot;&gt;
       &lt;li&gt;&lt;input class=&quot;find1&quot; id=&quot;login&quot; type=&quot;text&quot; name=&quot;username&quot; value=&quot;Логін&quot; onblur=&quot;if(this.value==&#039;&#039;) this.value=&#039;Логін&#039;;&quot; onfocus=&quot;if(this.value==&#039;Логін&#039;) this.value=&#039;&#039;;&quot;&gt;&lt;/li&gt;
&lt;div style=&quot;height:5px;&quot;&gt;&lt;/div&gt;
       &lt;li class=&quot;fpass&quot;&gt;&lt;input class=&quot;find1&quot; id=&quot;password&quot; class=&quot;ltext&quot; type=&quot;password&quot; name=&quot;password&quot; value=&quot;*****&quot; onblur=&quot;if(this.value==&#039;&#039;) this.value=&#039;*****&#039;;&quot; onfocus=&quot;if(this.value==&#039;*****&#039;) this.value=&#039;&#039;;&quot;&gt;&lt;/li&gt;  
  &lt;/ul&gt;
&lt;input name=&quot;login&quot; type=&quot;hidden&quot; id=&quot;login&quot; value=&quot;submit&quot; /&gt;
&lt;div style=&quot;height:5px;&quot;&gt;&lt;/div&gt;
       &lt;li style=&quot;list-style:none;&quot;&gt;&lt;input class=&quot;btn&quot; onclick=&quot;submit&quot; type=&quot;submit&quot; value=&quot;Увійти&quot;&gt;&lt;/li&gt;
&lt;/div&gt;
&lt;div style=&quot;height:5px;&quot;&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;/register&quot;&gt;Реєстрація&lt;/a&gt; | &lt;a href=&quot;{{ lost_link }}&quot; class=&quot;pull-right&quot;&gt;Забули пароль?&lt;/a&gt;
&lt;/form&gt;
&lt;/center&gt;
&lt;/div&gt;

{% endif %}</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (kinematics)]]></author>
			<pubDate>Mon, 23 Mar 2015 03:57:17 +0000</pubDate>
			<guid>https://ngcms.ru/forum/viewtopic.php?pid=39573#p39573</guid>
		</item>
	</channel>
</rss>
