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