summaryrefslogtreecommitdiff
path: root/db_version/skins/classic/sql.html
diff options
context:
space:
mode:
authorHugues Hiegel <root@paranoid>2015-03-11 16:55:04 +0100
committerHugues Hiegel <root@paranoid>2015-03-11 16:55:04 +0100
commit99f904adcc37d93c90defcd8ce898598e25be212 (patch)
tree60a6c7b7b9cf012d6c0e8dcf5c7f4fe0a5b6fc49 /db_version/skins/classic/sql.html
parentb2034fdfec040a67988e543a911208ef2491ce7a (diff)
Lot of pluginsHEADmaster
Diffstat (limited to 'db_version/skins/classic/sql.html')
-rw-r--r--db_version/skins/classic/sql.html31
1 files changed, 31 insertions, 0 deletions
diff --git a/db_version/skins/classic/sql.html b/db_version/skins/classic/sql.html
new file mode 100644
index 0000000..36a73e4
--- /dev/null
+++ b/db_version/skins/classic/sql.html
@@ -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 src="program/js/jquery.min.js" type="text/javascript"></script>
+<script src="program/js/common.js" type="text/javascript"></script>
+<script src="program/js/app.js" type="text/javascript"></script>
+<script type="text/javascript">
+var rcmail = new rcube_webmail();
+</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">
+##FORM##
+</div>
+<script type="text/javascript">
+$(document).ready(function(){
+rcmail.init();
+$('.button-logout').attr('onclick', '');
+});
+</script>
+</body>
+</html>