0
|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
2 <html xmlns="http://www.w3.org/1999/xhtml">
|
|
3 <head>
|
|
4 <title><roundcube:object name="pagetitle" /></title>
|
|
5 <roundcube:include file="/includes/links.html" />
|
|
6 <script type="text/javascript" src="/functions.js"></script>
|
|
7 <script type="text/javascript" src="/splitter.js"></script>
|
|
8 <style type="text/css">
|
|
9 #enigmakeyslist { width: <roundcube:exp expression="!empty(cookie:enigmaviewsplitter) ? cookie:enigmaviewsplitter-5 : 210" />px; }
|
|
10 #enigmacontent-box { left: <roundcube:exp expression="!empty(cookie:enigmaviewsplitter) ? cookie:enigmaviewsplitter+5 : 220" />px; }
|
|
11 </style>
|
|
12 </head>
|
|
13 <body>
|
|
14
|
|
15 <roundcube:include file="/includes/taskbar.html" />
|
|
16 <roundcube:include file="/includes/header.html" />
|
|
17 <roundcube:include file="/includes/settingstabs.html" />
|
|
18
|
|
19 <div id="mainscreen" class="enigma">
|
|
20
|
|
21 <div id="keystoolbar">
|
|
22 <roundcube:button command="plugin.enigma-key-create" type="link" class="buttonPas create" classAct="button create" classSel="button createSel" title="enigma.createkeys" content=" " />
|
|
23 <roundcube:button command="plugin.enigma-key-import" type="link" class="buttonPas import" classAct="button import" classSel="button importSel" title="enigma.importkeys" content=" " />
|
|
24 <span class="dropbutton">
|
|
25 <roundcube:button command="plugin.enigma-key-export" type="link" class="buttonPas export" classAct="button export" classSel="button exportSel" title="enigma.exportkeys" content=" " />
|
|
26 <span id="exportmenulink" onclick="rcmail_ui.show_popup('exportmenu');return false"></span>
|
|
27 </span>
|
|
28 <roundcube:button name="messagemenulink" id="messagemenulink" type="link" class="button keymenu" title="enigma.keyactions" onclick="rcmail_ui.show_popup('messagemenu');return false" content=" " />
|
|
29 </div>
|
|
30
|
|
31 <div id="quicksearchbar">
|
|
32 <roundcube:button name="searchmenulink" id="searchmenulink" image="/images/icons/glass.png" />
|
|
33 <roundcube:object name="searchform" id="quicksearchbox" />
|
|
34 <roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" />
|
|
35 </div>
|
|
36
|
|
37
|
|
38 <div class="enigmascreen">
|
|
39
|
|
40 <div id="enigmakeyslist">
|
|
41 <div class="boxtitle"><roundcube:label name="enigma.keyname" /></div>
|
|
42 <div class="boxlistcontent">
|
|
43 <roundcube:object name="keyslist" id="keys-table" class="records-table" cellspacing="0" noheader="true" />
|
|
44 </div>
|
|
45 <div class="boxfooter">
|
|
46 <div id="keylistcountbar" class="pagenav">
|
|
47 <roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstpage" content=" " />
|
|
48 <roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previouspage" content=" " />
|
|
49 <roundcube:object name="countdisplay" style="padding:0 .5em; float:left" />
|
|
50 <roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextpage" content=" " />
|
|
51 <roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastpage" content=" " />
|
|
52 </div>
|
|
53 </div>
|
|
54 </div>
|
|
55
|
|
56 <script type="text/javascript">
|
|
57 var enigmaviewsplit = new rcube_splitter({id:'enigmaviewsplitter', p1: 'enigmakeyslist', p2: 'enigmacontent-box', orientation: 'v', relative: true, start: 215});
|
|
58 rcmail.add_onload('enigmaviewsplit.init()');
|
|
59 </script>
|
|
60
|
|
61 <div id="enigmacontent-box">
|
|
62 <roundcube:object name="keyframe" id="keyframe" width="100%" height="100%" frameborder="0" src="/watermark.html" />
|
|
63 </div>
|
|
64
|
|
65 </div>
|
|
66 </div>
|
|
67
|
|
68 <div id="messagemenu" class="popupmenu">
|
|
69 <ul>
|
|
70 <li><roundcube:button class="deletelink" command="plugin.enigma-key-delete" label="enigma.keyremove" classAct="deletelink active" /></li>
|
|
71 <!--
|
|
72 <li><roundcube:button class="disablelink" command="plugin.enigma-key-disable" label="enigma.keydisable" classAct="disablelink active" /></li>
|
|
73 <li><roundcube:button class="revokelink" command="plugin.enigma-key-revoke" label="enigma.keyrevoke" classAct="revokelink active" /></li>
|
|
74 <li class="separator_below"><roundcube:button class="sendlink" command="plugin.enigma-key-send" label="enigma.keysend" classAct="sendlink active" /></li>
|
|
75 <li><roundcube:button class="chpasslink" command="plugin.enigma-key-chpass" label="enigma.keychpass" classAct="chpasslink active" /></li>
|
|
76 -->
|
|
77 </ul>
|
|
78 </div>
|
|
79
|
|
80 <div id="exportmenu" class="popupmenu">
|
|
81 <ul>
|
|
82 <li><roundcube:button command="plugin.enigma-key-export" label="exportall" prop="sub" classAct="exportalllink active" class="exportalllink" /></li>
|
|
83 <li><roundcube:button command="plugin.enigma-key-export-selected" label="exportsel" prop="sub" classAct="exportsellink active" class="exportsellink" /></li>
|
|
84 </ul>
|
|
85 </div>
|
|
86
|
|
87 <script type="text/javascript">
|
|
88 rcube_init_mail_ui();
|
|
89 </script>
|
|
90
|
|
91 </body>
|
|
92 </html>
|