Show spam aliases #
This commit is contained in:
42
data/web/rc/skins/classic/templates/about.html
Normal file
42
data/web/rc/skins/classic/templates/about.html
Normal file
@@ -0,0 +1,42 @@
|
||||
<!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>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<roundcube:if condition="!request:_framed" />
|
||||
|
||||
<roundcube:include file="/includes/taskbar.html" />
|
||||
<roundcube:include file="/includes/header.html" />
|
||||
<roundcube:include file="/includes/settingstabs.html" />
|
||||
|
||||
<div id="mainscreen" class="box darkbg crop">
|
||||
<roundcube:endif />
|
||||
|
||||
<div class="readtext">
|
||||
<div id="license">
|
||||
<roundcube:object name="aboutcontent" />
|
||||
<h2 class="sysname">Roundcube Webmail <roundcube:object name="version" /></h2>
|
||||
<p class="copyright">Copyright © 2005-2016, The Roundcube Dev Team</p>
|
||||
<p class="license">This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">GNU General Public License</a>
|
||||
as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br/>
|
||||
Some <a href="http://roundcube.net/license">exceptions</a> for skins & plugins apply.
|
||||
</p>
|
||||
<p class="links"><roundcube:object name="supportlink" label="support" target="_blank" /></p>
|
||||
</div>
|
||||
|
||||
<h3><roundcube:label name="installedplugins" /></h3>
|
||||
<roundcube:object name="pluginlist" id="pluginlist" class="records-table" cellspacing="0" />
|
||||
|
||||
</div>
|
||||
|
||||
<roundcube:if condition="!request:_framed" />
|
||||
</div>
|
||||
<roundcube:endif />
|
||||
|
||||
</body>
|
||||
</html>
|
129
data/web/rc/skins/classic/templates/addressbook.html
Normal file
129
data/web/rc/skins/classic/templates/addressbook.html
Normal file
@@ -0,0 +1,129 @@
|
||||
<!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="/splitter.js"></script>
|
||||
<script type="text/javascript" src="/functions.js"></script>
|
||||
<style type="text/css">
|
||||
#addresslist { width: <roundcube:exp expression="!empty(cookie:addressviewsplitter) ? cookie:addressviewsplitter-5 : 245" />px; }
|
||||
#contacts-box { left: <roundcube:exp expression="!empty(cookie:addressviewsplitter) ? cookie:addressviewsplitter+5 : 255" />px; }
|
||||
#directorylistbox { width: <roundcube:exp expression="!empty(cookie:addressviewsplitterd) ? cookie:addressviewsplitterd-5 : 195" />px; }
|
||||
#addressscreen { left: <roundcube:exp expression="!empty(cookie:addressviewsplitterd) ? cookie:addressviewsplitterd+5 : 205" />px; }
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<roundcube:include file="/includes/taskbar.html" />
|
||||
<roundcube:include file="/includes/header.html" />
|
||||
|
||||
<div id="abooktoolbar">
|
||||
<roundcube:button command="add" type="link" class="buttonPas addcontact" classAct="button addcontact" classSel="button addcontactSel" title="newcontact" content=" " />
|
||||
<roundcube:button command="compose" type="link" class="buttonPas compose" classAct="button compose" classSel="button composeSel" title="composeto" content=" " />
|
||||
<roundcube:button command="print" type="link" class="buttonPas print" classAct="button print" classSel="button printSel" label="print" title="printcontact" content=" " />
|
||||
<roundcube:button command="delete" type="link" class="buttonPas delete" classAct="button delete" classSel="button deleteSel" title="deletecontact" content=" " />
|
||||
<span class="toolbarseparator"> </span>
|
||||
<roundcube:button command="import" type="link" class="buttonPas import" classAct="button import" classSel="button importSel" title="importcontacts" content=" " />
|
||||
<span class="dropbutton">
|
||||
<roundcube:button command="export" type="link" class="buttonPas export" classAct="button export" classSel="button exportSel" title="exportvcards" content=" " />
|
||||
<span id="exportmenulink" onclick="rcmail_ui.show_popup('exportmenu');return false"></span>
|
||||
</span>
|
||||
<roundcube:button command="advanced-search" type="link" class="buttonPas search" classAct="button search" classSel="button searchSel" title="advsearch" content=" " />
|
||||
<roundcube:container name="toolbar" id="abooktoolbar" />
|
||||
</div>
|
||||
|
||||
<div id="quicksearchbar">
|
||||
<roundcube:button name="searchmenulink" id="searchmenulink" image="/images/icons/glass_roll.png" onclick="rcmail_ui.show_popup('searchmenu');return false" title="searchmod" width="16" height="16" />
|
||||
<roundcube:object name="searchform" id="quicksearchbox" />
|
||||
<roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" width="13" height="13" />
|
||||
</div>
|
||||
|
||||
<div id="exportmenu" class="popupmenu">
|
||||
<ul>
|
||||
<li><roundcube:button command="export" label="exportall" prop="sub" classAct="exportalllink active" class="exportalllink" /></li>
|
||||
<li><roundcube:button command="export-selected" label="exportsel" prop="sub" classAct="exportsellink active" class="exportsellink" /></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="searchmenu" class="popupmenu">
|
||||
<ul class="toolbarmenu">
|
||||
<li><label><input type="checkbox" name="s_mods[]" value="name" id="s_mod_name" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="name" /></span></label></li>
|
||||
<li><label><input type="checkbox" name="s_mods[]" value="firstname" id="s_mod_firstname" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="firstname" /></span></label></li>
|
||||
<li><label><input type="checkbox" name="s_mods[]" value="surname" id="s_mod_surname" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="surname" /></span></label></li>
|
||||
<li><label><input type="checkbox" name="s_mods[]" value="email" id="s_mod_email" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="email" /></span></label></li>
|
||||
<li><label><input type="checkbox" name="s_mods[]" value="*" id="s_mod_all" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="allfields" /></span></label></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="mainscreen">
|
||||
|
||||
<div id="directorylistbox">
|
||||
<div id="directorylist-title" class="boxtitle"><roundcube:label name="groups" /></div>
|
||||
<div id="directorylist-content" class="boxlistcontent">
|
||||
<roundcube:object name="directorylist" id="directorylist" class="treelist" />
|
||||
<roundcube:object name="savedsearchlist" id="savedsearchlist" class="treelist" />
|
||||
</div>
|
||||
<div id="directorylist-footer" class="boxfooter">
|
||||
<roundcube:button command="group-create" type="link" title="newgroup" class="buttonPas addgroup" classAct="button addgroup" content=" " />
|
||||
<roundcube:button name="groupmenulink" id="groupmenulink" type="link" title="moreactions" class="button groupactions" onclick="rcmail_ui.show_popup('groupmenu');return false" content=" " />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="addressscreen">
|
||||
|
||||
<div id="addresslist">
|
||||
<roundcube:object name="addresslisttitle" label="contacts" tag="div" class="boxtitle" />
|
||||
<div class="boxlistcontent">
|
||||
<roundcube:object name="addresslist" id="contacts-table" class="records-table" cellspacing="0" summary="Contacts list" noheader="true" />
|
||||
</div>
|
||||
<div class="boxfooter">
|
||||
<div id="abookcountbar" 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="recordsCountDisplay" 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 addrviewsplit = new rcube_splitter({id:'addressviewsplitter', p1: 'addresslist', p2: 'contacts-box', orientation: 'v', relative: true, start: 250});
|
||||
rcmail.add_onload('addrviewsplit.init()');
|
||||
|
||||
var addrviewsplitd = new rcube_splitter({id:'addressviewsplitterd', p1: 'directorylistbox', p2: 'addressscreen', orientation: 'v', relative: true, start: 200});
|
||||
rcmail.add_onload('addrviewsplitd.init()');
|
||||
</script>
|
||||
|
||||
<div id="contacts-box">
|
||||
<roundcube:object name="addressframe" id="contact-frame" width="100%" height="100%" frameborder="0" src="/watermark.html" />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="groupoptionsmenu" class="popupmenu">
|
||||
<ul>
|
||||
<li><roundcube:button command="group-rename" label="grouprename" classAct="active" /></li>
|
||||
<li><roundcube:button command="group-delete" label="groupdelete" classAct="active" /></li>
|
||||
<li><roundcube:button command="group-remove-selected" label="groupremoveselected" classAct="active" /></li>
|
||||
<li class="separator_above"><roundcube:button command="search-create" label="searchsave" classAct="active" /></li>
|
||||
<li><roundcube:button command="search-delete" label="searchdelete" classAct="active" /></li>
|
||||
<roundcube:container name="groupoptions" id="groupoptionsmenu" />
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="dragmenu" class="popupmenu">
|
||||
<ul>
|
||||
<li><roundcube:button command="move" onclick="return rcmail.drag_menu_action('move')" label="move" classAct="active" /></li>
|
||||
<li><roundcube:button command="copy" onclick="return rcmail.drag_menu_action('copy')" label="copy" classAct="active" /></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
rcube_init_mail_ui();
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
236
data/web/rc/skins/classic/templates/compose.html
Normal file
236
data/web/rc/skins/classic/templates/compose.html
Normal file
@@ -0,0 +1,236 @@
|
||||
<!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="productname" /> :: <roundcube:label name="compose" /></title>
|
||||
<roundcube:include file="/includes/links.html" />
|
||||
<roundcube:if condition="config:enable_spellcheck" />
|
||||
<link rel="stylesheet" type="text/css" href="/googiespell.css" />
|
||||
<roundcube:endif />
|
||||
<script type="text/javascript" src="/functions.js"></script>
|
||||
<script type="text/javascript" src="/splitter.js"></script>
|
||||
<style type="text/css">
|
||||
#compose-contacts { width: <roundcube:exp expression="!empty(cookie:composesplitterv1) ? cookie:composesplitterv1-5 : 195" />px; }
|
||||
#compose-container { left: <roundcube:exp expression="!empty(cookie:composesplitterv1) ? cookie:composesplitterv1+5 : 205" />px; }
|
||||
</style>
|
||||
</head>
|
||||
<roundcube:if condition="env:extwin" />
|
||||
<body class="extwin">
|
||||
<roundcube:object name="message" id="message" />
|
||||
<roundcube:else />
|
||||
<body>
|
||||
<roundcube:include file="/includes/taskbar.html" />
|
||||
<roundcube:include file="/includes/header.html" />
|
||||
<roundcube:endif />
|
||||
|
||||
<div id="messagetoolbar">
|
||||
<roundcube:if condition="env:extwin" />
|
||||
<roundcube:button command="close" type="link" class="button back" classAct="button back" classSel="button backSel" title="close" content=" " />
|
||||
<roundcube:else />
|
||||
<roundcube:button command="list" type="link" class="button back" classAct="button back" classSel="button backSel" title="backtolist" content=" " />
|
||||
<roundcube:endif />
|
||||
<roundcube:button command="send" type="link" class="buttonPas send" classAct="button send" classSel="button sendSel" title="sendmessage" content=" " />
|
||||
<roundcube:button name="addattachment" type="link" class="button attach" classAct="button attach" classSel="button attachSel" title="addattachment" onclick="rcmail_ui.show_popup('uploadmenu', true);return false" content=" " />
|
||||
<roundcube:button command="insert-sig" type="link" class="buttonPas insertsig" classAct="button insertsig" classSel="button insertsigSel" title="insertsignature" content=" " />
|
||||
<roundcube:button command="savedraft" type="link" class="buttonPas savedraft" classAct="button savedraft" classSel="button savedraftSel" title="savemessage" content=" " />
|
||||
<roundcube:if condition="config:enable_spellcheck" />
|
||||
<span class="dropbutton">
|
||||
<roundcube:button command="spellcheck" type="link" class="buttonPas spellcheck" classAct="button spellcheck" classSel="button spellcheckSel" title="checkspelling" content=" " />
|
||||
<span id="spellmenulink" onclick="rcmail_ui.show_popup('spellmenu');return false"></span>
|
||||
</span>
|
||||
<roundcube:endif />
|
||||
<a href="#responses" class="button responses" label="responses" title="<roundcube:label name='insertresponse' />" id="responsesmenulink" unselectable="on" onmousedown="return false" onclick="rcmail_ui.show_popup('responsesmenu');return false"> </a>
|
||||
<roundcube:button command="compose-encrypted" type="link" class="buttonPas encrypt disabled" classAct="button encrypt" classSel="button encrypt" title="encryptmessagemailvelope" content=" " style="display:none" />
|
||||
<roundcube:container name="toolbar" id="compose-toolbar" />
|
||||
<roundcube:button name="messageoptions" id="composemenulink" type="link" class="button messagemenu" title="messageoptions" onclick="rcmail_ui.show_popup('composemenu', true);return false" content=" " />
|
||||
</div>
|
||||
|
||||
<roundcube:form name="form" method="post">
|
||||
|
||||
<div id="mainscreen">
|
||||
|
||||
<div id="compose-contacts">
|
||||
<div class="boxtitle">
|
||||
<roundcube:label name="contacts" />
|
||||
<div id="abookcountbar" 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=" " />
|
||||
<span style="float:left"> </span>
|
||||
<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 class="boxlistcontent">
|
||||
<div class="searchbox">
|
||||
<img id="searchmenulink" src="/images/icons/glass.png" width="16" height="16" />
|
||||
<roundcube:object name="searchform" id="quicksearchbox" form="true" tabindex="13" />
|
||||
<roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" width="13" height="13" />
|
||||
</div>
|
||||
<roundcube:object name="addressbooks" id="directorylist" />
|
||||
<roundcube:object name="addresslist" id="contacts-table" class="records-table" cellspacing="0" noheader="true" />
|
||||
</div>
|
||||
<div class="boxfooter">
|
||||
<div id="abookactions">
|
||||
<roundcube:button command="add-recipient" prop="to" type="link" title="to" class="button disabled" classAct="button" content="To &raquo;" />
|
||||
<roundcube:button command="add-recipient" prop="cc" type="link" title="cc" class="button disabled" classAct="button" content="Cc &raquo;" />
|
||||
<roundcube:button command="add-recipient" prop="bcc" type="link" title="bcc" class="button disabled" classAct="button" content="Bcc &raquo;" />
|
||||
<roundcube:container name="compose-contacts-toolbar" id="compose-contacts-toolbar" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
var composesplitv1 = new rcube_splitter({id:'composesplitterv1', p1: 'compose-contacts', p2: 'compose-container', orientation: 'v', relative: true, start: 200});
|
||||
rcmail.add_onload('composesplitv1.init()');
|
||||
</script>
|
||||
|
||||
<div id="compose-container">
|
||||
<div id="compose-headers-div" style="width: 100%;">
|
||||
<table border="0" cellspacing="0" cellpadding="1" id="compose-headers">
|
||||
<tr>
|
||||
<td class="title"><label for="_from"><roundcube:label name="from" /></label></td>
|
||||
<td class="editfield formlinks">
|
||||
<roundcube:object name="composeHeaders" part="from" form="form" id="_from" tabindex="1" />
|
||||
<a href="#identities" onclick="return rcmail.command('identities')"><roundcube:label name="editidents" /></a>
|
||||
<roundcube:button command="extwin" image="/images/icons/extwin.png" width="15" height="15" title="openinextwin" id="openextwinlink" condition="!env:extwin" />
|
||||
</td>
|
||||
</tr><tr>
|
||||
<td class="title top"><label for="_to"><roundcube:label name="to" /></label></td>
|
||||
<td class="editfield"><roundcube:object name="composeHeaders" part="to" form="form" id="_to" cols="70" rows="2" tabindex="2" /></td>
|
||||
</tr><tr id="compose-cc">
|
||||
<td class="title top">
|
||||
<a href="#cc" onclick="return rcmail_ui.hide_header_form('cc');"><img src="/images/icons/minus.gif" alt="" width="13" height="11" title="<roundcube:label name='delete' />" /></a>
|
||||
<label for="_cc"><roundcube:label name="cc" /></label>
|
||||
</td>
|
||||
<td class="editfield"><roundcube:object name="composeHeaders" part="cc" form="form" id="_cc" cols="70" rows="2" tabindex="3" /></td>
|
||||
</tr><tr id="compose-bcc">
|
||||
<td class="title top">
|
||||
<a href="#bcc" onclick="return rcmail_ui.hide_header_form('bcc');"><img src="/images/icons/minus.gif" alt="" width="13" height="11" title="<roundcube:label name='delete' />" /></a>
|
||||
<label for="_bcc"><roundcube:label name="bcc" /></label>
|
||||
</td>
|
||||
<td class="editfield"><roundcube:object name="composeHeaders" part="bcc" form="form" id="_bcc" cols="70" rows="2" tabindex="4" /></td>
|
||||
</tr><tr id="compose-replyto">
|
||||
<td class="title top">
|
||||
<a href="#replyto" onclick="return rcmail_ui.hide_header_form('replyto');"><img src="/images/icons/minus.gif" alt="" width="13" height="11" title="<roundcube:label name='delete' />" /></a>
|
||||
<label for="_replyto"><roundcube:label name="replyto" /></label>
|
||||
</td>
|
||||
<td class="editfield"><roundcube:object name="composeHeaders" part="replyto" form="form" id="_replyto" size="70" tabindex="5" /></td>
|
||||
</tr><tr id="compose-followupto">
|
||||
<td class="title top">
|
||||
<a href="#followupto" onclick="return rcmail_ui.hide_header_form('followupto');"><img src="/images/icons/minus.gif" alt="" width="13" height="11" title="<roundcube:label name='delete' />" /></a>
|
||||
<label for="_followupto"><roundcube:label name="followupto" /></label>
|
||||
</td>
|
||||
<td class="editfield"><roundcube:object name="composeHeaders" part="followupto" form="form" id="_followupto" size="70" tabindex="7" /></td>
|
||||
</tr><tr>
|
||||
<td></td>
|
||||
<td class="formlinks">
|
||||
<a href="#cc" onclick="return rcmail_ui.show_header_form('cc')" id="cc-link"><roundcube:label name="addcc" /></a>
|
||||
<span class="separator">|</span>
|
||||
<a href="#bcc" onclick="return rcmail_ui.show_header_form('bcc')" id="bcc-link"><roundcube:label name="addbcc" /></a>
|
||||
<span class="separator">|</span>
|
||||
<a href="#reply-to" onclick="return rcmail_ui.show_header_form('replyto')" id="replyto-link"><roundcube:label name="addreplyto" /></a>
|
||||
<span class="separator">|</span>
|
||||
<a href="#followup-to" onclick="return rcmail_ui.show_header_form('followupto')" id="followupto-link"><roundcube:label name="addfollowupto" /></a>
|
||||
</td>
|
||||
</tr><tr>
|
||||
<td class="title"><label for="compose-subject"><roundcube:label name="subject" /></label></td>
|
||||
<td class="editfield"><roundcube:object name="composeSubject" id="compose-subject" form="form" tabindex="8" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<div id="compose-div">
|
||||
<div id="compose-body-div">
|
||||
<div id="compose-body-parent" class="boxlistcontent" style="overflow: hidden; top: 0">
|
||||
<roundcube:object name="composeBody" id="compose-body" form="form" cols="70" rows="20" tabindex="9" />
|
||||
</div>
|
||||
<div class="boxfooter">
|
||||
<div id="compose-buttons">
|
||||
<roundcube:button type="input" command="send" class="button mainaction" label="sendmessage" tabindex="10" />
|
||||
<roundcube:button type="input" command="list" class="button" label="cancel" tabindex="11" />
|
||||
</div>
|
||||
<div id="compose-editorfooter" class="pagenav">
|
||||
<roundcube:if condition="!in_array('htmleditor', (array)config:dont_override)" />
|
||||
<span>
|
||||
<label><roundcube:label name="editortype" /></label>
|
||||
<roundcube:object name="editorSelector" editorid="compose-body" tabindex="12" />
|
||||
</span>
|
||||
<roundcube:endif />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
var composesplitv2 = new rcube_splitter({id:'composesplitterv2', p1: 'compose-body-div', p2: 'compose-attachments', orientation: 'v', relative: true, start: $('#compose-headers-div').width() - 175});
|
||||
rcmail.add_onload('composesplitv2.init()');
|
||||
</script>
|
||||
<div id="compose-attachments">
|
||||
<div class="boxtitle"><roundcube:label name="attachments" /></div>
|
||||
<div class="boxlistcontent">
|
||||
<roundcube:object name="composeAttachmentList" id="attachmentslist" loadingIcon="/images/display/loading_blue.gif" icon_pos="left" />
|
||||
</div>
|
||||
<div class="boxfooter">
|
||||
<roundcube:button name="uploadmenulink" id="uploadmenulink" type="link" title="addattachment" class="button addgroup" onclick="rcmail_ui.show_popup('uploadmenu', true);return false" content=" " />
|
||||
</div>
|
||||
</div>
|
||||
<roundcube:object name="fileDropArea" id="compose-attachments" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="composeoptionsmenu" class="popupmenu">
|
||||
<table>
|
||||
<roundcube:if condition="!in_array('mdn_default', (array)config:dont_override)" />
|
||||
<tr>
|
||||
<td><label for="rcmcomposereceipt"><roundcube:label name="returnreceipt" />:</label></td>
|
||||
<td><roundcube:object name="mdnCheckBox" form="form" id="rcmcomposereceipt" /></td>
|
||||
</tr>
|
||||
<roundcube:endif />
|
||||
<roundcube:if condition="!in_array('dsn_default', (array)config:dont_override)" />
|
||||
<tr>
|
||||
<td><label for="rcmcomposedsn"><roundcube:label name="dsn" />:</label></td>
|
||||
<td><roundcube:object name="dsnCheckBox" form="form" id="rcmcomposedsn" /></td>
|
||||
</tr>
|
||||
<roundcube:endif />
|
||||
<tr>
|
||||
<td><label for="rcmcomposepriority"><roundcube:label name="priority" />:</label></td>
|
||||
<td><roundcube:object name="prioritySelector" form="form" id="rcmcomposepriority" /></td>
|
||||
</tr>
|
||||
<roundcube:if condition="!config:no_save_sent_messages" />
|
||||
<tr>
|
||||
<td><label><roundcube:label name="savesentmessagein" />:</label></td>
|
||||
<td><roundcube:object name="storetarget" maxlength="30" /></td>
|
||||
</tr>
|
||||
<roundcube:endif />
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div id="responsesmenu" class="popupmenu">
|
||||
<ul id="textresponsesmenu">
|
||||
<li><label class="comment"><roundcube:label name="insertresponse" /></label></li>
|
||||
<roundcube:object name="responseslist" id="responseslist" tagname="ul" itemclass="active" />
|
||||
<li><label class="comment"><roundcube:label name="manageresponses" /></label></li>
|
||||
<roundcube:button command="save-response" type="link-menuitem" label="newresponse" classAct="active" unselectable="on" />
|
||||
<roundcube:button command="responses" type="link-menuitem" label="editresponses" classAct="active" />
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="spellmenu" class="popupmenu selectable"></div>
|
||||
|
||||
</form>
|
||||
|
||||
<roundcube:object name="composeAttachmentForm" id="attachment-form" attachmentFieldSize="40" class="popupmenu" />
|
||||
|
||||
<div id="attachmentmenu" class="popupmenu">
|
||||
<ul class="toolbarmenu">
|
||||
<li><roundcube:button command="open-attachment" id="attachmenuopen" type="link" label="open" class="openlink" classAct="openlink active" innerclass="openlink" /></li>
|
||||
<li><roundcube:button command="download-attachment" id="attachmenudownload" type="link" label="download" class="downloadlink" classAct="downloadlink active" innerclass="downloadlink" /></li>
|
||||
<li><roundcube:button command="rename-attachment" id="attachmenurename" type="link" label="rename" class="renamelink" classAct="renamelink active" innerclass="renamelink" /></li>
|
||||
<roundcube:container name="attachmentmenu" id="attachmentmenu" />
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
rcube_init_mail_ui();
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
32
data/web/rc/skins/classic/templates/contact.html
Normal file
32
data/web/rc/skins/classic/templates/contact.html
Normal file
@@ -0,0 +1,32 @@
|
||||
<!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>
|
||||
</head>
|
||||
<body class="iframe">
|
||||
|
||||
<div id="contact-title" class="boxtitle"><roundcube:label name="contactproperties" /></div>
|
||||
<div id="contact-details" class="boxcontent">
|
||||
<roundcube:if condition="strlen(env:sourcename)" />
|
||||
<div id="sourcename"><roundcube:label name="addressbook" />: <roundcube:var name="env:sourcename" /></div>
|
||||
<roundcube:endif />
|
||||
|
||||
<div id="contactphoto"><roundcube:object name="contactphoto" id="contactpic" placeholder="/images/contactpic.png" placeholderGroup="/images/contactgroup.png" /></div>
|
||||
<roundcube:object name="contacthead" id="contacthead" />
|
||||
<div style="clear:both"></div>
|
||||
<div id="contacttabs">
|
||||
<roundcube:object name="contactdetails" />
|
||||
</div>
|
||||
<p>
|
||||
<roundcube:button command="edit" type="input" class="button" label="editcontact" condition="!ENV:readonly" />
|
||||
<roundcube:if condition="env:qrcode" />
|
||||
<roundcube:button command="qrcode" type="input" class="button" label="qrcode" />
|
||||
<roundcube:endif />
|
||||
</p>
|
||||
</div>
|
||||
<script type="text/javascript">rcube_init_tabs('contacttabs')</script>
|
||||
|
||||
</body>
|
||||
</html>
|
44
data/web/rc/skins/classic/templates/contactadd.html
Normal file
44
data/web/rc/skins/classic/templates/contactadd.html
Normal file
@@ -0,0 +1,44 @@
|
||||
<!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>
|
||||
</head>
|
||||
<body class="iframe">
|
||||
|
||||
<div id="contact-title" class="boxtitle"><roundcube:label name="addcontact" /></div>
|
||||
<div id="contact-details" class="boxcontent">
|
||||
<roundcube:form name="editform" method="post">
|
||||
<roundcube:if condition="strlen(env:sourcename)" />
|
||||
<div id="sourcename"><roundcube:label name="addressbook" />: <roundcube:object name="sourceselector" class="hint" id="sourceselect" /></div>
|
||||
<roundcube:endif />
|
||||
<div id="contactphoto">
|
||||
<roundcube:object name="contactphoto" id="contactpic" placeholder="/images/contactpic.png" />
|
||||
<div class="formlinks">
|
||||
<roundcube:button command="upload-photo" id="uploadformlink" type="link" label="addphoto" class="disabled" classAct="active" onclick="rcmail_ui.show_popup('uploadform', true);return false" condition="env:photocol" /><br/>
|
||||
<roundcube:button command="delete-photo" type="link" label="delete" class="disabled" classAct="active" condition="env:photocol" />
|
||||
</div>
|
||||
</div>
|
||||
<roundcube:object name="contactedithead" id="contacthead" size="16" form="editform" />
|
||||
<div style="clear:both"></div>
|
||||
<div id="contacttabs">
|
||||
<roundcube:object name="contacteditform" size="40" textareacols="60" deleteIcon="/images/icons/delete.png" form="editform" />
|
||||
</div>
|
||||
<p>
|
||||
<input type="button" value="<roundcube:label name="cancel" />" class="button" onclick="history.back()" />
|
||||
<roundcube:button command="save" type="input" class="button mainaction" label="save" />
|
||||
</p>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<roundcube:object name="photoUploadForm" id="upload-form" size="30" class="popupmenu" />
|
||||
<roundcube:object name="fileDropArea" id="contactpic" />
|
||||
|
||||
<script type="text/javascript">
|
||||
rcube_init_tabs('contacttabs');
|
||||
rcube_init_mail_ui();
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
44
data/web/rc/skins/classic/templates/contactedit.html
Normal file
44
data/web/rc/skins/classic/templates/contactedit.html
Normal file
@@ -0,0 +1,44 @@
|
||||
<!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>
|
||||
</head>
|
||||
<body class="iframe">
|
||||
|
||||
<div id="contact-title" class="boxtitle"><roundcube:label name="editcontact" /></div>
|
||||
<div id="contact-details" class="boxcontent">
|
||||
<roundcube:form name="editform" method="post">
|
||||
<roundcube:if condition="strlen(env:sourcename)" />
|
||||
<div id="sourcename"><roundcube:label name="addressbook" />: <roundcube:var name="env:sourcename" /></div>
|
||||
<roundcube:endif />
|
||||
<div id="contactphoto">
|
||||
<roundcube:object name="contactphoto" id="contactpic" placeholder="/images/contactpic.png" />
|
||||
<div class="formlinks">
|
||||
<roundcube:button command="upload-photo" id="uploadformlink" type="link" label="replacephoto" class="disabled" classAct="active" onclick="rcmail_ui.show_popup('uploadform', true);return false" condition="env:photocol" /><br/>
|
||||
<roundcube:button command="delete-photo" type="link" label="delete" class="disabled" classAct="active" condition="env:photocol" />
|
||||
</div>
|
||||
</div>
|
||||
<roundcube:object name="contactedithead" id="contacthead" size="16" form="editform" />
|
||||
<div style="clear:both"></div>
|
||||
<div id="contacttabs">
|
||||
<roundcube:object name="contacteditform" size="40" textareacols="60" deleteIcon="/images/icons/delete.png" form="editform" />
|
||||
</div>
|
||||
<p>
|
||||
<roundcube:button command="show" type="input" class="button" label="cancel" />
|
||||
<roundcube:button command="save" type="input" class="button mainaction" label="save" />
|
||||
</p>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<roundcube:object name="photoUploadForm" id="upload-form" size="30" class="popupmenu" />
|
||||
<roundcube:object name="fileDropArea" id="contactpic" />
|
||||
|
||||
<script type="text/javascript">
|
||||
rcube_init_tabs('contacttabs');
|
||||
rcube_init_mail_ui();
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
20
data/web/rc/skins/classic/templates/contactprint.html
Normal file
20
data/web/rc/skins/classic/templates/contactprint.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!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>
|
||||
<link rel="shortcut icon" href="/images/favicon.ico"/>
|
||||
<link rel="stylesheet" type="text/css" href="/print.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" />
|
||||
|
||||
<div id="contact-details">
|
||||
<div id="contactphoto"><roundcube:object name="contactphoto" id="contactpic" placeholder="/images/contactpic.png" placeholderGroup="/images/contactgroup.png" /></div>
|
||||
<roundcube:object name="contacthead" id="contacthead" />
|
||||
<div style="clear:both"></div>
|
||||
<roundcube:object name="contactdetails" />
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
18
data/web/rc/skins/classic/templates/contactsearch.html
Normal file
18
data/web/rc/skins/classic/templates/contactsearch.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!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>
|
||||
</head>
|
||||
<body class="iframe">
|
||||
|
||||
<div id="contact-title" class="boxtitle"><roundcube:label name="advsearch" /></div>
|
||||
<div id="contact-details" class="boxcontent">
|
||||
<roundcube:object name="searchform" id="advsearchform" size=30 />
|
||||
<p><roundcube:button command="save" type="input" class="button mainaction" label="search" /></p>
|
||||
</div>
|
||||
<script type="text/javascript">rcube_init_tabs('advsearchform')</script>
|
||||
|
||||
</body>
|
||||
</html>
|
16
data/web/rc/skins/classic/templates/error.html
Normal file
16
data/web/rc/skins/classic/templates/error.html
Normal file
@@ -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="productname" /> :: ERROR</title>
|
||||
<roundcube:include file="/includes/links.html" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" />
|
||||
|
||||
<div style="width:400px; margin:60px auto;">
|
||||
$__page_content
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
26
data/web/rc/skins/classic/templates/folderedit.html
Normal file
26
data/web/rc/skins/classic/templates/folderedit.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!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>
|
||||
</head>
|
||||
<body class="iframe">
|
||||
|
||||
<div id="folder-title" class="boxtitle"><roundcube:label name="folderproperties" /></div>
|
||||
|
||||
<div id="folder-details" class="boxcontent">
|
||||
<roundcube:object name="folderdetails" />
|
||||
<div id="formfooter">
|
||||
<div class="footerleft">
|
||||
<roundcube:if condition="!strlen(request:_mbox)" />
|
||||
<input type="button" value="<roundcube:label name="cancel" />" class="button" onclick="history.back()" />
|
||||
<roundcube:endif />
|
||||
<roundcube:button command="save" type="input" class="button mainaction" label="save" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">rcube_init_tabs('folder-details > form')</script>
|
||||
|
||||
</body>
|
||||
</html>
|
75
data/web/rc/skins/classic/templates/folders.html
Normal file
75
data/web/rc/skins/classic/templates/folders.html
Normal file
@@ -0,0 +1,75 @@
|
||||
<!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">
|
||||
#folder-manager { width: <roundcube:exp expression="!empty(cookie:folderviewsplitter) ? cookie:folderviewsplitter-5 : 295" />px; }
|
||||
#folder-box { left: <roundcube:exp expression="!empty(cookie:folderviewsplitter) ? cookie:folderviewsplitter+5 : 305" />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">
|
||||
|
||||
<div id="folder-manager">
|
||||
<div id="folderlist-title" class="boxtitle">
|
||||
<roundcube:label name="folders" />
|
||||
<a href="#folders" class="iconbutton search" title="<roundcube:label name='findfolders' />" tabindex="0"><roundcube:label name='findfolders' /></a>
|
||||
</div>
|
||||
<div class="listsearchbox">
|
||||
<roundcube:object name="folderfilter" id="folderlist-filter" />
|
||||
<div class="searchbox" role="search">
|
||||
<input type="text" name="q" id="foldersearch" placeholder="<roundcube:label name='findfolders' />" />
|
||||
<a class="iconbutton searchicon"></a>
|
||||
<roundcube:button command="reset-foldersearch" id="folderlistsearch-reset" class="iconbutton reset" title="resetsearch" width="13" height="13" />
|
||||
</div>
|
||||
</div>
|
||||
<div id="folderlist-content" class="boxlistcontent">
|
||||
<roundcube:object name="foldersubscription" form="subscriptionform" id="subscription-table"
|
||||
summary="Folder subscription table" class="treelist folderlist" />
|
||||
</div>
|
||||
<div id="folderlist-footer" class="boxfooter">
|
||||
<roundcube:button command="create-folder" type="link" title="createfolder" class="buttonPas addgroup" classAct="button addgroup" content=" " />
|
||||
<roundcube:button name="mailboxmenulink" id="mailboxmenulink" type="link" title="folderactions" class="button groupactions" onclick="rcmail_ui.show_popup('mailboxmenu');return false" content=" " />
|
||||
|
||||
<roundcube:if condition="env:quota" />
|
||||
<img id="quotaimg" src="/images/quota.png" alt="" width="102" height="16" />
|
||||
<div id="quota">
|
||||
<roundcube:object name="quotaDisplay" display="image" width="100" height="14" id="quotadisplay" />
|
||||
</div>
|
||||
<roundcube:endif />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
var folderviewsplit = new rcube_splitter({id:'folderviewsplitter', p1: 'folder-manager', p2: 'folder-box', orientation: 'v', relative: true, start: 300 });
|
||||
rcmail.add_onload('folderviewsplit.init()');
|
||||
</script>
|
||||
|
||||
<div id="folder-box">
|
||||
<roundcube:object name="folderframe" id="folder-frame" width="100%" height="100%" frameborder="0" src="/watermark.html" />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="mailboxoptionsmenu" class="popupmenu">
|
||||
<ul>
|
||||
<li><roundcube:button command="delete-folder" label="delete" classAct="active" /></li>
|
||||
<li><roundcube:button command="purge" type="link" label="empty" classAct="active" /></li>
|
||||
<roundcube:container name="mailboxoptions" id="mailboxoptionsmenu" />
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
rcube_init_mail_ui();
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
44
data/web/rc/skins/classic/templates/identities.html
Normal file
44
data/web/rc/skins/classic/templates/identities.html
Normal file
@@ -0,0 +1,44 @@
|
||||
<!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">
|
||||
#identities-list { width: <roundcube:exp expression="!empty(cookie:identviewsplitter) ? cookie:identviewsplitter-5 : 295" />px; }
|
||||
#identity-box { left: <roundcube:exp expression="!empty(cookie:identviewsplitter) ? cookie:identviewsplitter+5 : 305" />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">
|
||||
|
||||
<div id="identities-list">
|
||||
<div id="identity-title" class="boxtitle"><roundcube:label name="identities" /></div>
|
||||
<div class="boxlistcontent">
|
||||
<roundcube:object name="identitiesList" id="identities-table" class="records-table" cellspacing="0" summary="Identities list" noheader="true" editIcon="" />
|
||||
</div>
|
||||
<div class="boxfooter">
|
||||
<roundcube:button command="add" type="link" title="newidentity" class="buttonPas addgroup" classAct="button addgroup" content=" " condition="config:identities_level:0<2" /><roundcube:button command="delete" type="link" title="delete" class="buttonPas delgroup" classAct="button delgroup" content=" " condition="config:identities_level:0<2" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
var identviewsplit = new rcube_splitter({id:'identviewsplitter', p1: 'identities-list', p2: 'identity-box', orientation: 'v', relative: true, start: 300 });
|
||||
rcmail.add_onload('identviewsplit.init()');
|
||||
</script>
|
||||
|
||||
<div id="identity-box">
|
||||
<roundcube:object name="identityframe" id="identity-frame" width="100%" height="100%" frameborder="0" src="/watermark.html" />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
31
data/web/rc/skins/classic/templates/identityedit.html
Normal file
31
data/web/rc/skins/classic/templates/identityedit.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<!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">
|
||||
#identities-list { width: <roundcube:exp expression="!empty(cookie:identviewsplitter) ? cookie:identviewsplitter-5 : 295" />px; }
|
||||
#identity-details { left: <roundcube:exp expression="!empty(cookie:identviewsplitter) ? cookie:identviewsplitter+5 : 305" />px; }
|
||||
</style>
|
||||
|
||||
</head>
|
||||
<body class="iframe">
|
||||
|
||||
<div id="identity-title" class="boxtitle"><roundcube:object name="steptitle" /></div>
|
||||
|
||||
<div id="identity-details" class="boxcontent">
|
||||
<roundcube:object name="identityform" id="identity-form" size="40" textareacols="70" textarearows="6" />
|
||||
|
||||
<script type="text/javascript">rcube_init_tabs('identity-form')</script>
|
||||
|
||||
<div id="formfooter">
|
||||
<div class="footerleft">
|
||||
<roundcube:button command="save" type="input" class="button mainaction" label="save" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
26
data/web/rc/skins/classic/templates/importcontacts.html
Normal file
26
data/web/rc/skins/classic/templates/importcontacts.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!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>
|
||||
|
||||
<roundcube:include file="/includes/taskbar.html" />
|
||||
<roundcube:include file="/includes/header.html" />
|
||||
|
||||
<div id="mainscreen" class="box darkbg">
|
||||
<div class="boxtitle"><roundcube:label name="importcontacts" /></div>
|
||||
|
||||
<div class="boxcontent">
|
||||
<roundcube:object name="importstep" />
|
||||
|
||||
<p><br />
|
||||
<roundcube:object name="importnav" class="button" />
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
52
data/web/rc/skins/classic/templates/login.html
Normal file
52
data/web/rc/skins/classic/templates/login.html
Normal file
@@ -0,0 +1,52 @@
|
||||
<!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>
|
||||
|
||||
<roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" style="margin:0 11px" />
|
||||
|
||||
<roundcube:object name="message" id="message" />
|
||||
|
||||
<div id="login-form">
|
||||
<div class="boxtitle"><roundcube:label name="welcome" /></div>
|
||||
<div class="boxcontent">
|
||||
|
||||
<roundcube:form name="form" method="post">
|
||||
<roundcube:object name="loginform" form="form" submit=true />
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<noscript>
|
||||
<p id="login-noscriptwarning"><roundcube:label name="noscriptwarning" /></p>
|
||||
</noscript>
|
||||
|
||||
<div id="login-bottomline">
|
||||
<roundcube:var name="config:product_name"> <roundcube:object name="version" condition="config:display_version" />
|
||||
<roundcube:if condition="config:support_url" />
|
||||
● <a href="<roundcube:var name='config:support_url' />" target="_blank" class="support-link"><roundcube:label name="support" /></a>
|
||||
<roundcube:endif />
|
||||
<roundcube:container name="loginfooter" id="bottomline" />
|
||||
</div>
|
||||
|
||||
<roundcube:object name="preloader" images="
|
||||
/images/icons/folders.png
|
||||
/images/mail_footer.png
|
||||
/images/taskicons.gif
|
||||
/images/display/loading.gif
|
||||
/images/pagenav.gif
|
||||
/images/mail_toolbar.png
|
||||
/images/searchfield.gif
|
||||
/images/messageicons.png
|
||||
/images/icons/reset.gif
|
||||
/images/abook_toolbar.png
|
||||
/images/icons/groupactions.png
|
||||
/images/watermark.gif
|
||||
" />
|
||||
|
||||
</body>
|
||||
</html>
|
212
data/web/rc/skins/classic/templates/mail.html
Normal file
212
data/web/rc/skins/classic/templates/mail.html
Normal file
@@ -0,0 +1,212 @@
|
||||
<!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="/splitter.js"></script>
|
||||
<script type="text/javascript" src="/functions.js"></script>
|
||||
<style type="text/css">
|
||||
<roundcube:if condition="env:layout == 'widescreen'" />
|
||||
#mailcontframe { width: <roundcube:exp expression="!empty(cookie:mailviewsplitter2) ? cookie:mailviewsplitter2-5 : 395" />px; }
|
||||
#mailpreviewframe { left: <roundcube:exp expression="!empty(cookie:mailviewsplitter2) ? cookie:mailviewsplitter2+5 : 405" />px; display: block; }
|
||||
<roundcube:elseif condition="env:layout != 'list'" />
|
||||
#mailcontframe { height: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter-5 : 195" />px; }
|
||||
#mailpreviewframe { top: <roundcube:exp expression="!empty(cookie:mailviewsplitter) ? cookie:mailviewsplitter+5 : 205" />px; display: block; }
|
||||
<roundcube:endif />
|
||||
#mailleftcontainer { width: <roundcube:exp expression="!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv-5 : 160" />px; }
|
||||
#mailrightcontainer { left: <roundcube:exp expression="!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv+5 : 170" />px; }
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<roundcube:include file="/includes/taskbar.html" />
|
||||
<roundcube:include file="/includes/header.html" />
|
||||
|
||||
<div id="mainscreen">
|
||||
<div id="mailleftcontainer">
|
||||
<div id="mailboxlist-container">
|
||||
<div id="mailboxlist-title" class="boxtitle"><roundcube:label name="mailboxlist" /></div>
|
||||
<div id="mailboxlist-content" class="boxlistcontent">
|
||||
<roundcube:object name="mailboxlist" id="mailboxlist" class="treelist folderlist" folder_filter="mail" />
|
||||
</div>
|
||||
<div id="mailboxlist-footer" class="boxfooter">
|
||||
<roundcube:button name="mailboxmenulink" id="mailboxmenulink" type="link" title="folderactions" class="button groupactions" onclick="rcmail_ui.show_popup('mailboxmenu');return false" content=" " />
|
||||
|
||||
<roundcube:if condition="env:quota" />
|
||||
<img id="quotaimg" src="/images/quota.png" alt="" width="102" height="16" />
|
||||
<div id="quota">
|
||||
<roundcube:object name="quotaDisplay" display="image" width="100" height="14" id="quotadisplay" />
|
||||
</div>
|
||||
<roundcube:endif />
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="mailrightcontainer" class="<roundcube:var name="env:layout" />">
|
||||
<div id="mailrightcontent">
|
||||
<div id="mailcontframe">
|
||||
<div id="messagelistheader" class="boxfooter"><roundcube:object name="listmenulink" optionsmenuIcon="true" /></div>
|
||||
<div id="messagelistcontainer" class="boxlistcontent">
|
||||
<roundcube:object name="messages"
|
||||
id="messagelist"
|
||||
class="messagelist fixedheader"
|
||||
cellspacing="0"
|
||||
columns=""
|
||||
summary="Message list"
|
||||
optionsmenuIcon="true" />
|
||||
</div>
|
||||
<div id="messagelistfooter" class="boxfooter">
|
||||
<div id="listcontrols" class="pagenav">
|
||||
<span><roundcube:label name="select" />: </span>
|
||||
<roundcube:button command="select-all" type="link" title="all" class="buttonPas all" classAct="button all" classSel="button allsel" content=" " />
|
||||
<roundcube:button command="select-all" type="link" prop="page" title="currpage" class="buttonPas page" classAct="button page" classSel="button pagesel" content=" " />
|
||||
<roundcube:button command="select-all" type="link" prop="unread" title="unread" class="buttonPas unread" classAct="button unread" classSel="button unreadsel" content=" " />
|
||||
<roundcube:button command="select-all" type="link" prop="invert" title="invert" class="buttonPas invert" classAct="button invert" classSel="button invertsel" content=" " />
|
||||
<roundcube:button command="select-none" type="link" title="none" class="buttonPas none" classAct="button none" classSel="button nonesel" content=" " />
|
||||
<roundcube:container name="listcontrols" id="listcontrols" />
|
||||
<roundcube:if condition="env:threads" />
|
||||
<span style="margin-left: 12px"><roundcube:label name="threads" />: </span>
|
||||
<roundcube:button command="expand-all" type="link" title="expand-all" class="buttonPas expand-all" classAct="button expand-all" classSel="button expand-allsel" content=" " />
|
||||
<roundcube:button command="expand-unread" type="link" title="expand-unread" class="buttonPas expand-unread" classAct="button expand-unread" classSel="button expand-unreadsel" content=" " />
|
||||
<roundcube:button command="collapse-all" type="link" title="collapse-all" class="buttonPas collapse-all" classAct="button collapse-all" classSel="button collapse-allsel" content=" " />
|
||||
<roundcube:endif />
|
||||
</div>
|
||||
<div id="countcontrols" class="pagenav">
|
||||
<roundcube:object name="messageCountDisplay" />
|
||||
<roundcube:button command="lastpage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastpage" content=" " />
|
||||
<roundcube:button command="nextpage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextpage" content=" " />
|
||||
<input id="pagejumper" class="pagejumper" type="text" size="3" disabled="disabled" title="<roundcube:label name="currpage" />" />
|
||||
<roundcube:button command="previouspage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previouspage" content=" " />
|
||||
<roundcube:button command="firstpage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstpage" content=" " />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="mailpreviewframe">
|
||||
<roundcube:object name="messagecontentframe" id="messagecontframe" width="100%" height="100%" frameborder="0" src="/watermark.html" />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<roundcube:include file="/includes/messagetoolbar.html" />
|
||||
|
||||
<div id="searchmenu" class="popupmenu">
|
||||
<ul class="toolbarmenu">
|
||||
<li><label><input type="checkbox" name="s_mods[]" value="subject" id="s_mod_subject" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="subject" /></span></label></li>
|
||||
<li><label><input type="checkbox" name="s_mods[]" value="from" id="s_mod_from" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="from" /></span></label></li>
|
||||
<li><label><input type="checkbox" name="s_mods[]" value="to" id="s_mod_to" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="to" /></span></label></li>
|
||||
<li><label><input type="checkbox" name="s_mods[]" value="cc" id="s_mod_cc" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="cc" /></span></label></li>
|
||||
<li><label><input type="checkbox" name="s_mods[]" value="bcc" id="s_mod_bcc" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="bcc" /></span></label></li>
|
||||
<li><label><input type="checkbox" name="s_mods[]" value="body" id="s_mod_body" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="body" /></span></label></li>
|
||||
<li><label><input type="checkbox" name="s_mods[]" value="text" id="s_mod_text" onclick="rcmail_ui.set_searchmod(this)" /> <span><roundcube:label name="msgtext" /></span></label></li>
|
||||
<li><label class="comment"><roundcube:label name="date" /></label></li>
|
||||
<li><roundcube:object name="searchinterval" id="s_interval" onchange="rcmail.set_searchinterval($(this).val())" /></li>
|
||||
<li><label class="comment"><roundcube:label name="searchscope" /></label></li>
|
||||
<li><label><input type="radio" name="s_scope" value="base" id="s_scope_base" onclick="rcmail.set_searchscope(this.value)" /> <span><roundcube:label name="currentfolder" /></span></label></li>
|
||||
<li><label><input type="radio" name="s_scope" value="sub" id="s_scope_sub" onclick="rcmail.set_searchscope(this.value)" /> <span><roundcube:label name="subfolders" /></span></label></li>
|
||||
<li><label><input type="radio" name="s_scope" value="all" id="s_scope_all" onclick="rcmail.set_searchscope(this.value)" /> <span><roundcube:label name="allfolders" /></span></label></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="quicksearchbar">
|
||||
<div id="searchfilter">
|
||||
<label for="rcmlistfilter"><roundcube:label name="filter" /></label>:
|
||||
<roundcube:object name="searchfilter" class="searchfilter" />
|
||||
</div>
|
||||
<roundcube:button name="searchmenulink" id="searchmenulink" image="/images/icons/glass_roll.png" onclick="rcmail_ui.show_popup('searchmenu');return false" title="searchmod" width="16" height="16" />
|
||||
<roundcube:object name="searchform" id="quicksearchbox" />
|
||||
<roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" width="13" height="13" />
|
||||
</div>
|
||||
|
||||
<div id="dragmenu" class="popupmenu">
|
||||
<ul>
|
||||
<li><roundcube:button command="move" onclick="return rcmail.drag_menu_action('move')" label="move" classAct="active" /></li>
|
||||
<li><roundcube:button command="copy" onclick="return rcmail.drag_menu_action('copy')" label="copy" classAct="active" /></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="mailboxoptionsmenu" class="popupmenu">
|
||||
<ul>
|
||||
<li><roundcube:button command="expunge" type="link" label="compact" classAct="active" /></li>
|
||||
<li><roundcube:button command="purge" type="link" label="empty" classAct="active" /></li>
|
||||
<li><roundcube:button command="mark-all-read" type="link" label="markallread" classAct="active" /></li>
|
||||
<li class="separator_below"><roundcube:button command="import-messages" name="messageimport" type="link" classAct="active" label="importmessages" id="uploadformlink" onclick="if(rcmail.command_enabled('import-messages'))rcmail_ui.show_popup('uploadform', true); return false" /></li>
|
||||
<li><roundcube:button command="folders" task="settings" type="link" label="managefolders" classAct="active" /></li>
|
||||
<roundcube:container name="mailboxoptions" id="mailboxoptionsmenu" />
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="listmenu" style="display: none">
|
||||
<roundcube:if condition="!in_array('layout', (array)config:dont_override)" />
|
||||
<fieldset id="listoptions-layout" class="floating"><legend><roundcube:label name="layout" /></legend>
|
||||
<ul class="toolbarmenu">
|
||||
<li><label><input type="radio" name="layout" value="widescreen" /> <span><roundcube:label name="layoutwidescreen" /></span></label></li>
|
||||
<li><label><input type="radio" name="layout" value="desktop" /> <span><roundcube:label name="layoutdesktop" /></span></label></li>
|
||||
<li><label><input type="radio" name="layout" value="list" /> <span><roundcube:label name="layoutlist" /></span></label></li>
|
||||
</ul>
|
||||
</fieldset>
|
||||
<roundcube:endif />
|
||||
<roundcube:if condition="env:threads" />
|
||||
<fieldset id="listoptions-view" class="thinbordered"><legend><roundcube:label name="listmode" /></legend>
|
||||
<ul class="toolbarmenu">
|
||||
<li><label><input type="radio" name="view" value="list" id="view_default" /> <span><roundcube:label name="list" /></span></label></li>
|
||||
<li><label><input type="radio" name="view" value="thread" id="view_thread" /> <span><roundcube:label name="threads" /></span></label></li>
|
||||
</ul>
|
||||
</fieldset>
|
||||
<roundcube:endif />
|
||||
<roundcube:if condition="!in_array('list_cols', (array)config:dont_override)" />
|
||||
<fieldset id="listoptions-columns" class="thinbordered"><legend><roundcube:label name="listcolumns" /></legend>
|
||||
<ul class="toolbarmenu">
|
||||
<li><label><input type="checkbox" name="list_col[]" value="threads" id="cols_threads" checked="checked" disabled="disabled" /> <span class="disabled"><roundcube:label name="threads" /></span></label></li>
|
||||
<li><label><input type="checkbox" name="list_col[]" value="subject" id="cols_subject" checked="checked" disabled="disabled" /> <span class="disabled"><roundcube:label name="subject" /></span></label></li>
|
||||
<li><label><input type="checkbox" name="list_col[]" value="fromto" id="cols_fromto" /> <span><roundcube:label name="fromto" /></span></label></li>
|
||||
<li><label><input type="checkbox" name="list_col[]" value="from" id="cols_from" /> <span><roundcube:label name="from" /></span></label></li>
|
||||
<li><label><input type="checkbox" name="list_col[]" value="to" id="cols_to" /> <span><roundcube:label name="to" /></span></label></li>
|
||||
<li><label><input type="checkbox" name="list_col[]" value="replyto" id="cols_replyto" /> <span><roundcube:label name="replyto" /></span></label></li>
|
||||
<li><label><input type="checkbox" name="list_col[]" value="cc" id="cols_cc" /> <span><roundcube:label name="cc" /></span></label></li>
|
||||
<li><label><input type="checkbox" name="list_col[]" value="date" id="cols_date" /> <span><roundcube:label name="date" /></span></label></li>
|
||||
<li><label><input type="checkbox" name="list_col[]" value="size" id="cols_size" /> <span><roundcube:label name="size" /></span></label></li>
|
||||
<li><label><input type="checkbox" name="list_col[]" value="status" id="cols_status" /> <span><roundcube:label name="readstatus" /></span></label></li>
|
||||
<li><label><input type="checkbox" name="list_col[]" value="attachment" id="cols_attachment" /> <span><roundcube:label name="attachment" /></span></label></li>
|
||||
<li><label><input type="checkbox" name="list_col[]" value="flag" id="cols_flag" /> <span><roundcube:label name="flag" /></span></label></li>
|
||||
<li><label><input type="checkbox" name="list_col[]" value="priority" id="cols_priority" /> <span><roundcube:label name="priority" /></span></label></li>
|
||||
</ul>
|
||||
</fieldset>
|
||||
<roundcube:endif />
|
||||
<roundcube:if condition="!in_array('message_sort_col', (array)config:dont_override)" />
|
||||
<fieldset id="listoptions-sortcol" class="thinbordered"><legend><roundcube:label name="listsorting" /></legend>
|
||||
<ul class="toolbarmenu">
|
||||
<li><label><input type="radio" name="sort_col" value="" id="sort_default" /> <span><roundcube:label name="nonesort" /></span></label></li>
|
||||
<li><label><input type="radio" name="sort_col" value="arrival" id="sort_arrival" /> <span><roundcube:label name="arrival" /></span></label></li>
|
||||
<li><label><input type="radio" name="sort_col" value="date" id="sort_date" /> <span><roundcube:label name="sentdate" /></span></label></li>
|
||||
<li><label><input type="radio" name="sort_col" value="subject" id="sort_subject" /> <span><roundcube:label name="subject" /></span></label></li>
|
||||
<li><label><input type="radio" name="sort_col" value="fromto" id="sort_fromto" /> <span><roundcube:label name="fromto" /></span></label></li>
|
||||
<li><label><input type="radio" name="sort_col" value="from" id="sort_from" /> <span><roundcube:label name="from" /></span></label></li>
|
||||
<li><label><input type="radio" name="sort_col" value="to" id="sort_to" /> <span><roundcube:label name="to" /></span></label></li>
|
||||
<li><label><input type="radio" name="sort_col" value="to" id="sort_replyto" /> <span><roundcube:label name="replyto" /></span></label></li>
|
||||
<li><label><input type="radio" name="sort_col" value="cc" id="sort_cc" /> <span><roundcube:label name="cc" /></span></label></li>
|
||||
<li><label><input type="radio" name="sort_col" value="size" id="sort_size" /> <span><roundcube:label name="size" /></span></label></li>
|
||||
</ul>
|
||||
</fieldset>
|
||||
<roundcube:endif />
|
||||
<roundcube:if condition="!in_array('message_sort_order', (array)config:dont_override)" />
|
||||
<fieldset id="listoptions-sortord" ><legend><roundcube:label name="listorder" /></legend>
|
||||
<ul class="toolbarmenu">
|
||||
<li><label><input type="radio" name="sort_ord" value="ASC" id="sort_asc" /> <span><roundcube:label name="asc" /></span></label></li>
|
||||
<li><label><input type="radio" name="sort_ord" value="DESC" id="sort_desc" /> <span><roundcube:label name="desc" /></span></label></li>
|
||||
</ul>
|
||||
</fieldset>
|
||||
<roundcube:endif />
|
||||
</div>
|
||||
|
||||
<roundcube:object name="messageimportform" id="upload-form" attachmentFieldSize="40" class="popupmenu" />
|
||||
|
||||
<script type="text/javascript">
|
||||
rcube_init_mail_ui();
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
89
data/web/rc/skins/classic/templates/message.html
Normal file
89
data/web/rc/skins/classic/templates/message.html
Normal file
@@ -0,0 +1,89 @@
|
||||
<!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="/splitter.js"></script>
|
||||
<script type="text/javascript" src="/functions.js"></script>
|
||||
<style type="text/css">
|
||||
#mailboxlist-container { width: <roundcube:exp expression="!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv-5 : 170" />px; }
|
||||
#messageframe { left: <roundcube:exp expression="!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv+5 : 180" />px; }
|
||||
</style>
|
||||
</head>
|
||||
<roundcube:if condition="env:extwin" />
|
||||
<body class="extwin">
|
||||
<roundcube:object name="message" id="message" />
|
||||
<roundcube:else />
|
||||
<body>
|
||||
|
||||
<roundcube:include file="/includes/taskbar.html" />
|
||||
<roundcube:include file="/includes/header.html" />
|
||||
<roundcube:endif />
|
||||
|
||||
<roundcube:include file="/includes/messagetoolbar.html" />
|
||||
|
||||
<div id="mainscreen">
|
||||
<roundcube:if condition="!env:extwin" />
|
||||
<div id="mailleftcontainer">
|
||||
<div id="mailboxlist-container">
|
||||
<div id="mailboxlist-title" class="boxtitle"><roundcube:label name="mailboxlist" /></div>
|
||||
<div class="boxlistcontent">
|
||||
<roundcube:object name="mailboxlist" id="mailboxlist" class="treelist folderlist" folder_filter="mail" />
|
||||
</div>
|
||||
<div class="boxfooter"></div>
|
||||
</div>
|
||||
</div>
|
||||
<roundcube:else />
|
||||
<roundcube:object name="mailboxlist" folder_filter="mail" type="js" />
|
||||
<roundcube:endif />
|
||||
|
||||
<div id="messageframe">
|
||||
<div class="boxlistcontent" style="top:0; overflow-x:auto">
|
||||
<div id="messagelinks">
|
||||
<roundcube:if condition="env:optional_format=='text'" />
|
||||
<roundcube:button command="change-format" prop="text" image="/images/icons/text.png" width="15" height="15" title="changeformattext" id="changeformattext" />
|
||||
<roundcube:endif />
|
||||
<roundcube:if condition="env:optional_format=='html'" />
|
||||
<roundcube:button command="change-format" prop="html" image="/images/icons/html.png" width="15" height="15" title="changeformathtml" id="changeformathtml" />
|
||||
<roundcube:endif />
|
||||
</div>
|
||||
<roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" addicon="/images/icons/silhouette.png" summary="Message headers" />
|
||||
<roundcube:object name="messageFullHeaders" id="full-headers" />
|
||||
<roundcube:object name="messageAttachments" id="attachment-list" maxlength="50" />
|
||||
<roundcube:object name="messageObjects" id="message-objects" />
|
||||
<roundcube:object name="messageBody" id="messagebody" />
|
||||
</div>
|
||||
<div class="boxfooter">
|
||||
<div id="countcontrols" class="pagenav">
|
||||
<roundcube:button command="lastmessage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastmessage" content=" " />
|
||||
<roundcube:button command="nextmessage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextmessage" content=" " />
|
||||
<roundcube:object name="messageCountDisplay" style="padding:0 .5em; float:right" />
|
||||
<roundcube:button command="previousmessage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previousmessage" content=" " />
|
||||
<roundcube:button command="firstmessage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstmessage" content=" " />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<roundcube:if condition="!env:extwin" />
|
||||
<script type="text/javascript">
|
||||
var mailviewsplitv = new rcube_splitter({id:'mailviewsplitterv', p1: 'mailboxlist-container', p2: 'messageframe', orientation: 'v', relative: true, start: 165});
|
||||
rcmail.add_onload('mailviewsplitv.init()');
|
||||
</script>
|
||||
<roundcube:endif />
|
||||
|
||||
<div id="attachmentmenu" class="popupmenu">
|
||||
<ul class="toolbarmenu">
|
||||
<li><roundcube:button command="open-attachment" id="attachmenuopen" type="link" label="open" class="openlink" classAct="openlink active" innerclass="openlink" /></li>
|
||||
<li><roundcube:button command="download-attachment" id="attachmenudownload" type="link" label="download" class="downloadlink" classAct="downloadlink active" innerclass="downloadlink" /></li>
|
||||
<roundcube:container name="attachmentmenu" id="attachmentmenu" />
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
rcube_init_mail_ui();
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
69
data/web/rc/skins/classic/templates/messageerror.html
Normal file
69
data/web/rc/skins/classic/templates/messageerror.html
Normal file
@@ -0,0 +1,69 @@
|
||||
<!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='productname' /> :: <roundcube:label name='servererror' /></title>
|
||||
<roundcube:include file="/includes/links.html" />
|
||||
|
||||
<roundcube:if condition="env:action!='show'" />
|
||||
|
||||
</head>
|
||||
<body class="iframe" style="background-color:#F2F2F2;">
|
||||
|
||||
<div style="margin:20px auto; text-align:center">
|
||||
<img src="/images/watermark.gif" width="260" height="228" alt="" />
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
<roundcube:else />
|
||||
|
||||
<script type="text/javascript" src="/splitter.js"></script>
|
||||
<script type="text/javascript" src="/functions.js"></script>
|
||||
<style type="text/css">
|
||||
#mailboxlist-container { width: <roundcube:exp expression="!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv-5 : 170" />px; }
|
||||
#messageframe { left: <roundcube:exp expression="!empty(cookie:mailviewsplitterv) ? cookie:mailviewsplitterv+5 : 180" />px; }
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<roundcube:include file="/includes/taskbar.html" />
|
||||
<roundcube:include file="/includes/header.html" />
|
||||
|
||||
<div id="messagetoolbar">
|
||||
<roundcube:button command="list" type="link" class="button back" classAct="button back" classSel="button backSel" title="backtolist" content=" " />
|
||||
<roundcube:button command="compose" type="link" class="button compose" classAct="button compose" classSel="button composeSel" title="writenewmessage" content=" " />
|
||||
</div>
|
||||
|
||||
<div id="mainscreen">
|
||||
<div id="mailleftcontainer">
|
||||
<div id="mailboxlist-container">
|
||||
<div class="boxtitle"><roundcube:label name="mailboxlist" /></div>
|
||||
<div class="boxlistcontent">
|
||||
<roundcube:object name="mailboxlist" id="mailboxlist" class="treelist" folder_filter="mail" />
|
||||
</div>
|
||||
<div class="boxfooter"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="messageframe" style="background-color:#F2F2F2;">
|
||||
<div style="margin:20px auto; text-align:center">
|
||||
<img src="/images/watermark.gif" width="260" height="228" alt="" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
var mailviewsplitv = new rcube_splitter({id:'mailviewsplitterv', p1: 'mailboxlist-container', p2: 'messageframe', orientation: 'v', relative: true, start: 165});
|
||||
rcmail.add_onload('mailviewsplitv.init()');
|
||||
</script>
|
||||
|
||||
<script type="text/javascript">
|
||||
rcube_init_mail_ui();
|
||||
</script>
|
||||
|
||||
</body>
|
||||
<roundcube:endif />
|
||||
|
||||
</html>
|
80
data/web/rc/skins/classic/templates/messagepart.html
Normal file
80
data/web/rc/skins/classic/templates/messagepart.html
Normal file
@@ -0,0 +1,80 @@
|
||||
<!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="/splitter.js"></script>
|
||||
<script type="text/javascript" src="/functions.js"></script>
|
||||
<style type="text/css">
|
||||
#messagepartheader { width: <roundcube:exp expression="!empty(cookie:mailpartsplitter) ? cookie:mailpartsplitter-5 : 170" />px; }
|
||||
#messagepartcontainer { left: <roundcube:exp expression="!empty(cookie:mailpartsplitter) ? cookie:mailpartsplitter+5 : 180" />px; }
|
||||
</style>
|
||||
</head>
|
||||
<body class="extwin">
|
||||
<roundcube:object name="message" id="message" />
|
||||
|
||||
<div id="messagetoolbar">
|
||||
<roundcube:button command="download" type="link" class="button download" classAct="button download" classSel="button downloadSel" title="download" content=" " />
|
||||
<roundcube:button command="print" type="link" class="button print" classAct="button print" classSel="button printSel" title="print" content=" " />
|
||||
<roundcube:container name="toolbar" id="messagetoolbar" />
|
||||
<roundcube:if condition="env:is_message" />
|
||||
<span class="toolbarseparator"> </span>
|
||||
<roundcube:button command="reply" type="link" class="buttonPas reply" classAct="button reply" classSel="button replySel" title="replytomessage" content=" " />
|
||||
<span class="dropbutton">
|
||||
<roundcube:button command="reply-all" type="link" class="buttonPas replyAll" classAct="button replyAll" classSel="button replyAllSel" title="replytoallmessage" content=" " />
|
||||
<span id="replyallmenulink" onclick="rcmail_ui.show_popup('replyallmenu');return false"></span>
|
||||
</span>
|
||||
<span class="dropbutton">
|
||||
<roundcube:button command="forward" type="link" class="buttonPas forward" classAct="button forward" classSel="button forwardSel" title="forwardmessage" content=" " />
|
||||
<span id="forwardmenulink" onclick="rcmail_ui.show_popup('forwardmenu');return false"></span>
|
||||
</span>
|
||||
<roundcube:button name="messagemenulink" id="messagemenulink" type="link" class="button messagemenu" title="moreactions" onclick="rcmail_ui.show_popup('messagemenu');return false" content=" " />
|
||||
<roundcube:endif />
|
||||
</div>
|
||||
|
||||
<div id="mainscreen">
|
||||
<div id="messagepartheader">
|
||||
<div class="boxtitle" /><roundcube:label name="properties" /></div>
|
||||
<div class="boxlistcontent">
|
||||
<roundcube:object name="messagePartControls" class="records-table" cellspacing="0" />
|
||||
</div>
|
||||
</div>
|
||||
<div id="messagepartcontainer">
|
||||
<roundcube:object name="messagePartFrame" id="messagepartframe" width="100%" height="100%" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<roundcube:if condition="env:is_message" />
|
||||
<div id="forwardmenu" class="popupmenu">
|
||||
<ul id="forwardmenumenu">
|
||||
<roundcube:button type="link-menuitem" command="forward-inline" label="forwardinline" prop="sub" classAct="forwardlink active" class="forwardlink" />
|
||||
<roundcube:button type="link-menuitem" command="forward-attachment" label="forwardattachment" prop="sub" classAct="forwardattachmentlink active" class="forwardattachmentlink" />
|
||||
<roundcube:container name="forwardmenu" id="forwardmenumenu" />
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="replyallmenu" class="popupmenu">
|
||||
<ul id="replyallmenumenu">
|
||||
<roundcube:button type="link-menuitem" command="reply-all" label="replyall" prop="sub" classAct="replyalllink active" class="replyalllink" />
|
||||
<roundcube:button type="link-menuitem" command="reply-list" label="replylist" prop="sub" classAct="replylistlink active" class="replylistlink" />
|
||||
<roundcube:container name="replyallmenu" id="replyallmenumenu" />
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="messagemenu" class="popupmenu">
|
||||
<ul class="toolbarmenu" id="messagemenumenu">
|
||||
<roundcube:button type="link-menuitem" class="editlink" command="edit" prop="new" label="editasnew" classAct="editlink active" />
|
||||
<roundcube:button type="link-menuitem" class="sourcelink" command="viewsource" label="viewsource" classAct="sourcelink active" />
|
||||
<roundcube:container name="messagemenu" id="messagemenumenu" />
|
||||
</ul>
|
||||
</div>
|
||||
<roundcube:endif />
|
||||
|
||||
<script type="text/javascript">
|
||||
var mailpartsplit = new rcube_splitter({id:'mailpartsplitter', p1: 'messagepartheader', p2: 'messagepartcontainer', orientation: 'v', relative: true, start: 165});
|
||||
rcmail.add_onload('mailpartsplit.init()');
|
||||
rcube_init_mail_ui();
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
44
data/web/rc/skins/classic/templates/messagepreview.html
Normal file
44
data/web/rc/skins/classic/templates/messagepreview.html
Normal file
@@ -0,0 +1,44 @@
|
||||
<!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="/splitter.js"></script>
|
||||
<script type="text/javascript" src="/functions.js"></script>
|
||||
</head>
|
||||
<body class="iframe">
|
||||
|
||||
<div class="messageheaderbox">
|
||||
<div id="messagelinks">
|
||||
<roundcube:if condition="env:optional_format=='text'" />
|
||||
<roundcube:button command="change-format" prop="text" image="/images/icons/text.png" width="15" height="15" title="changeformattext" id="changeformattext" />
|
||||
<roundcube:endif />
|
||||
<roundcube:if condition="env:optional_format=='html'" />
|
||||
<roundcube:button command="change-format" prop="html" image="/images/icons/html.png" width="15" height="15" title="changeformathtml" id="changeformathtml" />
|
||||
<roundcube:endif />
|
||||
<roundcube:if condition="!env:message_context">
|
||||
<roundcube:button command="extwin" image="/images/icons/extwin.png" width="15" height="15" title="openinextwin" id="openextwinlink" />
|
||||
<roundcube:endif />
|
||||
</div>
|
||||
<roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" addicon="/images/icons/silhouette.png" summary="Message headers" />
|
||||
<roundcube:object name="messageFullHeaders" id="full-headers" />
|
||||
<roundcube:object name="messageAttachments" id="attachment-list" maxlength="50" />
|
||||
</div>
|
||||
|
||||
<roundcube:object name="messageObjects" id="message-objects" />
|
||||
<roundcube:object name="messageBody" id="messagebody" />
|
||||
|
||||
<div id="attachmentmenu" class="popupmenu">
|
||||
<ul class="toolbarmenu">
|
||||
<roundcube:button command="open-attachment" id="attachmenuopen" type="link-menuitem" label="open" class="openlink" classAct="openlink active" innerclass="openlink" />
|
||||
<roundcube:button command="download-attachment" id="attachmenudownload" type="link-menuitem" label="download" class="downloadlink" classAct="downloadlink active" innerclass="downloadlink" />
|
||||
<roundcube:container name="attachmentmenu" id="attachmentmenu" />
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
rcube_init_mail_ui();
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
19
data/web/rc/skins/classic/templates/messageprint.html
Normal file
19
data/web/rc/skins/classic/templates/messageprint.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!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>
|
||||
<link rel="shortcut icon" href="/images/favicon.ico"/>
|
||||
<link rel="stylesheet" type="text/css" href="/print.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<roundcube:object name="logo" src="/images/roundcube_logo.png" id="logo" border="0" />
|
||||
|
||||
<div id="printmessageframe">
|
||||
<roundcube:object name="messageHeaders" class="headers-table" cellspacing="0" cellpadding="2" max="10" />
|
||||
<roundcube:object name="messageAttachments" id="attachment-list" />
|
||||
<roundcube:object name="messageBody" id="messagebody" showImages="false" />
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
23
data/web/rc/skins/classic/templates/plugin.html
Normal file
23
data/web/rc/skins/classic/templates/plugin.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!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>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<roundcube:include file="/includes/taskbar.html" />
|
||||
<roundcube:include file="/includes/header.html" />
|
||||
<roundcube:if condition="env:task == 'settings'" />
|
||||
<roundcube:include file="/includes/settingstabs.html" />
|
||||
<roundcube:endif />
|
||||
|
||||
<div id="mainscreen">
|
||||
<roundcube:object name="plugin.body" />
|
||||
</div>
|
||||
|
||||
<roundcube:object name="plugin.footer" />
|
||||
|
||||
</body>
|
||||
</html>
|
24
data/web/rc/skins/classic/templates/responseedit.html
Normal file
24
data/web/rc/skins/classic/templates/responseedit.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!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>
|
||||
|
||||
</head>
|
||||
<body class="iframe">
|
||||
|
||||
<div id="prefs-title" class="boxtitle"><roundcube:object name="steptitle" /></div>
|
||||
|
||||
<div id="response-details" class="boxcontent">
|
||||
<roundcube:object name="responseform" class="propform" size="60" textareacols="60" textarearows="18" />
|
||||
|
||||
<div id="formfooter">
|
||||
<div class="footerindent">
|
||||
<roundcube:button command="save" type="input" class="button mainaction" label="save" condition="!env:readonly" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
44
data/web/rc/skins/classic/templates/responses.html
Normal file
44
data/web/rc/skins/classic/templates/responses.html
Normal file
@@ -0,0 +1,44 @@
|
||||
<!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">
|
||||
#identities-list { width: <roundcube:exp expression="!empty(cookie:identviewsplitter) ? cookie:identviewsplitter-5 : 295" />px; }
|
||||
#identity-box { left: <roundcube:exp expression="!empty(cookie:identviewsplitter) ? cookie:identviewsplitter+5 : 305" />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">
|
||||
|
||||
<div id="identities-list">
|
||||
<div id="identity-title" class="boxtitle"><roundcube:label name="responses" /></div>
|
||||
<div class="boxlistcontent">
|
||||
<roundcube:object name="responsesList" id="identities-table" class="records-table" cellspacing="0" summary="Responses list" noheader="true" editIcon="" />
|
||||
</div>
|
||||
<div class="boxfooter">
|
||||
<roundcube:button command="add" type="link" title="addresponse" class="buttonPas addgroup" classAct="button addgroup" content=" " /><roundcube:button command="delete" type="link" title="delete" class="buttonPas delgroup" classAct="button delgroup" content=" " />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
var identviewsplit = new rcube_splitter({id:'identviewsplitter', p1: 'identities-list', p2: 'identity-box', orientation: 'v', relative: true, start: 300 });
|
||||
rcmail.add_onload('identviewsplit.init()');
|
||||
</script>
|
||||
|
||||
<div id="identity-box">
|
||||
<roundcube:object name="responseframe" id="identity-frame" width="100%" height="100%" frameborder="0" src="/watermark.html" />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
39
data/web/rc/skins/classic/templates/settings.html
Normal file
39
data/web/rc/skins/classic/templates/settings.html
Normal file
@@ -0,0 +1,39 @@
|
||||
<!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">
|
||||
#sectionslist { width: <roundcube:exp expression="!empty(cookie:prefsviewsplitter) ? cookie:prefsviewsplitter-5 : 190" />px; }
|
||||
#prefs-box { left: <roundcube:exp expression="!empty(cookie:prefsviewsplitter) ? cookie:prefsviewsplitter+5 : 200" />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">
|
||||
|
||||
<div id="sectionslist">
|
||||
<roundcube:object name="sectionslist" id="sections-table" class="records-table" cellspacing="0" />
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
var prefviewsplit = new rcube_splitter({id:'prefsviewsplitter', p1: 'sectionslist', p2: 'prefs-box', orientation: 'v', relative: true, start: 195});
|
||||
rcmail.add_onload('prefviewsplit.init()');
|
||||
</script>
|
||||
|
||||
<div id="prefs-box">
|
||||
<roundcube:object name="prefsframe" id="prefs-frame" width="100%" height="100%" frameborder="0" src="/watermark.html" />
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
22
data/web/rc/skins/classic/templates/settingsedit.html
Normal file
22
data/web/rc/skins/classic/templates/settingsedit.html
Normal file
@@ -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" />
|
||||
<script type="text/javascript" src="/functions.js"></script>
|
||||
</head>
|
||||
<body class="iframe">
|
||||
|
||||
<div id="prefs-title" class="boxtitle"><roundcube:object name="sectionname" /></div>
|
||||
|
||||
<div id="prefs-details" class="boxcontent">
|
||||
<roundcube:object name="userprefs" form="form" />
|
||||
<div id="formfooter">
|
||||
<div class="footerleft">
|
||||
<roundcube:button command="save" type="input" class="button mainaction" label="save" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user