update text on software tab

This commit is contained in:
rolux 2012-04-20 18:06:19 +00:00
parent 5c69877c7e
commit 26afe7c8f5

View file

@ -26,8 +26,11 @@ pandora.ui.siteDialog = function(section) {
+ '<sub>open media archive</sub>' + '<sub>open media archive</sub>'
+ '<p><b>' + pandora.site.site.name + '</b> is based on <b>pan.do/ra</b>, ' + '<p><b>' + pandora.site.site.name + '</b> is based on <b>pan.do/ra</b>, '
+ 'a free open source framework for media archives.</p>' + 'a free open source framework for media archives.</p>'
+ '<b>pan.do/ra</b> includes OxJS, a new JavaScript library for web applications.</p>' + '<b>pan.do/ra</b> includes <b>OxJS</b>, '
+ '<a href="https://pan.do/ra"><b>pan.do/ra</b></a> and <a href="https://oxjs.org"><b>OxJS</b></a> will be released in 2012. More soon...</p>' + 'a new JavaScript library for web applications.</p>'
+ 'Both <a href="https://pan.do/ra"><b>pan.do/ra</b></a> '
+ 'and <a href="https://oxjs.org"><b>OxJS</b></a> '
+ 'will be released in 2012. More soon...'
) )
.appendTo($content); .appendTo($content);
} else { } else {
@ -97,8 +100,8 @@ pandora.ui.siteDialog = function(section) {
.append( .append(
$('<img>') $('<img>')
.attr({src: '/static/png/' + ( .attr({src: '/static/png/' + (
id == 'software' ? 'software.png' : 'logo.png' id == 'software' ? 'software' : 'logo'
)}) ) + '.png'})
.css({width: '256px'}) .css({width: '256px'})
), ),
size: 272 size: 272