Initial commit
This commit is contained in:
61
content/adm/access.page.php
Normal file
61
content/adm/access.page.php
Normal file
@@ -0,0 +1,61 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user