summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: aeaff4a)
raw | patch | inline | side by side (parent: aeaff4a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 25 Feb 2010 17:07:17 +0000 (17:07 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 25 Feb 2010 17:07:17 +0000 (17:07 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15725 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/ihtml/themes/modern/framework.tpl | [new file with mode: 0644] | patch | blob |
diff --git a/gosa-core/ihtml/themes/modern/framework.tpl b/gosa-core/ihtml/themes/modern/framework.tpl
--- /dev/null
@@ -0,0 +1,27 @@
+<!-- Headline -->
+<body>
+{$php_errors}
+<form action='main.php{$plug}' name='mainform' method='post' enctype='multipart/form-data'>
+
+<!-- Title bar including logout button -->
+<div class='title-bar'>
+ <ul>
+ <li><img src='themes/modern/images/logo.png'></li>
+ <li class='right table-wrapper'><div class='logout-label'><input type='submit' name='log-out' id='log-out' title='Log out' value=''></ div></li>
+ <li class='right table-wrapper'><div class='logged-in-label'>You're logged in as <span class='logged-in-user'>{$username}</span></ div></li>
+ </ul>
+</div>
+<!-- {$go_home} -->
+
+ {$menu}
+ {$msg_dialogs}
+<!-- Plugin area -->
+<div class='plugin-area'>
+
+ {$contents}
+</div>
+
+ {if $channel != ""}
+ <input type="hidden" name="_channel_" value="{$channel}">
+ {/if}
+</table>{$errors}{$focus}<input type="hidden" name="php_c_check" value="1"></form></body></html>