Files
utext/content/adm/access.page.php
2025-07-27 18:47:50 +03:00

62 lines
1.8 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<page>
<general>
<!--Kлючевые слова-->
<keywords>
Суперлёгкий движок
</keywords>
</general>
<!--Содержание страницы-->
<!--Левые блоки-->
<lblock>
</lblock>
<!--Правые блоки-->
<rblock><!---->
</rblock>
<!--Текст страницы-->
<content tclass="btitle" bclass="bfloat">
<ru>
<![CDATA[
<h3>У вас нет прав на просмотр этой строници.</h3>
<h4>Если вы авторизированный пользователь, войдите в систему под своим именем по этой ссылке:</h4>
<form action = "%REQUEST_URI%" method="post">
<p>
<form method="post">
<input type="hidden" name="handleRequestAction" value="API">
<input type="submit" name="LogPage" value="Вход">
</form>
</p>
</form>
]]>
</ru>
<lv>
<![CDATA[
<h3>Jums nav tiesības skatīt šo lapu.</h3>
<h4>Ja jūs esat autorizēts lietotais, jums vajag ieiet sistēmā zem sava varda izmantojot šo saiti:</h4>
<form action = "%REQUEST_URI%" method="post">
<p>
<form method="post">
<input type="hidden" name="handleRequestAction" value="API">
<input type="submit" name="LogPage" value="Вход">
</form>
</p>
</form>
]]>
</lv>
<en>
<![CDATA[
<h3>You do not access to view this page</h3>
<h4>If you an autorized user, you need to log in using this link:</h4>
<form action = "%REQUEST_URI%" method="post">
<p>
<form method="post">
<input type="hidden" name="handleRequestAction" value="API">
<input type="submit" name="LogPage" value="Вход">
</form>
</p>
</form>
]]>
</en>
</content>
</page>