summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsuelockwood <deathbearbrown@gmail.com>2013-10-17 13:17:32 -0400
committersuelockwood <deathbearbrown@gmail.com>2013-10-17 13:17:32 -0400
commitdb3610361fdb0f9089de7cdb9047d401f9221446 (patch)
treeec03faac6ba8ab8e196e085fecec5f1f55b39455
parentcc94a0d21092ecfcbf3347004873b3a65b417a0f (diff)
downloadcouchdb-db3610361fdb0f9089de7cdb9047d401f9221446.tar.gz
Eventually we should clean up these layout files to see which ones actually use tabs
-rw-r--r--src/fauxton/app/templates/layouts/one_pane_notabs.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/fauxton/app/templates/layouts/one_pane_notabs.html b/src/fauxton/app/templates/layouts/one_pane_notabs.html
new file mode 100644
index 000000000..f58661fce
--- /dev/null
+++ b/src/fauxton/app/templates/layouts/one_pane_notabs.html
@@ -0,0 +1,27 @@
+<!--
+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 one-pane">
+ <div class="fixed-header">
+ <div id="breadcrumbs"></div>
+ <div id="api-navbar"></div>
+ </div>
+
+
+ <div class="row-fluid content-area">
+ <div id="dashboard-content" class="window-resizeable"></div>
+ </div>
+</div>
+