]> git.p6c8.net - selfforum.git/blob - selfforum-config/fo_delete.xml
Added template and configuration for fo_delete.pl. [Christian Kruse]
[selfforum.git] / selfforum-config / fo_delete.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE Forum SYSTEM "fo_view.dtd">
3 <Config>
4 <Property name="show">
5 <Property name="Forum">
6 <Variable name="templateFile">/home/www/htdocs/teamone.de/selfforum/cgi-config/delete.tmpl.xml</Variable>
7
8 <Property name="assign">
9 <Variable name="mainDocStart">DOC_FORUM_START</Variable>
10 <Variable name="mainDocEnd">DOC_FORUM_END</Variable>
11 <Variable name="loadingTime">_LOAD_TIME</Variable>
12 <Variable name="cssFile">_CSS_FILE</Variable>
13 <Variable name="errorDoc">DOC_ERROR</Variable>
14 <Variable name="deletedDoc">DOC_DELETED</Variable>
15 <Variable name="notAvailable">_N_A</Variable>
16 <Variable name="occupied">_OCCUPIED</Variable>
17 <Variable name="errorText">_ERROR_TEXT</Variable>
18 <Variable name="action">_ACTION</Variable>
19 <Variable name="deleteFailed">_DELETE_FAILED</Variable>
20 <Variable name="recoverFailed">_RECOVERY_FAILED</Variable>
21
22 <!-- deleted successfully -->
23 <Variable name="ip">_IP</Variable>
24 <Variable name="tid">_TID</Variable>
25 <Variable name="mid">_MID</Variable>
26 </Property>
27 </Property>
28 </Property>
29 </Config>
30
31 <!-- eof -->

patrick-canterino.de