Show spam aliases #
This commit is contained in:
@@ -0,0 +1,226 @@
|
||||
/*** Style for Enigma plugin ***/
|
||||
|
||||
/***** Messages displaying *****/
|
||||
|
||||
#enigma-message,
|
||||
/* fixes border-top */
|
||||
#messagebody div #enigma-message
|
||||
{
|
||||
margin: 0;
|
||||
margin-bottom: 5px;
|
||||
min-height: 20px;
|
||||
padding: 10px 10px 6px 46px;
|
||||
}
|
||||
|
||||
div.enigmaerror,
|
||||
/* fixes border-top */
|
||||
#messagebody div.enigmaerror
|
||||
{
|
||||
background: url(enigma_error.png) 6px 1px no-repeat;
|
||||
background-color: #EF9398;
|
||||
border: 1px solid #DC5757;
|
||||
}
|
||||
|
||||
div.enigmanotice,
|
||||
/* fixes border-top */
|
||||
#messagebody div.enigmanotice
|
||||
{
|
||||
background: url(enigma.png) 6px 1px no-repeat;
|
||||
background-color: #A6EF7B;
|
||||
border: 1px solid #76C83F;
|
||||
}
|
||||
|
||||
div.enigmawarning,
|
||||
/* fixes border-top */
|
||||
#messagebody div.enigmawarning
|
||||
{
|
||||
background: url(enigma.png) 6px 1px no-repeat;
|
||||
background-color: #F7FDCB;
|
||||
border: 1px solid #C2D071;
|
||||
}
|
||||
|
||||
#enigma-message a
|
||||
{
|
||||
color: #666666;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
#enigma-message a:hover
|
||||
{
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
p.enigmaattachment
|
||||
{
|
||||
margin: 0.5em 1em;
|
||||
border: 1px solid #999;
|
||||
border-radius: 4px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
p.enigmaattachment a
|
||||
{
|
||||
display: block;
|
||||
background: url(key_add.png) 10px center no-repeat;
|
||||
padding: 1em 0.5em 1em 50px;
|
||||
}
|
||||
|
||||
|
||||
/***** E-mail Compose Page *****/
|
||||
|
||||
#messagetoolbar a.button.enigma {
|
||||
text-indent: -5000px;
|
||||
background: url(enigma.png) 0 0 no-repeat;
|
||||
}
|
||||
|
||||
/***** Keys/Certs Management *****/
|
||||
|
||||
#mainscreen.enigma
|
||||
{
|
||||
top: 80px;
|
||||
}
|
||||
|
||||
div.enigmascreen
|
||||
{
|
||||
position: absolute;
|
||||
top: 40px;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.enigma #quicksearchbar
|
||||
{
|
||||
top: 10px;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
#enigmacontent-box
|
||||
{
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 290px;
|
||||
right: 0px;
|
||||
bottom: 0px;
|
||||
border: 1px solid #999999;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#enigmakeyslist
|
||||
{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
border: 1px solid #999999;
|
||||
background-color: #F9F9F9;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#keylistcountbar
|
||||
{
|
||||
margin-top: 4px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
#keys-table
|
||||
{
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
#keys-table td
|
||||
{
|
||||
cursor: default;
|
||||
text-overflow: ellipsis;
|
||||
-o-text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
#key-details table td.title
|
||||
{
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#key-details table {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#key-details table td,
|
||||
#key-details table th {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
#keyimportform fieldset div {
|
||||
color: #666;
|
||||
padding: 5px 0px;
|
||||
}
|
||||
|
||||
#keycreateform td > label {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#keystoolbar
|
||||
{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 10px;
|
||||
height: 35px;
|
||||
}
|
||||
|
||||
#keystoolbar a
|
||||
{
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
#keystoolbar a.button,
|
||||
#keystoolbar a.buttonPas,
|
||||
#keystoolbar span.separator {
|
||||
display: block;
|
||||
float: left;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
padding: 0;
|
||||
margin: 0 5px;
|
||||
overflow: hidden;
|
||||
background: url(keys_toolbar.png) 0 0 no-repeat transparent;
|
||||
opacity: 0.99; /* this is needed to make buttons appear correctly in Chrome */
|
||||
}
|
||||
|
||||
#keystoolbar a.buttonPas {
|
||||
opacity: 0.35;
|
||||
}
|
||||
|
||||
#keystoolbar a.createSel {
|
||||
background-position: 0 -32px;
|
||||
}
|
||||
|
||||
#keystoolbar a.create {
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
#keystoolbar a.importSel {
|
||||
background-position: -64px -32px;
|
||||
}
|
||||
|
||||
#keystoolbar a.import {
|
||||
background-position: -64px 0;
|
||||
}
|
||||
|
||||
#keystoolbar a.exportSel {
|
||||
background-position: -96px -32px;
|
||||
}
|
||||
|
||||
#keystoolbar a.export {
|
||||
background-position: -96px 0;
|
||||
}
|
||||
|
||||
#keystoolbar a.keymenu {
|
||||
background-position: -128px 0;
|
||||
width: 36px;
|
||||
}
|
||||
|
||||
#keystoolbar span.separator {
|
||||
width: 5px;
|
||||
background-position: -166px 0;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
#enigma-message,#messagebody div #enigma-message{margin:0;margin-bottom:5px;min-height:20px;padding:10px 10px 6px 46px}div.enigmaerror,#messagebody div.enigmaerror{background:url(enigma_error.png) 6px 1px no-repeat;background-color:#ef9398;border:1px solid #dc5757}div.enigmanotice,#messagebody div.enigmanotice{background:url(enigma.png) 6px 1px no-repeat;background-color:#a6ef7b;border:1px solid #76c83f}div.enigmawarning,#messagebody div.enigmawarning{background:url(enigma.png) 6px 1px no-repeat;background-color:#f7fdcb;border:1px solid #c2d071}#enigma-message a{color:#666;padding-left:10px}#enigma-message a:hover{color:#333}p.enigmaattachment{margin:.5em 1em;border:1px solid #999;border-radius:4px;width:auto}p.enigmaattachment a{display:block;background:url(key_add.png) 10px center no-repeat;padding:1em .5em 1em 50px}#messagetoolbar a.button.enigma{text-indent:-5000px;background:url(enigma.png) 0 0 no-repeat}#mainscreen.enigma{top:80px}div.enigmascreen{position:absolute;top:40px;right:0;bottom:0;left:0}.enigma #quicksearchbar{top:10px;right:0}#enigmacontent-box{position:absolute;top:0;left:290px;right:0;bottom:0;border:1px solid #999;overflow:hidden}#enigmakeyslist{position:absolute;top:0;bottom:0;left:0;border:1px solid #999;background-color:#f9f9f9;overflow:hidden}#keylistcountbar{margin-top:4px;margin-left:4px}#keys-table{width:100%;table-layout:fixed}#keys-table td{cursor:default;text-overflow:ellipsis;-o-text-overflow:ellipsis}#key-details table td.title{font-weight:bold;text-align:right}#key-details table{width:100%}#key-details table td,#key-details table th{border:0}#keyimportform fieldset div{color:#666;padding:5px 0}#keycreateform td>label{display:block}#keystoolbar{position:absolute;top:0;left:10px;height:35px}#keystoolbar a{padding-right:10px}#keystoolbar a.button,#keystoolbar a.buttonPas,#keystoolbar span.separator{display:block;float:left;width:32px;height:32px;padding:0;margin:0 5px;overflow:hidden;background:url(keys_toolbar.png) 0 0 no-repeat transparent;opacity:.99}#keystoolbar a.buttonPas{opacity:.35}#keystoolbar a.createSel{background-position:0 -32px}#keystoolbar a.create{background-position:0 0}#keystoolbar a.importSel{background-position:-64px -32px}#keystoolbar a.import{background-position:-64px 0}#keystoolbar a.exportSel{background-position:-96px -32px}#keystoolbar a.export{background-position:-96px 0}#keystoolbar a.keymenu{background-position:-128px 0;width:36px}#keystoolbar span.separator{width:5px;background-position:-166px 0}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
@@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title><roundcube:object name="pagetitle" /></title>
|
||||
<roundcube:include file="/includes/links.html" />
|
||||
</head>
|
||||
<body class="iframe">
|
||||
|
||||
<div id="keyimport-title" class="boxtitle"><roundcube:label name="enigma.createkeys" /></div>
|
||||
|
||||
<div id="import-form" class="boxcontent">
|
||||
<roundcube:object name="keyform" id="keycreateform" class="propform" size="40" textareacols="40" textarearows="6" />
|
||||
|
||||
<div id="formfooter">
|
||||
<div class="footerleft">
|
||||
<roundcube:button command="plugin.enigma-key-save" type="input" class="button mainaction" label="save" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title><roundcube:object name="pagetitle" /></title>
|
||||
<roundcube:include file="/includes/links.html" />
|
||||
</head>
|
||||
<body class="iframe">
|
||||
|
||||
<div id="keyimport-title" class="boxtitle"><roundcube:label name="enigma.importkeys" /></div>
|
||||
|
||||
<div id="import-form" class="boxcontent">
|
||||
<roundcube:object name="importform" id="keyimportform" />
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title><roundcube:object name="pagetitle" /></title>
|
||||
<roundcube:include file="/includes/links.html" />
|
||||
</head>
|
||||
<body class="iframe">
|
||||
|
||||
<div id="keyinfo-title" class="boxtitle"><roundcube:object name="keyname" part="name" /></div>
|
||||
|
||||
<div id="key-details" class="boxcontent">
|
||||
<roundcube:object name="keydata" />
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,94 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title><roundcube:object name="pagetitle" /></title>
|
||||
<roundcube:include file="/includes/links.html" />
|
||||
<script type="text/javascript" src="/functions.js"></script>
|
||||
<script type="text/javascript" src="/splitter.js"></script>
|
||||
<style type="text/css">
|
||||
#enigmakeyslist { width: <roundcube:exp expression="!empty(cookie:enigmaviewsplitter) ? cookie:enigmaviewsplitter-5 : 210" />px; }
|
||||
#enigmacontent-box { left: <roundcube:exp expression="!empty(cookie:enigmaviewsplitter) ? cookie:enigmaviewsplitter+5 : 220" />px;
|
||||
<roundcube:exp expression="browser:ie ? ('width:expression((parseInt(this.parentNode.offsetWidth)-'.(!empty(cookie:enigmaeviewsplitter) ? cookie:enigmaviewsplitter+5 : 220).')+\\'px\\');') : ''" />
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<roundcube:include file="/includes/taskbar.html" />
|
||||
<roundcube:include file="/includes/header.html" />
|
||||
<roundcube:include file="/includes/settingstabs.html" />
|
||||
|
||||
<div id="mainscreen" class="enigma">
|
||||
|
||||
<div id="keystoolbar">
|
||||
<roundcube:button command="plugin.enigma-key-create" type="link" class="buttonPas create" classAct="button create" classSel="button createSel" title="enigma.createkeys" content=" " />
|
||||
<roundcube:button command="plugin.enigma-key-import" type="link" class="buttonPas import" classAct="button import" classSel="button importSel" title="enigma.importkeys" content=" " />
|
||||
<span class="dropbutton">
|
||||
<roundcube:button command="plugin.enigma-key-export" type="link" class="buttonPas export" classAct="button export" classSel="button exportSel" title="enigma.exportkeys" content=" " />
|
||||
<span id="exportmenulink" onclick="rcmail_ui.show_popup('exportmenu');return false"></span>
|
||||
</span>
|
||||
<roundcube:button name="messagemenulink" id="messagemenulink" type="link" class="button keymenu" title="enigma.keyactions" onclick="rcmail_ui.show_popup('messagemenu');return false" content=" " />
|
||||
</div>
|
||||
|
||||
<div id="quicksearchbar">
|
||||
<roundcube:button name="searchmenulink" id="searchmenulink" image="/images/icons/glass.png" />
|
||||
<roundcube:object name="searchform" id="quicksearchbox" />
|
||||
<roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" />
|
||||
</div>
|
||||
|
||||
|
||||
<div class="enigmascreen">
|
||||
|
||||
<div id="enigmakeyslist">
|
||||
<div class="boxtitle"><roundcube:label name="enigma.keyname" /></div>
|
||||
<div class="boxlistcontent">
|
||||
<roundcube:object name="keyslist" id="keys-table" class="records-table" cellspacing="0" noheader="true" />
|
||||
</div>
|
||||
<div class="boxfooter">
|
||||
<div id="keylistcountbar" class="pagenav">
|
||||
<roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstpage" content=" " />
|
||||
<roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previouspage" content=" " />
|
||||
<roundcube:object name="countdisplay" style="padding:0 .5em; float:left" />
|
||||
<roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextpage" content=" " />
|
||||
<roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastpage" content=" " />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
var enigmaviewsplit = new rcube_splitter({id:'enigmaviewsplitter', p1: 'enigmakeyslist', p2: 'enigmacontent-box', orientation: 'v', relative: true, start: 215});
|
||||
rcmail.add_onload('enigmaviewsplit.init()');
|
||||
</script>
|
||||
|
||||
<div id="enigmacontent-box">
|
||||
<roundcube:object name="keyframe" id="keyframe" width="100%" height="100%" frameborder="0" src="/watermark.html" />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="messagemenu" class="popupmenu">
|
||||
<ul>
|
||||
<li><roundcube:button class="deletelink" command="plugin.enigma-key-delete" label="enigma.keyremove" classAct="deletelink active" /></li>
|
||||
<!--
|
||||
<li><roundcube:button class="disablelink" command="plugin.enigma-key-disable" label="enigma.keydisable" classAct="disablelink active" /></li>
|
||||
<li><roundcube:button class="revokelink" command="plugin.enigma-key-revoke" label="enigma.keyrevoke" classAct="revokelink active" /></li>
|
||||
<li class="separator_below"><roundcube:button class="sendlink" command="plugin.enigma-key-send" label="enigma.keysend" classAct="sendlink active" /></li>
|
||||
<li><roundcube:button class="chpasslink" command="plugin.enigma-key-chpass" label="enigma.keychpass" classAct="chpasslink active" /></li>
|
||||
-->
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="exportmenu" class="popupmenu">
|
||||
<ul>
|
||||
<li><roundcube:button command="plugin.enigma-key-export" label="exportall" prop="sub" classAct="exportalllink active" class="exportalllink" /></li>
|
||||
<li><roundcube:button command="plugin.enigma-key-export-selected" label="exportsel" prop="sub" classAct="exportsellink active" class="exportsellink" /></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
rcube_init_mail_ui();
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,177 @@
|
||||
/*** Style for Enigma plugin ***/
|
||||
|
||||
/***** Messages displaying *****/
|
||||
|
||||
#enigma-message,
|
||||
#messagebody div #enigma-message
|
||||
{
|
||||
margin: 0;
|
||||
margin-bottom: 5px;
|
||||
padding: 6px 12px 6px 30px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div.enigmaerror,
|
||||
#messagebody div.enigmaerror
|
||||
{
|
||||
background: url(enigma_icons.png) 3px -201px no-repeat #f2cccd;
|
||||
border: 1px solid #c00005;
|
||||
color: #c00005;
|
||||
}
|
||||
|
||||
div.enigmanotice,
|
||||
#messagebody div.enigmanotice
|
||||
{
|
||||
background: url(enigma_icons.png) 3px -171px no-repeat #c9e6d3;
|
||||
border: 1px solid #008a2e;
|
||||
color: #008a2e;
|
||||
}
|
||||
|
||||
div.enigmawarning,
|
||||
#messagebody div.enigmawarning
|
||||
{
|
||||
background: url(enigma_icons.png) 3px -231px no-repeat #fef893;
|
||||
border: 1px solid #ffdf0e;
|
||||
color: #960;
|
||||
}
|
||||
|
||||
#enigma-message a
|
||||
{
|
||||
color: #666666;
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
#enigma-message a:hover
|
||||
{
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
p.enigmaattachment {
|
||||
margin: 0.5em 1em;
|
||||
width: auto;
|
||||
background: #f9f9f9;
|
||||
border: 1px solid #d3d3d3;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 0 2px #ccc;
|
||||
-webkit-box-shadow: 0 0 2px #ccc;
|
||||
}
|
||||
|
||||
p.enigmaattachment a {
|
||||
display: block;
|
||||
background: url(enigma_icons.png) 8px -78px no-repeat;
|
||||
padding: 1em 0.5em 1em 46px;
|
||||
}
|
||||
|
||||
/***** E-mail Compose Page *****/
|
||||
|
||||
#messagetoolbar a.button.enigma {
|
||||
background-image: url(enigma_icons.png);
|
||||
background-position: center -122px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#enigmamenu {
|
||||
color: white;
|
||||
padding: 2px 5px;
|
||||
}
|
||||
|
||||
|
||||
/***** Keys/Certs Management *****/
|
||||
|
||||
#settings-sections .enigma.keys a {
|
||||
background-image: url(enigma_icons.png);
|
||||
background-position: 7px -345px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#settings-sections .enigma.keys.selected a {
|
||||
background-image: url(enigma_icons.png);
|
||||
background-position: 7px -368px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#sections-table #rcmrowenigma .section {
|
||||
background-image: url(enigma_icons.png);
|
||||
background-position: 5px -297px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#sections-table #rcmrowenigma.selected .section {
|
||||
background-image: url(enigma_icons.png);
|
||||
background-position: 5px -321px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
#mainscreen.enigma #settings-sections,
|
||||
#mainscreen.enigma #settings-right
|
||||
{
|
||||
top: 44px;
|
||||
}
|
||||
|
||||
#enigmacontent-box
|
||||
{
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 272px;
|
||||
right: 0px;
|
||||
bottom: 0px;
|
||||
}
|
||||
|
||||
#enigmakeyslist
|
||||
{
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 260px;
|
||||
}
|
||||
|
||||
#keylistcountbar
|
||||
{
|
||||
margin-top: 4px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
#keys-table
|
||||
{
|
||||
width: 100%;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
#keys-table td
|
||||
{
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
#keyimportform fieldset div
|
||||
{
|
||||
background-color: #eee;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
#keycreateform td > label {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#keystoolbar
|
||||
{
|
||||
position: absolute;
|
||||
top: -6px;
|
||||
left: 0;
|
||||
height: 40px;
|
||||
white-space: nowrap;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
#keystoolbar a.button
|
||||
{
|
||||
background: url(enigma_icons.png) 0 0 no-repeat transparent;
|
||||
}
|
||||
|
||||
#keystoolbar a.import {
|
||||
background-position: center 0;
|
||||
}
|
||||
|
||||
#keystoolbar a.export {
|
||||
background-position: center -40px;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
#enigma-message,#messagebody div #enigma-message{margin:0;margin-bottom:5px;padding:6px 12px 6px 30px;font-weight:bold}div.enigmaerror,#messagebody div.enigmaerror{background:url(enigma_icons.png) 3px -201px no-repeat #f2cccd;border:1px solid #c00005;color:#c00005}div.enigmanotice,#messagebody div.enigmanotice{background:url(enigma_icons.png) 3px -171px no-repeat #c9e6d3;border:1px solid #008a2e;color:#008a2e}div.enigmawarning,#messagebody div.enigmawarning{background:url(enigma_icons.png) 3px -231px no-repeat #fef893;border:1px solid #ffdf0e;color:#960}#enigma-message a{color:#666;padding-left:10px}#enigma-message a:hover{color:#333}p.enigmaattachment{margin:.5em 1em;width:auto;background:#f9f9f9;border:1px solid #d3d3d3;border-radius:4px;box-shadow:0 0 2px #ccc;-webkit-box-shadow:0 0 2px #ccc}p.enigmaattachment a{display:block;background:url(enigma_icons.png) 8px -78px no-repeat;padding:1em .5em 1em 46px}#messagetoolbar a.button.enigma{background-image:url(enigma_icons.png);background-position:center -122px;background-repeat:no-repeat}#enigmamenu{color:white;padding:2px 5px}#settings-sections .enigma.keys a{background-image:url(enigma_icons.png);background-position:7px -345px;background-repeat:no-repeat}#settings-sections .enigma.keys.selected a{background-image:url(enigma_icons.png);background-position:7px -368px;background-repeat:no-repeat}#sections-table #rcmrowenigma .section{background-image:url(enigma_icons.png);background-position:5px -297px;background-repeat:no-repeat}#sections-table #rcmrowenigma.selected .section{background-image:url(enigma_icons.png);background-position:5px -321px;background-repeat:no-repeat}#mainscreen.enigma #settings-sections,#mainscreen.enigma #settings-right{top:44px}#enigmacontent-box{position:absolute;top:0;left:272px;right:0;bottom:0}#enigmakeyslist{position:absolute;top:0;bottom:0;left:0;width:260px}#keylistcountbar{margin-top:4px;margin-left:4px}#keys-table{width:100%;table-layout:fixed}#keys-table td{text-overflow:ellipsis}#keyimportform fieldset div{background-color:#eee;padding:10px}#keycreateform td>label{display:block}#keystoolbar{position:absolute;top:-6px;left:0;height:40px;white-space:nowrap;z-index:10}#keystoolbar a.button{background:url(enigma_icons.png) 0 0 no-repeat transparent}#keystoolbar a.import{background-position:center 0}#keystoolbar a.export{background-position:center -40px}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 5.6 KiB |
@@ -0,0 +1,22 @@
|
||||
<roundcube:object name="doctype" value="html5" />
|
||||
<html>
|
||||
<head>
|
||||
<title><roundcube:object name="pagetitle" /></title>
|
||||
<roundcube:include file="/includes/links.html" />
|
||||
</head>
|
||||
<body class="iframe">
|
||||
|
||||
<h1 class="boxtitle"><roundcube:label name="enigma.createkeys" /></h1>
|
||||
|
||||
<div id="key-details" class="boxcontent">
|
||||
<roundcube:object name="keyform" id="keycreateform" class="propform" size="40" textareacols="40" textarearows="6" />
|
||||
</div>
|
||||
|
||||
<div class="footerleft formbuttons">
|
||||
<roundcube:button command="plugin.enigma-key-save" type="input" class="button mainaction" label="save" />
|
||||
</div>
|
||||
|
||||
<roundcube:include file="/includes/footer.html" />
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,18 @@
|
||||
<roundcube:object name="doctype" value="html5" />
|
||||
<html>
|
||||
<head>
|
||||
<title><roundcube:object name="pagetitle" /></title>
|
||||
<roundcube:include file="/includes/links.html" />
|
||||
</head>
|
||||
<body class="iframe">
|
||||
|
||||
<h1 class="boxtitle"><roundcube:label name="enigma.importkeys" /></h1>
|
||||
|
||||
<div id="import-form" class="boxcontent">
|
||||
<roundcube:object name="importform" class="propform" id="keyimportform" />
|
||||
</div>
|
||||
|
||||
<roundcube:include file="/includes/footer.html" />
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,18 @@
|
||||
<roundcube:object name="doctype" value="html5" />
|
||||
<html>
|
||||
<head>
|
||||
<title><roundcube:object name="pagetitle" /></title>
|
||||
<roundcube:include file="/includes/links.html" />
|
||||
</head>
|
||||
<body class="iframe">
|
||||
|
||||
<h1 class="boxtitle"><roundcube:object name="keyname" part="name" /></h1>
|
||||
|
||||
<div id="key-details" class="boxcontent propform">
|
||||
<roundcube:object name="keydata" class="propform" />
|
||||
</div>
|
||||
|
||||
<roundcube:include file="/includes/footer.html" />
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,91 @@
|
||||
<roundcube:object name="doctype" value="html5" />
|
||||
<html>
|
||||
<head>
|
||||
<title><roundcube:object name="pagetitle" /></title>
|
||||
<roundcube:include file="/includes/links.html" />
|
||||
</head>
|
||||
<roundcube:if condition="env:extwin" /><body class="noscroll extwin"><roundcube:else /><body class="noscroll"><roundcube:endif />
|
||||
|
||||
<roundcube:include file="/includes/header.html" />
|
||||
|
||||
<div id="mainscreen" class="enigma">
|
||||
<h1 class="voice"><roundcube:label name="settings" /> : <roundcube:label name="enigma.enigmakeys" /></h1>
|
||||
|
||||
<!-- toolbar -->
|
||||
<h2 id="aria-label-toolbar" class="voice"><roundcube:label name="arialabeltoolbar" /></h2>
|
||||
<div id="keystoolbar" class="toolbar" role="toolbar" aria-labelledby="aria-label-toolbar">
|
||||
<roundcube:button command="plugin.enigma-key-import" type="link" class="button import disabled" classAct="button import" classSel="button import pressed" label="import" title="enigma.importkeys" />
|
||||
<span class="dropbutton">
|
||||
<roundcube:button command="plugin.enigma-key-export" type="link" class="button export disabled" classAct="button export" classSel="button export pressed" label="export" title="enigma.exportkeys" />
|
||||
<a href="#export" class="dropbuttontip" id="exportmenulink" onclick="return UI.toggle_popup('exportmenu',event)" aria-haspopup="true" aria-expanded="false" aria-owns="exportmenu-menu" tabindex="0"><roundcube:label name="enigma.arialabelkeyexportoptions" /></a>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div id="exportmenu" class="popupmenu" aria-hidden="true">
|
||||
<h3 id="aria-label-exportmenu" class="voice"><roundcube:label name="enigma.arialabelkeyexportoptions" /></h3>
|
||||
<ul id="exportmenu-menu" class="toolbarmenu" role="menu" aria-labelledby="aria-label-exportmenu">
|
||||
<roundcube:button type="link-menuitem" command="plugin.enigma-key-export" label="exportall" prop="sub" class="exportalllink" classAct="exportalllink active" />
|
||||
<roundcube:button type="link-menuitem" command="plugin.enigma-key-export-selected" label="exportsel" prop="sub" class="exportsellink" classAct="exportsellink active" />
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="quicksearchbar" class="searchbox" role="search" aria-labelledby="aria-label-searchform">
|
||||
<h2 id="aria-label-searchform" class="voice"><roundcube:label name="enigma.arialabelkeysearchform" /></h2>
|
||||
<label for="quicksearchbox" class="voice"><roundcube:label name="arialabelmailquicksearchbox" /></label>
|
||||
<roundcube:object name="searchform" id="quicksearchbox" />
|
||||
<a id="searchmenulink" class="iconbutton searchicon" > </a>
|
||||
<roundcube:button command="reset-search" id="searchreset" class="iconbutton reset" title="resetsearch" label="resetsearch" />
|
||||
</div>
|
||||
|
||||
<roundcube:include file="/includes/settingstabs.html" />
|
||||
|
||||
<div id="settings-right" role="main" aria-labelledby="aria-label-enigmakeyslist">
|
||||
<div id="enigmakeyslist" class="uibox listbox" role="navigation" aria-labelledby="enigmakeyslist-header">
|
||||
<div id="enigmakeyslist-header" class="boxtitle"><roundcube:label name="enigma.enigmakeys" /></div>
|
||||
<div class="scroller withfooter">
|
||||
<roundcube:object name="keyslist" id="keys-table" class="listing" role="listbox" cellspacing="0" noheader="true" />
|
||||
</div>
|
||||
<div class="boxpagenav">
|
||||
<roundcube:button command="firstpage" type="link" class="icon firstpage disabled" classAct="icon firstpage" title="firstpage" label="first" />
|
||||
<roundcube:button command="previouspage" type="link" class="icon prevpage disabled" classAct="icon prevpage" title="previouspage" label="previous" />
|
||||
<roundcube:button command="nextpage" type="link" class="icon nextpage disabled" classAct="icon nextpage" title="nextpage" label="next" />
|
||||
<roundcube:button command="lastpage" type="link" class="icon lastpage disabled" classAct="icon lastpage" title="lastpage" label="last" />
|
||||
</div>
|
||||
<div class="boxfooter">
|
||||
<roundcube:button command="plugin.enigma-key-create" type="link" title="enigma.createkeys" class="listbutton add disabled" classAct="listbutton add" innerClass="inner" label="enigma.keyadd" /><roundcube:button name="moreactions" id="keyoptionslink" type="link" title="enigma.keyactions" class="listbutton groupactions" onclick="return UI.toggle_popup('keyoptions',event)" innerClass="inner" label="enigma.arialabelkeyoptions" aria-haspopup="true" aria-expanded="false" aria-owns="keyoptionsmenu" />
|
||||
<span class="countdisplay" aria-live="polite" aria-relevant="text">
|
||||
<span class="voice"><roundcube:label name="enigma.enigmakeys" /></span>
|
||||
<roundcube:object name="countdisplay" />
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="enigmacontent-box" class="uibox">
|
||||
<div class="iframebox">
|
||||
<roundcube:object name="keyframe" id="keyframe" width="100%" height="100%" frameborder="0" src="/watermark.html" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="keyoptions" class="popupmenu">
|
||||
<ul class="toolbarmenu">
|
||||
<li><roundcube:button class="deletelink" command="plugin.enigma-key-delete" label="enigma.keyremove" target="_blank" classAct="deletelink active" /></li>
|
||||
<!--
|
||||
<li><roundcube:button class="disablelink" command="enigma.key-disable" label="enigma.keydisable" target="_blank" classAct="disablelink active" /></li>
|
||||
<li><roundcube:button class="revokelink" command="enigma.key-revoke" label="enigma.keyrevoke" classAct="revokelink active" /></li>
|
||||
<li class="separator_below"><roundcube:button class="sendlink" command="enigma.key-send" label="enigma.keysend" classAct="sendlink active" /></li>
|
||||
<li><roundcube:button class="chpasslink" command="enigma.key-chpass" label="enigma.keychpass" classAct="chpasslink active" /></li>
|
||||
-->
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<roundcube:include file="/includes/footer.html" />
|
||||
|
||||
<script type="text/javascript">
|
||||
new rcube_splitter({ id:'enigmakeyssplitter', p1:'#enigmakeyslist', p2:'#enigmacontent-box',
|
||||
orientation:'v', relative:true, start:266, min:180, size:12 }).init();
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user