tiny styling bugfixes
Tara L Andrews [Sat, 18 Jan 2014 19:20:25 +0000 (19:20 +0000)]
root/css/dashboard.css
root/src/header.tt
root/src/index_down.tt [new file with mode: 0644]
root/src/relate.tt

index 927dd8e..bf5c46b 100644 (file)
@@ -54,6 +54,7 @@
     width: 500px;
     text-align: center;
     border: 1px #c6dcf1 solid;
+    background: #ffffff;
 }
 #stemma_graph img {
        margin-top: expression(( 450 - this.height ) / 2);
index 3c526d9..ef81249 100644 (file)
@@ -1,4 +1,4 @@
-[% vstr = '002' -%]
+[% vstr = '003' -%]
 <!DOCTYPE HTML>
 <html>
   <head>
@@ -6,7 +6,7 @@
     <link type='text/css' href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet'>
     <link type="text/css" href="[% c.uri_for('/css/cupertino/jquery-ui-1.8.13.custom.css') %]" rel="stylesheet" />
     <link type="text/css" href="[% c.uri_for('/css/jquery.multiselect.css') %]" rel="stylesheet" />
-    <link type="text/css" href="[% c.uri_for('/css/style.css') %]" rel="stylesheet" />
+    <link type="text/css" href="[% c.uri_for('/css/style.css') %]?v=[% vstr %]" rel="stylesheet" />
 [% IF applicationstyle -%]
        <link type="text/css" href="[% applicationstyle %]?v=[% vstr %]" rel="stylesheet" />
 [% END -%]
@@ -24,4 +24,4 @@
     [% content %]
     <title>[% pagetitle %]</title>
   </head>
-  <body>
\ No newline at end of file
+  <body>
diff --git a/root/src/index_down.tt b/root/src/index_down.tt
new file mode 100644 (file)
index 0000000..12b1e95
--- /dev/null
@@ -0,0 +1,17 @@
+[% PROCESS header.tt
+       pagetitle = "Stemmaweb - Text tradition tools"
+%]
+
+   <div id="main_page" class="clearfix">
+    <div id="topbanner">
+      <h1>Stemmaweb - a collection of tools for analysis of collated texts</h1>
+      <span class="mainnav"><a class="navlink" href="[% c.uri_for( '/about' ) %]">About</a> </span>
+      <p id="maintenance_mode"><span class="error">This site is currently down for maintenance.
+      Please check back shortly.<span></p>
+    </div>
+    <div id="directory_container">
+      <h2>Text directory</h2>
+      <div id="directory"></div>
+    </div>
+   </div>
+[% PROCESS footer.tt %]
index 027663c..0bfe058 100644 (file)
@@ -27,7 +27,7 @@ $(document).ready(function () {
 [% END %]
 
   <div class="mainnav">
-       <span>[% IF c.user_exists %]Hello! [% c.user.get_object.email %]! &nbsp; <a class="navlink" href="[% c.uri_for( '/logout' ) %]">Sign out</a> | [% END %]<a href="help/[% text_lang %]" title="Relationship mapper help" class="helptag navlink">Help / About</a> | <a href="[% c.uri_for( '/' ) %]?withtradition=[% textid %]" class="navlink">Return to index</a> </span>
+       <span>[% IF c.user_exists %]Hello [% c.user.get_object.email %]! &nbsp; <a class="navlink" href="[% c.uri_for( '/logout' ) %]">Sign out</a> | [% END %]<a href="help/[% text_lang %]" title="Relationship mapper help" class="helptag navlink">Help / About</a> | <a href="[% c.uri_for( '/' ) %]?withtradition=[% textid %]" class="navlink">Return to index</a> </span>
    </div>
     <div id="topbanner">
                <h1>Relationship mapper</h1>
@@ -155,4 +155,4 @@ $(document).ready(function () {
         </ul>
     </div>
     
-[% PROCESS footer.tt %]
\ No newline at end of file
+[% PROCESS footer.tt %]