--- /dev/null
+<!-- ***************************************************************************
+* *
+* File: fo_view.dtd *
+* *
+* Authors: Frank Schoenmann <fs@tower.de>, 2001-05-20 *
+* *
+* Description: n/a *
+* *
+**************************************************************************** -->
+
+<!ELEMENT Config (Property)>
+
+<!ELEMENT Property (Variable | Property)*>
+<!ATTLIST Property
+ name CDATA #REQUIRED
+>
+
+<!ELEMENT Variable (#PCDATA)>
+<!ATTLIST Variable
+ name CDATA #REQUIRED
+>
<?xml version="1.0"?>
-
+<!DOCTYPE Forum SYSTEM "fo_view.dtd">
<Config>
-
- <Property name="show">
- <Property name="Forum">
-
- <Variable name="templateFile">/var/www/cgi-local/user/config/forum.tmpl.xml</Variable>
-
- <Property name="assign">
- <Variable name="mainDocStart">DOC_FORUM_START</Variable>
- <Variable name="mainDocEnd">DOC_FORUM_END</Variable>
- <Variable name="loadingTime">_LOAD_TIME</Variable>
- <Variable name="cssFile">_CSS_FILE</Variable>
- <Variable name="errorDoc">DOC_ERROR</Variable>
-
- <Variable name="notAvailable">_N_A</Variable>
- <Variable name="occupied">_OCCUPIED</Variable>
- <Variable name="errorText">_ERROR_TEXT</Variable>
- </Property>
-
+ <Property name="show">
+ <Property name="Forum">
+ <Variable name="templateFile">/var/www/cgi-local/user/config/forum.tmpl.xml</Variable>
+
+ <Property name="assign">
+ <Variable name="mainDocStart">DOC_FORUM_START</Variable>
+ <Variable name="mainDocEnd">DOC_FORUM_END</Variable>
+ <Variable name="loadingTime">_LOAD_TIME</Variable>
+ <Variable name="cssFile">_CSS_FILE</Variable>
+ <Variable name="errorDoc">DOC_ERROR</Variable>
+ <Variable name="notAvailable">_N_A</Variable>
+ <Variable name="occupied">_OCCUPIED</Variable>
+ <Variable name="errorText">_ERROR_TEXT</Variable>
+ </Property>
+ </Property>
</Property>
- </Property>
-
</Config>
<!-- The End -->