summaryrefslogtreecommitdiff
path: root/roundcubemail/skins/larry/templates/plugin.html
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-12-23 18:02:47 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-12-23 18:02:47 +0000
commit8fe676361de9a3ce4f4267115e31714ec34ea831 (patch)
tree09fb06a302ac892cee2fae942bff8d16a7111452 /roundcubemail/skins/larry/templates/plugin.html
parent063dce9df44130b80e320d106509796d47fccb9b (diff)
Add generic template for plugins
git-svn-id: https://svn.roundcube.net/trunk@5649 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/larry/templates/plugin.html')
-rw-r--r--roundcubemail/skins/larry/templates/plugin.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/roundcubemail/skins/larry/templates/plugin.html b/roundcubemail/skins/larry/templates/plugin.html
new file mode 100644
index 000000000..3a589ff26
--- /dev/null
+++ b/roundcubemail/skins/larry/templates/plugin.html
@@ -0,0 +1,29 @@
+<roundcube:object name="doctype" value="html5" />
+<html>
+<head>
+<title><roundcube:object name="pagetitle" /></title>
+<roundcube:include file="/includes/links.html" />
+</head>
+<body>
+
+<roundcube:include file="/includes/header.html" />
+
+<div id="mainscreen" class="offset">
+
+<roundcube:if condition="env:task == 'settings'" />
+ <roundcube:include file="/includes/settingstabs.html" />
+<roundcube:endif />
+
+<div id="pluginbody" class="uibox contentbox">
+<roundcube:object name="plugin.body" />
+<roundcube:object name="message" id="message" class="statusbar" />
+</div>
+
+</div>
+
+<roundcube:object name="plugin.footer" />
+
+<roundcube:include file="/includes/footer.html" />
+
+</body>
+</html>