Skip to content

Commit

Permalink
Fix expression on HTTP_REFERER
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsotirov committed Aug 2, 2015
1 parent 887c6e0 commit 639632a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
15 changes: 7 additions & 8 deletions 404.bg.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
--><!--#include virtual="header"
-->
<body>

<!--#include virtual="head"
--><div id="body">
<!--#include virtual="head" -->
<div id="body">
<h1><!--#echo var="title" --></h1>
<p>Ресурса който заявихте <strong><!--#echo var="REQUEST_URI" --></strong>
не беше намерен на този сървър.</p>
Expand All @@ -23,17 +22,17 @@
<p>Можете да:</p>
<ul>
<li>проверите за правописни грешки в <abbr title="Единен Ресурсен Идентификатор">ЕРИ</abbr> и да опитате отново;</li>
<li>опитате да заредите ресурса по-късно</li>
<li>се свържете с <a href="mailto:<!--#echo var="MailTo"-->?subject=<!--#echo var="MailSubject" -->">администратора на сървъра</a>, за да установите състоянието на ресурса, ако
<li>опитате да заредите ресурса по-късно;</li>
<li>се свържете с <a href="mailto:<!--#echo var="MailTo" -->?subject=<!--#echo var="MailSubject" -->">администратора на сървъра</a>, за да установите състоянието на ресурса, ако
сте го зареждали преди и не можете да го заредите сега.</li>
</ul>
<!--#if expr="$HTTP_REFERER != ''" --><p>Моля, уведомете собственика на
<a href="<!--#echo var="HTTP_REFERER"-->">препратилата Ви страница</a> за
<!--#if expr="v('HTTP_REFERER') != ''" --><p>Моля, уведомете собственика на
<a href="<!--#echo var="HTTP_REFERER" -->">препратилата Ви страница</a> за
състоянието на ресурса.</p><!--#endif -->
</div>

<!--#include virtual="search"
--><!--#include virtual="foot"
--></body>

</html>
</html>
7 changes: 3 additions & 4 deletions 404.en.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
--><!--#include virtual="header"
-->
<body>

<!--#include virtual="head"
--><div id="body">
<!--#include virtual="head" -->
<div id="body">
<h1><!--#echo var="title" --></h1>
<p>The resource you have requested <strong><!--#echo var="REQUEST_URI" --></strong>
was not found on this server.</p>
Expand All @@ -27,7 +26,7 @@ be temporary condition. Possibilities include:</p>
<li>contact the <a href="mailto:<!--#echo var="MailTo" -->?subject=<!--#echo var="MailSubject" -->">server's administrator</a> to find out the status of this resource if you have loaded
this resource in the past and you can not load it now.</li>
</ul>
<!--#if expr="$HTTP_REFERER != ''" --><p>Please, inform the owner
<!--#if expr="v('HTTP_REFERER') != ''" --><p>Please, inform the owner
of <a href="<!--#echo var="HTTP_REFERER" -->">the referring page</a> about
the status of this resource.</p><!--#endif -->
</div>
Expand Down

0 comments on commit 639632a

Please sign in to comment.