OSDN Git Service

宣言のタイプミスを修正
[newbbs/newbbs.git] / WebModuleUnit1.dfm
index b346513..c93c102 100644 (file)
@@ -1,4 +1,4 @@
-object TWebModule1: TTWebModule1
+object WebModule1: TWebModule1
   OldCreateOrder = False
   OnCreate = WebModuleCreate
   Actions = <
@@ -37,7 +37,6 @@ object TWebModule1: TTWebModule1
       OnAction = TWebModule1helpAction
     end
     item
-      MethodType = mtGet
       Name = 'master'
       PathInfo = '/master'
       OnAction = TWebModule1masterAction
@@ -74,8 +73,37 @@ object TWebModule1: TTWebModule1
       Name = 'login'
       PathInfo = '/login'
       OnAction = TWebModule1loginAction
+    end
+    item
+      MethodType = mtPost
+      Name = 'adminset'
+      PathInfo = '/adminset'
+      OnAction = TWebModule1adminsetAction
+    end
+    item
+      MethodType = mtGet
+      Name = 'logout'
+      PathInfo = '/logout'
+      OnAction = TWebModule1logoutAction
+    end
+    item
+      MethodType = mtGet
+      Name = 'img'
+      PathInfo = '/src'
+      OnAction = TWebModule1imgAction
+    end
+    item
+      MethodType = mtGet
+      Name = 'file'
+      PathInfo = '/file'
+      OnAction = TWebModule1fileAction
+    end
+    item
+      Name = 'title'
+      PathInfo = '/title'
+      OnAction = TWebModule1titleAction
     end>
-  Height = 353
+  Height = 385
   Width = 436
   object articles: TDataSetPageProducer
     HTMLDoc.Strings = (
@@ -90,8 +118,8 @@ object TWebModule1: TTWebModule1
       #9'<p>'#9661#9650#9661#9650#9661#9650#9661
       #9'<section id=comment><#comment></section>'
       
-        '<section id=master style=text-align:right><a href=/alert?db=<#da' +
-        'tabase>&num=<#number>>'#22577#21578'</a></section>'
+        '<section id=master style=text-align:right><a href=/alert?db=<#db' +
+        'num>&num=<#number>>'#22577#21578'</a></section>'
       #9'<p>'#9651#9660#9651#9660#9651#9660#9651)
     DataSet = DataModule1.FDTable2
     OnHTMLTag = articlesHTMLTag
@@ -104,8 +132,13 @@ object TWebModule1: TTWebModule1
       '<html lang="ja">'
       '  <head>'
       '    <meta charset="utf-8">'
+      '  <meta http-equiv="Content-Style-Type" content="text/css">'
+      '<style type="text/css">'
+      '<!--'
       '    <#css id=2>'
       '    <#css id=4>'
+      '-->'
+      '</style>'
       
         '    <script src=//cdn.rawgit.com/google/code-prettify/master/loa' +
         'der/run_prettify.js></script>'
@@ -123,26 +156,24 @@ object TWebModule1: TTWebModule1
       '    </title>'
       '  </head>'
       '  <body>'
-      ''
+      '<#pr>'
       '    <a href=/ style=text-decoration:none><#title2></a>'
       ''
       '    <#header>'
       ''
       '    <hr size="1" width="100%">'
-      
-        '    <form action=/userdel?db=<#database> method="post" id=search' +
-        '>'
-      '      <label><p>'#35352#20107'No</p><input name="number"></label>'
+      '    <form action=/userdel?db=<#dbnum> method="post" id=search>'
+      '      <label><p>'#35352#20107'No</p><input name="num"></label>'
       
         '      <label><p>Pass</p><input type="password" name="password"><' +
         '/label>'
       '      <input type="submit" value="'#21066#38500'">'
       '    </form>'
-      '    <form action=/jump?db=<#database> method=post id=search>'
+      '    <form action=/jump?db=<#dbnum> method=post id=search>'
       '      <label><p>'#35352#20107'No</p><input name=num></label>'
       '      <input type=submit value='#31227#21205'>'
       '    </form>'
-      '    <p><a href=/search?db=<#database>>'#26908#32034#12506#12540#12472'</a></p>'
+      '    <p><a href=/search?db=<#dbnum>>'#26908#32034#12506#12540#12472'</a></p>'
       '    <p style=text-align:right><a href=#article>'#19979#12408#31227#21205'</a></p>'
       '    <p style=text-align:center><#database></p>'
       '    <#footer>'
@@ -151,11 +182,11 @@ object TWebModule1: TTWebModule1
       #9'<p style=text-align:right><a href=#top>Top'#12408#31227#21205'</a></p>'
       '  <#footer>'
       
-        '    <p style=text-align:center><a href="/admin?db=<#database>">'#31649 +
-        #29702#32773#29992#12525#12464#12452#12531'</a></p>'
+        '    <p style=text-align:center><a href="/admin?db=<#dbnum>">'#31649#29702#32773#29992 +
+        #12525#12464#12452#12531'</a></p>'
       '  </body>'
       '</html>')
-    DataSet = DataModule1.FDTable1
+    DataSet = DataModule1.FDTable3
     OnHTMLTag = indexHTMLTag
     Left = 112
     Top = 32
@@ -175,17 +206,12 @@ object TWebModule1: TTWebModule1
         FieldName = 'NAME'
       end
       item
-        FieldName = 'COMMENT'
-      end
-      item
         FieldName = 'DATE'
       end>
     Footer.Strings = (
-      '<input type=submit value='#21066#38500#12377#12427'><input type=submit value='#12522#12475#12483#12488'>'
+      '<input type=submit value='#21066#38500#12377#12427'><input type=reset value='#12522#12475#12483#12488'>'
       '</form>'
       '')
-    Header.Strings = (
-      '<form action=/admindel method=post>')
     MaxRows = 30
     DataSet = DataModule1.FDTable2
     OnFormatCell = adminFormatCell
@@ -200,10 +226,15 @@ object TWebModule1: TTWebModule1
       '<html>'
       '  <head>'
       '    <title>'#26908#32034'</title>'
+      '    <style type=text/css>'
+      '    <!--'
       '    <#css>'
+      '    -->'
+      '    </style>'
       '  </head>'
       ''
       '  <body>'
+      '<#pr>'
       '    <form action="/search<#query>" method="post">'
       '    <p align="center"><strong>'#25237#31295#26908#32034
       '</strong>'
@@ -261,6 +292,7 @@ object TWebModule1: TTWebModule1
       ''
       '<html><head><meta charset=utf8><title>'#20351#12356#26041'</title></head>'
       '<body>'
+      '<#pr>'
       '<P>'#35370#21839#32773#12398#30342#12373#12435'</P>'
       '<form action=/help method=post>'
       #9'<p>'#12362#21839#12356#21512#12431#12379'<'#21066#38500#20381#38972#12394#12393#20309#12391#12418'></p>'
@@ -281,31 +313,38 @@ object TWebModule1: TTWebModule1
       '<p style=text-align:center><a href=/>'#25147#12427'</a>'
       '</body>'
       '</html>')
+    OnHTMLTag = helpHTMLTag
     Left = 304
     Top = 32
   end
   object top: TPageProducer
     HTMLDoc.Strings = (
       '<!doctype html>'
-      '<html class="no-js" lang="ja">'
+      '<html class=no-js lang="ja">'
       '<head>'
+      #9'<title>Top Page</title>'
+      
+        '<link rel=stylesheet type=text/css href="/file?type=css&id=1" re' +
+        'f=top>'
+      
+        '<link rel=stylesheet type=text/css href="/file?type=css&id=3" re' +
+        'f=normal>'
       
-        #9'<meta charset="utf-8" name="google-site-verification"  content=' +
-        '"5KOTJTKv1HgTtIt0zVGzuyAkADCwXRme-RiiKJ03l3s" />'
-      #9'<meta http-equiv="X-UA-Compatible" content="IE=edge">'
-      #9'<title>Top Page'
-      '</title>'
-      '<#css id=1>'
-      '<#css id=3>'
-      #9'<script src="{{static_url(js/jquery-1.10.2.min.js"></script>'
-      #9'<script src="{{static_url(js/top.js"></script>'
-      #9'<script src="{{static_url(js/modernizr.custom.min.js"></script>'
-      
-        #9'<script src="{{static_url(js/jquery-ui-1.10.3.custom.min.js"></' +
-        'script>'
+        ' <script type="text/javascript" src="//ajax.googleapis.com/ajax/' +
+        'libs/jquery/2.1.4/jquery.min.js"></script>'
+      
+        ' <link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jq' +
+        'ueryui/1.10.4/themes/smoothness/jquery-ui.css" />'
+      
+        ' <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jq' +
+        'uery-ui.min.js"></script>'
+      '<script src="/file?type=js&id=3">org</script>'
+      '<script src="/file?type=js&id=4">moder</script>'
       '</head>'
       '<body>'
+      '<#pr>'
       '<div id="fb-root"></div>'
+      ''
       '<script>(function(d, s, id) {'
       '  var js, fjs = d.getElementsByTagName(s)[0];'
       '  if (d.getElementById(id)) return;'
@@ -315,24 +354,26 @@ object TWebModule1: TTWebModule1
         'v2.8";'
       '  fjs.parentNode.insertBefore(js, fjs);'
       '}(document, '#39'script'#39', '#39'facebook-jssdk'#39'));</script>'
+      ''
+      ''
       '<header><h1 style="text-align: center;">'#28961#26009#38651#23376#25522#31034#26495#12408#12424#12358#12371#12381
-      '</h1></header><div class="slideshow">'
-      #9'<div class="slideshow-slides"><div class="slide">'
-      #9'<img src=>'
-      '<#list>'
-      '</div>'
-      '</div>'
-      '</div>'
+      '</h1></header>'
+      '<div class="slideshow">'
+      #9'<div class="slideshow-slides"><#slide></div>'
+      ''
       #9'<div class="slideshow-nav">'
       #9'<a href="#" class="prev">prev'
       '</a>'
       #9'<a href="#" class="next">next'
       '</a>'
-      #9'</div>'
+      '        </div>'
+      ''
       #9'<div class="slideshow-indicator"></div>'
+      '</div>'
+      '<p>'#12288'<em style="background-color: aqua;">'#12288#12288#12288#12288'</em>'#12539#12539#12539'new!'
       
-        '        <p>[ <a href=/index?db=<#info>><#info></a> ] ='#12362#30693#12425#12379' <p>[ ' +
-        '<a href="/master">master'
+        '        <p>[ <a href=/index?db=<#dbnum>><#info></a> ] ='#12362#30693#12425#12379' <p>[' +
+        ' <a href="/master">master'
       
         '</a> ] ='#31649#29702#20154'<div class="fb-like" data-href="http://pybbs.herokuap' +
         'p.com" data-layout="box_count" data-action="like" data-size="sma' +
@@ -343,8 +384,7 @@ object TWebModule1: TTWebModule1
         'counter.php?id=pybbs" border="0"></a>'
       '<footer>'
       '<p><br>'
-      '<p><a href="/title">'#12479#12452#12488#12523#34920#31034
-      '</a>'
+      '<p><a href=/title>'#12479#12452#12488#12523#34920#31034'</a>'
       '<p><a href="/help">'#20351#12356#26041#26696#20869
       '</a>'
       '<p><a href=/search>'#26908#32034'</a>'
@@ -381,8 +421,13 @@ object TWebModule1: TTWebModule1
       '<meta charset=utf-8>'
       '</head>'
       '<body>'
-      ''
+      '<#pr>'
+      '<form action=/master method=post>'
       '<p><#request>'
+      '<input type=radio name=delete value=some checked>'#21066#38500#28168#12415#12434#28040#21435#12288
+      '<input type=radio name=delete value=all>'#12377#12409#12390#28040#21435
+      '<input type=submit value="'#36865#20449'">'
+      '</form>'
       '<p style=text-align:center><a href=/>'#25147#12427'</a>'
       '</body></html>')
     OnHTMLTag = masterHTMLTag
@@ -391,9 +436,11 @@ object TWebModule1: TTWebModule1
   end
   object alert: TDataSetPageProducer
     HTMLDoc.Strings = (
-      '<p>[ <#dbname>-<#posnum> ]<#date>'
-      '<p><#article>'
-      '<hr>')
+      '<tr><td>'
+      '<p><a href=/jump?db=<#dbname>&num=<#posnum>>'
+      '    [ <#dbname>-<#posnum> ]</a><#date>'
+      '<p><#article></td><td><#request>'
+      '</td><tr>')
     DataSet = DataModule1.FDTable4
     OnHTMLTag = alertHTMLTag
     Left = 48
@@ -413,11 +460,12 @@ object TWebModule1: TTWebModule1
       '<html>'
       '<head><meta charset=utf-8></head>'
       '<body>'
+      '<#pr>'
       '<form action=/alert<#query>  method=post>'
       '  <#content>'
       '<textarea name=request></textarea>'
       '<input type=submit>'
-      '<p style=text-align:center><a href=/index<#query>>'#25147#12427'</a>'
+      '<p style=text-align:center><a href=/jump<#query>>'#25147#12427'</a>'
       '</form>'
       '</body></html>')
     OnHTMLTag = mailHTMLTag
@@ -426,9 +474,6 @@ object TWebModule1: TTWebModule1
   end
   object css1: TPageProducer
     HTMLDoc.Strings = (
-      '<meta http-equiv="Content-Style-Type" content="text/css">'
-      '<style type="text/css">'
-      '<!--'
       '@media only screen and (min-width:900px){'
       '.slideshow-nav a.prev {'
       #9'margin-left:-480px'
@@ -499,7 +544,7 @@ object TWebModule1: TTWebModule1
       ''
       '.slideshow-nav a:before,'
       '.slideshow-indicator a:before {'
-      #9'content:url(../img/sprites.png);'
+      #9'content:url("/src?name=sprites.png");'
       #9'display:inline-block;'
       #9'font-size:0;'
       #9'line-height:0'
@@ -579,17 +624,12 @@ object TWebModule1: TTWebModule1
       '.no-js .slideshow-nav,'
       '.no-js .slideshow-indicator {'
       #9'display:none'
-      '}'
-      '-->'
-      '</style>')
+      '}')
     Left = 360
     Top = 96
   end
   object css2: TPageProducer
     HTMLDoc.Strings = (
-      '<meta http-equiv="Content-Style-Type" content="text/css">'
-      '<style type="text/css">'
-      '<!--'
       'section#number {'
       '    display:inline'
       '}'
@@ -697,17 +737,12 @@ object TWebModule1: TTWebModule1
       #9'margin-right:30px;'
       #9'margin-left:30px;'
       #9'margin-bottom:30px'
-      '}'
-      '-->'
-      '</style>')
+      '}')
     Left = 360
     Top = 144
   end
   object css3: TPageProducer
     HTMLDoc.Strings = (
-      '<meta http-equiv="Content-Style-Type" content="text/css">'
-      '<style type="text/css">'
-      '<!--'
       '/*! normalize.css v2.1.2 | MIT License | git.io/normalize */'
       ''
       
@@ -1171,17 +1206,12 @@ object TWebModule1: TTWebModule1
       'table {'
       '    border-collapse: collapse;'
       '    border-spacing: 0;'
-      '}'
-      '-->'
-      '</style>')
+      '}')
     Left = 360
     Top = 192
   end
   object css4: TPageProducer
     HTMLDoc.Strings = (
-      '<meta http-equiv="Content-Style-Type" content="text/css">'
-      '<style type="text/css">'
-      '<!--'
       '/*** Styles for Live Preview Window ***/'
       ''
       '#livepreview_iframe {'
@@ -1291,9 +1321,7 @@ object TWebModule1: TTWebModule1
       '    border-left-color: #666666;'
       '    border-width: 26px;'
       '    margin-top: -26px;'
-      '}'
-      '-->'
-      '</style>')
+      '}')
     Left = 360
     Top = 240
   end
@@ -1301,7 +1329,7 @@ object TWebModule1: TTWebModule1
     HTMLDoc.Strings = (
       '    <header>'
       '    <a name=top></a>'
-      '    <form action=/regist?db=<#database> method="post">'
+      '    <form action=/regist?db=<#dbnum> method="post">'
       '      <table>'
       '        <tr><td>'
       
@@ -1309,7 +1337,7 @@ object TWebModule1: TTWebModule1
         '#cookie param=name>></label>'
       
         '          <label><p>'#12479#12452#12488#12523'</p><input name="title" class=title plac' +
-        'eholder="'#12479#12452#12488#12523#12394#12375'."></label>'
+        'eholder="'#12479#12452#12488#12523#12394#12375'." value=<#title>></label>'
       '          <input type="submit" value="'#36865#20449'">'
       '        </td></tr>'
       '        <tr><td>'
@@ -1324,7 +1352,7 @@ object TWebModule1: TTWebModule1
       '        <tr><td>'
       
         '          <label><p>'#12497#12473#12527#12540#12489'</p><input name="password" type="passwo' +
-        'rd" placeholder="'#21066#38500#29992'">'
+        'rd" placeholder="'#21066#38500#29992'" value=<#pass>>'
       
         '          </label> / <input type="checkbox" name="show" value="t' +
         'rue" <#check>><p>'#12503#12524#12499#12517#12540'</p>'
@@ -1350,6 +1378,7 @@ object TWebModule1: TTWebModule1
       '    <title>'#12525#12464#12452#12531'</title>'
       '  </head>'
       '  <body>'
+      '<#pr>'
       '    <p style=text-align:center>'#31649#29702#32773#29992#12525#12464#12452#12531#30011#38754
       '</p>'
       '    <br>'
@@ -1364,6 +1393,7 @@ object TWebModule1: TTWebModule1
       '  </body>'
       '</html>')
     DataSet = DataModule1.FDTable1
+    OnHTMLTag = loginHTMLTag
     Left = 304
     Top = 144
   end
@@ -1636,4 +1666,265 @@ object TWebModule1: TTWebModule1
     Left = 256
     Top = 272
   end
+  object js3: TPageProducer
+    HTMLDoc.Strings = (
+      ''
+      '$(function(){'
+      #9'$('#39'.slideshow'#39').each(function(){'
+      #9#9'var $container = $(this),'
+      #9#9#9'$slideGroup = $container.find('#39'.slideshow-slides'#39'),'
+      #9#9#9'$slides = $slideGroup.find('#39'.slide'#39'),'
+      #9#9#9'$nav = $container.find('#39'.slideshow-nav'#39'),'
+      #9#9#9'$indicator = $container.find('#39'.slideshow-indicator'#39'),'
+      #9#9#9'$images = $slides.find('#39'img'#39'),'
+      #9#9#9
+      #9#9#9'slideCount = $slides.length,'
+      #9#9#9'indicatorHTML = '#39#39','
+      #9#9#9'currentIndex = 0,'
+      #9#9#9'duration = 500,'
+      #9#9#9'easing = '#39'easeInOutExpo'#39','
+      #9#9#9'interval = 7500,'
+      #9#9#9'timer;'
+      #9#9#9#9
+      #9#9
+      #9#9'$slides.each(function(i){'
+      #9#9#9'$(this).css({left:100*i+'#39'%'#39'});'
+      #9#9#9'indicatorHTML += '#39'<a href="#">'#39'+(i+1)+'#39'</a>'#39';'
+      #9#9'});'
+      #9#9
+      #9#9'$indicator.html(indicatorHTML);'
+      #9#9
+      #9#9'function goToSlide(index){'
+      #9#9#9'$slideGroup.animate({left:-100*index+'#39'%'#39'},duration,easing);'
+      #9#9#9'currentIndex = index;'
+      #9#9#9'updateNav();'
+      #9#9'}'
+      #9#9
+      #9#9'function updateNav(){'
+      #9#9#9'var $navPrev = $nav.find('#39'.prev'#39'),'
+      #9#9#9#9'$navNext = $nav.find('#39'.next'#39');'
+      #9#9#9'if (currentIndex === 0){'
+      #9#9#9#9'$navPrev.addClass('#39'disabled'#39');'
+      #9#9#9'} else {'
+      #9#9#9#9'$navPrev.removeClass('#39'disabled'#39');'
+      #9#9#9'}'
+      #9#9#9'if (currentIndex === slideCount-1){'
+      #9#9#9#9'$navNext.addClass('#39'disabled'#39');'
+      #9#9#9'} else {'
+      #9#9#9#9'$navNext.removeClass('#39'disabled'#39');'
+      #9#9#9'}'
+      #9#9#9'$indicator.find('#39'a'#39').removeClass('#39'active'#39')'
+      #9#9#9#9'.eq(currentIndex).addClass('#39'active'#39');'
+      #9#9'}'
+      ''
+      #9#9'function startTimer(){'
+      #9#9'    timer = setInterval(function(){'
+      #9'            var nextIndex = (currentIndex + 1) % slideCount;'
+      #9'            goToSlide(nextIndex);'
+      '            }, interval)'
+      #9#9'}'
+      ''
+      #9#9'function stopTimer(){'
+      #9#9'    clearInterval(timer);'
+      #9#9'}'
+      #9#9#9
+      #9#9'$nav.on('#39'click'#39','#39'a'#39',function(event){'
+      #9#9#9'event.preventDefault();'
+      #9#9#9'if ($(this).hasClass('#39'prev'#39')){'
+      #9#9#9#9'goToSlide(currentIndex-1);'
+      #9#9#9'} else {'
+      #9#9#9#9'goToSlide(currentIndex+1);'
+      #9#9#9'}'
+      #9#9'});'
+      #9#9
+      #9#9'$indicator.on('#39'click'#39','#39'a'#39',function(event){'
+      #9#9#9'event.preventDefault();'
+      #9#9#9'if (!$(this).hasClass('#39'active'#39')){'
+      #9#9#9#9'goToSlide($(this).index());'
+      #9#9#9'}'
+      #9#9'});'
+      ''
+      #9#9'$container.on({'
+      #9#9'    mouseenter: stopTimer,'
+      #9#9'    mouseleave: startTimer'
+      #9#9'});'
+      ''
+      #9#9#9
+      #9#9'goToSlide(currentIndex);'
+      ''
+      #9#9'startTimer();'
+      #9#9
+      #9'});'
+      #9
+      '});')
+    Left = 200
+    Top = 272
+  end
+  object js4: TPageProducer
+    HTMLDoc.Strings = (
+      '/* Modernizr 2.6.2 (Custom Build) | MIT & BSD'
+      ' * Build: http://modernizr.com/download/#-shiv-cssclasses'
+      ' */'
+      
+        ';window.Modernizr=function(a,b,c){function u(a){j.cssText=a}func' +
+        'tion v(a,b){return u(prefixes.join(a+";")+(b||""))}function w(a,' +
+        'b){return typeof a===b}function x(a,b){return!!~(""+a).indexOf(b' +
+        ')}function y(a,b,d){for(var e in a){var f=b[a[e]];if(f!==c)retur' +
+        'n d===!1?a[e]:w(f,"function")?f.bind(d||b):f}return!1}var d="2.6' +
+        '.2",e={},f=!0,g=b.documentElement,h="modernizr",i=b.createElemen' +
+        't(h),j=i.style,k,l={}.toString,m={},n={},o={},p=[],q=p.slice,r,s' +
+        '={}.hasOwnProperty,t;!w(s,"undefined")&&!w(s.call,"undefined")?t' +
+        '=function(a,b){return s.call(a,b)}:t=function(a,b){return b in a' +
+        '&&w(a.constructor.prototype[b],"undefined")},Function.prototype.' +
+        'bind||(Function.prototype.bind=function(b){var c=this;if(typeof ' +
+        'c!="function")throw new TypeError;var d=q.call(arguments,1),e=fu' +
+        'nction(){if(this instanceof e){var a=function(){};a.prototype=c.' +
+        'prototype;var f=new a,g=c.apply(f,d.concat(q.call(arguments)));r' +
+        'eturn Object(g)===g?g:f}return c.apply(b,d.concat(q.call(argumen' +
+        'ts)))};return e});for(var z in m)t(m,z)&&(r=z.toLowerCase(),e[r]' +
+        '=m[z](),p.push((e[r]?"":"no-")+r));return e.addTest=function(a,b' +
+        '){if(typeof a=="object")for(var d in a)t(a,d)&&e.addTest(d,a[d])' +
+        ';else{a=a.toLowerCase();if(e[a]!==c)return e;b=typeof b=="functi' +
+        'on"?b():b,typeof f!="undefined"&&f&&(g.className+=" "+(b?"":"no-' +
+        '")+a),e[a]=b}return e},u(""),i=k=null,function(a,b){function k(a' +
+        ',b){var c=a.createElement("p"),d=a.getElementsByTagName("head")[' +
+        '0]||a.documentElement;return c.innerHTML="x<style>"+b+"</style>"' +
+        ',d.insertBefore(c.lastChild,d.firstChild)}function l(){var a=r.e' +
+        'lements;return typeof a=="string"?a.split(" "):a}function m(a){v' +
+        'ar b=i[a[g]];return b||(b={},h++,a[g]=h,i[h]=b),b}function n(a,c' +
+        ',f){c||(c=b);if(j)return c.createElement(a);f||(f=m(c));var g;re' +
+        'turn f.cache[a]?g=f.cache[a].cloneNode():e.test(a)?g=(f.cache[a]' +
+        '=f.createElem(a)).cloneNode():g=f.createElem(a),g.canHaveChildre' +
+        'n&&!d.test(a)?f.frag.appendChild(g):g}function o(a,c){a||(a=b);i' +
+        'f(j)return a.createDocumentFragment();c=c||m(a);var d=c.frag.clo' +
+        'neNode(),e=0,f=l(),g=f.length;for(;e<g;e++)d.createElement(f[e])' +
+        ';return d}function p(a,b){b.cache||(b.cache={},b.createElem=a.cr' +
+        'eateElement,b.createFrag=a.createDocumentFragment,b.frag=b.creat' +
+        'eFrag()),a.createElement=function(c){return r.shivMethods?n(c,a,' +
+        'b):b.createElem(c)},a.createDocumentFragment=Function("h,f","ret' +
+        'urn function(){var n=f.cloneNode(),c=n.createElement;h.shivMetho' +
+        'ds&&("+l().join().replace(/\w+/g,function(a){return b.createElem' +
+        '(a),b.frag.createElement(a),'#39'c("'#39'+a+'#39'")'#39'})+");return n}")(r,b.fr' +
+        'ag)}function q(a){a||(a=b);var c=m(a);return r.shivCSS&&!f&&!c.h' +
+        'asCSS&&(c.hasCSS=!!k(a,"article,aside,figcaption,figure,footer,h' +
+        'eader,hgroup,nav,section{display:block}mark{background:#FF0;colo' +
+        'r:#000}")),j||p(a,c),a}var c=a.html5||{},d=/^<|^(?:button|map|se' +
+        'lect|textarea|object|iframe|option|optgroup)$/i,e=/^(?:a|b|code|' +
+        'div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|sty' +
+        'le|table|tbody|td|th|tr|ul)$/i,f,g="_html5shiv",h=0,i={},j;(func' +
+        'tion(){try{var a=b.createElement("a");a.innerHTML="<xyz></xyz>",' +
+        'f="hidden"in a,j=a.childNodes.length==1||function(){b.createElem' +
+        'ent("a");var a=b.createDocumentFragment();return typeof a.cloneN' +
+        'ode=="undefined"||typeof a.createDocumentFragment=="undefined"||' +
+        'typeof a.createElement=="undefined"}()}catch(c){f=!0,j=!0}})();v' +
+        'ar r={elements:c.elements||"abbr article aside audio bdi canvas ' +
+        'data datalist details figcaption figure footer header hgroup mar' +
+        'k meter nav output progress section summary time video",shivCSS:' +
+        'c.shivCSS!==!1,supportsUnknownElements:j,shivMethods:c.shivMetho' +
+        'ds!==!1,type:"default",shivDocument:q,createElement:n,createDocu' +
+        'mentFragment:o};a.html5=r,q(b)}(this,b),e._version=d,g.className' +
+        '=g.className.replace(/(^|\s)no-js(\s|$)/,"$1$2")+(f?" js "+p.joi' +
+        'n(" "):""),e}(this,this.document);')
+    Left = 152
+    Top = 272
+  end
+  object adhead: TPageProducer
+    HTMLDoc.Strings = (
+      '<#pr>'
+      '<form method=post action=/adminset style=text-align:center>'
+      '    <label><p>'#12497#12473#12527#12540#12489#12398#22793#26356
+      
+        '      <input type="password" style="HEIGHT: 23px; WIDTH: 85px" n' +
+        'ame="pass" value="<#password>">'
+      '      </p>'
+      '    </label>'
+      '    <p>'
+      
+        '    <input type="checkbox" value="on" name="mente" <#mente>>'#12513#12531#12486#12490 +
+        #12531#12473#34920#31034'</p>'
+      '    <p><input type="submit" value="'#22793#26356'"></p>'
+      '    <p><a href="/logout">'#12525#12464#12450#12454#12488'</a></p>'
+      '</form>'
+      '<form action=/admindel method=post style=text-align:center>')
+    OnHTMLTag = adheadHTMLTag
+    Left = 176
+    Top = 88
+  end
+  object js5: TPageProducer
+    HTMLDoc.Strings = (
+      ''
+      '$(function(){'
+      #9'$('#39'div'#39').on('#39'click'#39',function(){'
+      #9#9'var $title = $(this),'
+      #9#9#9'span1 = 1500,'
+      #9#9#9'span2 = 200;'
+      #9#9'$title.css('#39'font-size'#39','#39'2em'#39');'
+      #9#9'$({deg:5}).animate({deg:365},{'
+      #9#9#9'duration:500,'
+      #9#9#9'progress:function(){'
+      #9#9#9#9'$title.css({'
+      #9#9#9#9#9#39'-webkit-transform'#39':'#39'rotate('#39'+this.deg+'#39'deg)'#39','
+      #9#9#9#9#9#39'-ms-transform'#39':'#39'rotate('#39'+this.deg+'#39'deg)'#39','
+      #9#9#9#9#9#39'ransform'#39':'#39'rotate('#39'+this.deg+'#39'deg)'#39
+      #9#9#9#9'});'
+      #9#9#9'}'
+      #9#9'});'
+      #9#9'$({deg:5}).delay(span1).animate({deg:0},{'
+      #9#9#9'duration:span2,'
+      #9#9#9'progress:function(){'
+      #9#9#9#9'$title.css({'#9
+      #9#9#9#9#9#39'-webkit-transform'#39':'#39'rotate('#39'+this.deg+'#39'deg)'#39','
+      #9#9#9#9#9#39'-ms-transform'#39':'#39'rotate('#39'+this.deg+'#39'deg)'#39','
+      #9#9#9#9#9#39'transform'#39':'#39'rotate('#39'+this.deg+'#39'deg)'#39
+      #9#9#9#9'});'
+      #9#9#9'}'
+      #9#9'});'
+      #9#9'$title.delay(span1+span2).animate({'#39'font-size'#39':'#39'1em'#39'},1);'
+      #9'});'
+      '});'
+      '')
+    Left = 104
+    Top = 272
+  end
+  object title: TPageProducer
+    HTMLDoc.Strings = (
+      '<!doctype html>'
+      '<html>'
+      '<head>'
+      '<meta charset=utf-8>'
+      '<title>'#12479#12452#12488#12523#34920#31034'</title>'
+      
+        '<script type="text/javascript" src="//ajax.googleapis.com/ajax/l' +
+        'ibs/jquery/2.1.4/jquery.min.js"></script>'
+      
+        '<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqu' +
+        'eryui/1.10.4/themes/smoothness/jquery-ui.css" />'
+      
+        '<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jqu' +
+        'ery-ui.min.js"></script>'
+      '<script>'
+      '<!--'
+      '<#js id=5>'
+      '-->'
+      '</script>'
+      '</head>'
+      '<body>'
+      '<#pr>'
+      '<#main>'
+      '<p style=text-align:center><a href=/>'#25147#12427'</a>'
+      '</body>'
+      '</html>')
+    OnHTMLTag = titleHTMLTag
+    Left = 48
+    Top = 256
+  end
+  object ti: TDataSetPageProducer
+    HTMLDoc.Strings = (
+      '<p style=font-weight:bold><#database>'#8595'</p>'
+      '<div>'#12479#12452#12488#12523': '#39'<#title> , '#35352#20107#25968': <#count> , '#26356#26032#26178#21051': <#date></div><p>'
+      '')
+    OnHTMLTag = tiHTMLTag
+    Left = 48
+    Top = 320
+  end
 end