roundcubemail-plugins-kolab/plugins/kolab_zpush/skins/default/templates/config.html

64 lines
2.5 KiB
HTML
Raw Normal View History

<!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>
</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">
<div id="directorylist-title" class="boxtitle"><roundcube:label name="kolab_zpush.devices" /></div>
<div class="boxlistcontent">
<roundcube:object name="plugin.devicelist" id="devices-table" class="records-table" cellspacing="0" />
</div>
<div class="boxfooter">
<roundcube:button type="link" command="plugin.delete-device" title="kolab_zpush.deletedevice" class="buttonPas delete" classAct="button delete" content=" " />
</div>
</div>
<div id="prefs-box">
<div class="boxtitle" style="display:none"><roundcube:label name="kolab_zpush.syncsettings"></div>
<form action="#" method="post" id="configform" class="boxcontent" style="display:none">
<fieldset>
<legend><roundcube:label name="kolab_zpush.deviceconfig" /></legend>
<roundcube:object name="plugin.deviceconfigform" form="configform" />
</fieldset>
<fieldset>
<legend><roundcube:label name="kolab_zpush.folderstosync" /></legend>
<roundcube:object name="plugin.foldersubscriptions" form="configform" id="foldersubscriptions" syncicon="synchronize.png" alarmicon="alarm-clock.png" />
</fieldset>
<p class="formbuttons">
<roundcube:button type="input" class="button mainaction" command="plugin.save-config" label="save" />
<roundcube:button type="input" class="button" command="plugin.delete-device" label="kolab_zpush.deletedevice" />
</p>
</form>
<div id="introtext">
<div class="inner"><div class="bordered">
<roundcube:if condition="env:devicecount" />
<roundcube:label name="kolab_zpush.introtext" />
<roundcube:else />
<roundcube:label name="kolab_zpush.nodevices" html="true" />
<roundcube:endif />
</div></div>
<div class="pointer-left"></div>
</div>
</div>
</div>
<script type="text/javascript">
var viewsplit = new rcube_splitter({ id:'devicelistsplitter', p1: 'sectionslist', p2: 'prefs-box', orientation: 'v', relative: true, start: 195 });
rcmail.add_onload('viewsplit.init()');
</script>
</body>
</html>