diff --git a/src/graphics/menu-dropdown.psd b/src/graphics/menu-dropdown.psd index 9b31bc8bd..0e2600a63 100644 Binary files a/src/graphics/menu-dropdown.psd and b/src/graphics/menu-dropdown.psd differ diff --git a/src/graphics/path-delimiter.psd b/src/graphics/path-delimiter.psd new file mode 100644 index 000000000..84a787238 Binary files /dev/null and b/src/graphics/path-delimiter.psd differ diff --git a/src/main/webapp/about.html b/src/main/webapp/about.html index 130d35fe0..b6e51c4aa 100644 --- a/src/main/webapp/about.html +++ b/src/main/webapp/about.html @@ -1 +1 @@ - About Gridworks

About Gridworks

Freebase Gridworks is a tool for exploring and cleaning up grid-shaped data sets. It was originally developed by Metaweb Technologies, Inc.

Licenses

/* * (c) Copyright 2010 Metaweb Technologies, Inc. All rights reserved. */ /* * External Licenses */ See the 'licenses' directory for a list of the licenses for the libraries we depend on, ordered here by license: licenses/apache2.0.LICENSE.txt ant (package org.apache.tools.tar) bzip2 (package org.apache.tools.bzip2) calendar-parser (package com.metaweb.gridworks.expr.util) commons-lang commons-codec jdatapath jetty jetty-util log4j poi poi-ooxml poi-ooxml-schemas servlet-api xmlbeans licenses/secondstring.LICENSE.txt (BSD family) secondstring licenses/dom4j.LICENSE.txt (BSD family) dom4j licenses/simile.LICENSE.txt (BSD family) vicino (package edu.mit.simile.vicino) licenses/arithcode.LICENSE.txt (BSD family) arithcode licenses/icu4j.LICENSE.txt (MIT family) icu4j licenses/slf4j.LICENSE.txt (MIT family) slf4j-api slf4j-log4j12 jcl-over-slf4j licenses/json.LICENSE.txt (MIT family) json licenses/cos.LICENSE.txt cos

Credits

Special Thanks

\ No newline at end of file + About Gridworks

About Gridworks

Freebase Gridworks is a tool for exploring and cleaning up grid-shaped data sets. It was originally developed by Metaweb Technologies, Inc.

Licenses

/* * (c) Copyright 2010 Metaweb Technologies, Inc. All rights reserved. */ /* * External Licenses */ See the 'licenses' directory for a list of the licenses for the libraries we depend on, ordered here by license: licenses/apache2.0.LICENSE.txt ant (package org.apache.tools.tar) bzip2 (package org.apache.tools.bzip2) calendar-parser (package com.metaweb.gridworks.expr.util) commons-lang commons-codec jdatapath jetty jetty-util log4j poi poi-ooxml poi-ooxml-schemas servlet-api xmlbeans licenses/secondstring.LICENSE.txt (BSD family) secondstring licenses/dom4j.LICENSE.txt (BSD family) dom4j licenses/simile.LICENSE.txt (BSD family) vicino (package edu.mit.simile.vicino) licenses/arithcode.LICENSE.txt (BSD family) arithcode licenses/icu4j.LICENSE.txt (MIT family) icu4j licenses/slf4j.LICENSE.txt (MIT family) slf4j-api slf4j-log4j12 jcl-over-slf4j licenses/json.LICENSE.txt (MIT family) json licenses/cos.LICENSE.txt cos

Credits

Special Thanks

\ No newline at end of file diff --git a/src/main/webapp/error.html b/src/main/webapp/error.html index 97cea210e..fc7e039c8 100644 --- a/src/main/webapp/error.html +++ b/src/main/webapp/error.html @@ -24,7 +24,7 @@
diff --git a/src/main/webapp/images/menu-dropdown.png b/src/main/webapp/images/menu-dropdown.png index 01d247a1e..f50ecc545 100644 Binary files a/src/main/webapp/images/menu-dropdown.png and b/src/main/webapp/images/menu-dropdown.png differ diff --git a/src/main/webapp/images/path-delimiter.png b/src/main/webapp/images/path-delimiter.png new file mode 100644 index 000000000..8becb259a Binary files /dev/null and b/src/main/webapp/images/path-delimiter.png differ diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index a997b3c4c..88fd0e5fa 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -1 +1 @@ - Gridworks
Gridworks
Gridworks

Upload Data File

Data File:
Project Name:
Load up to: data rows (optional)
Skip: initial data rows (optional)

Import Existing Project

Project TAR File:
Re-name Project: (optional)
\ No newline at end of file + Gridworks
Gridworks
Gridworks

Upload Data File

Data File:
Project Name:
Load up to: data rows (optional)
Skip: initial data rows (optional)

Import Existing Project

Project TAR File:
Re-name Project: (optional)
\ No newline at end of file diff --git a/src/main/webapp/project.html b/src/main/webapp/project.html index 51ed45cf1..2a76ee946 100644 --- a/src/main/webapp/project.html +++ b/src/main/webapp/project.html @@ -1 +1 @@ - Gridworks
starting up ...
\ No newline at end of file + Gridworks
starting up ...
\ No newline at end of file diff --git a/src/main/webapp/scripts/project.js b/src/main/webapp/scripts/project.js index 0ec6fe1bf..ae0745646 100644 --- a/src/main/webapp/scripts/project.js +++ b/src/main/webapp/scripts/project.js @@ -36,17 +36,16 @@ function initializeUI(uiState) { document.title = theProject.metadata.name + " - Gridworks"; var path = $("#path"); - $('').text(theProject.metadata.name).addClass("app-path-section").appendTo(path); - $('').text(" project").appendTo(path); - $('').html(" » ").appendTo(path); - $('') - .addClass("app-path-section") - .text("current view") + $('' + + '' + theProject.metadata.name + ' project' + + '').appendTo(path); + + $('current view') .mouseenter(function() { this.href = Gridworks.getPermanentLink(); }) - .appendTo(path); + .appendTo($('').appendTo(path)); var body = $("#body").empty().html( '
' + diff --git a/src/main/webapp/styles/common.css b/src/main/webapp/styles/common.css index c4f86a2ea..0f9d421fe 100644 --- a/src/main/webapp/styles/common.css +++ b/src/main/webapp/styles/common.css @@ -159,6 +159,7 @@ img { padding-right: 20px; padding-bottom: 1px; position: relative; + overflow: hidden; } #logo { padding: 7px 0; @@ -171,12 +172,15 @@ img { top: 50%; margin-top: -0.5em; line-height: 1em; - left: 85px; + left: 75px; + height: 31px; } #path .app-path-section { - font-weight: bold; + background: url(../images/path-delimiter.png) no-repeat center right; + padding: 18px 20px 20px 10px; } -#path a.app-path-section { +#path .app-path-section a { + font-weight: bold; text-decoration: none; color: #333; }