width: 500px;
text-align: center;
border: 1px #c6dcf1 solid;
+ background: #ffffff;
}
#stemma_graph img {
margin-top: expression(( 450 - this.height ) / 2);
-[% vstr = '002' -%]
+[% vstr = '003' -%]
<!DOCTYPE HTML>
<html>
<head>
<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 -%]
[% content %]
<title>[% pagetitle %]</title>
</head>
- <body>
\ No newline at end of file
+ <body>
--- /dev/null
+[% 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 %]
[% END %]
<div class="mainnav">
- <span>[% IF c.user_exists %]Hello! [% c.user.get_object.email %]! <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 %]! <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>
</ul>
</div>
-[% PROCESS footer.tt %]
\ No newline at end of file
+[% PROCESS footer.tt %]