]> git.donarmstrong.com Git - roundcube.git/blob - plugins/managesieve/skins/default/templates/managesieve.html
Imported Upstream version 0.3
[roundcube.git] / plugins / managesieve / skins / default / templates / managesieve.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title><roundcube:object name="pagetitle" /></title>
5 <roundcube:include file="/includes/links.html" />
6 <link rel="stylesheet" type="text/css" href="/this/managesieve.css" />
7 <script type="text/javascript" src="/functions.js"></script>
8 </head>
9 <body>
10
11 <roundcube:include file="/includes/taskbar.html" />
12 <roundcube:include file="/includes/header.html" />
13 <roundcube:include file="/includes/settingstabs.html" />
14
15 <div id="filtersbuttons">
16 <roundcube:button command="plugin.managesieve-add" imageSel="/this/filter_add_sel.png" imagePas="/this/filter_add_pas.png" imageAct="/this/filter_add_act.png" width="32" height="32" title="managesieve.filteradd" />
17 <roundcube:button command="plugin.managesieve-del" imageSel="/this/filter_del_sel.png" imagePas="/this/filter_del_pas.png" imageAct="/this/filter_del_act.png"  width="32" height="32" title="managesieve.filterdel" />
18 <roundcube:button command="plugin.managesieve-up" imageSel="/this/filter_up_sel.png" imagePas="/this/filter_up_pas.png" imageAct="/this/filter_up_act.png"  width="32" height="32" title="managesieve.moveup" />
19 <roundcube:button command="plugin.managesieve-down" imageSel="/this/filter_down_sel.png" imagePas="/this/filter_down_pas.png" imageAct="/this/filter_down_act.png"  width="32" height="32" title="managesieve.movedown" />
20 </div>
21
22 <div id="filterslist">
23 <roundcube:object name="filterslist" id="filters-table" class="records-table" cellspacing="0" summary="Filters list" />
24 </div>
25
26 <div id="filter-box">
27 <roundcube:object name="filterframe" id="filter-frame" width="100%" height="100%" frameborder="0" src="/watermark.html" />
28 </div>
29
30 </body>
31 </html>