Initial commit
This commit is contained in:
52
content/rpi/ram-list.page.php
Normal file
52
content/rpi/ram-list.page.php
Normal file
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<page>
|
||||
<general>
|
||||
<!--Kлючевые слова-->
|
||||
<keywords>
|
||||
|
||||
</keywords>
|
||||
<!--Условия доступа-->
|
||||
<access>
|
||||
<read>
|
||||
<users>
|
||||
</users>
|
||||
<groups>
|
||||
</groups>
|
||||
</read>>
|
||||
<edit>
|
||||
<users>
|
||||
</users>
|
||||
<groups>
|
||||
</groups>
|
||||
</edit>
|
||||
</access>
|
||||
</general>
|
||||
<!--Содержание страницы-->
|
||||
<!--Правые блоки-->
|
||||
<cblock>
|
||||
<block url="/plugin/rpi/ram/" title="" tclass="ctitle" bclass="cfloat">
|
||||
</block>
|
||||
</cblock>
|
||||
<!--Текст страницы-->
|
||||
<content tclass="btitle" bclass="bfloat">
|
||||
<ru>
|
||||
<![CDATA[
|
||||
<link href="%plugin_css%" rel="stylesheet" type="text/css" />
|
||||
%rpi_ram_list%
|
||||
]]>
|
||||
</ru>
|
||||
<lv>
|
||||
<![CDATA[
|
||||
<link href="%plugin_css%" rel="stylesheet" type="text/css" />
|
||||
%rpi_ram_list%
|
||||
]]>
|
||||
</lv>
|
||||
<en>
|
||||
<![CDATA[
|
||||
<link href="%plugin_css%" rel="stylesheet" type="text/css" />
|
||||
%rpi_ram_list%
|
||||
]]>
|
||||
</en>
|
||||
|
||||
</content>
|
||||
</page>
|
||||
Reference in New Issue
Block a user