OSDN Git Service

エラーが減りつつあります
[newbbs/newbbs.git] / WebModuleUnit1.dfm
1 object TWebModule1: TTWebModule1
2   OldCreateOrder = False
3   OnCreate = WebModuleCreate
4   Actions = <
5     item
6       Name = 'top'
7       PathInfo = '/'
8       OnAction = TWebModule1topAction
9     end
10     item
11       Name = 'indexpage'
12       PathInfo = '/index'
13       OnAction = TWebModule1indexpageAction
14     end
15     item
16       MethodType = mtPost
17       Name = 'regist'
18       PathInfo = '/regist'
19       OnAction = TWebModule1registAction
20     end
21     item
22       Name = 'admin'
23       PathInfo = '/admin'
24       OnAction = TWebModule1adminAction
25     end
26     item
27       Name = 'search'
28       PathInfo = '/search'
29       OnAction = TWebModule1searchAction
30     end
31     item
32       Name = 'help'
33       PathInfo = '/help'
34       OnAction = TWebModule1helpAction
35     end
36     item
37       MethodType = mtGet
38       Name = 'master'
39       PathInfo = '/master'
40       OnAction = TWebModule1masterAction
41     end
42     item
43       Name = 'alert'
44       PathInfo = '/alert'
45       OnAction = TWebModule1alertAction
46     end
47     item
48       Name = 'usrdel'
49       PathInfo = '/userdel'
50       OnAction = TWebModule1deleteAction
51     end
52     item
53       Name = 'jump'
54       PathInfo = '/jump'
55       OnAction = TWebModule1jumpAction
56     end
57     item
58       MethodType = mtGet
59       Name = 'link'
60       PathInfo = '/link'
61       OnAction = TWebModule1linkAction
62     end
63     item
64       MethodType = mtPost
65       Name = 'admdel'
66       PathInfo = '/admindel'
67       OnAction = TWebModule1admdelAction
68     end>
69   Height = 353
70   Width = 436
71   object articles: TDataSetPageProducer
72     HTMLDoc.Strings = (
73       '                                            <hr size=1>'
74       
75         #9'<section id=number><a name=<#number>></a><a href=/jump?num=<#nu' +
76         'mber> style=text-decoration:none>'
77       #9#9'[<#number>]</a></section>'
78       #9'<section id=title><#title></section>'
79       #9'<section id=name>'#12288'Name:<h1><#name></h1></section>'
80       #9'<section id=date>'#12288'Date:<h1><#date></h1></section>'
81       #9'<p>'#9661#9650#9661#9650#9661#9650#9661
82       #9'<section id=comment><#comment></section>'
83       
84         '<section id=master style=text-align:right><a href=/alert?db=<#da' +
85         'tabase>&num=<#number>>'#22577#21578'</a></section>'
86       #9'<p>'#9651#9660#9651#9660#9651#9660#9651)
87     DataSet = DataModule1.FDTable2
88     OnHTMLTag = articlesHTMLTag
89     Left = 112
90     Top = 88
91   end
92   object index: TDataSetPageProducer
93     HTMLDoc.Strings = (
94       '<!DOCTYPE html>'
95       '<html lang="ja">'
96       '  <head>'
97       '    <meta charset="utf-8">'
98       '    <#css id=2>'
99       '    <title>'
100       '    <#title>'
101       '    </title>'
102       '  </head>'
103       '  <body>'
104       ''
105       '    <a href=/ style=text-decoration:none><#title2></a>'
106       ''
107       '    <#header>'
108       ''
109       '    <hr size="1" width="100%">'
110       
111         '    <form action=/userdel?db=<#database> method="post" id=search' +
112         '>'
113       '      <label><p>'#35352#20107'No</p><input name="number"></label>'
114       
115         '      <label><p>Pass</p><input type="password" name="password"><' +
116         '/label>'
117       '      <input type="submit" value="'#21066#38500'">'
118       '    </form>'
119       '    <form action=/jump?db=<#database> method=post id=search>'
120       '      <label><p>'#35352#20107'No</p><input name=num></label>'
121       '      <input type=submit value='#31227#21205'>'
122       '    </form>'
123       '    <p><a href=/search?db=<#database>>'#26908#32034#12506#12540#12472'</a></p>'
124       '    <p style=text-align:right><a href=#article>'#19979#12408#31227#21205'</a></p>'
125       '    <p style=text-align:center><#database></p>'
126       '    <#footer>'
127       '  <#article>'
128       #9'<a name=article></a>'
129       #9'<p style=text-align:right><a href=#top>Top'#12408#31227#21205'</a></p>'
130       '  <#footer>'
131       
132         '    <p style=text-align:center><a href="/admin?db=<#database>">'#31649 +
133         #29702#32773#29992#12525#12464#12452#12531'</a></p>'
134       '  </body>'
135       '</html>')
136     DataSet = DataModule1.FDTable1
137     OnHTMLTag = indexHTMLTag
138     Left = 112
139     Top = 32
140   end
141   object admin: TDataSetTableProducer
142     Columns = <
143       item
144         Title.Caption = 'check'
145       end
146       item
147         FieldName = 'NUMBER'
148       end
149       item
150         FieldName = 'TITLE'
151       end
152       item
153         FieldName = 'NAME'
154       end
155       item
156         FieldName = 'COMMENT'
157       end
158       item
159         FieldName = 'DATE'
160       end>
161     Footer.Strings = (
162       '<input type=submit value='#21066#38500#12377#12427'><input type=submit value='#12522#12475#12483#12488'>'
163       '</form>'
164       '<p style=text-align:center><a href=/index?db=<#database>>'#25147#12427'</a>')
165     Header.Strings = (
166       '<form action=/admindel>')
167     DataSet = DataModule1.FDTable2
168     OnFormatCell = adminFormatCell
169     Left = 176
170     Top = 32
171   end
172   object search: TPageProducer
173     HTMLDoc.Strings = (
174       ''
175       '<!DOCTYPE HTML>'
176       ''
177       '<html>'
178       '  <head>'
179       '    <title>'#26908#32034'</title>'
180       '    <#css>'
181       '  </head>'
182       ''
183       '  <body>'
184       '    <form action="/search<#query>" method="post">'
185       '    <p align="center"><strong>'#25237#31295#26908#32034
186       '</strong>'
187       '    </p>'
188       '    <p>'
189       '</p>'
190       '    <p>'
191       '    </p>'
192       '      <p align="center">'#26908#32034#12290#12473#12506#12540#12473#12391#21306#20999#12387#12390#12367#12384#12373#12356#12290'</p>'
193       '    <select name=type>'
194       '      <option value=OR>OR</option>'
195       '      <option value=AND>AND</option>'
196       '    </select>      '
197       
198         '        <div style="HEIGHT: 26px; WIDTH: 105px; POSITION: relati' +
199         've; DISPLAY: inline" ms_positioning="FlowLayout">'#26908#32034#12527#12540#12489
200       '</div>'
201       '      <p>&nbsp;<input name="word1"></p>'
202       
203         '    <p><input type="radio" name="filter" style="HEIGHT: 20px; WI' +
204         'DTH: 17px" size="17" value="name">'#21517#21069#12363#12425#26908#32034' <input type="radio" che' +
205         'cked="true" style="HEIGHT: 20px; WIDTH: 16px" size="16" name="fi' +
206         'lter" value="com">'#26412#25991#12363#12425#26908#32034
207       '</p>'
208       '      <p>'
209       '    <input type="submit" value="'#26908#32034'"></p>'
210       '    </form>'
211       '      <p><a href="/">'#25522#31034#26495#12408#25147#12427
212       '</a></p>'
213       '    <#items>'
214       '  </body>'
215       '</html>')
216     OnHTMLTag = searchHTMLTag
217     Left = 240
218     Top = 32
219   end
220   object items: TDataSetPageProducer
221     HTMLDoc.Strings = (
222       '                                            <hr size=1>'
223       #9'<section id=title><#title></section>'
224       #9'<section id=name>'#12288'Name:<h1><#name></h1></section>'
225       #9'<section id=date>'#12288'Date:<h1><#date></h1></section>'
226       #9
227       #9'<section id=comment><#item></section>'
228       '')
229     DataSet = DataModule1.FDTable2
230     OnHTMLTag = itemsHTMLTag
231     Left = 240
232     Top = 144
233   end
234   object help: TPageProducer
235     HTMLDoc.Strings = (
236       ''
237       '<!DOCTYPE html>'
238       ''
239       '<html><head><meta charset=utf8><title>'#20351#12356#26041'</title></head>'
240       '<body>'
241       '<P>'#35370#21839#32773#12398#30342#12373#12435'</P>'
242       '<form action=/help method=post>'
243       #9'<p>'#12362#21839#12356#21512#12431#12379'<'#21066#38500#20381#38972#12394#12393#20309#12391#12418'></p>'
244       #9'<textarea name=help style=height:100px;width:250px>'
245       #25237#31295#32773#21517#12394#12393#65306
246       #30456#35527#20869#23481#65306
247       #12381#12398#20182#65306'</textarea><br>'
248       #9'<input type=submit value="'#36865#20449'"></form>'
249       #9'<p><br>'
250       '<p>'#38283#30330#32773#12398#30342#12373#12435
251       '<p>pybbs'#12398'API'
252       '<p>ArticleAPI ... ~/read/api/<b>dbname</b>/<b>number</b>'
253       '<p>ListAPI ... ~/headline/api'
254       '<p><br>'
255       '<p>'
256       '<p>'#21033#29992#35215#32004
257       '<p>'#12371#12428#12363#12425#26360#12365#12414#12377
258       '<p style=text-align:center><a href=/>'#25147#12427'</a>'
259       '</body>'
260       '</html>')
261     Left = 304
262     Top = 32
263   end
264   object top: TPageProducer
265     HTMLDoc.Strings = (
266       '<!doctype html>'
267       '<html class="no-js" lang="ja">'
268       '<head>'
269       
270         #9'<meta charset="utf-8" name="google-site-verification"  content=' +
271         '"5KOTJTKv1HgTtIt0zVGzuyAkADCwXRme-RiiKJ03l3s" />'
272       #9'<meta http-equiv="X-UA-Compatible" content="IE=edge">'
273       #9'<title>Top Page'
274       '</title>'
275       '<#css id=1>'
276       '<#css id=3>'
277       #9'<script src="{{static_url(js/jquery-1.10.2.min.js"></script>'
278       #9'<script src="{{static_url(js/top.js"></script>'
279       #9'<script src="{{static_url(js/modernizr.custom.min.js"></script>'
280       
281         #9'<script src="{{static_url(js/jquery-ui-1.10.3.custom.min.js"></' +
282         'script>'
283       '</head>'
284       '<body>'
285       '<div id="fb-root"></div>'
286       '<script>(function(d, s, id) {'
287       '  var js, fjs = d.getElementsByTagName(s)[0];'
288       '  if (d.getElementById(id)) return;'
289       '  js = d.createElement(s); js.id = id;'
290       
291         '  js.src = "//connect.facebook.net/ja_JP/sdk.js#xfbml=1&version=' +
292         'v2.8";'
293       '  fjs.parentNode.insertBefore(js, fjs);'
294       '}(document, '#39'script'#39', '#39'facebook-jssdk'#39'));</script>'
295       '<header><h1 style="text-align: center;">'#28961#26009#38651#23376#25522#31034#26495#12408#12424#12358#12371#12381
296       '</h1></header><div class="slideshow">'
297       #9'<div class="slideshow-slides"><div class="slide">'
298       #9'<img src=>'
299       '<#list>'
300       '</div>'
301       '</div>'
302       '</div>'
303       #9'<div class="slideshow-nav">'
304       #9'<a href="#" class="prev">prev'
305       '</a>'
306       #9'<a href="#" class="next">next'
307       '</a>'
308       #9'</div>'
309       #9'<div class="slideshow-indicator"></div>'
310       
311         '        <p>[ <a href=/index?db=<#info>><#info></a> ] ='#12362#30693#12425#12379' <p>[ ' +
312         '<a href="/master">master'
313       
314         '</a> ] ='#31649#29702#20154'<div class="fb-like" data-href="http://pybbs.herokuap' +
315         'p.com" data-layout="box_count" data-action="like" data-size="sma' +
316         'll" data-show-faces="true" data-share="false"></div>'
317       
318         '<p><a href="http://www.xn--gckj5d1ktb3488cn4q.jp/" target="_blan' +
319         'k"><img alt="'#28961#26009#12459#12454#12531#12479#12540'" src="http://www.xn--gckj5d1ktb3488cn4q.jp/' +
320         'counter.php?id=pybbs" border="0"></a>'
321       '<footer>'
322       '<p><br>'
323       '<p><a href="/title">'#12479#12452#12488#12523#34920#31034
324       '</a>'
325       '<p><a href="/help">'#20351#12356#26041#26696#20869
326       '</a>'
327       '<p><a href=/search>'#26908#32034'</a>'
328       '<p>PR '#12522#12531#12463'<br>'
329       
330         '<p><a href="https://www.amazon.co.jp/%E9%AB%98%E6%A0%A1%E5%8D%92' +
331         '%E6%A5%AD%E3%81%BE%E3%81%A7%E3%81%AE%E3%82%B5%E3%83%83%E3%82%AB%' +
332         'E3%83%BC%E6%88%A6%E8%A1%93-sanuki_kainushi-ebook/dp/B00AXBM08Q/r' +
333         'ef=sr_1_7?ie=UTF8&amp;qid=1479369992&amp;sr=8-7&amp;keywords=san' +
334         'uki_kainushi">'#39640#26657#21330#26989#12414#12391#12398#12469#12483#12459#12540#25126#34899
335       '</a><br>amazon kindle'
336       '</p>'
337       '<p>'
338       
339         '<p><a href="https://www.amazon.co.jp/%E4%B8%AD%E5%AD%A6%E5%8D%92' +
340         '%E6%A5%AD%E3%81%BE%E3%81%A7%E3%81%AE%E3%82%B5%E3%83%83%E3%82%AB%' +
341         'E3%83%BC%E6%88%A6%E8%A1%93-sanuki_kainushi-ebook/dp/B014X0S874/r' +
342         'ef=sr_1_3?s=digital-text&amp;ie=UTF8&amp;qid=1479370246&amp;sr=1' +
343         '-3">'#20013#23398#21330#26989#12414#12391#12398#12469#12483#12459#12540#25126#34899
344       '</a><br>amazon kindle'
345       '</p>'
346       '</footer>'
347       ''
348       '</body>'
349       '</html>')
350     OnHTMLTag = topHTMLTag
351     Left = 48
352     Top = 32
353   end
354   object master: TPageProducer
355     HTMLDoc.Strings = (
356       '<!doctype html>'
357       '<head>'
358       '<meta charset=utf-8>'
359       '</head>'
360       '<body>'
361       ''
362       '<p><#request>'
363       '<p style=text-align:center><a href=/>'#25147#12427'</a>'
364       '</body></html>')
365     OnHTMLTag = masterHTMLTag
366     Left = 56
367     Top = 144
368   end
369   object alert: TDataSetPageProducer
370     HTMLDoc.Strings = (
371       '<p>[ <#dbname>-<#posnum> ]<#date>'
372       '<p><#article>'
373       '<hr>')
374     DataSet = DataModule1.FDTable4
375     OnHTMLTag = alertHTMLTag
376     Left = 56
377     Top = 192
378   end
379   object footer: TDataSetPageProducer
380     HTMLDoc.Strings = (
381       '<p style=text-align:center>[ <#link> ] <#recent>'
382       '')
383     DataSet = DataModule1.FDTable1
384     OnHTMLTag = footerHTMLTag
385     Left = 112
386     Top = 192
387   end
388   object mail: TPageProducer
389     HTMLDoc.Strings = (
390       '<!doctyle html>'
391       '<html>'
392       '<head><meta charset=utf-8></head>'
393       '<body>'
394       '<form action=/alert method=post>'
395       '  <#content>'
396       '<textarea></textarea>'
397       '<input type=submit>'
398       '<p style=text-align:center><a href=/index<#query>>'#25147#12427'</a>'
399       '</form>'
400       '</body></html>')
401     OnHTMLTag = mailHTMLTag
402     Left = 176
403     Top = 144
404   end
405   object css1: TPageProducer
406     HTMLDoc.Strings = (
407       '<meta http-equiv="Content-Style-Type" content="text/css">'
408       '<style type="text/css">'
409       '<!--'
410       '@media only screen and (min-width:900px){'
411       '.slideshow-nav a.prev {'
412       #9'margin-left:-480px'
413       #9'}'
414       '.slideshow-nav a.next {'
415       #9'margin-left:408px'
416       #9'}'
417       '}'
418       '@media only screen and (min-width:600px)'
419       'and (max-width:899px){'
420       'header h1 {'
421       #9'font-size:1em'
422       #9'}'
423       '.slideshow .slide img {'
424       #9'display:none'
425       '}'
426       '.slideshow-nav a.prev {'
427       #9'margin-left:-300px'
428       #9'}'
429       '.slideshow-nav a.next {'
430       #9'margin-left:200px'
431       #9'}'
432       '}'
433       '@media only screen and (max-width:599px){'
434       'header h1 {'
435       #9'font-size:1em'
436       #9'}'
437       '.slideshow .slide img {'
438       #9'display:none'
439       '}'
440       '.slideshow-nav a.prev {'
441       #9'margin-left:-150px'
442       #9'}'
443       '.slideshow-nav a.next {'
444       #9'margin-left:100px'
445       #9'}'
446       '}'
447       ''
448       '.slideshow-slides {'
449       #9'height:100%;'
450       #9'position:absolute;'
451       #9'width:100%;'
452       '}'
453       ''
454       '.slideshow {'
455       #9'background-color:rgb(255,225,225);'
456       #9'width:100%;'
457       #9'height:465px;'
458       #9'overflow:hidden;'
459       #9'position:relative'
460       '}'
461       ''
462       '.slideshow-slides .slide {'
463       #9'height:100%;'
464       #9'overflow:auto;'
465       #9'position:absolute;'
466       #9'width:100%;'
467       '}'
468       ''
469       '.slide p {'
470       #9'font-size:1.5em'
471       '}'
472       ''
473       '.slideshow-nav a,'
474       '.slideshow-indicator a {'
475       #9'overflow:hidden'
476       '}'
477       ''
478       '.slideshow-nav a:before,'
479       '.slideshow-indicator a:before {'
480       #9'content:url(../img/sprites.png);'
481       #9'display:inline-block;'
482       #9'font-size:0;'
483       #9'line-height:0'
484       '}'
485       ''
486       '.slideshow-nav a {'
487       #9'position:absolute;'
488       #9'top:50%;'
489       #9'left:50%;'
490       #9'width:72px;'
491       #9'height:72px;'
492       #9'margin-top:-36px'
493       '}'
494       ''
495       '.slideshow-nav a.prev:before {'
496       #9'margin-top:-20px'
497       '}'
498       ''
499       '.slideshow-nav a.next:before {'
500       #9'margin-left:-80px;'
501       #9'margin-top:-20px'
502       '}'
503       ''
504       '.slideshow-nav a.disabled {'
505       #9'display:none'
506       '}'
507       ''
508       '.slideshow-indicator {'
509       #9'bottom:30px;'
510       #9'height:16px;'
511       #9'left:0;'
512       #9'position:absolute;'
513       #9'right:0;'
514       #9'text-align:center'
515       '}'
516       ''
517       '.slideshow-indicator a {'
518       #9'display:inline-block;'
519       #9'width:16px;'
520       #9'height:16px;'
521       #9'margin-left:3px;'
522       #9'margin-right:3px'
523       '}'
524       ''
525       '.slideshow-indicator a.active {'
526       #9'cursor:default'
527       '}'
528       ''
529       '.slideshow-indicator a:before {'
530       #9'margin-left:-110px'
531       '}'
532       ''
533       '.slideshow-indicator a.active:before {'
534       #9'margin-left:-130px'
535       '}'
536       ''
537       '.no-js .slideshow {'
538       #9'height:auto'
539       '}'
540       ''
541       '.no-js .slideshow-slides {'
542       #9'height:auto;'
543       #9'position:static'
544       '}'
545       ''
546       '.no-js .slideshow-slides .slide {'
547       #9'display: block;'
548       #9'height: auto;'
549       #9'position:static'
550       '}'
551       ''
552       '.no-js .slideshow-slides .slide .box{'
553       #9'margin:auto;'
554       #9'position:static'
555       '}'
556       ''
557       '.no-js .slideshow-nav,'
558       '.no-js .slideshow-indicator {'
559       #9'display:none'
560       '}'
561       '-->'
562       '</style>')
563     Left = 360
564     Top = 96
565   end
566   object css2: TPageProducer
567     HTMLDoc.Strings = (
568       '<meta http-equiv="Content-Style-Type" content="text/css">'
569       '<style type="text/css">'
570       '<!--'
571       'section#number {'
572       '    display:inline'
573       '}'
574       ''
575       'section#title {'
576       '    display:inline;'
577       '    font:bold;'
578       '    font-size:1.2em;'
579       '    color:#D01166;'
580       '}'
581       ''
582       'section#name h1 {'
583       '    font:bold;'
584       '    font-size:1em;'
585       '    color:#007000;'
586       '    margin:0;'
587       '}'
588       ''
589       'section#date h1 {'
590       '    font-size:1em;'
591       '    margin:0;'
592       '}'
593       ''
594       'section h1 {'
595       '    display:inline;'
596       '}'
597       ''
598       'header {'
599       '    margin:auto;'
600       '    border:solid 1px #aaaaaa;'
601       '    box-shadow:0 2px 3px #cccccc,'
602       '               0 0 #ff8800 inset;'
603       '    padding:18px;'
604       '    border-radius:5px;'
605       '    background:-webkit-linear-gradient(#ffffff 0%,#014471 50%,'
606       '        #014471 51%,#ffffff 100%);'
607       '    overflow:hidden;'
608       '    width:100%'
609       '}'
610       ''
611       'header table {'
612       '    margin:auto'
613       '}'
614       ''
615       'header p {'
616       '    display:inline'
617       '}'
618       ''
619       '@media only screen and (min-width:900px){'
620       'header textarea {'
621       '    width:100%;'
622       '    height:150px;'
623       #9'}'
624       '}'
625       '@media only screen and (max-width:899px){'
626       'header textarea {'
627       #9'width:70%;'
628       #9'height:90px'
629       #9'}'
630       '}'
631       ''
632       'button {'
633       #9'position:absolute;'
634       #9'width:80px;'
635       #9'height:30px;'
636       #9'right:20px'
637       '}'
638       ''
639       'button.sticky {'
640       #9'position:fixed;'
641       #9'top:0'
642       '}'
643       ''
644       'input[type=password] {'
645       '    width:55px'
646       '}'
647       ''
648       'form#search input {'
649       '    height:22px;'
650       '    width:55px'
651       '}'
652       ''
653       'span {'
654       '    color:#ff0000'
655       '}'
656       ''
657       'p {'
658       #9'text-indent:0;'
659       #9'margin:0'
660       '}'
661       ''
662       'body {'
663       #9'line-height:1.5'
664       '}'
665       ''
666       'table {'
667       #9'margin:auto;'
668       #9'border:0'
669       '}'
670       ''
671       'form#search {'
672       #9'border:solid;'
673       #9'display:inline-block;'
674       #9'margin-top:30px;'
675       #9'margin-right:30px;'
676       #9'margin-left:30px;'
677       #9'margin-bottom:30px'
678       '}'
679       '-->'
680       '</style>')
681     Left = 360
682     Top = 144
683   end
684   object css3: TPageProducer
685     HTMLDoc.Strings = (
686       '<meta http-equiv="Content-Style-Type" content="text/css">'
687       '<style type="text/css">'
688       '<!--'
689       '/*! normalize.css v2.1.2 | MIT License | git.io/normalize */'
690       ''
691       
692         '/* =============================================================' +
693         '============='
694       '   HTML5 display definitions'
695       
696         '   =============================================================' +
697         '============= */'
698       ''
699       '/**'
700       ' * Correct `block` display not defined in IE 8/9.'
701       ' */'
702       ''
703       'article,'
704       'aside,'
705       'details,'
706       'figcaption,'
707       'figure,'
708       'footer,'
709       'header,'
710       'hgroup,'
711       'main,'
712       'nav,'
713       'section,'
714       'summary {'
715       '    display: block;'
716       '}'
717       ''
718       '/**'
719       ' * Correct `inline-block` display not defined in IE 8/9.'
720       ' */'
721       ''
722       'audio,'
723       'canvas,'
724       'video {'
725       '    display: inline-block;'
726       '}'
727       ''
728       '/**'
729       
730         ' * Prevent modern browsers from displaying `audio` without contr' +
731         'ols.'
732       ' * Remove excess height in iOS 5 devices.'
733       ' */'
734       ''
735       'audio:not([controls]) {'
736       '    display: none;'
737       '    height: 0;'
738       '}'
739       ''
740       '/**'
741       ' * Address styling not present in IE 8/9.'
742       ' */'
743       ''
744       '[hidden] {'
745       '    display: none;'
746       '}'
747       ''
748       
749         '/* =============================================================' +
750         '============='
751       '   Base'
752       
753         '   =============================================================' +
754         '============= */'
755       ''
756       '/**'
757       ' * 1. Set default font family to sans-serif.'
758       
759         ' * 2. Prevent iOS text size adjust after orientation change, wit' +
760         'hout disabling'
761       ' *    user zoom.'
762       ' */'
763       ''
764       'html {'
765       '    font-family: sans-serif; /* 1 */'
766       '    -ms-text-size-adjust: 100%; /* 2 */'
767       '    -webkit-text-size-adjust: 100%; /* 2 */'
768       '}'
769       ''
770       '/**'
771       ' * Remove default margin.'
772       ' */'
773       ''
774       'body {'
775       '    margin: 0;'
776       '}'
777       ''
778       
779         '/* =============================================================' +
780         '============='
781       '   Links'
782       
783         '   =============================================================' +
784         '============= */'
785       ''
786       '/**'
787       
788         ' * Address `outline` inconsistency between Chrome and other brow' +
789         'sers.'
790       ' */'
791       ''
792       'a:focus {'
793       '    outline: thin dotted;'
794       '}'
795       ''
796       '/**'
797       
798         ' * Improve readability when focused and also mouse hovered in al' +
799         'l browsers.'
800       ' */'
801       ''
802       'a:active,'
803       'a:hover {'
804       '    outline: 0;'
805       '}'
806       ''
807       
808         '/* =============================================================' +
809         '============='
810       '   Typography'
811       
812         '   =============================================================' +
813         '============= */'
814       ''
815       '/**'
816       
817         ' * Address variable `h1` font-size and margin within `section` a' +
818         'nd `article`'
819       ' * contexts in Firefox 4+, Safari 5, and Chrome.'
820       ' */'
821       ''
822       'h1 {'
823       '    font-size: 2em;'
824       '    margin: 0.67em 0;'
825       '}'
826       ''
827       '/**'
828       ' * Address styling not present in IE 8/9, Safari 5, and Chrome.'
829       ' */'
830       ''
831       'abbr[title] {'
832       '    border-bottom: 1px dotted;'
833       '}'
834       ''
835       '/**'
836       
837         ' * Address style set to `bolder` in Firefox 4+, Safari 5, and Ch' +
838         'rome.'
839       ' */'
840       ''
841       'b,'
842       'strong {'
843       '    font-weight: bold;'
844       '}'
845       ''
846       '/**'
847       ' * Address styling not present in Safari 5 and Chrome.'
848       ' */'
849       ''
850       'dfn {'
851       '    font-style: italic;'
852       '}'
853       ''
854       '/**'
855       ' * Address differences between Firefox and other browsers.'
856       ' */'
857       ''
858       'hr {'
859       '    -moz-box-sizing: content-box;'
860       '    box-sizing: content-box;'
861       '    height: 0;'
862       '}'
863       ''
864       '/**'
865       ' * Address styling not present in IE 8/9.'
866       ' */'
867       ''
868       'mark {'
869       '    background: #ff0;'
870       '    color: #000;'
871       '}'
872       ''
873       '/**'
874       ' * Correct font family set oddly in Safari 5 and Chrome.'
875       ' */'
876       ''
877       'code,'
878       'kbd,'
879       'pre,'
880       'samp {'
881       '    font-family: monospace, serif;'
882       '    font-size: 1em;'
883       '}'
884       ''
885       '/**'
886       ' * Improve readability of pre-formatted text in all browsers.'
887       ' */'
888       ''
889       'pre {'
890       '    white-space: pre-wrap;'
891       '}'
892       ''
893       '/**'
894       ' * Set consistent quote types.'
895       ' */'
896       ''
897       'q {'
898       '    quotes: "\201C" "\201D" "\2018" "\2019";'
899       '}'
900       ''
901       '/**'
902       ' * Address inconsistent and variable font size in all browsers.'
903       ' */'
904       ''
905       'small {'
906       '    font-size: 80%;'
907       '}'
908       ''
909       '/**'
910       
911         ' * Prevent `sub` and `sup` affecting `line-height` in all browse' +
912         'rs.'
913       ' */'
914       ''
915       'sub,'
916       'sup {'
917       '    font-size: 75%;'
918       '    line-height: 0;'
919       '    position: relative;'
920       '    vertical-align: baseline;'
921       '}'
922       ''
923       'sup {'
924       '    top: -0.5em;'
925       '}'
926       ''
927       'sub {'
928       '    bottom: -0.25em;'
929       '}'
930       ''
931       
932         '/* =============================================================' +
933         '============='
934       '   Embedded content'
935       
936         '   =============================================================' +
937         '============= */'
938       ''
939       '/**'
940       ' * Remove border when inside `a` element in IE 8/9.'
941       ' */'
942       ''
943       'img {'
944       '    border: 0;'
945       '}'
946       ''
947       '/**'
948       ' * Correct overflow displayed oddly in IE 9.'
949       ' */'
950       ''
951       'svg:not(:root) {'
952       '    overflow: hidden;'
953       '}'
954       ''
955       
956         '/* =============================================================' +
957         '============='
958       '   Figures'
959       
960         '   =============================================================' +
961         '============= */'
962       ''
963       '/**'
964       ' * Address margin not present in IE 8/9 and Safari 5.'
965       ' */'
966       ''
967       'figure {'
968       '    margin: 0;'
969       '}'
970       ''
971       
972         '/* =============================================================' +
973         '============='
974       '   Forms'
975       
976         '   =============================================================' +
977         '============= */'
978       ''
979       '/**'
980       ' * Define consistent border, margin, and padding.'
981       ' */'
982       ''
983       'fieldset {'
984       '    border: 1px solid #c0c0c0;'
985       '    margin: 0 2px;'
986       '    padding: 0.35em 0.625em 0.75em;'
987       '}'
988       ''
989       '/**'
990       ' * 1. Correct `color` not being inherited in IE 8/9.'
991       
992         ' * 2. Remove padding so people aren'#39't caught out if they zero ou' +
993         't fieldsets.'
994       ' */'
995       ''
996       'legend {'
997       '    border: 0; /* 1 */'
998       '    padding: 0; /* 2 */'
999       '}'
1000       ''
1001       '/**'
1002       ' * 1. Correct font family not being inherited in all browsers.'
1003       ' * 2. Correct font size not being inherited in all browsers.'
1004       
1005         ' * 3. Address margins set differently in Firefox 4+, Safari 5, a' +
1006         'nd Chrome.'
1007       ' */'
1008       ''
1009       'button,'
1010       'input,'
1011       'select,'
1012       'textarea {'
1013       '    font-family: inherit; /* 1 */'
1014       '    font-size: 100%; /* 2 */'
1015       '    margin: 0; /* 3 */'
1016       '}'
1017       ''
1018       '/**'
1019       
1020         ' * Address Firefox 4+ setting `line-height` on `input` using `!i' +
1021         'mportant` in'
1022       ' * the UA stylesheet.'
1023       ' */'
1024       ''
1025       'button,'
1026       'input {'
1027       '    line-height: normal;'
1028       '}'
1029       ''
1030       '/**'
1031       
1032         ' * Address inconsistent `text-transform` inheritance for `button' +
1033         '` and `select`.'
1034       
1035         ' * All other form control elements do not inherit `text-transfor' +
1036         'm` values.'
1037       
1038         ' * Correct `button` style inheritance in Chrome, Safari 5+, and ' +
1039         'IE 8+.'
1040       ' * Correct `select` style inheritance in Firefox 4+ and Opera.'
1041       ' */'
1042       ''
1043       'button,'
1044       'select {'
1045       '    text-transform: none;'
1046       '}'
1047       ''
1048       '/**'
1049       
1050         ' * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys n' +
1051         'ative `audio`'
1052       ' *    and `video` controls.'
1053       ' * 2. Correct inability to style clickable `input` types in iOS.'
1054       
1055         ' * 3. Improve usability and consistency of cursor style between ' +
1056         'image-type'
1057       ' *    `input` and others.'
1058       ' */'
1059       ''
1060       'button,'
1061       'html input[type="button"], /* 1 */'
1062       'input[type="reset"],'
1063       'input[type="submit"] {'
1064       '    -webkit-appearance: button; /* 2 */'
1065       '    cursor: pointer; /* 3 */'
1066       '}'
1067       ''
1068       '/**'
1069       ' * Re-set default cursor for disabled elements.'
1070       ' */'
1071       ''
1072       'button[disabled],'
1073       'html input[disabled] {'
1074       '    cursor: default;'
1075       '}'
1076       ''
1077       '/**'
1078       ' * 1. Address box sizing set to `content-box` in IE 8/9.'
1079       ' * 2. Remove excess padding in IE 8/9.'
1080       ' */'
1081       ''
1082       'input[type="checkbox"],'
1083       'input[type="radio"] {'
1084       '    box-sizing: border-box; /* 1 */'
1085       '    padding: 0; /* 2 */'
1086       '}'
1087       ''
1088       '/**'
1089       
1090         ' * 1. Address `appearance` set to `searchfield` in Safari 5 and ' +
1091         'Chrome.'
1092       
1093         ' * 2. Address `box-sizing` set to `border-box` in Safari 5 and C' +
1094         'hrome'
1095       ' *    (include `-moz` to future-proof).'
1096       ' */'
1097       ''
1098       'input[type="search"] {'
1099       '    -webkit-appearance: textfield; /* 1 */'
1100       '    -moz-box-sizing: content-box;'
1101       '    -webkit-box-sizing: content-box; /* 2 */'
1102       '    box-sizing: content-box;'
1103       '}'
1104       ''
1105       '/**'
1106       
1107         ' * Remove inner padding and search cancel button in Safari 5 and' +
1108         ' Chrome'
1109       ' * on OS X.'
1110       ' */'
1111       ''
1112       'input[type="search"]::-webkit-search-cancel-button,'
1113       'input[type="search"]::-webkit-search-decoration {'
1114       '    -webkit-appearance: none;'
1115       '}'
1116       ''
1117       '/**'
1118       ' * Remove inner padding and border in Firefox 4+.'
1119       ' */'
1120       ''
1121       'button::-moz-focus-inner,'
1122       'input::-moz-focus-inner {'
1123       '    border: 0;'
1124       '    padding: 0;'
1125       '}'
1126       ''
1127       '/**'
1128       ' * 1. Remove default vertical scrollbar in IE 8/9.'
1129       ' * 2. Improve readability and alignment in all browsers.'
1130       ' */'
1131       ''
1132       'textarea {'
1133       '    overflow: auto; /* 1 */'
1134       '    vertical-align: top; /* 2 */'
1135       '}'
1136       ''
1137       
1138         '/* =============================================================' +
1139         '============='
1140       '   Tables'
1141       
1142         '   =============================================================' +
1143         '============= */'
1144       ''
1145       '/**'
1146       ' * Remove most spacing between table cells.'
1147       ' */'
1148       ''
1149       'table {'
1150       '    border-collapse: collapse;'
1151       '    border-spacing: 0;'
1152       '}'
1153       '-->'
1154       '</style>')
1155     Left = 360
1156     Top = 192
1157   end
1158   object css4: TPageProducer
1159     HTMLDoc.Strings = (
1160       '<meta http-equiv="Content-Style-Type" content="text/css">'
1161       '<style type="text/css">'
1162       '<!--'
1163       '/*** Styles for Live Preview Window ***/'
1164       ''
1165       '#livepreview_iframe {'
1166       '    box-shadow: inset 5px 5px 10px #666;'
1167       '    -moz-box-shadow: inset 5 5px 10px #666;'
1168       '    -webkit-box-shadow: inset 5 5px 10px #666;'
1169       '}'
1170       ''
1171       '#livepreview_dialog {'
1172       '    padding:0px;'
1173       '    height:200px;  '
1174       '    width:300px;'
1175       '    background-color:#fff;'
1176       '    background-image:url('#39'/images/icon_loading.gif'#39');'
1177       '    background-repeat:no-repeat;'
1178       '    background-position:center center;'
1179       '    position:absolute;'
1180       '    border:solid 5px #666;'
1181       '    border-radius:5px;'
1182       '    -moz-border-radius: 5px;'
1183       '    -webkit-border-radius:5px;'
1184       '}'
1185       ''
1186       '#livepreview_dialog:after, #livepreview_dialog:before {'
1187       '    border: solid transparent;'
1188       '    content: " ";'
1189       '    height: 0;'
1190       '    width: 0;'
1191       '    position: absolute;'
1192       '    pointer-events: none;'
1193       '}'
1194       ''
1195       
1196         '#livepreview_dialog.bottom:after, #livepreview_dialog.bottom:bef' +
1197         'ore {'
1198       '    bottom: 100%;'
1199       '    left: 50%;'
1200       '}'
1201       ''
1202       '#livepreview_dialog.bottom:after {'
1203       '    border-color: rgba(255, 255, 255, 0);'
1204       '    border-bottom-color: #ffffffff;'
1205       '    border-width: 20px; '
1206       '    margin-left: -20px;'
1207       '}'
1208       '#livepreview_dialog.bottom:before {'
1209       '    border-color: rgba(102, 102, 102, 0);'
1210       '    border-bottom-color: #666666;'
1211       '    border-width: 26px;'
1212       '    margin-left: -26px;'
1213       '}'
1214       ''
1215       '#livepreview_dialog.top:after, #livepreview_dialog.top:before {'
1216       '    top: 100%;'
1217       '    left: 50%;'
1218       '}'
1219       ''
1220       '#livepreview_dialog.top:after {'
1221       '    border-color: rgba(255, 255, 255, 0);'
1222       '    border-top-color: #ffffffff;'
1223       '    border-width: 20px;'
1224       '    margin-left: -20px;'
1225       '}'
1226       ''
1227       '#livepreview_dialog.top:before {'
1228       '    border-color: rgba(102, 102, 102, 0);'
1229       '    border-top-color: #666666;'
1230       '    border-width: 26px;'
1231       '    margin-left: -26px;'
1232       '}'
1233       ''
1234       
1235         '#livepreview_dialog.right:after, #livepreview_dialog.right:befor' +
1236         'e {'
1237       '    right: 100%;'
1238       '    top: 50%;'
1239       '}'
1240       ''
1241       '#livepreview_dialog.right:after {'
1242       '    border-color: rgba(255, 255, 255, 0);'
1243       '    border-right-color: #ffffffff;'
1244       '    border-width: 20px;'
1245       '    margin-top: -20px;'
1246       '}'
1247       ''
1248       '#livepreview_dialog.right:before {'
1249       '    border-color: rgba(102, 102, 102, 0);'
1250       '    border-right-color: #666666;'
1251       '    border-width: 26px;'
1252       '    margin-top: -26px;'
1253       '}'
1254       ''
1255       '#livepreview_dialog.left, #livepreview_dialog.left:before {'
1256       '    left: 100%;'
1257       '    top: 50%;'
1258       '}'
1259       ''
1260       '#livepreview_dialog.left:after {'
1261       '    border-color: rgba(255, 255, 255, 0);'
1262       '    border-left-color: #ffffffff;'
1263       '    border-width: 20px;'
1264       '    margin-top: -20px;'
1265       '}'
1266       ''
1267       '#livepreview_dialog.left:before {'
1268       '    border-color: rgba(102, 102, 102, 0);'
1269       '    border-left-color: #666666;'
1270       '    border-width: 26px;'
1271       '    margin-top: -26px;'
1272       '}'
1273       '-->'
1274       '</style>')
1275     Left = 360
1276     Top = 240
1277   end
1278   object header: TDataSetPageProducer
1279     HTMLDoc.Strings = (
1280       '    <header>'
1281       '    <a name=top></a>'
1282       '    <form action=/regist?db=<#database> method="post">'
1283       '      <table>'
1284       '        <tr><td>'
1285       
1286         '          <label><p>'#12362#21517#21069'</p><input name="name" class=name value=<' +
1287         '#cookie param=name>></label>'
1288       
1289         '          <label><p>'#12479#12452#12488#12523'</p><input name="title" class=title plac' +
1290         'eholder="'#12479#12452#12488#12523#12394#12375'."></label>'
1291       '          <input type="submit" value="'#36865#20449'">'
1292       '        </td></tr>'
1293       '        <tr><td>'
1294       '          <label><p>'#26412#25991'<span>'#24517#38920'</span><br></p>'
1295       
1296         '            <textarea style="font-size:1.75em" name="comment" co' +
1297         'ls=30'
1298       
1299         '                      required placeholder="'#12467#12513#12531#12488#12394#12393#12434#20837#21147#12375#12390#12367#12384#12373#12356'."><#' +
1300         'raw></textarea></label>'
1301       '        </td></tr>'
1302       '        <tr><td>'
1303       
1304         '          <label><p>'#12497#12473#12527#12540#12489'</p><input name="password" type="passwo' +
1305         'rd" placeholder="'#21066#38500#29992'">'
1306       
1307         '          </label> / <input type="checkbox" name="show" value="t' +
1308         'rue" <#check>><p>'#12503#12524#12499#12517#12540'</p>'
1309       '        </td></tr>'
1310       '        <tr><td>'
1311       
1312         '          <label><p>'#21512#35328#33865#12434#12402#12425#12364#12394#12391#20837#21147#12375#12390#12367#12384#12373#12356': genki <input name=aikotob' +
1313         'a type=text value=<#cookie param=aikotoba>></label>'
1314       '        </td></tr>'
1315       '      </table>'
1316       '    </form>'
1317       '    </header>')
1318     DataSet = DataModule1.FDTable1
1319     OnHTMLTag = headerHTMLTag
1320     Left = 240
1321     Top = 192
1322   end
1323 end