OSDN Git Service

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