aboutsummaryrefslogtreecommitdiff
path: root/xml/ru
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-06-26 08:24:38 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-06-26 08:24:38 +0000
commit9a1cd7299645747517b6207f96e177f53714e7d4 (patch)
tree86e6bb1019690d327a508c39ef244699fa4259bc /xml/ru
parent843a0ad554c5abe8daa3297e147666501371f6c1 (diff)
downloadellinika-9a1cd7299645747517b6207f96e177f53714e7d4.tar.gz
ellinika-9a1cd7299645747517b6207f96e177f53714e7d4.tar.bz2
Initial provisions for news page.
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@332 941c8c0f-9102-463b-b60b-cd22ce0e6858
Diffstat (limited to 'xml/ru')
-rw-r--r--xml/ru/ellinika.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/xml/ru/ellinika.xml b/xml/ru/ellinika.xml
index 0c7c2a3..c64a78d 100644
--- a/xml/ru/ellinika.xml
+++ b/xml/ru/ellinika.xml
@@ -40,8 +40,34 @@ permitted worldwide, without royalty, in any medium, provided
this notice is preserved.</PARA>
</COPYRIGHT>
+<GUILE>
+ (use-modules (xmltrans lingua)
+ (xmltools dict))
+ (letrec ((nea (lambda ()
+ (string-append
+ ;; FIXME: Actually, the same as get-cgi-bin in xmltools
+ (or
+ (and (lingua:tag-exists? "DIRECTORY")
+ (lingua:attr "DIRECTORY" "CGIBIN"))
+ "/cgi-bin")
+ "/nea.cgi?LANG="
+ (xmltrans:attr "LINGUA" "LANG")
+ "_"
+ (xmltrans:attr "LINGUA" "TER")))))
+ (xmltrans:set-attr "LINGUA" "NEA" nea))
+ #f
+</GUILE>
+
+
<GROUP TITLE="Введение">
+
<INCLUDE FILE="intro.xml" />
+
+<PAGE PREFIX="nea" HEADER="Новости сайта" REF="NEA">
+<PARA>@@main@@</PARA>
+<PARA>@@summary@@</PARA>
+</PAGE>
+
<INCLUDE FILE="istoria.xml" />
</GROUP>
@@ -96,6 +122,12 @@ this notice is preserved.</PARA>
</PAGE>
</GROUP>
+<GROUP TITLE="permalink" HIDDEN="1">
+<PAGE PREFIX="monima" HEADER="@@title@@" REF="NEA">
+<PARA>@@main@@</PARA>
+</PAGE>
+</GROUP>
+
</LINGUA>
<!-- Local Variables: -->

Return to:

Send suggestions and report system problems to the System administrator.