]> git.p6c8.net - selfforum.git/blob - selfforum-cgi/user/config/fo_view.xml
new kernel implemented (not only programming style changes), several bugs fixed,...
[selfforum.git] / selfforum-cgi / user / config / fo_view.xml
1 <?xml version="1.0"?>
2
3 <Config>
4
5 <Property name="show">
6 <Property name="assign">
7
8 <Property name="cgi">
9 <Variable name="user">i</Variable>
10 <Variable name="thread">t</Variable>
11 <Variable name="posting">m</Variable>
12 <Variable name="command">c</Variable>
13 </Property>
14
15 <Property name="thread">
16 <Variable name="main">_THREAD</Variable>
17 <Variable name="start">TREE_START</Variable>
18 <Variable name="line">TREE_LINE</Variable>
19 <Variable name="closed">TREE_CLOSED</Variable>
20 <Variable name="startNC">TREE_START_NC</Variable>
21 <Variable name="lineNC">TREE_LINE_NC</Variable>
22 <Variable name="closedNC">TREE_CLOSED_NC</Variable>
23 <Variable name="link">_LINK</Variable>
24 <Variable name="name">_NAME</Variable>
25 <Variable name="command">_COMMAND</Variable>
26 <Variable name="subject">_TITLE</Variable>
27 <Variable name="cat">_CATEGORY</Variable>
28 <Variable name="time">_TIME</Variable>
29 </Property>
30 </Property>
31
32 <Property name="Forum">
33
34 <Variable name="templateFile">e:/localhosts/i_selfhtml/cgi-local/user/config/forum.tmp.xml</Variable>
35
36 <Property name="assign">
37 <Variable name="mainDocStart">DOC_FORUM_START</Variable>
38 <Variable name="mainDocEnd">DOC_FORUM_END</Variable>
39 <Variable name="loadingTime">_LOAD_TIME</Variable>
40 <Variable name="cssFile">_CSS_FILE</Variable>
41 <Variable name="errorDoc">DOC_ERROR</Variable>
42 <Variable name="startCite">CITE_START</Variable>
43 <Variable name="endCite">CITE_END</Variable>
44
45 <Variable name="notAvailable">_N_A</Variable>
46 <Variable name="occupied">_OCCUPIED</Variable>
47 <Variable name="errorText">_ERROR_TEXT</Variable>
48 </Property>
49
50 </Property>
51
52 <Property name="Posting">
53 <Variable name="templateFile">e:/localhosts/i_selfhtml/cgi-local/user/config/posting.tmp.xml</Variable>
54
55 <Property name="assign">
56 <Variable name="mainDoc">DOC_POSTING</Variable>
57 <Variable name="errorDoc">DOC_ERROR</Variable>
58 <Variable name="cssFile">_CSS_FILE</Variable>
59 <Variable name="message">_MESSAGE</Variable>
60 <Variable name="name">_BEF_NAME</Variable>
61 <Variable name="email">_BEF_MAIL</Variable>
62 <Variable name="time">_BEF_TIME</Variable>
63 <Variable name="home">_BEF_HOME</Variable>
64 <Variable name="image">_BEF_IMAGE</Variable>
65 <Variable name="messageTitle">_BEF_TITLE</Variable>
66 <Variable name="parentCat">_REF_CATEGORY</Variable>
67 <Variable name="messageCat">_BEF_CATEGORY</Variable>
68 <Variable name="parentTitle">_REF_TITLE</Variable>
69 <Variable name="parentName">_REF_NAME</Variable>
70 <Variable name="parentTime">_REF_TIME</Variable>
71 <Variable name="parentLink">_REF_LINK</Variable>
72 <Variable name="startCite">CITE_START</Variable>
73 <Variable name="endCite">CITE_END</Variable>
74
75 <Variable name="notAvailable">_N_A</Variable>
76 <Variable name="occupied">_OCCUPIED</Variable>
77 <Variable name="errorText">_ERROR_TEXT</Variable>
78 </Property>
79
80 <Property name="form">
81 <Property name="action">
82 <Property name="post">
83 <Variable name="url">/cgi-local/user/fo_posting.pl</Variable>
84 <Variable name="assign">_FORM_ACTION</Variable>
85 </Property>
86
87 <Property name="vote">
88 <Variable name="url">/cgi-local/user/fo_voting.pl</Variable>
89 <Variable name="assign">_VOTE_ACTION</Variable>
90 </Property>
91 </Property>
92
93 <Property name="data">
94 <Property name="followUp">
95 <Property name="assign">
96 <Variable name="name">_FORM_FUP_NAME</Variable>
97 <Variable name="value">_FORM_FUP_VALUE</Variable>
98 </Property>
99
100 <Variable name="name">fup</Variable>
101 <Variable name="maxlength">20</Variable>
102 </Property>
103
104 <Property name="userID">
105 <Property name="assign">
106 <Variable name="name">_FORM_UID_NAME</Variable>
107 <Variable name="value">_FORM_UID_VALUE</Variable>
108 </Property>
109
110 <Variable name="name">userid</Variable>
111 <Variable name="maxlength">25</Variable>
112 </Property>
113
114 <Property name="uniqueID">
115 <Property name="assign">
116 <Variable name="name">_FORM_UNID_NAME</Variable>
117 <Variable name="value">_FORM_UNID_VALUE</Variable>
118 </Property>
119
120 <Variable name="name">unid</Variable>
121 <Variable name="maxlength">25</Variable>
122 </Property>
123
124 <Property name="quoteChar">
125 <Property name="assign">
126 <Variable name="name">_FORM_QCHAR_NAME</Variable>
127 <Variable name="value">_FORM_QCHAR_VALUE</Variable>
128 </Property>
129
130 <Variable name="name">qchar</Variable>
131 <Variable name="maxlength">5</Variable>
132 </Property>
133
134 <Property name="posterName">
135 <Property name="assign">
136 <Variable name="name">_FORM_NAME_NAME</Variable>
137 <Variable name="value">_FORM_NAME_VALUE</Variable>
138 </Property>
139
140 <Variable name="name">name</Variable>
141 <Variable name="maxlength">60</Variable>
142 <Variable name="minlength">2</Variable>
143 </Property>
144
145 <Property name="posterEmail">
146 <Property name="assign">
147 <Variable name="name">_FORM_MAIL_NAME</Variable>
148 <Variable name="value">_FORM_MAIL_VALUE</Variable>
149 </Property>
150
151 <Variable name="name">email</Variable>
152 <Variable name="maxlength">60</Variable>
153 <Variable name="minlength">7</Variable>
154 </Property>
155
156 <Property name="posterBody">
157 <Property name="assign">
158 <Variable name="name">_FORM_BODY_NAME</Variable>
159 <Variable name="value">_FORM_BODY_VALUE</Variable>
160 </Property>
161 <Variable name="name">body</Variable>
162 <Variable name="maxlength">12288</Variable>
163 <Variable name="minlength">10</Variable>
164 </Property>
165
166 <Property name="posterSignature">
167 <Variable name="assignValue">_FORM_SIGN_VALUE</Variable>
168 </Property>
169
170 <Property name="posterURL">
171 <Property name="assign">
172 <Variable name="name">_FORM_URL_NAME</Variable>
173 <Variable name="value">_FORM_URL_VALUE</Variable>
174 </Property>
175 <Variable name="name">url</Variable>
176 <Variable name="maxlength">1024</Variable>
177 </Property>
178
179 <Property name="posterImage">
180 <Property name="assign">
181 <Variable name="name">_FORM_IMG_NAME</Variable>
182 <Variable name="value">_FORM_IMG_VALUE</Variable>
183 </Property>
184 <Variable name="name">image</Variable>
185 <Variable name="maxlength">1024</Variable>
186 </Property>
187
188 </Property>
189 </Property>
190 </Property>
191 </Property>
192 </Config>
193
194 <!-- Ende -->

patrick-canterino.de