mirror of
https://github.com/He4eT/tabswiper.git
synced 2026-05-04 16:47:23 +00:00
tabswiper.html: add "Show" button
This commit is contained in:
parent
a3cb490695
commit
719c5841e7
1 changed files with 21 additions and 20 deletions
|
|
@ -10,6 +10,7 @@
|
||||||
<body>
|
<body>
|
||||||
<main class='popup'>
|
<main class='popup'>
|
||||||
<article class='tabswiper'>
|
<article class='tabswiper'>
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<section class='tabCounter'>
|
<section class='tabCounter'>
|
||||||
<img id='favicon' class='favicon' alt='Favicon' />
|
<img id='favicon' class='favicon' alt='Favicon' />
|
||||||
|
|
@ -19,37 +20,37 @@
|
||||||
0
|
0
|
||||||
</span>
|
</span>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class='actions'>
|
<section class='actions'>
|
||||||
<button
|
<button
|
||||||
id='buttonClose'
|
id='buttonClose'
|
||||||
class='actionButton close'
|
class='actionButton'
|
||||||
title='Close this tab. Shortcuts: [J], [Left Arrow]'
|
title='Close this tab (Press D or Left Arrow)'
|
||||||
>
|
>
|
||||||
Close
|
Close
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
id='buttonKeep'
|
id='buttonShow'
|
||||||
class='actionButton keep'
|
class='actionButton'
|
||||||
title='Keep this tab. Shortcuts: [K], [Right Arrow]'
|
title='Switch to this tab (Press F)'
|
||||||
>
|
>
|
||||||
Keep
|
Show
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
id='buttonSkip'
|
||||||
|
class='actionButton'
|
||||||
|
title='Proceed to the next tab (Press K or Right Arrow)'
|
||||||
|
>
|
||||||
|
Skip
|
||||||
</button>
|
</button>
|
||||||
</section>
|
</section>
|
||||||
</header>
|
</header>
|
||||||
<footer>
|
|
||||||
</footer>
|
<a href='#' id='currentTab' class='currentTab'>
|
||||||
<section class='currentTab'>
|
<section id='tabTitle' class='title'> </section>
|
||||||
<section id='titleTab' class='title'>
|
<section id='tabURL' class='url'> </section>
|
||||||
Some title here
|
</a>
|
||||||
</section>
|
|
||||||
<a
|
|
||||||
id='linkTab'
|
|
||||||
class='url'
|
|
||||||
href='https://some.url/here'
|
|
||||||
>
|
|
||||||
https://some.url/here
|
|
||||||
</a>
|
|
||||||
</section>
|
|
||||||
</article>
|
</article>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue