Welcome to mirror list, hosted at ThFree Co, Russian Federation.

main.wrkspcswrp.wrkspcwrp.toolbar.tools.default.html « blocks « web - github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2fd28064e118a31784639335555622179a2c9880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<ul>
    <li><a href="#new" class="new">New</a></li>
    <li><a href="#print" class="print">Print</a></li>
    <li><a href="#reply" class="reply">Reply</a></li>
    <li><a href="#reply-all" class="reply-all">Reply All</a></li>
    <li><a href="#forward" class="forward">Forward</a></li>
    <li><a href="#delete" class="delete">Delete</a></li>
    <li><a href="#junk" class="junk">Junk</a></li>
    <li>
    	<input id="copy" class="dropdown" type="checkbox" />
    	<label for="copy">Copy</label>
    </li>
    <li>
    	<input id="move" class="dropdown" type="checkbox" />
    	<label for="move">Move</label>
    </li>
    <li>
    	<input id="mark" class="dropdown" type="checkbox" />
    	<label for="mark">Mark</label>
    </li>
    <li>
    	<input id="tags" class="dropdown" type="checkbox" />
    	<label for="tags">Tags</label>
    </li>
    <li>
    	<input id="display" class="toggle" type="checkbox" />
    	<label for="display">Display</label>
    </li>
</ul>