OSDN Git Service

dbname table にも対応
[newbbs/newbbs.git] / WebModuleUnit1.dfm
1 object WebModule1: TWebModule1
2   OldCreateOrder = False
3   OnCreate = WebModuleCreate
4   Actions = <
5     item
6       MethodType = mtGet
7       Name = 'top'
8       PathInfo = '/'
9       OnAction = WebModule1topAction
10     end
11     item
12       MethodType = mtGet
13       Name = 'indexpage'
14       PathInfo = '/index'
15       OnAction = WebModule1indexpageAction
16     end
17     item
18       MethodType = mtPost
19       Name = 'regist'
20       PathInfo = '/regist'
21       OnAction = WebModule1registAction
22     end
23     item
24       MethodType = mtGet
25       Name = 'admin'
26       PathInfo = '/admin'
27       OnAction = WebModule1adminAction
28     end
29     item
30       Name = 'search'
31       PathInfo = '/search'
32       OnAction = WebModule1searchAction
33     end
34     item
35       Name = 'help'
36       PathInfo = '/help'
37       OnAction = WebModule1helpAction
38     end
39     item
40       Name = 'master'
41       PathInfo = '/master'
42       OnAction = WebModule1masterAction
43     end
44     item
45       Name = 'alert'
46       PathInfo = '/alert'
47       OnAction = WebModule1alertAction
48     end
49     item
50       MethodType = mtPost
51       Name = 'usrdel'
52       PathInfo = '/userdel'
53       OnAction = WebModule1usrdelAction
54     end
55     item
56       Name = 'jump'
57       PathInfo = '/jump'
58       OnAction = WebModule1jumpAction
59     end
60     item
61       MethodType = mtGet
62       Name = 'link'
63       PathInfo = '/link'
64       OnAction = WebModule1linkAction
65     end
66     item
67       MethodType = mtPost
68       Name = 'admdel'
69       PathInfo = '/admindel'
70       OnAction = WebModule1admdelAction
71     end
72     item
73       Name = 'login'
74       PathInfo = '/login'
75       OnAction = WebModule1loginAction
76     end
77     item
78       MethodType = mtPost
79       Name = 'adminset'
80       PathInfo = '/adminset'
81       OnAction = WebModule1adminsetAction
82     end
83     item
84       MethodType = mtGet
85       Name = 'logout'
86       PathInfo = '/logout'
87       OnAction = WebModule1logoutAction
88     end
89     item
90       MethodType = mtGet
91       Name = 'img'
92       PathInfo = '/src'
93       OnAction = WebModule1imgAction
94     end
95     item
96       MethodType = mtGet
97       Name = 'file'
98       PathInfo = '/file'
99       OnAction = WebModule1fileAction
100     end
101     item
102       Name = 'title'
103       PathInfo = '/title'
104       OnAction = WebModule1titleAction
105     end>
106   Height = 385
107   Width = 909
108   object articles: TDataSetPageProducer
109     HTMLDoc.Strings = (
110       '                                            <hr size=1>'
111       
112         #9'<section id=number><a name=<#number>></a><a href=<#uri>/jump?db' +
113         '=<#dbnum>&num=<#number>'
114       '         style=text-decoration:none>'
115       #9#9'[<#number>]</a></section>'
116       #9'<section id=title><#title></section>'
117       #9'<section id=name>'#12288'Name:<h1><#name></h1></section>'
118       #9'<section id=date>'#12288'Date:<h1><#date></h1></section>'
119       #9'<p>'#9661#9650#9661#9650#9661#9650#9661
120       #9'<section id=comment><#comment></section>'
121       
122         '<section id=master style=text-align:right><a href=<#uri>/alert?d' +
123         'b=<#dbnum>&num=<#number>>'#22577#21578'</a></section>'
124       #9'<p>'#9651#9660#9651#9660#9651#9660#9651)
125     DataSet = FDTable2
126     OnHTMLTag = articlesHTMLTag
127     Left = 112
128     Top = 88
129   end
130   object index: TDataSetPageProducer
131     HTMLDoc.Strings = (
132       '<!DOCTYPE html>'
133       '<html lang="ja">'
134       '  <head>'
135       '    <meta charset="utf-8">'
136       '  <meta http-equiv="Content-Style-Type" content="text/css">'
137       '<style type="text/css">'
138       '<!--'
139       '    <#css id=2>'
140       '    <#css id=4>'
141       '-->'
142       '</style>'
143       
144         '    <script src=//cdn.rawgit.com/google/code-prettify/master/loa' +
145         'der/run_prettify.js></script>'
146       
147         '    <script type=text/javascript src=//ajax.googleapis.com/ajax/' +
148         'libs/jquery/1.8.1/jquery.min.js></script>'
149       '    <script>'
150       '    <!--'
151       '    <#js id=1>'
152       '    <#js id=2>'
153       '    -->'
154       '    </script>'
155       '    <title>'
156       '    <#title>'
157       '    </title>'
158       '  </head>'
159       '  <body>'
160       '<#pr>'
161       '    <a href=<#uri>/ style=text-decoration:none><#title2></a>'
162       ''
163       '    <#header>'
164       ''
165       '    <hr size="1" width="100%">'
166       
167         '    <form action=<#uri>/userdel?db=<#dbnum> method="post" id=sea' +
168         'rch>'
169       '      <label><p>'#35352#20107'No</p><input name="num"></label>'
170       
171         '      <label><p>Pass</p><input type="password" name="password"><' +
172         '/label>'
173       '      <input type="submit" value="'#21066#38500'">'
174       '    </form>'
175       '    <form action=<#uri>/jump?db=<#dbnum> method=post id=search>'
176       '      <label><p>'#35352#20107'No</p><input name=num></label>'
177       '      <input type=submit value='#31227#21205'>'
178       '    </form>'
179       '    <p><a href=<#uri>/search?db=<#dbnum>>'#26908#32034#12506#12540#12472'</a></p>'
180       '    <p style=text-align:right><a href=#article>'#19979#12408#31227#21205'</a></p>'
181       '    <p style=text-align:center><#database></p>'
182       '    <#footer>'
183       '  <#article>'
184       #9'<a name=article></a>'
185       #9'<p style=text-align:right><a href=#top>Top'#12408#31227#21205'</a></p>'
186       '  <#footer>'
187       
188         '    <p style=text-align:center><a href="<#uri>/admin?db=<#dbnum>' +
189         '">'#31649#29702#32773#29992#12525#12464#12452#12531'</a></p>'
190       '  </body>'
191       '</html>')
192     DataSet = FDTable3
193     OnHTMLTag = indexHTMLTag
194     Left = 112
195     Top = 32
196   end
197   object admin: TDataSetTableProducer
198     Columns = <
199       item
200         Custom = 'width=10%'
201         FieldName = 'CHECK'
202       end
203       item
204         Custom = 'width=10%'
205         FieldName = 'NUMBER'
206       end
207       item
208         FieldName = 'TITLE'
209       end
210       item
211         FieldName = 'NAME'
212       end
213       item
214         FieldName = 'DATE'
215       end>
216     Footer.Strings = (
217       '')
218     MaxRows = 30
219     DataSet = FDTable2
220     RowAttributes.Align = haCenter
221     TableAttributes.Align = haCenter
222     TableAttributes.BgColor = 'White'
223     TableAttributes.Width = 80
224     OnFormatCell = adminFormatCell
225     Left = 176
226     Top = 32
227   end
228   object search: TPageProducer
229     HTMLDoc.Strings = (
230       ''
231       '<!DOCTYPE HTML>'
232       ''
233       '<html>'
234       '  <head>'
235       '    <title>'#26908#32034'</title>'
236       '    <style type=text/css>'
237       '    <!--'
238       '    <#css>'
239       '    -->'
240       '    </style>'
241       '  </head>'
242       ''
243       '  <body>'
244       '<#pr>'
245       '    <form action="<#uri>/search<#query>" method="post">'
246       '    <p align="center"><strong>'#25237#31295#26908#32034
247       '</strong>'
248       '    </p>'
249       '    <p>'
250       '</p>'
251       '    <p>'
252       '    </p>'
253       '      <p align="center">'#26908#32034#12290#12473#12506#12540#12473#12391#21306#20999#12387#12390#12367#12384#12373#12356#12290'</p>'
254       '    <select name=type>'
255       '      <option value=OR>OR</option>'
256       '      <option value=AND>AND</option>'
257       '    </select>      '
258       
259         '        <div style="HEIGHT: 26px; WIDTH: 105px; POSITION: relati' +
260         've; DISPLAY: inline" ms_positioning="FlowLayout">'#26908#32034#12527#12540#12489
261       '</div>'
262       '      <p>&nbsp;<input name="word1"></p>'
263       
264         '    <p><input type="radio" name="filter" style="HEIGHT: 20px; WI' +
265         'DTH: 17px" size="17" value="name">'#21517#21069#12363#12425#26908#32034' <input type="radio" che' +
266         'cked="true" style="HEIGHT: 20px; WIDTH: 16px" size="16" name="fi' +
267         'lter" value="com">'#26412#25991#12363#12425#26908#32034
268       '</p>'
269       '      <p>'
270       '    <input type="submit" value="'#26908#32034'"></p>'
271       '    </form>'
272       '      <p><a href="<#select>">'#25522#31034#26495#12408#25147#12427
273       '</a></p>'
274       '    <#items>'
275       '  </body>'
276       '</html>')
277     OnHTMLTag = searchHTMLTag
278     Left = 240
279     Top = 32
280   end
281   object items: TDataSetPageProducer
282     HTMLDoc.Strings = (
283       '                                            <hr size=1>'
284       #9'<section id=title><#title></section>'
285       #9'<section id=name>'#12288'Name:<h1><#name></h1></section>'
286       #9'<section id=date>'#12288'Date:<h1><#date></h1></section>'
287       #9
288       #9'<section id=comment><#item></section>'
289       '')
290     DataSet = FDTable4
291     OnHTMLTag = itemsHTMLTag
292     Left = 240
293     Top = 144
294   end
295   object help: TPageProducer
296     HTMLDoc.Strings = (
297       ''
298       '<!DOCTYPE html>'
299       ''
300       '<html><head><meta charset=utf8><title>'#20351#12356#26041'</title></head>'
301       '<body>'
302       '<#pr>'
303       '<P>'#35370#21839#32773#12398#30342#12373#12435'</P>'
304       '<#area>'
305       #9'<p><br>'
306       '<p>'#38283#30330#32773#12398#30342#12373#12435
307       '<p>pybbs'#12398'API'
308       '<p>ArticleAPI ... ~/read/api/<b>dbname</b>/<b>number</b>'
309       '<p>ListAPI ... ~/headline/api'
310       '<p><br>'
311       '<p>'
312       '<p>'#21033#29992#35215#32004
313       '<p>'#12371#12428#12363#12425#26360#12365#12414#12377
314       '<p style=text-align:center><a href=<#uri>/>'#25147#12427'</a>'
315       '</body>'
316       '</html>')
317     OnHTMLTag = helpHTMLTag
318     Left = 304
319     Top = 32
320   end
321   object top: TPageProducer
322     HTMLDoc.Strings = (
323       '<!doctype html>'
324       '<html class=no-js lang="ja">'
325       '<head>'
326       #9'<title>Top Page</title>'
327       
328         '<link rel=stylesheet type=text/css href="<#uri>/file?type=css&id' +
329         '=1" ref=top>'
330       
331         '<link rel=stylesheet type=text/css href="<#uri>/file?type=css&id' +
332         '=3" ref=normal>'
333       
334         ' <script type="text/javascript" src="//ajax.googleapis.com/ajax/' +
335         'libs/jquery/2.1.4/jquery.min.js"></script>'
336       
337         ' <link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jq' +
338         'ueryui/1.10.4/themes/smoothness/jquery-ui.css" />'
339       
340         ' <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jq' +
341         'uery-ui.min.js"></script>'
342       '<script src="<#uri>/file?type=js&id=3">org</script>'
343       '<script src="<#uri>/file?type=js&id=4">moder</script>'
344       '</head>'
345       '<body>'
346       '<#pr>'
347       '<div id="fb-root"></div>'
348       ''
349       '<script>(function(d, s, id) {'
350       '  var js, fjs = d.getElementsByTagName(s)[0];'
351       '  if (d.getElementById(id)) return;'
352       '  js = d.createElement(s); js.id = id;'
353       
354         '  js.src = "//connect.facebook.net/ja_JP/sdk.js#xfbml=1&version=' +
355         'v2.8";'
356       '  fjs.parentNode.insertBefore(js, fjs);'
357       '}(document, '#39'script'#39', '#39'facebook-jssdk'#39'));</script>'
358       ''
359       ''
360       '<header><h1 style="text-align: center;">'#28961#26009#38651#23376#25522#31034#26495#12408#12424#12358#12371#12381
361       '</h1></header>'
362       '<div class="slideshow">'
363       #9'<div class="slideshow-slides"><#slide></div>'
364       ''
365       #9'<div class="slideshow-nav">'
366       #9'<a href="#" class="prev">prev'
367       '</a>'
368       #9'<a href="#" class="next">next'
369       '</a>'
370       '        </div>'
371       ''
372       #9'<div class="slideshow-indicator"></div>'
373       '</div>'
374       '<p>'#12288'<em style="background-color: aqua;">'#12288#12288#12288#12288'</em>'#12539#12539#12539'new!'
375       
376         '        <p>[ <a href=<#uri>/index?db=<#dbnum>><#info></a> ] ='#12362#30693#12425 +
377         #12379' <p>[ <a href="<#uri>/master">master'
378       
379         '</a> ] ='#31649#29702#20154'<div class="fb-like" data-href="http://pybbs.herokuap' +
380         'p.com" data-layout="box_count" data-action="like" data-size="sma' +
381         'll" data-show-faces="true" data-share="false"></div>'
382       
383         '<p><a href="http://www.xn--gckj5d1ktb3488cn4q.jp/" target="_blan' +
384         'k"><img alt="'#28961#26009#12459#12454#12531#12479#12540'" src="http://www.xn--gckj5d1ktb3488cn4q.jp/' +
385         'counter.php?id=pybbs" border="0"></a>'
386       '<footer>'
387       '<p><br>'
388       '<p><a href=<#uri>/title>'#12479#12452#12488#12523#34920#31034'</a>'
389       '<p><a href="<#uri>/help">'#20351#12356#26041#26696#20869
390       '</a>'
391       '<p><a href=<#uri>/search>'#26908#32034'</a>'
392       '<p>PR '#12522#12531#12463'<br>'
393       
394         '<p><a href="https://www.amazon.co.jp/%E9%AB%98%E6%A0%A1%E5%8D%92' +
395         '%E6%A5%AD%E3%81%BE%E3%81%A7%E3%81%AE%E3%82%B5%E3%83%83%E3%82%AB%' +
396         'E3%83%BC%E6%88%A6%E8%A1%93-sanuki_kainushi-ebook/dp/B00AXBM08Q/r' +
397         'ef=sr_1_7?ie=UTF8&amp;qid=1479369992&amp;sr=8-7&amp;keywords=san' +
398         'uki_kainushi">'#39640#26657#21330#26989#12414#12391#12398#12469#12483#12459#12540#25126#34899
399       '</a><br>amazon kindle'
400       '</p>'
401       '<p>'
402       
403         '<p><a href="https://www.amazon.co.jp/%E4%B8%AD%E5%AD%A6%E5%8D%92' +
404         '%E6%A5%AD%E3%81%BE%E3%81%A7%E3%81%AE%E3%82%B5%E3%83%83%E3%82%AB%' +
405         'E3%83%BC%E6%88%A6%E8%A1%93-sanuki_kainushi-ebook/dp/B014X0S874/r' +
406         'ef=sr_1_3?s=digital-text&amp;ie=UTF8&amp;qid=1479370246&amp;sr=1' +
407         '-3">'#20013#23398#21330#26989#12414#12391#12398#12469#12483#12459#12540#25126#34899
408       '</a><br>amazon kindle'
409       '</p>'
410       '</footer>'
411       ''
412       '</body>'
413       '</html>')
414     OnHTMLTag = topHTMLTag
415     Left = 48
416     Top = 32
417   end
418   object master: TPageProducer
419     HTMLDoc.Strings = (
420       '<!doctype html>'
421       '<head>'
422       '<meta charset=utf-8>'
423       '</head>'
424       '<body>'
425       '<#pr>'
426       '<form action=<#uri>/master method=post>'
427       '<p><#request>'
428       '<input type=radio name=delete value=some checked>'#21066#38500#28168#12415#12434#28040#21435#12288
429       '<input type=radio name=delete value=all>'#12377#12409#12390#28040#21435
430       '<input type=submit value="'#36865#20449'">'
431       '</form>'
432       '<p style=text-align:center><a href=<#uri>/logout>'#12525#12464#12450#12454#12488'</a>'
433       '<p style=text-align:center><a href=<#uri>/>'#25147#12427'</a>'
434       '</body></html>')
435     OnHTMLTag = masterHTMLTag
436     Left = 48
437     Top = 144
438   end
439   object alert: TDataSetPageProducer
440     HTMLDoc.Strings = (
441       '<tr><td>'
442       '<p><#plus><#date>'
443       '<p><#article></td><td><#request>'
444       '</td><tr>')
445     DataSet = FDTable4
446     OnHTMLTag = alertHTMLTag
447     Left = 48
448     Top = 192
449   end
450   object mail: TPageProducer
451     HTMLDoc.Strings = (
452       '<!doctyle html>'
453       '<html>'
454       '<head><meta charset=utf-8></head>'
455       '<body>'
456       '<#pr>'
457       '<form action=<#uri>/alert<#query>  method=post>'
458       '  <#content>'
459       '<textarea name=request></textarea>'
460       '<input type=submit>'
461       '<p style=text-align:center><a href=<#uri>/jump<#query>>'#25147#12427'</a>'
462       '</form>'
463       '</body></html>')
464     OnHTMLTag = mailHTMLTag
465     Left = 176
466     Top = 144
467   end
468   object css1: TPageProducer
469     HTMLDoc.Strings = (
470       '@media only screen and (min-width:900px){'
471       '.slideshow-nav a.prev {'
472       #9'margin-left:-480px'
473       #9'}'
474       '.slideshow-nav a.next {'
475       #9'margin-left:408px'
476       #9'}'
477       '}'
478       '@media only screen and (min-width:600px)'
479       'and (max-width:899px){'
480       'header h1 {'
481       #9'font-size:1em'
482       #9'}'
483       '.slideshow .slide img {'
484       #9'display:none'
485       '}'
486       '.slideshow-nav a.prev {'
487       #9'margin-left:-300px'
488       #9'}'
489       '.slideshow-nav a.next {'
490       #9'margin-left:200px'
491       #9'}'
492       '}'
493       '@media only screen and (max-width:599px){'
494       'header h1 {'
495       #9'font-size:1em'
496       #9'}'
497       '.slideshow .slide img {'
498       #9'display:none'
499       '}'
500       '.slideshow-nav a.prev {'
501       #9'margin-left:-150px'
502       #9'}'
503       '.slideshow-nav a.next {'
504       #9'margin-left:100px'
505       #9'}'
506       '}'
507       ''
508       '.slideshow-slides {'
509       #9'height:100%;'
510       #9'position:absolute;'
511       #9'width:100%;'
512       '}'
513       ''
514       '.slideshow {'
515       #9'background-color:rgb(255,225,225);'
516       #9'width:100%;'
517       #9'height:465px;'
518       #9'overflow:hidden;'
519       #9'position:relative'
520       '}'
521       ''
522       '.slideshow-slides .slide {'
523       #9'height:100%;'
524       #9'overflow:auto;'
525       #9'position:absolute;'
526       #9'width:100%;'
527       '}'
528       ''
529       '.slide p {'
530       #9'font-size:1.5em'
531       '}'
532       ''
533       '.slideshow-nav a,'
534       '.slideshow-indicator a {'
535       #9'overflow:hidden'
536       '}'
537       ''
538       '.slideshow-nav a:before,'
539       '.slideshow-indicator a:before {'
540       #9'content:url("<#uri>/src?name=sprites.png");'
541       #9'display:inline-block;'
542       #9'font-size:0;'
543       #9'line-height:0'
544       '}'
545       ''
546       '.slideshow-nav a {'
547       #9'position:absolute;'
548       #9'top:50%;'
549       #9'left:50%;'
550       #9'width:72px;'
551       #9'height:72px;'
552       #9'margin-top:-36px'
553       '}'
554       ''
555       '.slideshow-nav a.prev:before {'
556       #9'margin-top:-20px'
557       '}'
558       ''
559       '.slideshow-nav a.next:before {'
560       #9'margin-left:-80px;'
561       #9'margin-top:-20px'
562       '}'
563       ''
564       '.slideshow-nav a.disabled {'
565       #9'display:none'
566       '}'
567       ''
568       '.slideshow-indicator {'
569       #9'bottom:30px;'
570       #9'height:16px;'
571       #9'left:0;'
572       #9'position:absolute;'
573       #9'right:0;'
574       #9'text-align:center'
575       '}'
576       ''
577       '.slideshow-indicator a {'
578       #9'display:inline-block;'
579       #9'width:16px;'
580       #9'height:16px;'
581       #9'margin-left:3px;'
582       #9'margin-right:3px'
583       '}'
584       ''
585       '.slideshow-indicator a.active {'
586       #9'cursor:default'
587       '}'
588       ''
589       '.slideshow-indicator a:before {'
590       #9'margin-left:-110px'
591       '}'
592       ''
593       '.slideshow-indicator a.active:before {'
594       #9'margin-left:-130px'
595       '}'
596       ''
597       '.no-js .slideshow {'
598       #9'height:auto'
599       '}'
600       ''
601       '.no-js .slideshow-slides {'
602       #9'height:auto;'
603       #9'position:static'
604       '}'
605       ''
606       '.no-js .slideshow-slides .slide {'
607       #9'display: block;'
608       #9'height: auto;'
609       #9'position:static'
610       '}'
611       ''
612       '.no-js .slideshow-slides .slide .box{'
613       #9'margin:auto;'
614       #9'position:static'
615       '}'
616       ''
617       '.no-js .slideshow-nav,'
618       '.no-js .slideshow-indicator {'
619       #9'display:none'
620       '}')
621     OnHTMLTag = css1HTMLTag
622     Left = 360
623     Top = 96
624   end
625   object css2: TPageProducer
626     HTMLDoc.Strings = (
627       'section#number {'
628       '    display:inline'
629       '}'
630       ''
631       'section#title {'
632       '    display:inline;'
633       '    font:bold;'
634       '    font-size:1.2em;'
635       '    color:#D01166;'
636       '}'
637       ''
638       'section#name h1 {'
639       '    font:bold;'
640       '    font-size:1em;'
641       '    color:#007000;'
642       '    margin:0;'
643       '}'
644       ''
645       'section#date h1 {'
646       '    font-size:1em;'
647       '    margin:0;'
648       '}'
649       ''
650       'section h1 {'
651       '    display:inline;'
652       '}'
653       ''
654       'header {'
655       '    margin:auto;'
656       '    border:solid 1px #aaaaaa;'
657       '    box-shadow:0 2px 3px #cccccc,'
658       '               0 0 #ff8800 inset;'
659       '    padding:18px;'
660       '    border-radius:5px;'
661       '    background:-webkit-linear-gradient(#ffffff 0%,#014471 50%,'
662       '        #014471 51%,#ffffff 100%);'
663       '    overflow:hidden;'
664       '    width:100%'
665       '}'
666       ''
667       'header table {'
668       '    margin:auto'
669       '}'
670       ''
671       'header p {'
672       '    display:inline'
673       '}'
674       ''
675       '@media only screen and (min-width:900px){'
676       'header textarea {'
677       '    width:100%;'
678       '    height:150px;'
679       #9'}'
680       '}'
681       '@media only screen and (max-width:899px){'
682       'header textarea {'
683       #9'width:70%;'
684       #9'height:90px'
685       #9'}'
686       '}'
687       ''
688       'button {'
689       #9'position:absolute;'
690       #9'width:80px;'
691       #9'height:30px;'
692       #9'right:20px'
693       '}'
694       ''
695       'button.sticky {'
696       #9'position:fixed;'
697       #9'top:0'
698       '}'
699       ''
700       'input[type=password] {'
701       '    width:55px'
702       '}'
703       ''
704       'form#search input {'
705       '    height:22px;'
706       '    width:55px'
707       '}'
708       ''
709       'span {'
710       '    color:#ff0000'
711       '}'
712       ''
713       'p {'
714       #9'text-indent:0;'
715       #9'margin:0'
716       '}'
717       ''
718       'body {'
719       #9'line-height:1.5'
720       '}'
721       ''
722       'table {'
723       #9'margin:auto;'
724       #9'border:0'
725       '}'
726       ''
727       'form#search {'
728       #9'border:solid;'
729       #9'display:inline-block;'
730       #9'margin-top:30px;'
731       #9'margin-right:30px;'
732       #9'margin-left:30px;'
733       #9'margin-bottom:30px'
734       '}')
735     Left = 360
736     Top = 144
737   end
738   object css3: TPageProducer
739     HTMLDoc.Strings = (
740       '/*! normalize.css v2.1.2 | MIT License | git.io/normalize */'
741       ''
742       
743         '/* =============================================================' +
744         '============='
745       '   HTML5 display definitions'
746       
747         '   =============================================================' +
748         '============= */'
749       ''
750       '/**'
751       ' * Correct `block` display not defined in IE 8/9.'
752       ' */'
753       ''
754       'article,'
755       'aside,'
756       'details,'
757       'figcaption,'
758       'figure,'
759       'footer,'
760       'header,'
761       'hgroup,'
762       'main,'
763       'nav,'
764       'section,'
765       'summary {'
766       '    display: block;'
767       '}'
768       ''
769       '/**'
770       ' * Correct `inline-block` display not defined in IE 8/9.'
771       ' */'
772       ''
773       'audio,'
774       'canvas,'
775       'video {'
776       '    display: inline-block;'
777       '}'
778       ''
779       '/**'
780       
781         ' * Prevent modern browsers from displaying `audio` without contr' +
782         'ols.'
783       ' * Remove excess height in iOS 5 devices.'
784       ' */'
785       ''
786       'audio:not([controls]) {'
787       '    display: none;'
788       '    height: 0;'
789       '}'
790       ''
791       '/**'
792       ' * Address styling not present in IE 8/9.'
793       ' */'
794       ''
795       '[hidden] {'
796       '    display: none;'
797       '}'
798       ''
799       
800         '/* =============================================================' +
801         '============='
802       '   Base'
803       
804         '   =============================================================' +
805         '============= */'
806       ''
807       '/**'
808       ' * 1. Set default font family to sans-serif.'
809       
810         ' * 2. Prevent iOS text size adjust after orientation change, wit' +
811         'hout disabling'
812       ' *    user zoom.'
813       ' */'
814       ''
815       'html {'
816       '    font-family: sans-serif; /* 1 */'
817       '    -ms-text-size-adjust: 100%; /* 2 */'
818       '    -webkit-text-size-adjust: 100%; /* 2 */'
819       '}'
820       ''
821       '/**'
822       ' * Remove default margin.'
823       ' */'
824       ''
825       'body {'
826       '    margin: 0;'
827       '}'
828       ''
829       
830         '/* =============================================================' +
831         '============='
832       '   Links'
833       
834         '   =============================================================' +
835         '============= */'
836       ''
837       '/**'
838       
839         ' * Address `outline` inconsistency between Chrome and other brow' +
840         'sers.'
841       ' */'
842       ''
843       'a:focus {'
844       '    outline: thin dotted;'
845       '}'
846       ''
847       '/**'
848       
849         ' * Improve readability when focused and also mouse hovered in al' +
850         'l browsers.'
851       ' */'
852       ''
853       'a:active,'
854       'a:hover {'
855       '    outline: 0;'
856       '}'
857       ''
858       
859         '/* =============================================================' +
860         '============='
861       '   Typography'
862       
863         '   =============================================================' +
864         '============= */'
865       ''
866       '/**'
867       
868         ' * Address variable `h1` font-size and margin within `section` a' +
869         'nd `article`'
870       ' * contexts in Firefox 4+, Safari 5, and Chrome.'
871       ' */'
872       ''
873       'h1 {'
874       '    font-size: 2em;'
875       '    margin: 0.67em 0;'
876       '}'
877       ''
878       '/**'
879       ' * Address styling not present in IE 8/9, Safari 5, and Chrome.'
880       ' */'
881       ''
882       'abbr[title] {'
883       '    border-bottom: 1px dotted;'
884       '}'
885       ''
886       '/**'
887       
888         ' * Address style set to `bolder` in Firefox 4+, Safari 5, and Ch' +
889         'rome.'
890       ' */'
891       ''
892       'b,'
893       'strong {'
894       '    font-weight: bold;'
895       '}'
896       ''
897       '/**'
898       ' * Address styling not present in Safari 5 and Chrome.'
899       ' */'
900       ''
901       'dfn {'
902       '    font-style: italic;'
903       '}'
904       ''
905       '/**'
906       ' * Address differences between Firefox and other browsers.'
907       ' */'
908       ''
909       'hr {'
910       '    -moz-box-sizing: content-box;'
911       '    box-sizing: content-box;'
912       '    height: 0;'
913       '}'
914       ''
915       '/**'
916       ' * Address styling not present in IE 8/9.'
917       ' */'
918       ''
919       'mark {'
920       '    background: #ff0;'
921       '    color: #000;'
922       '}'
923       ''
924       '/**'
925       ' * Correct font family set oddly in Safari 5 and Chrome.'
926       ' */'
927       ''
928       'code,'
929       'kbd,'
930       'pre,'
931       'samp {'
932       '    font-family: monospace, serif;'
933       '    font-size: 1em;'
934       '}'
935       ''
936       '/**'
937       ' * Improve readability of pre-formatted text in all browsers.'
938       ' */'
939       ''
940       'pre {'
941       '    white-space: pre-wrap;'
942       '}'
943       ''
944       '/**'
945       ' * Set consistent quote types.'
946       ' */'
947       ''
948       'q {'
949       '    quotes: "\201C" "\201D" "\2018" "\2019";'
950       '}'
951       ''
952       '/**'
953       ' * Address inconsistent and variable font size in all browsers.'
954       ' */'
955       ''
956       'small {'
957       '    font-size: 80%;'
958       '}'
959       ''
960       '/**'
961       
962         ' * Prevent `sub` and `sup` affecting `line-height` in all browse' +
963         'rs.'
964       ' */'
965       ''
966       'sub,'
967       'sup {'
968       '    font-size: 75%;'
969       '    line-height: 0;'
970       '    position: relative;'
971       '    vertical-align: baseline;'
972       '}'
973       ''
974       'sup {'
975       '    top: -0.5em;'
976       '}'
977       ''
978       'sub {'
979       '    bottom: -0.25em;'
980       '}'
981       ''
982       
983         '/* =============================================================' +
984         '============='
985       '   Embedded content'
986       
987         '   =============================================================' +
988         '============= */'
989       ''
990       '/**'
991       ' * Remove border when inside `a` element in IE 8/9.'
992       ' */'
993       ''
994       'img {'
995       '    border: 0;'
996       '}'
997       ''
998       '/**'
999       ' * Correct overflow displayed oddly in IE 9.'
1000       ' */'
1001       ''
1002       'svg:not(:root) {'
1003       '    overflow: hidden;'
1004       '}'
1005       ''
1006       
1007         '/* =============================================================' +
1008         '============='
1009       '   Figures'
1010       
1011         '   =============================================================' +
1012         '============= */'
1013       ''
1014       '/**'
1015       ' * Address margin not present in IE 8/9 and Safari 5.'
1016       ' */'
1017       ''
1018       'figure {'
1019       '    margin: 0;'
1020       '}'
1021       ''
1022       
1023         '/* =============================================================' +
1024         '============='
1025       '   Forms'
1026       
1027         '   =============================================================' +
1028         '============= */'
1029       ''
1030       '/**'
1031       ' * Define consistent border, margin, and padding.'
1032       ' */'
1033       ''
1034       'fieldset {'
1035       '    border: 1px solid #c0c0c0;'
1036       '    margin: 0 2px;'
1037       '    padding: 0.35em 0.625em 0.75em;'
1038       '}'
1039       ''
1040       '/**'
1041       ' * 1. Correct `color` not being inherited in IE 8/9.'
1042       
1043         ' * 2. Remove padding so people aren'#39't caught out if they zero ou' +
1044         't fieldsets.'
1045       ' */'
1046       ''
1047       'legend {'
1048       '    border: 0; /* 1 */'
1049       '    padding: 0; /* 2 */'
1050       '}'
1051       ''
1052       '/**'
1053       ' * 1. Correct font family not being inherited in all browsers.'
1054       ' * 2. Correct font size not being inherited in all browsers.'
1055       
1056         ' * 3. Address margins set differently in Firefox 4+, Safari 5, a' +
1057         'nd Chrome.'
1058       ' */'
1059       ''
1060       'button,'
1061       'input,'
1062       'select,'
1063       'textarea {'
1064       '    font-family: inherit; /* 1 */'
1065       '    font-size: 100%; /* 2 */'
1066       '    margin: 0; /* 3 */'
1067       '}'
1068       ''
1069       '/**'
1070       
1071         ' * Address Firefox 4+ setting `line-height` on `input` using `!i' +
1072         'mportant` in'
1073       ' * the UA stylesheet.'
1074       ' */'
1075       ''
1076       'button,'
1077       'input {'
1078       '    line-height: normal;'
1079       '}'
1080       ''
1081       '/**'
1082       
1083         ' * Address inconsistent `text-transform` inheritance for `button' +
1084         '` and `select`.'
1085       
1086         ' * All other form control elements do not inherit `text-transfor' +
1087         'm` values.'
1088       
1089         ' * Correct `button` style inheritance in Chrome, Safari 5+, and ' +
1090         'IE 8+.'
1091       ' * Correct `select` style inheritance in Firefox 4+ and Opera.'
1092       ' */'
1093       ''
1094       'button,'
1095       'select {'
1096       '    text-transform: none;'
1097       '}'
1098       ''
1099       '/**'
1100       
1101         ' * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys n' +
1102         'ative `audio`'
1103       ' *    and `video` controls.'
1104       ' * 2. Correct inability to style clickable `input` types in iOS.'
1105       
1106         ' * 3. Improve usability and consistency of cursor style between ' +
1107         'image-type'
1108       ' *    `input` and others.'
1109       ' */'
1110       ''
1111       'button,'
1112       'html input[type="button"], /* 1 */'
1113       'input[type="reset"],'
1114       'input[type="submit"] {'
1115       '    -webkit-appearance: button; /* 2 */'
1116       '    cursor: pointer; /* 3 */'
1117       '}'
1118       ''
1119       '/**'
1120       ' * Re-set default cursor for disabled elements.'
1121       ' */'
1122       ''
1123       'button[disabled],'
1124       'html input[disabled] {'
1125       '    cursor: default;'
1126       '}'
1127       ''
1128       '/**'
1129       ' * 1. Address box sizing set to `content-box` in IE 8/9.'
1130       ' * 2. Remove excess padding in IE 8/9.'
1131       ' */'
1132       ''
1133       'input[type="checkbox"],'
1134       'input[type="radio"] {'
1135       '    box-sizing: border-box; /* 1 */'
1136       '    padding: 0; /* 2 */'
1137       '}'
1138       ''
1139       '/**'
1140       
1141         ' * 1. Address `appearance` set to `searchfield` in Safari 5 and ' +
1142         'Chrome.'
1143       
1144         ' * 2. Address `box-sizing` set to `border-box` in Safari 5 and C' +
1145         'hrome'
1146       ' *    (include `-moz` to future-proof).'
1147       ' */'
1148       ''
1149       'input[type="search"] {'
1150       '    -webkit-appearance: textfield; /* 1 */'
1151       '    -moz-box-sizing: content-box;'
1152       '    -webkit-box-sizing: content-box; /* 2 */'
1153       '    box-sizing: content-box;'
1154       '}'
1155       ''
1156       '/**'
1157       
1158         ' * Remove inner padding and search cancel button in Safari 5 and' +
1159         ' Chrome'
1160       ' * on OS X.'
1161       ' */'
1162       ''
1163       'input[type="search"]::-webkit-search-cancel-button,'
1164       'input[type="search"]::-webkit-search-decoration {'
1165       '    -webkit-appearance: none;'
1166       '}'
1167       ''
1168       '/**'
1169       ' * Remove inner padding and border in Firefox 4+.'
1170       ' */'
1171       ''
1172       'button::-moz-focus-inner,'
1173       'input::-moz-focus-inner {'
1174       '    border: 0;'
1175       '    padding: 0;'
1176       '}'
1177       ''
1178       '/**'
1179       ' * 1. Remove default vertical scrollbar in IE 8/9.'
1180       ' * 2. Improve readability and alignment in all browsers.'
1181       ' */'
1182       ''
1183       'textarea {'
1184       '    overflow: auto; /* 1 */'
1185       '    vertical-align: top; /* 2 */'
1186       '}'
1187       ''
1188       
1189         '/* =============================================================' +
1190         '============='
1191       '   Tables'
1192       
1193         '   =============================================================' +
1194         '============= */'
1195       ''
1196       '/**'
1197       ' * Remove most spacing between table cells.'
1198       ' */'
1199       ''
1200       'table {'
1201       '    border-collapse: collapse;'
1202       '    border-spacing: 0;'
1203       '}')
1204     Left = 360
1205     Top = 192
1206   end
1207   object css4: TPageProducer
1208     HTMLDoc.Strings = (
1209       '/*** Styles for Live Preview Window ***/'
1210       ''
1211       '#livepreview_iframe {'
1212       '    box-shadow: inset 5px 5px 10px #666;'
1213       '    -moz-box-shadow: inset 5 5px 10px #666;'
1214       '    -webkit-box-shadow: inset 5 5px 10px #666;'
1215       '}'
1216       ''
1217       '#livepreview_dialog {'
1218       '    padding:0px;'
1219       '    height:200px;  '
1220       '    width:300px;'
1221       '    background-color:#fff;'
1222       '    background-image:url('#39'/images/icon_loading.gif'#39');'
1223       '    background-repeat:no-repeat;'
1224       '    background-position:center center;'
1225       '    position:absolute;'
1226       '    border:solid 5px #666;'
1227       '    border-radius:5px;'
1228       '    -moz-border-radius: 5px;'
1229       '    -webkit-border-radius:5px;'
1230       '}'
1231       ''
1232       '#livepreview_dialog:after, #livepreview_dialog:before {'
1233       '    border: solid transparent;'
1234       '    content: " ";'
1235       '    height: 0;'
1236       '    width: 0;'
1237       '    position: absolute;'
1238       '    pointer-events: none;'
1239       '}'
1240       ''
1241       
1242         '#livepreview_dialog.bottom:after, #livepreview_dialog.bottom:bef' +
1243         'ore {'
1244       '    bottom: 100%;'
1245       '    left: 50%;'
1246       '}'
1247       ''
1248       '#livepreview_dialog.bottom:after {'
1249       '    border-color: rgba(255, 255, 255, 0);'
1250       '    border-bottom-color: #ffffffff;'
1251       '    border-width: 20px; '
1252       '    margin-left: -20px;'
1253       '}'
1254       '#livepreview_dialog.bottom:before {'
1255       '    border-color: rgba(102, 102, 102, 0);'
1256       '    border-bottom-color: #666666;'
1257       '    border-width: 26px;'
1258       '    margin-left: -26px;'
1259       '}'
1260       ''
1261       '#livepreview_dialog.top:after, #livepreview_dialog.top:before {'
1262       '    top: 100%;'
1263       '    left: 50%;'
1264       '}'
1265       ''
1266       '#livepreview_dialog.top:after {'
1267       '    border-color: rgba(255, 255, 255, 0);'
1268       '    border-top-color: #ffffffff;'
1269       '    border-width: 20px;'
1270       '    margin-left: -20px;'
1271       '}'
1272       ''
1273       '#livepreview_dialog.top:before {'
1274       '    border-color: rgba(102, 102, 102, 0);'
1275       '    border-top-color: #666666;'
1276       '    border-width: 26px;'
1277       '    margin-left: -26px;'
1278       '}'
1279       ''
1280       
1281         '#livepreview_dialog.right:after, #livepreview_dialog.right:befor' +
1282         'e {'
1283       '    right: 100%;'
1284       '    top: 50%;'
1285       '}'
1286       ''
1287       '#livepreview_dialog.right:after {'
1288       '    border-color: rgba(255, 255, 255, 0);'
1289       '    border-right-color: #ffffffff;'
1290       '    border-width: 20px;'
1291       '    margin-top: -20px;'
1292       '}'
1293       ''
1294       '#livepreview_dialog.right:before {'
1295       '    border-color: rgba(102, 102, 102, 0);'
1296       '    border-right-color: #666666;'
1297       '    border-width: 26px;'
1298       '    margin-top: -26px;'
1299       '}'
1300       ''
1301       '#livepreview_dialog.left, #livepreview_dialog.left:before {'
1302       '    left: 100%;'
1303       '    top: 50%;'
1304       '}'
1305       ''
1306       '#livepreview_dialog.left:after {'
1307       '    border-color: rgba(255, 255, 255, 0);'
1308       '    border-left-color: #ffffffff;'
1309       '    border-width: 20px;'
1310       '    margin-top: -20px;'
1311       '}'
1312       ''
1313       '#livepreview_dialog.left:before {'
1314       '    border-color: rgba(102, 102, 102, 0);'
1315       '    border-left-color: #666666;'
1316       '    border-width: 26px;'
1317       '    margin-top: -26px;'
1318       '}')
1319     Left = 360
1320     Top = 240
1321   end
1322   object header: TDataSetPageProducer
1323     HTMLDoc.Strings = (
1324       '    <header>'
1325       '    <a name=top></a>'
1326       '    <form action=<#uri>/regist?db=<#dbnum> method="post">'
1327       '      <table>'
1328       '        <tr><td>'
1329       
1330         '          <label><p>'#12362#21517#21069'</p><input name="name" class=name value=<' +
1331         '#cookie param=name>></label>'
1332       
1333         '          <label><p>'#12479#12452#12488#12523'</p><input name="title" class=title plac' +
1334         'eholder="'#12479#12452#12488#12523#12394#12375'." value=<#title>></label>'
1335       '          <input type="submit" value="'#36865#20449'">'
1336       '        </td></tr>'
1337       '        <tr><td>'
1338       '          <label><p>'#26412#25991'<span>'#24517#38920'</span><br></p>'
1339       
1340         '            <textarea style="font-size:1.75em" name="comment" co' +
1341         'ls=30'
1342       
1343         '                      required placeholder="'#12467#12513#12531#12488#12394#12393#12434#20837#21147#12375#12390#12367#12384#12373#12356'."><#' +
1344         'raw></textarea></label>'
1345       '        </td></tr>'
1346       '        <tr><td>'
1347       
1348         '          <label><p>'#12497#12473#12527#12540#12489'</p><input name="password" type="passwo' +
1349         'rd" placeholder="'#21066#38500#29992'" value=<#pass>>'
1350       
1351         '          </label> / <input type="checkbox" name="show" value="t' +
1352         'rue" <#check>><p>'#12503#12524#12499#12517#12540'</p>'
1353       '        </td></tr>'
1354       '        <tr><td>'
1355       
1356         '          <label><p>'#21512#35328#33865#12434#12402#12425#12364#12394#12391#20837#21147#12375#12390#12367#12384#12373#12356': genki <input name=aikotob' +
1357         'a type=text value=<#cookie param=aikotoba>></label>'
1358       '        </td></tr>'
1359       '      </table>'
1360       '    </form>'
1361       '    </header><#preview>')
1362     DataSet = FDTable1
1363     OnHTMLTag = headerHTMLTag
1364     Left = 240
1365     Top = 192
1366   end
1367   object js1: TPageProducer
1368     HTMLDoc.Strings = (
1369       '$(function(){'
1370       #9'$('#39'.livepreview'#39').livePreview({position:'#39'top'#39'});'
1371       
1372         #9'$('#39'.minpreview'#39').livePreview({scale:1,viewWidth:900,viewHeight:' +
1373         '600});'
1374       #9
1375       #9'var $window = $(window),'
1376       #9#9'$header = $('#39'header'#39'),'
1377       #9#9'$button = $header.find('#39'button'#39'),'
1378       #9#9'$headerClone = $header.clone(),'
1379       
1380         #9#9'$headerCloneContainer = $('#39'<div class=clone style=position:fix' +
1381         'ed;width:100%></div>'#39'),'
1382       #9#9'$clonebutton = $headerCloneContainer.find('#39'button'#39'),'
1383       #9#9'headerOffsetTop = $header.offset().top,'
1384       #9#9'headerHeight = $header.outerHeight();'
1385       #9
1386       #9'$button.on('#39'click'#39',function(){'
1387       #9#9'if ($window.scrollTop() > headerOffsetTop){'
1388       #9#9#9'$headerCloneContainer'
1389       #9#9#9#9'.css({'
1390       #9#9#9#9#9'opacity:1,'
1391       #9#9#9#9#9'top:-$window.scrollTop()+headerOffsetTop'
1392       #9#9#9#9'})'#9#9#9#9
1393       #9#9#9#9'.animate({top:0},300)'
1394       #9#9#9#9'.find('#39'textarea'#39').val($header.find('#39'textarea'#39').val());'
1395       
1396         #9#9#9'$headerCloneContainer.find('#39'.name'#39').val($header.find('#39'.name'#39')' +
1397         '.val());'
1398       
1399         #9#9#9'$headerCloneContainer.find('#39'.title'#39').val($header.find('#39'.title' +
1400         #39').val());'
1401       #9#9#9'$header.addClass('#39'open'#39');'
1402       #9#9'};'
1403       #9'}).css({top:headerOffsetTop+headerHeight});'
1404       #9'$headerCloneContainer.append($headerClone);'
1405       #9'$headerCloneContainer.appendTo('#39'body'#39');'
1406       #9'$headerCloneContainer'
1407       #9#9'.css({'#39'opacity'#39':0})'
1408       #9#9'.find('#39'button'#39').text('#39'close'#39').on('#39'click'#39',function(){'#9#9#9
1409       #9#9#9'var wintop = $window.scrollTop();'#9#9#9#9
1410       ''
1411       
1412         #9#9#9'$header.find('#39'textarea'#39').val($headerCloneContainer.find('#39'text' +
1413         'area'#39').val());'
1414       #9#9#9'$headerCloneContainer'
1415       #9#9#9#9'.animate({top:-wintop+headerOffsetTop},300)'
1416       #9#9#9#9'.animate({opacity:0,top:-headerHeight},0);'
1417       
1418         #9#9#9'$header.find('#39'.name'#39').val($headerCloneContainer.find('#39'.name'#39')' +
1419         '.val());'
1420       
1421         #9#9#9'$header.find('#39'.title'#39').val($headerCloneContainer.find('#39'.title' +
1422         #39').val());'
1423       #9#9#9'$header.removeClass('#39'open'#39');'
1424       #9#9'});'
1425       #9'$window.on('#39'scroll'#39',function(){'
1426       #9#9'var wintop = $window.scrollTop();'
1427       #9#9
1428       #9#9'if ($header.hasClass('#39'open'#39')&&(wintop < headerOffsetTop)){'
1429       #9#9#9'$headerCloneContainer.css({opacity:0,top:-headerHeight});'
1430       #9#9#9'$header.removeClass('#39'open'#39');'
1431       #9#9#9'$window.trigger('#39'scroll'#39');'
1432       #9#9'};'
1433       #9#9'if (wintop > headerOffsetTop+headerHeight){'
1434       #9#9#9'$button.addClass('#39'sticky'#39').css({top:0});'
1435       #9#9'}else{'
1436       
1437         #9#9#9'$button.removeClass('#39'sticky'#39').css({top:headerOffsetTop+header' +
1438         'Height});'
1439       #9#9'};'
1440       #9'});'
1441       '});')
1442     Left = 304
1443     Top = 272
1444   end
1445   object js2: TPageProducer
1446     HTMLDoc.Strings = (
1447       '/* =========================================================='
1448       ' * jquery-live-preview.js v1.1.0'
1449       ' * https://github.com/alanphoon/jquery-live-preview'
1450       ' * =========================================================='
1451       ' * Copyright 2015 Alan Phoon, www.ampedupdesigns.com'
1452       ' * The MIT License'
1453       ' *'
1454       
1455         ' * Permission is hereby granted, free of charge, to any person o' +
1456         'btaining a copy'
1457       
1458         ' * of this software and associated documentation files (the "Sof' +
1459         'tware"), to deal'
1460       
1461         ' * in the Software without restriction, including without limita' +
1462         'tion the rights'
1463       
1464         ' * to use, copy, modify, merge, publish, distribute, sublicense,' +
1465         ' and/or sell'
1466       
1467         ' * copies of the Software, and to permit persons to whom the Sof' +
1468         'tware is'
1469       ' * furnished to do so, subject to the following conditions:'
1470       ' * '
1471       
1472         ' * The above copyright notice and this permission notice shall b' +
1473         'e included in'
1474       ' * all copies or substantial portions of the Software.'
1475       ' * '
1476       
1477         ' * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIN' +
1478         'D, EXPRESS OR'
1479       
1480         ' * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCH' +
1481         'ANTABILITY,'
1482       
1483         ' * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO E' +
1484         'VENT SHALL THE'
1485       
1486         ' * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES' +
1487         ' OR OTHER'
1488       
1489         ' * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWIS' +
1490         'E, ARISING FROM,'
1491       
1492         ' * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER' +
1493         ' DEALINGS IN'
1494       ' * THE SOFTWARE.'
1495       ' * ========================================================== */'
1496       ''
1497       '(function($) {'
1498       '  $.fn.extend({'
1499       '     livePreview: function(options) {'
1500       '         '
1501       '         var defaults = {'
1502       '             trigger: '#39'hover'#39','
1503       '             targetWidth : 1000,'
1504       '             targetHeight: 800,'
1505       '             viewWidth: 300,'
1506       '             viewHeight: 200,'
1507       '             position: '#39'right'#39','
1508       '             positionOffset: 40,'
1509       '         };'
1510       ''
1511       '         var options = $.extend(defaults, options);'
1512       '         //calculate appropriate scaling based on width.'
1513       
1514         '         var scale_w = (options.viewWidth / options.targetWidth)' +
1515         ';'
1516       
1517         '         var scale_h = (options.viewHeight / options.targetHeigh' +
1518         't);'
1519       '         var scale_f = 1;'
1520       '         var preview_id = '#39'livepreview_dialog'#39';'
1521       ''
1522       '         if(typeof options.scale != '#39'undefined'#39')'
1523       '             scale_f = options.scale;'
1524       '         else'
1525       '         {'
1526       '             if(scale_w > scale_h)'
1527       '                 scale_f = scale_w;'
1528       '             else'
1529       '                 scale_f = scale_h;'
1530       '         }'
1531       '         '
1532       '         var showPreview = function(event) {'
1533       '             var triggerType = event.data.triggerType;'
1534       '             var obj = event.data.target;'
1535       '             var href = event.data.href;'
1536       '             var s = event.data.scale;'
1537       '             '
1538       
1539         '             if( (triggerType == '#39'click'#39') && ($('#39'#'#39' + preview_id' +
1540         ').length == 0) ) {'
1541       '                 event.preventDefault();'
1542       '             }'
1543       ''
1544       '             var currentPos = options.position;'
1545       '              if(obj.attr("data-position"))'
1546       '                 currentPos = obj.attr("data-position");'
1547       ''
1548       '             var currentOffset = options.positionOffset;'
1549       '             if(obj.attr("data-positionOffset"))'
1550       
1551         '                 currentOffset = obj.attr("data-positionOffset")' +
1552         ';'
1553       ''
1554       '             if(obj.attr("data-scale"))'
1555       '                 s = obj.attr("data-scale");'
1556       ''
1557       '             var pos = $(this).offset();'
1558       '             var width = $(this).width();'
1559       '             var height = $(this).height();'
1560       '             var toppos = pos.top - (options.viewHeight/2);'
1561       '             var leftpos = pos.left + width + currentOffset;'
1562       ''
1563       '             if(currentPos == '#39'left'#39') {'
1564       
1565         '                leftpos = pos.left - options.viewWidth - current' +
1566         'Offset;'
1567       '             }'
1568       '            '
1569       '             if(currentPos == '#39'top'#39') {'
1570       
1571         '                leftpos = pos.left + (width/2) - (options.viewWi' +
1572         'dth/2);'
1573       
1574         '                toppos = pos.top - options.viewHeight - currentO' +
1575         'ffset;'
1576       '             }'
1577       ''
1578       '             if(currentPos == '#39'bottom'#39') {'
1579       
1580         '                leftpos = pos.left + (width/2) - (options.viewWi' +
1581         'dth/2);'
1582       '                toppos = pos.top + (height/2) + currentOffset;'
1583       '             }'
1584       '             '
1585       '             //hover on '
1586       
1587         '             $('#39'body'#39').append('#39'<div id="livepreview_dialog" clas' +
1588         's="'#39' + currentPos + '#39'" style="display:none; padding:0px; left: '#39 +
1589         ' + leftpos + '#39'px; top:'#39' + toppos + '#39'px; width: '#39' + options.viewW' +
1590         'idth + '#39'px; height: '#39' + options.viewHeight + '#39'px"><div class="li' +
1591         'vepreview-container" style="overflow:hidden; width: '#39' + options.' +
1592         'viewWidth + '#39'px; height: '#39' + options.viewHeight + '#39'px"><iframe i' +
1593         'd="livepreview_iframe" src="'#39' + href + '#39'" style="height:'#39' + opti' +
1594         'ons.targetHeight + '#39'px; width:'#39' + options.targetWidth + '#39'px;-moz' +
1595         '-transform: scale('#39'+ s + '#39');-moz-transform-origin: 0 0;-o-transf' +
1596         'orm: scale('#39'+ s + '#39');-o-transform-origin: 0 0;-webkit-transform:' +
1597         ' scale('#39'+ s + '#39');-webkit-transform-origin: 0 0;"></iframe></div>' +
1598         '</div>'#39');'
1599       '             $('#39'#'#39' + preview_id).fadeIn(100);'
1600       '         };'
1601       ''
1602       '         return this.each(function() {'
1603       '            var o = options;'
1604       '            var s = scale_f;'
1605       '            var obj = $(this);'
1606       
1607         '            var href = obj.attr("data-preview-url") || obj.attr(' +
1608         '"href");'
1609       '            var triggerType = options.trigger;'
1610       ''
1611       '            if(obj.attr("data-trigger")) {'
1612       '                triggerType = obj.attr("data-trigger");'
1613       '            }'
1614       ''
1615       '            if(triggerType != '#39'click'#39') {'
1616       '                triggerType = '#39'mouseenter'#39';'
1617       '                obj.on('#39'click'#39', function() {'
1618       '                    $('#39'#'#39' + preview_id).remove();'
1619       '                });'
1620       '            }'
1621       '            '
1622       
1623         '            obj.on(triggerType, null, { triggerType: triggerType' +
1624         ', target: obj, href: href, scale: s }, showPreview);'
1625       '            obj.on('#39'mouseleave'#39', function() {'
1626       '                $('#39'#'#39' + preview_id).remove();'
1627       '            });'
1628       ''
1629       '         });'
1630       '     }'
1631       '  });'
1632       '})(jQuery);')
1633     Left = 256
1634     Top = 272
1635   end
1636   object js3: TPageProducer
1637     HTMLDoc.Strings = (
1638       ''
1639       '$(function(){'
1640       #9'$('#39'.slideshow'#39').each(function(){'
1641       #9#9'var $container = $(this),'
1642       #9#9#9'$slideGroup = $container.find('#39'.slideshow-slides'#39'),'
1643       #9#9#9'$slides = $slideGroup.find('#39'.slide'#39'),'
1644       #9#9#9'$nav = $container.find('#39'.slideshow-nav'#39'),'
1645       #9#9#9'$indicator = $container.find('#39'.slideshow-indicator'#39'),'
1646       #9#9#9'$images = $slides.find('#39'img'#39'),'
1647       #9#9#9
1648       #9#9#9'slideCount = $slides.length,'
1649       #9#9#9'indicatorHTML = '#39#39','
1650       #9#9#9'currentIndex = 0,'
1651       #9#9#9'duration = 500,'
1652       #9#9#9'easing = '#39'easeInOutExpo'#39','
1653       #9#9#9'interval = 7500,'
1654       #9#9#9'timer;'
1655       #9#9#9#9
1656       #9#9
1657       #9#9'$slides.each(function(i){'
1658       #9#9#9'$(this).css({left:100*i+'#39'%'#39'});'
1659       #9#9#9'indicatorHTML += '#39'<a href="#">'#39'+(i+1)+'#39'</a>'#39';'
1660       #9#9'});'
1661       #9#9
1662       #9#9'$indicator.html(indicatorHTML);'
1663       #9#9
1664       #9#9'function goToSlide(index){'
1665       #9#9#9'$slideGroup.animate({left:-100*index+'#39'%'#39'},duration,easing);'
1666       #9#9#9'currentIndex = index;'
1667       #9#9#9'updateNav();'
1668       #9#9'}'
1669       #9#9
1670       #9#9'function updateNav(){'
1671       #9#9#9'var $navPrev = $nav.find('#39'.prev'#39'),'
1672       #9#9#9#9'$navNext = $nav.find('#39'.next'#39');'
1673       #9#9#9'if (currentIndex === 0){'
1674       #9#9#9#9'$navPrev.addClass('#39'disabled'#39');'
1675       #9#9#9'} else {'
1676       #9#9#9#9'$navPrev.removeClass('#39'disabled'#39');'
1677       #9#9#9'}'
1678       #9#9#9'if (currentIndex === slideCount-1){'
1679       #9#9#9#9'$navNext.addClass('#39'disabled'#39');'
1680       #9#9#9'} else {'
1681       #9#9#9#9'$navNext.removeClass('#39'disabled'#39');'
1682       #9#9#9'}'
1683       #9#9#9'$indicator.find('#39'a'#39').removeClass('#39'active'#39')'
1684       #9#9#9#9'.eq(currentIndex).addClass('#39'active'#39');'
1685       #9#9'}'
1686       ''
1687       #9#9'function startTimer(){'
1688       #9#9'    timer = setInterval(function(){'
1689       #9'            var nextIndex = (currentIndex + 1) % slideCount;'
1690       #9'            goToSlide(nextIndex);'
1691       '            }, interval)'
1692       #9#9'}'
1693       ''
1694       #9#9'function stopTimer(){'
1695       #9#9'    clearInterval(timer);'
1696       #9#9'}'
1697       #9#9#9
1698       #9#9'$nav.on('#39'click'#39','#39'a'#39',function(event){'
1699       #9#9#9'event.preventDefault();'
1700       #9#9#9'if ($(this).hasClass('#39'prev'#39')){'
1701       #9#9#9#9'goToSlide(currentIndex-1);'
1702       #9#9#9'} else {'
1703       #9#9#9#9'goToSlide(currentIndex+1);'
1704       #9#9#9'}'
1705       #9#9'});'
1706       #9#9
1707       #9#9'$indicator.on('#39'click'#39','#39'a'#39',function(event){'
1708       #9#9#9'event.preventDefault();'
1709       #9#9#9'if (!$(this).hasClass('#39'active'#39')){'
1710       #9#9#9#9'goToSlide($(this).index());'
1711       #9#9#9'}'
1712       #9#9'});'
1713       ''
1714       #9#9'$container.on({'
1715       #9#9'    mouseenter: stopTimer,'
1716       #9#9'    mouseleave: startTimer'
1717       #9#9'});'
1718       ''
1719       #9#9#9
1720       #9#9'goToSlide(currentIndex);'
1721       ''
1722       #9#9'startTimer();'
1723       #9#9
1724       #9'});'
1725       #9
1726       '});')
1727     Left = 200
1728     Top = 272
1729   end
1730   object js4: TPageProducer
1731     HTMLDoc.Strings = (
1732       '/* Modernizr 2.6.2 (Custom Build) | MIT & BSD'
1733       ' * Build: http://modernizr.com/download/#-shiv-cssclasses'
1734       ' */'
1735       
1736         ';window.Modernizr=function(a,b,c){function u(a){j.cssText=a}func' +
1737         'tion v(a,b){return u(prefixes.join(a+";")+(b||""))}function w(a,' +
1738         'b){return typeof a===b}function x(a,b){return!!~(""+a).indexOf(b' +
1739         ')}function y(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)retur' +
1740         'n d===!1?a[e]:w(f,"function")?f.bind(d||b):f}return!1}var d="2.6' +
1741         '.2",e={},f=!0,g=b.documentElement,h="modernizr",i=b.createElemen' +
1742         't(h),j=i.style,k,l={}.toString,m={},n={},o={},p=[],q=p.slice,r,s' +
1743         '={}.hasOwnProperty,t;!w(s,"undefined")&&!w(s.call,"undefined")?t' +
1744         '=function(a,b){return s.call(a,b)}:t=function(a,b){return b in a' +
1745         '&&w(a.constructor.prototype[b],"undefined")},Function.prototype.' +
1746         'bind||(Function.prototype.bind=function(b){var c=this;if(typeof ' +
1747         'c!="function")throw new TypeError;var d=q.call(arguments,1),e=fu' +
1748         'nction(){if(this instanceof e){var a=function(){};a.prototype=c.' +
1749         'prototype;var f=new a,g=c.apply(f,d.concat(q.call(arguments)));r' +
1750         'eturn Object(g)===g?g:f}return c.apply(b,d.concat(q.call(argumen' +
1751         'ts)))};return e});for(var z in m)t(m,z)&&(r=z.toLowerCase(),e[r]' +
1752         '=m[z](),p.push((e[r]?"":"no-")+r));return e.addTest=function(a,b' +
1753         '){if(typeof a=="object")for(var d in a)t(a,d)&&e.addTest(d,a[d])' +
1754         ';else{a=a.toLowerCase();if(e[a]!==c)return e;b=typeof b=="functi' +
1755         'on"?b():b,typeof f!="undefined"&&f&&(g.className+=" "+(b?"":"no-' +
1756         '")+a),e[a]=b}return e},u(""),i=k=null,function(a,b){function k(a' +
1757         ',b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[' +
1758         '0]||a.documentElement;return c.innerHTML="x<style>"+b+"</style>"' +
1759         ',d.insertBefore(c.lastChild,d.firstChild)}function l(){var a=r.e' +
1760         'lements;return typeof a=="string"?a.split(" "):a}function m(a){v' +
1761         'ar b=i[a[g]];return b||(b={},h++,a[g]=h,i[h]=b),b}function n(a,c' +
1762         ',f){c||(c=b);if(j)return c.createElement(a);f||(f=m(c));var g;re' +
1763         'turn f.cache[a]?g=f.cache[a].cloneNode():e.test(a)?g=(f.cache[a]' +
1764         '=f.createElem(a)).cloneNode():g=f.createElem(a),g.canHaveChildre' +
1765         'n&&!d.test(a)?f.frag.appendChild(g):g}function o(a,c){a||(a=b);i' +
1766         'f(j)return a.createDocumentFragment();c=c||m(a);var d=c.frag.clo' +
1767         'neNode(),e=0,f=l(),g=f.length;for(;e<g;e++)d.createElement(f[e])' +
1768         ';return d}function p(a,b){b.cache||(b.cache={},b.createElem=a.cr' +
1769         'eateElement,b.createFrag=a.createDocumentFragment,b.frag=b.creat' +
1770         'eFrag()),a.createElement=function(c){return r.shivMethods?n(c,a,' +
1771         'b):b.createElem(c)},a.createDocumentFragment=Function("h,f","ret' +
1772         'urn function(){var n=f.cloneNode(),c=n.createElement;h.shivMetho' +
1773         'ds&&("+l().join().replace(/\w+/g,function(a){return b.createElem' +
1774         '(a),b.frag.createElement(a),'#39'c("'#39'+a+'#39'")'#39'})+");return n}")(r,b.fr' +
1775         'ag)}function q(a){a||(a=b);var c=m(a);return r.shivCSS&&!f&&!c.h' +
1776         'asCSS&&(c.hasCSS=!!k(a,"article,aside,figcaption,figure,footer,h' +
1777         'eader,hgroup,nav,section{display:block}mark{background:#FF0;colo' +
1778         'r:#000}")),j||p(a,c),a}var c=a.html5||{},d=/^<|^(?:button|map|se' +
1779         'lect|textarea|object|iframe|option|optgroup)$/i,e=/^(?:a|b|code|' +
1780         'div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|sty' +
1781         'le|table|tbody|td|th|tr|ul)$/i,f,g="_html5shiv",h=0,i={},j;(func' +
1782         'tion(){try{var a=b.createElement("a");a.innerHTML="<xyz></xyz>",' +
1783         'f="hidden"in a,j=a.childNodes.length==1||function(){b.createElem' +
1784         'ent("a");var a=b.createDocumentFragment();return typeof a.cloneN' +
1785         'ode=="undefined"||typeof a.createDocumentFragment=="undefined"||' +
1786         'typeof a.createElement=="undefined"}()}catch(c){f=!0,j=!0}})();v' +
1787         'ar r={elements:c.elements||"abbr article aside audio bdi canvas ' +
1788         'data datalist details figcaption figure footer header hgroup mar' +
1789         'k meter nav output progress section summary time video",shivCSS:' +
1790         'c.shivCSS!==!1,supportsUnknownElements:j,shivMethods:c.shivMetho' +
1791         'ds!==!1,type:"default",shivDocument:q,createElement:n,createDocu' +
1792         'mentFragment:o};a.html5=r,q(b)}(this,b),e._version=d,g.className' +
1793         '=g.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(f?" js "+p.joi' +
1794         'n(" "):""),e}(this,this.document);')
1795     Left = 152
1796     Top = 272
1797   end
1798   object adhead: TPageProducer
1799     HTMLDoc.Strings = (
1800       '<#pr>'
1801       
1802         '<form method=post action=<#uri>/adminset?db=<#database> style=te' +
1803         'xt-align:center>'
1804       '    <label><p>'#12497#12473#12527#12540#12489#12398#22793#26356
1805       
1806         '      <input type="password" style="HEIGHT: 23px; WIDTH: 85px" n' +
1807         'ame="pass">'
1808       '       / '#30906#35469
1809       
1810         '      <input type=password style=height:23px;width:85px name=pas' +
1811         's2>'
1812       '      </p>'
1813       '    </label>'
1814       '    <p>'
1815       
1816         '    <input type="checkbox" value="on" name="mente" <#mente>>'#12513#12531#12486#12490 +
1817         #12531#12473#34920#31034'</p>'
1818       '    <p><input type="submit" value="'#22793#26356'"></p>'
1819       '    <p><a href="<#uri>/logout?db=<#database>">'#12525#12464#12450#12454#12488'</a></p>'
1820       '</form>'
1821       
1822         '<form action=<#uri>/admindel?db=<#database> method=post style=te' +
1823         'xt-align:center>')
1824     OnHTMLTag = adheadHTMLTag
1825     Left = 176
1826     Top = 88
1827   end
1828   object js5: TPageProducer
1829     HTMLDoc.Strings = (
1830       ''
1831       '$(function(){'
1832       #9'$('#39'div'#39').on('#39'click'#39',function(){'
1833       #9#9'var $title = $(this),'
1834       #9#9#9'span1 = 1500,'
1835       #9#9#9'span2 = 200;'
1836       #9#9'$title.css('#39'font-size'#39','#39'2em'#39');'
1837       #9#9'$({deg:5}).animate({deg:365},{'
1838       #9#9#9'duration:500,'
1839       #9#9#9'progress:function(){'
1840       #9#9#9#9'$title.css({'
1841       #9#9#9#9#9#39'-webkit-transform'#39':'#39'rotate('#39'+this.deg+'#39'deg)'#39','
1842       #9#9#9#9#9#39'-ms-transform'#39':'#39'rotate('#39'+this.deg+'#39'deg)'#39','
1843       #9#9#9#9#9#39'ransform'#39':'#39'rotate('#39'+this.deg+'#39'deg)'#39
1844       #9#9#9#9'});'
1845       #9#9#9'}'
1846       #9#9'});'
1847       #9#9'$({deg:5}).delay(span1).animate({deg:0},{'
1848       #9#9#9'duration:span2,'
1849       #9#9#9'progress:function(){'
1850       #9#9#9#9'$title.css({'#9
1851       #9#9#9#9#9#39'-webkit-transform'#39':'#39'rotate('#39'+this.deg+'#39'deg)'#39','
1852       #9#9#9#9#9#39'-ms-transform'#39':'#39'rotate('#39'+this.deg+'#39'deg)'#39','
1853       #9#9#9#9#9#39'transform'#39':'#39'rotate('#39'+this.deg+'#39'deg)'#39
1854       #9#9#9#9'});'
1855       #9#9#9'}'
1856       #9#9'});'
1857       #9#9'$title.delay(span1+span2).animate({'#39'font-size'#39':'#39'1em'#39'},1);'
1858       #9'});'
1859       '});'
1860       '')
1861     Left = 104
1862     Top = 272
1863   end
1864   object title: TPageProducer
1865     HTMLDoc.Strings = (
1866       '<!doctype html>'
1867       '<html>'
1868       '<head>'
1869       '<meta charset=utf-8>'
1870       '<title>'#12479#12452#12488#12523#34920#31034'</title>'
1871       
1872         '<script type="text/javascript" src="//ajax.googleapis.com/ajax/l' +
1873         'ibs/jquery/2.1.4/jquery.min.js"></script>'
1874       
1875         '<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqu' +
1876         'eryui/1.10.4/themes/smoothness/jquery-ui.css" />'
1877       
1878         '<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jqu' +
1879         'ery-ui.min.js"></script>'
1880       '<script>'
1881       '<!--'
1882       '<#js id=5>'
1883       '-->'
1884       '</script>'
1885       '</head>'
1886       '<body>'
1887       '<#pr>'
1888       '<#main>'
1889       '<p style=text-align:center><a href=<#uri>/>'#25147#12427'</a>'
1890       '</body>'
1891       '</html>')
1892     OnHTMLTag = titleHTMLTag
1893     Left = 48
1894     Top = 256
1895   end
1896   object ti: TDataSetPageProducer
1897     HTMLDoc.Strings = (
1898       
1899         '<p style=font-weight:bold><a href=<#uri>/index?db=<#dbnum>><#dat' +
1900         'abase></a>'#8595'</p>'
1901       '<div>'#12479#12452#12488#12523': <#title> ; '#35352#20107#25968': <#count> ; '#26356#26032#26178#21051': <#date></div><p>'
1902       '')
1903     DataSet = FDQuery1
1904     OnHTMLTag = tiHTMLTag
1905     Left = 48
1906     Top = 320
1907   end
1908   object FDTable2: TFDTable
1909     IndexFieldNames = 'DBNUM;NUMBER'
1910     MasterSource = DataSource1
1911     MasterFields = 'DBNUM'
1912     Connection = FDConnection1
1913     FetchOptions.AssignedValues = [evLiveWindowParanoic]
1914     UpdateOptions.UpdateTableName = 'article'
1915     TableName = 'article'
1916     Left = 584
1917     Top = 120
1918     object FDTable2DBNUM: TIntegerField
1919       FieldName = 'DBNUM'
1920       Origin = 'DBNUM'
1921       ProviderFlags = [pfInUpdate, pfInWhere, pfInKey]
1922       Required = True
1923     end
1924     object FDTable2NUMBER: TIntegerField
1925       FieldName = 'NUMBER'
1926       Origin = 'NUMBER'
1927       ProviderFlags = [pfInUpdate, pfInWhere, pfInKey]
1928       Required = True
1929     end
1930     object FDTable2TITLE: TWideStringField
1931       FieldName = 'TITLE'
1932       Origin = 'TITLE'
1933       Size = 160
1934     end
1935     object FDTable2NAME: TWideStringField
1936       FieldName = 'NAME'
1937       Origin = 'NAME'
1938       Size = 160
1939     end
1940     object FDTable2COMMENT: TWideMemoField
1941       FieldName = 'COMMENT'
1942       Origin = 'COMMENT'
1943       BlobType = ftWideMemo
1944     end
1945     object FDTable2RAW: TWideMemoField
1946       FieldName = 'RAW'
1947       Origin = 'RAW'
1948       BlobType = ftWideMemo
1949     end
1950     object FDTable2DATE: TDateField
1951       FieldName = 'DATE'
1952       Origin = 'DATE'
1953     end
1954     object FDTable2PASS: TWideStringField
1955       FieldName = 'PASS'
1956       Origin = 'PASS'
1957       FixedChar = True
1958       Size = 40
1959     end
1960   end
1961   object FDTable5: TFDTable
1962     IndexFieldNames = 'ID'
1963     Connection = FDConnection1
1964     UpdateOptions.UpdateTableName = 'images'
1965     TableName = 'images'
1966     Left = 712
1967     Top = 184
1968     object FDTable5ID: TIntegerField
1969       FieldName = 'ID'
1970       Origin = 'ID'
1971       ProviderFlags = [pfInUpdate, pfInWhere, pfInKey]
1972       Required = True
1973     end
1974     object FDTable5NAME: TWideStringField
1975       FieldName = 'NAME'
1976       Origin = 'NAME'
1977       Size = 30
1978     end
1979     object FDTable5SOURCE: TBlobField
1980       FieldName = 'SOURCE'
1981       Origin = '"SOURCE"'
1982     end
1983   end
1984   object FDTable4: TFDTable
1985     IndexFieldNames = 'ID'
1986     Connection = FDConnection1
1987     UpdateOptions.UpdateTableName = 'req'
1988     TableName = 'req'
1989     Left = 712
1990     Top = 120
1991     object FDTable4ID: TIntegerField
1992       FieldName = 'ID'
1993       Origin = 'ID'
1994       Required = True
1995     end
1996     object FDTable4DBNAME: TIntegerField
1997       FieldName = 'DBNAME'
1998       Origin = 'DBNAME'
1999     end
2000     object FDTable4POSNUM: TIntegerField
2001       FieldName = 'POSNUM'
2002       Origin = 'POSNUM'
2003     end
2004     object FDTable4DATE: TDateField
2005       FieldName = 'DATE'
2006       Origin = 'DATE'
2007       Required = True
2008     end
2009     object FDTable4REQUEST: TWideMemoField
2010       FieldName = 'REQUEST'
2011       Origin = 'REQUEST'
2012       BlobType = ftWideMemo
2013     end
2014   end
2015   object DataSource1: TDataSource
2016     DataSet = FDTable1
2017     Left = 520
2018     Top = 184
2019   end
2020   object FDTable3: TFDTable
2021     Connection = FDConnection1
2022     UpdateOptions.UpdateTableName = 'setting'
2023     TableName = 'setting'
2024     Left = 648
2025     Top = 120
2026     object FDTable3TITLE: TWideStringField
2027       FieldName = 'TITLE'
2028       Origin = 'TITLE'
2029       Size = 160
2030     end
2031     object FDTable3TITLE2: TWideStringField
2032       FieldName = 'TITLE2'
2033       Origin = 'TITLE2'
2034       Size = 320
2035     end
2036     object FDTable3mente: TSmallintField
2037       FieldName = 'mente'
2038     end
2039     object FDTable3INFO: TIntegerField
2040       FieldName = 'INFO'
2041       Origin = 'INFO'
2042     end
2043     object FDTable3COUNT: TIntegerField
2044       FieldName = 'COUNT'
2045       Origin = 'COUNT'
2046     end
2047     object FDTable3password: TWideStringField
2048       FieldName = 'password'
2049       Size = 100
2050     end
2051     object FDTable3ng: TWideStringField
2052       FieldName = 'ng'
2053       Size = 300
2054     end
2055   end
2056   object FDConnection1: TFDConnection
2057     Params.Strings = (
2058       'ConnectionDef=first_sql')
2059     Connected = True
2060     Left = 632
2061     Top = 56
2062   end
2063   object FDTable1: TFDTable
2064     IndexFieldNames = 'DBNUM'
2065     Connection = FDConnection1
2066     UpdateOptions.UpdateTableName = 'dbname'
2067     TableName = 'dbname'
2068     Left = 520
2069     Top = 120
2070     object FDTable1DBNUM: TIntegerField
2071       FieldName = 'DBNUM'
2072       Origin = 'DBNUM'
2073       Required = True
2074     end
2075     object FDTable1DATABASE: TWideStringField
2076       FieldName = 'DATABASE'
2077       Origin = 'DATABASE'
2078       Required = True
2079       Size = 80
2080     end
2081   end
2082   object login: TPageProducer
2083     HTMLDoc.Strings = (
2084       '<!DOCTYPE HTML>'
2085       '  <head>'
2086       '    <meta charset=utf-8>'
2087       '    <title>'#12525#12464#12452#12531'</title>'
2088       '  </head>'
2089       '  <body>'
2090       '<#pr>'
2091       '    <p style=text-align:center>'#31649#29702#32773#29992#12525#12464#12452#12531#30011#38754
2092       '</p>'
2093       '    <br>'
2094       '    <form action=<#uri>/login method="post">'
2095       '    <p style=text-align:center>'
2096       '      <input type=text name=record value=<#database>>'
2097       '    '#9'  <input style=height:25px type="password" name="password">'
2098       '      <input type="submit" value="'#12525#12464#12452#12531'">'
2099       '    </p>'
2100       '    </form>'
2101       
2102         '      <p style=text-align:center><br><a href=<#uri>/ >TOP'#12408#31227#21205'</a>' +
2103         '</p>'
2104       '  </body>'
2105       '</html>')
2106     OnHTMLTag = loginHTMLTag
2107     Left = 296
2108     Top = 96
2109   end
2110   object footer: TPageProducer
2111     HTMLDoc.Strings = (
2112       '<p style=text-align:center>[ <#link> ] <#recent>')
2113     OnHTMLTag = footerHTMLTag
2114     Left = 112
2115     Top = 192
2116   end
2117   object FDGUIxWaitCursor1: TFDGUIxWaitCursor
2118     Provider = 'Forms'
2119     Left = 632
2120     Top = 256
2121   end
2122   object FDQuery1: TFDQuery
2123     Connection = FDConnection1
2124     SQL.Strings = (
2125       'select dbnum,title,max(date) from article '
2126       ' group by dbnum order by max(date);')
2127     Left = 616
2128     Top = 184
2129   end
2130 end