summaryrefslogtreecommitdiff
path: root/src/fauxton/js/templates/layouts/with_tabs_sidebar.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/fauxton/js/templates/layouts/with_tabs_sidebar.html')
-rw-r--r--src/fauxton/js/templates/layouts/with_tabs_sidebar.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/fauxton/js/templates/layouts/with_tabs_sidebar.html b/src/fauxton/js/templates/layouts/with_tabs_sidebar.html
new file mode 100644
index 000000000..f78832fe4
--- /dev/null
+++ b/src/fauxton/js/templates/layouts/with_tabs_sidebar.html
@@ -0,0 +1,28 @@
+<!--
+Licensed under the Apache License, Version 2.0 (the "License"); you may not
+use this file except in compliance with the License. You may obtain a copy of
+the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+License for the specific language governing permissions and limitations under
+the License.
+-->
+
+<div id="primary-navbar"></div>
+<div id="dashboard" class="container-fluid">
+
+<div class="row-fluid">
+ <div id="breadcrumbs" class="row-fluid"></div>
+ <div id="tabs" class="row-fluid"></div>
+
+ <div class="row-fluid">
+ <div id="sidebar-content" class="sidebar span4"></div>
+ <div id="dashboard-content" class="list span8 pull-right"></div>
+ </div>
+</div>
+
+<div id="api-navbar"></div>