コミットメタ情報

リビジョン205d2a218ef151e69abc12c746f69f05407ee325 (tree)
日時2020-01-31 17:04:38
作者yamat0jp <terukohietori@gmai...>
コミッターyamat0jp

ログメッセージ

スタイリッシュに磨きがかかりました

変更サマリ

差分

--- a/WebModuleUnit1.dfm
+++ b/WebModuleUnit1.dfm
@@ -180,12 +180,18 @@ object WebModule1: TWebModule1
180180 ' <a href=<#uri>/ style=text-decoration:none><#title2></a>'
181181 ''
182182 ' <#header>'
183- ''
183+ ' <p><br></p>'
184+ ' <div class="container p-5">'
185+
186+ ' <button class="btn shadow" data-toggle=collapse data-target=' +
187+ '.item1'
188+ ' aria-expanded=false aria-controls="item1-a item1-b">'
189+ ' '#12402#12425#12367'</button>'
190+ ' <div class="row col-6">'
191+ ' <div class="col-4">'
184192
185- ' <table class="table col-4 thead-dark table-borderd" style=al' +
186- 'ign:end>'
187- ' <tr><th>'#21066#38500'</th><th>'#31227#21205'</th></tr>'
188- ' <tr><td class=w-25>'
193+ ' <div class="collapse item1" id=item1-a><div class="card card' +
194+ '-body">'
189195
190196 ' <form action=<#uri>/userdel?db=<#dbnum> method="post" id=sea' +
191197 'rch>'
@@ -197,7 +203,12 @@ object WebModule1: TWebModule1
197203 'ontrol mb-3" type="password" name="password">'
198204 ' <button type="submit">'#21066#38500'</button>'
199205 ' </form>'
200- ' </td><td class="w-50 align-middle">'
206+ ' </div></div>'
207+ ' </div>'
208+ ' <div class="col">'
209+
210+ ' <div class="collapse item1" id=item1-b><div class="card card' +
211+ '-body">'
201212 ' <form action=<#uri>/jump?db=<#dbnum> method=post id=search>'
202213 ' <div class="input-group">'
203214
@@ -209,8 +220,11 @@ object WebModule1: TWebModule1
209220 'on></div>'
210221 ' </div>'
211222 ' </form>'
212- ' </td></tr>'
213- ' </table>'
223+ ' </div></div>'
224+ ' </div>'
225+ ' </div>'
226+ ' </div>'
227+ ' <p><br></p>'
214228 ' <p><a href=<#uri>/search?db=<#dbnum>>'#26908#32034#12506#12540#12472'</a></p>'
215229 ' <p style=text-align:right><a href=#article>'#19979#12408#31227#21205'</a></p>'
216230 ' <p style=text-align:center><#database></p>'
@@ -567,11 +581,6 @@ object WebModule1: TWebModule1
567581 #9'right:20px'
568582 '}'
569583 ''
570- 'button.sticky {'
571- #9'position:fixed;'
572- #9'top:0'
573- '}'
574- ''
575584 'body {'
576585 #9'line-height:1.5'
577586 '}')
旧リポジトリブラウザで表示