]> git.p6c8.net - selfforum.git/blobdiff - selfforum-config/fo_delete.xml
Added template and configuration for fo_delete.pl. [Christian Kruse]
[selfforum.git] / selfforum-config / fo_delete.xml
diff --git a/selfforum-config/fo_delete.xml b/selfforum-config/fo_delete.xml
new file mode 100644 (file)
index 0000000..96050db
--- /dev/null
@@ -0,0 +1,31 @@
+<?xml version="1.0"?>
+<!DOCTYPE Forum SYSTEM "fo_view.dtd">
+<Config>
+    <Property name="show">
+        <Property name="Forum">
+            <Variable name="templateFile">/home/www/htdocs/teamone.de/selfforum/cgi-config/delete.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="deletedDoc">DOC_DELETED</Variable>
+                <Variable name="notAvailable">_N_A</Variable>
+                <Variable name="occupied">_OCCUPIED</Variable>
+                <Variable name="errorText">_ERROR_TEXT</Variable>
+                <Variable name="action">_ACTION</Variable>
+                <Variable name="deleteFailed">_DELETE_FAILED</Variable>
+                <Variable name="recoverFailed">_RECOVERY_FAILED</Variable>
+
+                <!-- deleted successfully -->
+                <Variable name="ip">_IP</Variable>
+                <Variable name="tid">_TID</Variable>
+                <Variable name="mid">_MID</Variable>
+            </Property>
+        </Property>
+    </Property>
+</Config>
+
+<!-- eof -->
\ No newline at end of file

patrick-canterino.de