add HIIT logo banner to Stemweb panel
tla [Thu, 12 Jun 2014 13:44:32 +0000 (15:44 +0200)]
root/css/dashboard.css
root/images/hiit_logo.jpg [new file with mode: 0644]
root/js/componentload.js
root/src/index.tt

index d4fcac9..3de24b9 100644 (file)
        border: 1px solid #ddd;
        display: none;
 }
+#hiit_logo {
+       padding-bottom: 20px;
+}
 #eadh_logo {
     width: 100px;
 }
\ No newline at end of file
diff --git a/root/images/hiit_logo.jpg b/root/images/hiit_logo.jpg
new file mode 100644 (file)
index 0000000..3b19366
Binary files /dev/null and b/root/images/hiit_logo.jpg differ
index 8be3210..85224f7 100644 (file)
@@ -549,7 +549,7 @@ $(document).ready( function() {
        $('#stemweb-ui-dialog').dialog({
                autoOpen: false,
                height: 'auto',
-               width: 400,
+               width: 500,
                modal: true,
                buttons: {
                        Run: function (evt) {
index 56ede7a..71d15fe 100644 (file)
@@ -167,6 +167,7 @@ var textOnLoad = "[% withtradition %]";
     <div id="stemweb-ui-dialog" title="Generate a Stemweb tree">
       <div id="stemweb_ui_container">
                <div id="sponsor_container">
+                       <img id="hiit_logo" align="left" src="[% c.uri_for( '/images/hiit_logo.jpg' ) %]"></img>
                        <img id="eadh_logo" align="right" src="[% c.uri_for( '/images/eadh-150.png' ) %]"></img>
                        <p>Stemweb is a webservice provided by the Helsinki Institute for Information Technology HIIT. The integration into Stemmaweb was generously supported by a small project grant from the European Association for Digital Humanities.
                        </p>