OSDN Git Service

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