mirror of https://github.com/go-gitea/gitea
Git with a cup of tea, painless self-hosted git service
Mirror for internal git.with.parts use
https://git.with.parts
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
677 B
16 lines
677 B
{{template "devtest/devtest-header"}}
|
|
<div class="page-content devtest ui container">
|
|
<div>
|
|
<h1>Show/Hide panel</h1>
|
|
<div>
|
|
<!-- to test Space/Enter also works on non-button buttons with children -->
|
|
<div tabindex="0" class="ui button show-panel toggle" data-panel="#devtest-panel-show-hide"><span>Toggle panel 1</span></div>
|
|
<span tabindex="0" class="ui button show-panel" data-panel="#devtest-panel-show-hide"><span>Show panel 1</span></span>
|
|
</div>
|
|
<div id="devtest-panel-show-hide">
|
|
<div>Panel 1 content</div>
|
|
<div class="ui button hide-panel" data-panel-closest="div">Hide panel 1</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{template "devtest/devtest-footer"}}
|
|
|