diff --git a/static/js/pandora/siteDialog.js b/static/js/pandora/siteDialog.js index cd196a89..aed72ae9 100644 --- a/static/js/pandora/siteDialog.js +++ b/static/js/pandora/siteDialog.js @@ -26,8 +26,11 @@ pandora.ui.siteDialog = function(section) { + 'open media archive' + '

' + pandora.site.site.name + ' is based on pan.do/ra, ' + 'a free open source framework for media archives.

' - + 'pan.do/ra includes OxJS, a new JavaScript library for web applications.

' - + 'pan.do/ra and OxJS will be released in 2012. More soon...

' + + 'pan.do/ra includes OxJS, ' + + 'a new JavaScript library for web applications.

' + + 'Both pan.do/ra ' + + 'and OxJS ' + + 'will be released in 2012. More soon...' ) .appendTo($content); } else { @@ -97,8 +100,8 @@ pandora.ui.siteDialog = function(section) { .append( $('') .attr({src: '/static/png/' + ( - id == 'software' ? 'software.png' : 'logo.png' - )}) + id == 'software' ? 'software' : 'logo' + ) + '.png'}) .css({width: '256px'}) ), size: 272