OSDN Git Service

だいぶよくなった 私の環境では具合が悪いときはIDEを再起動させる必要がありそうだ EPUBがFUSEeに寄せすぎた
[newstable/newstable.git] / WebModuleUnit1.dfm
1 object WebModule1: TWebModule1
2   OldCreateOrder = False
3   Actions = <
4     item
5       Default = True
6       MethodType = mtGet
7       Name = 'top'
8       PathInfo = '/top'
9       OnAction = WebModule1DefaultHandlerAction
10     end
11     item
12       MethodType = mtGet
13       Name = 'help'
14       PathInfo = '/help'
15     end
16     item
17       MethodType = mtGet
18       Name = 'detail'
19       PathInfo = '/backnumber'
20       OnAction = WebModule1detailAction
21     end
22     item
23       Name = 'upload'
24       PathInfo = '/upload'
25       OnAction = WebModule1uploadAction
26     end
27     item
28       Name = 'selection'
29       PathInfo = '/reader/select'
30       OnAction = WebModule1selectionAction
31     end
32     item
33       Name = 'readerData'
34       PathInfo = '/reader/data'
35       OnAction = WebModule1readerDataAction
36     end
37     item
38       Name = 'readerTop'
39       PathInfo = '/reader/top'
40       OnAction = WebModule1readerTopAction
41     end
42     item
43       Name = 'writerData'
44       PathInfo = '/writer/data'
45       OnAction = WebModule1writerDataAction
46     end
47     item
48       Name = 'writerTop'
49       PathInfo = '/writer/top'
50       OnAction = WebModule1writerTopAction
51     end
52     item
53       MethodType = mtPost
54       Name = 'writeMag'
55       PathInfo = '/writer/regist'
56       OnAction = WebModule1writeMagAction
57     end
58     item
59       Name = 'writerpage'
60       PathInfo = '/writer/page'
61       OnAction = WebModule1writerpageAction
62     end
63     item
64       MethodType = mtPost
65       Name = 'login'
66       PathInfo = '/reader/login'
67       OnAction = WebModule1loginAction
68     end
69     item
70       Name = 'login2'
71       PathInfo = '/writer/login'
72       OnAction = WebModule1login2Action
73     end
74     item
75       MethodType = mtPost
76       Name = 'logout'
77       PathInfo = '/logout'
78       OnAction = WebModule1logoutAction
79     end
80     item
81       MethodType = mtGet
82       Name = 'mainView'
83       PathInfo = '/reader/top'
84       OnAction = WebModule1mainViewAction
85     end
86     item
87       MethodType = mtGet
88       Name = 'image'
89       PathInfo = '/image'
90       OnAction = WebModule1imageAction
91     end
92     item
93       Enabled = False
94       Name = 'sumbnail'
95       PathInfo = '/sum'
96     end>
97   Height = 225
98   Width = 415
99   object readerTop: TPageProducer
100     HTMLDoc.Strings = (
101       '<!DOCTYPE html>'
102       '<html lang="en">'
103       '<head>'
104       '    <meta charset="UTF-8">'
105       
106         '    <meta name="viewport" content="width=device-width, initial-s' +
107         'cale=1.0">'
108       '    <title>Document</title>'
109       '</head>'
110       '<body>'
111       '        <p>'#12354#12394#12383#12398#26412#26842#12391#12377
112       '    {{#mag}}'
113       '        <table border=1>'
114       '        <th>{{magName}} writed by {{writer}}<ht>'
115       '        <tr><td>{{comment}}</td></tr>'
116       '        <tr><td>{{day}}</td></tr>'
117       '        <tr><td>{{lastDay}}</td></tr>'
118       '        {{^enable}}<tr><td>'#20241#21002#20013'</td></tr>{{/enable}}'
119       '        </table>'
120       '    {{/mag}}'
121       '    <p><a href=/top>'#12488#12483#12503'</a>'#12506#12540#12472#12408#25147#12387#12390#36861#21152#12375#12414#12375#12423#12358
122       '    <hr>'
123       '    <p>'#22522#26412#24773#22577
124       '    {{#reader}}'
125       '        <form method=post action=/reader/data>'
126       '        <input type=hidden name="_method" value=put>'
127       '        <p>name : {{name}}'
128       '        <p>mail : {{mail}} <input type=text name=mail>'
129       
130         '        <p>password : *** <input type=text name=password>=><inpu' +
131         't type=password name=new>'
132       '        <input type=submit value="'#22793#26356'">'
133       '        </form>'
134       '    {{/reader}}'
135       '</body>'
136       '</html>')
137     Left = 48
138     Top = 24
139   end
140   object top: TPageProducer
141     HTMLDoc.Strings = (
142       '<!DOCTYPE html>'
143       '<html lang="en">'
144       '<head>'
145       '    <title>Document'
146       '</title>'
147       '    <meta charset="UTF-8">'
148       
149         '    <meta name="viewport" content="width=device-width, initial-s' +
150         'cale=1.0">'
151       '</head>'
152       '<body>'
153       '    {{#id}}'
154       '        <p>'#12525#12464#12450#12454#12488
155       '        <form method=post action=/logout>'
156       '        <input type=submit>'
157       '        </form>'
158       
159         '        <a href=/reader/top>'#12518#12540#12470#12540#12507#12540#12512'</a>'#12288#12289'<a href=/reader/data>'#12518#12540 +
160         #12470#12540#24773#22577'</a>'
161       '    {{/id}}'
162       '    {{^id}}'
163       '        <p>'#12525#12464#12452#12531
164       '        <form method=post action=/reader/login>'
165       
166         '        <p>mail : <input type=text name=mail>password : <input t' +
167         'ype=password name=password>'
168       '        <input type=submit>'
169       '        </form>'
170       '        <p>'#26032#35215#30331#37682
171       '        <form method=post action=/reader/data>'
172       
173         '        <p>name : <input type=text name=reader> mail : <input ty' +
174         'pe=text name=mail>'
175       
176         '        password : <input type=password name=password><input typ' +
177         'e=submit>'
178       '        </form>'
179       '    {{/id}}'
180       '    {{#items}}'
181       '        {{#enable}}'
182       '                <table border=1>'
183       '                <th><a href=/backnumber?id={{magNum}}>'
184       '                        {{magName}}</a> writed by {{writer}}'
185       '                        {{^fun}}{{#id}}'
186       
187         '                        <form method=post action=/reader/select?' +
188         'name={{magNum}}>'
189       '                        <input type=submit value="'#30331#37682'"></form>'
190       '                        {{/id}}{{/fun}}'
191       '                </th>'
192       '                <tr><td>{{comment}}</td></tr>'
193       '                <tr><td>{{day}}</td></tr>'
194       '                <tr><td>{{lastDay}}</td></tr>'
195       '                <tr><td>{{count}}</td></tr>'
196       '                </table>'
197       '        {{/enable}}'
198       '    {{/items}}'
199       '    <hr id=message>'
200       '    {{#comment}}'
201       '        <p>'#12513#12483#12475#12540#12472
202       '        {{.}}'
203       '    {{/comment}}'
204       '    <p>'#35352#32773#12398#26041#12399'<a href=/writer/page>'#12371#12385#12425'</a>'#12363#12425#12525#12464#12452#12531
205       '</body>'
206       '</html>')
207     Left = 112
208     Top = 24
209   end
210   object writerTop: TPageProducer
211     HTMLDoc.Strings = (
212       '<!DOCTYPE html>'
213       '<html lang="ja">'
214       '<head>'
215       '    <meta charset="UTF-8">'
216       
217         '    <meta name="viewport" content="width=device-width, initial-s' +
218         'cale=1.0">'
219       '    <title>Document</title>'
220       '</head>'
221       '<body>'
222       '        <h3>'#26032#21002#30331#37682'</h3>'
223       '        <p>'#26360#31821#24773#22577
224       '        <form method=post action=/writer/regist>'
225       '                <p>'#12479#12452#12488#12523
226       '                <p>'
227       '                <input type=text name=name>'
228       '                <p>'#35500#26126#27396
229       '                <p>'
230       '                <input type=text name=comment>'
231       '                <p>'#30330#34892#20104#23450#26085
232       '                <p>'
233       '                <input type=text name=day>'
234       '                <p>'
235       '                <input type=submit>'
236       '        </form>'
237       '        <p>'#30331#37682#20013#12398#12510#12460#12472#12531#12391#12377
238       '        {{#mag}}'
239       '                <hr>'
240       
241         '                <p><a href=/upload?num={{magnum}}>'#12479#12452#12488#12523'{{name}}</' +
242         'a>'
243       '                <p>{{comment}}'
244       '                <p>'#30331#37682#26085'{{day}}'
245       '                <p>'#26368#32066#26356#26032#26085'{{last}}'
246       '                <p>'#35501#32773#25968'{{count}}'
247       '        {{/mag}}'
248       '        {{^mag}}'
249       '                <p>0'#20874#12398#30330#34892#12391#12377
250       '        {{/mag}}'
251       '</body>'
252       '</html')
253     Left = 168
254     Top = 24
255   end
256   object writerData: TPageProducer
257     HTMLDoc.Strings = (
258       '<!DOCTYPE html>'
259       '<html lang="en">'
260       '<head>'
261       '    <meta charset="UTF-8">'
262       
263         '    <meta name="viewport" content="width=device-width, initial-s' +
264         'cale=1.0">'
265       '    <title>Document</title>'
266       '</head>'
267       '<body>'
268       '        <form method=post action=/writer/data>'
269       '        <input type=hidden name="_method" value=put>'
270       '        <p>name : {{name}}<input type=text name=writer>'
271       '        <p>mail : {{mail}}<input type=text name=mail>'
272       '        <p>password : ***<input type=password name=password>'
273       '        <input type=submit>'
274       '        </form>'
275       '        <a href=/writer/top>'#12521#12452#12479#12540'TOP</a>'#12408#31227#21205#12377#12427
276       '        <form method=post action=/writer/data>'
277       '        <input type=hidden name="_method" value=delete>'
278       '        <input type=submit value="'#36864#20250'">'
279       '        </form>'
280       '</body>'
281       '</html>')
282     Left = 168
283     Top = 80
284   end
285   object backnumber: TPageProducer
286     HTMLDoc.Strings = (
287       '        {{#data}}'
288       '                <hr>'
289       '                {{&text}}'
290       '        {{/data}}')
291     Left = 304
292     Top = 80
293   end
294   object mainView: TPageProducer
295     HTMLDoc.Strings = (
296       '<!DOCTYPE html>'
297       '<html lang="ja">'
298       '<head>'
299       '    <meta charset="UTF-8">'
300       
301         '    <meta name="viewport" content="width=device-width, initial-s' +
302         'cale=1.0">'
303       '    <title>Document</title>'
304       '</head>'
305       '<body>'
306       '        <p>'#12491#12517#12540#12473#12398#25968#12293#12434#12362#27005#12375#12415#12367#12384#12373#12356
307       '        {{#mag}}'
308       '        <hr>'
309       '                <h4>[{{magName}}] ({{day}})  by {{writer}}</h4>'
310       '                {{&text}}'
311       '                <p>{{hint}}'
312       '        {{/mag}}'
313       '</body>'
314       '</html>')
315     Left = 240
316     Top = 24
317   end
318   object writerpage: TPageProducer
319     HTMLDoc.Strings = (
320       '<!DOCTYPE html>'
321       '<html lang="en">'
322       '<head>'
323       '    <title>Document'
324       '</title>'
325       '    <meta charset="UTF-8">'
326       
327         '    <meta name="viewport" content="width=device-width, initial-s' +
328         'cale=1.0">'
329       '</head>'
330       '<body>'
331       '    {{^login}}'
332       '    <p>'#12525#12464#12452#12531
333       '    <form method=post action=/writer/login>'
334       '        <input type=text name=mail>'
335       '        <input type=password name=password>'
336       '        <input type=submit value=login>'
337       '    </form>'
338       '    <p>'#26032#35215#35352#32773#30331#37682
339       '    <form method=post action=/writer/data>'
340       '        <input type=text name=writer>'
341       '        <input type=text name=mail>'
342       '        <input type=password name=password>'
343       '        <input type=submit name=regWriter value=send>'
344       '    </form>'
345       '    {{/login}}'
346       '    {{#login}}'
347       '        <form method=post action=/logout>'
348       '        <input type=submit value=logout>'
349       '        </form>'
350       '    <p><a href=/writer/top>'#12507#12540#12512'</a>'#12288#12289#12288'<a href=/writer/data>'#24773#22577'</a>'
351       '    {{/login}}'
352       '    <p>'#39015#23458#12391#12354#12427#12521#12452#12479#12540#12408#12398#35500#26126#12394#12393#26360#12365#12383#12356
353       '</body>'
354       '</html>')
355     Left = 168
356     Top = 136
357   end
358   object upload: TPageProducer
359     HTMLDoc.Strings = (
360       '<!DOCTYPE html>'
361       '<html lang="en">'
362       '<head>'
363       '    <meta charset="UTF-8">'
364       
365         '    <meta name="viewport" content="width=device-width, initial-s' +
366         'cale=1.0">'
367       '    <title>Document</title>'
368       '</head>'
369       '<body>'
370       '        <h1>UPLOAD PAGE</h1>'
371       
372         '        <form method=post action=/upload?num={{magnum}} enctype=' +
373         '"multipart/form-data" accept="*.epub">'
374       '        <input type=file name=epub>'
375       '        <input type=submit value="'#36865#20449'">'
376       '        </form>'
377       '        <h3>'#26360#31821#24773#22577'</h3>'
378       '        <p>{{name}}'
379       '        <p>{{comment}}'
380       '        <#main>'
381       '</body>'
382       '</html>')
383     OnHTMLTag = uploadHTMLTag
384     Left = 304
385     Top = 24
386   end
387   object mags: TPageProducer
388     HTMLDoc.Strings = (
389       '<!DOCTYPE html>'
390       '<html lang="en">'
391       '<head>'
392       '    <meta charset="UTF-8">'
393       
394         '    <meta name="viewport" content="width=device-width, initial-s' +
395         'cale=1.0">'
396       '    <title>Document</title>'
397       '</head>'
398       '<body>'
399       '        <p>{{name}} \\// '#30331#37682#26085'{{date}} \\// '#26368#32066#26356#26032#26085'{{last}}'
400       '        <p>{{comment}}'
401       '        <#main>'
402       '        {{#id}}'
403       '        <form method=post action=/reader/select>'
404       '        <input type=submit value="'#30331#37682'">'
405       '        </form>'
406       '        {{/id}}'
407       '</body>'
408       '</html>')
409     OnHTMLTag = magsHTMLTag
410     Left = 112
411     Top = 80
412   end
413 end