Commit 1f3a23e290a44b78f9d736413db1ae94779c0f65

  • avatar
  • Sergey 'Jin' Bostandzhyan <jin @deve…per.digitalstrom.org>
  • Mon Aug 30 17:05:26 CEST 2010
  • Tree SHA1: c2bb841
  • Parent SHA1: e8696c3 (Merge commit 'refs/merge-requests/68' of git://gitorious.digitalstrom.org/dss-websrc/dss-websrc-mainline into integration)
  • raw diff | raw patch
Made sure to use relative links where needed

Without those changes "hiding" of the dSS behind lighttpd will not work
correctly.
webroot/js/dss/dss-setup-interface/dss-overview-page.js
(2 / 2)
  
1616 // give north and south regions a height
1717 autoEl: {
1818 tag: 'div',
19 html: '<a href="http://digitalstrom.org/" alt="' + _("visit digitalSTROM.org") + '"><img id="logo" src="/images/ds_logo.gif" alt="dS-Logo"></a>' + '<h1><a href="http://digitalstrom.org/" alt="visit digitalSTROM.org">' + _("digitalSTROM Server Overview") + '</a></h1>' + '<p><span id= \'dssVersion\'>-</span>, <span id=\'dssTime\'>-</span></p>'
19 html: '<a href="http://digitalstrom.org/" alt="' + _("visit digitalSTROM.org") + '"><img id="logo" src="images/ds_logo.gif" alt="dS-Logo"></a>' + '<h1><a href="http://digitalstrom.org/" alt="visit digitalSTROM.org">' + _("digitalSTROM Server Overview") + '</a></h1>' + '<p><span id= \'dssVersion\'>-</span>, <span id=\'dssTime\'>-</span></p>'
2020 }
2121 },
2222 {
2424 xtype: 'panel',
2525 hideBorders: true,
2626 // TODO: fixme
27 autoLoad: '/locale/de_DE/overview-links.html'
27 autoLoad: 'locale/de_DE/overview-links.html'
2828 }]
2929 });
3030
webroot/js/dss/dss-setup-interface/dss-setup-interface.js
(1 / 1)
  
2424 // give north and south regions a height
2525 autoEl: {
2626 tag: 'div',
27 html: '<a href="http://digitalstrom.org/" alt="' + _("visit digitalSTROM.org") + '"><img id="logo" src="/images/ds_logo.gif" alt="dS-Logo"></a>' + '<h1><a href="http://digitalstrom.org/" alt="visit digitalSTROM.org">' + _("digitalSTROM Setup") + '</a></h1>' + '<p><span id= \'dssVersion\'>-</span>, <span id=\'dssTime\'>-</span></p>'
27 html: '<a href="http://digitalstrom.org/" alt="' + _("visit digitalSTROM.org") + '"><img id="logo" src="images/ds_logo.gif" alt="dS-Logo"></a>' + '<h1><a href="http://digitalstrom.org/" alt="visit digitalSTROM.org">' + _("digitalSTROM Setup") + '</a></h1>' + '<p><span id= \'dssVersion\'>-</span>, <span id=\'dssTime\'>-</span></p>'
2828 }
2929 },
3030 {