Latest version: Unknown
+ +
+
The original game data is required before you can play this mod.
Installing from web will install the minimal files required to play. diff --git a/mods/ra/mod.html b/mods/ra/mod.html index 910f510864..e13132ee0e 100644 --- a/mods/ra/mod.html +++ b/mods/ra/mod.html @@ -44,6 +44,7 @@ { text-align: justify; padding-left:50px; + padding-right:50px; overflow:hidden; } @@ -125,7 +126,12 @@ function onLoad() { refreshSections(); - document.getElementById("versionstring").innerHTML = window.external.metadata("VERSION", "ra"); + var version = window.external.metadata("VERSION", "ra"); + document.getElementById("installedversion").innerHTML = version; + document.getElementById("latestversion").innerHTML = window.external.httpRequest("http://master.open-ra.org/VERSION"); + motd = window.external.httpRequest("http://master.open-ra.org/motd.php?v="+version); + if (motd != undefined) + document.getElementById("motd").innerHTML = motd.substring(3); } function refreshSections() @@ -212,21 +218,14 @@
Installing from web will install the minimal files required to play. diff --git a/mods/ra/mod.html b/mods/ra/mod.html index 910f510864..e13132ee0e 100644 --- a/mods/ra/mod.html +++ b/mods/ra/mod.html @@ -44,6 +44,7 @@ { text-align: justify; padding-left:50px; + padding-right:50px; overflow:hidden; } @@ -125,7 +126,12 @@ function onLoad() { refreshSections(); - document.getElementById("versionstring").innerHTML = window.external.metadata("VERSION", "ra"); + var version = window.external.metadata("VERSION", "ra"); + document.getElementById("installedversion").innerHTML = version; + document.getElementById("latestversion").innerHTML = window.external.httpRequest("http://master.open-ra.org/VERSION"); + motd = window.external.httpRequest("http://master.open-ra.org/motd.php?v="+version); + if (motd != undefined) + document.getElementById("motd").innerHTML = motd.substring(3); } function refreshSections() @@ -212,21 +218,14 @@
Red Alert
-XXX
+XXX
-
+
+
Latest version: Unknown
+ +The original game data is required before you can play this mod.
Installing from web will install the minimal files required to play.
Installing from web will install the minimal files required to play.