diff --git a/docs/index.html b/docs/index.html index 55b29b35..e5d2539b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -214,21 +214,24 @@ while (betaReleaseNb < data.length) { if (data[betaReleaseNb].prerelease) break; betaReleaseNb++; - } if (betaReleaseNb > data.length) betaReleaseNb = data.length; - if (data[betaReleaseNb].prerelease) { - for (var i=0; i < data[betaReleaseNb].assets.length; i++) { - if (data[betaReleaseNb].assets[i].name == "3P.zip") { - $('#beta_link').attr('href', data[betaReleaseNb].assets[i].browser_download_url); - $('#beta_text').html(data[betaReleaseNb].tag_name); - } else if (data[betaReleaseNb].assets[i].name == "3P_x64.zip") { - $('#beta64_link').attr('href', data[betaReleaseNb].assets[i].browser_download_url); - $('#beta64_text').html(data[betaReleaseNb].tag_name); - } - } - } + + if (betaReleaseNb <= stableReleaseNb) { + $('#betadownload_div').show(); + if (data[betaReleaseNb].prerelease) { + for (var i=0; i < data[betaReleaseNb].assets.length; i++) { + if (data[betaReleaseNb].assets[i].name == "3P.zip") { + $('#beta_link').attr('href', data[betaReleaseNb].assets[i].browser_download_url); + $('#beta_text').html(data[betaReleaseNb].tag_name); + } else if (data[betaReleaseNb].assets[i].name == "3P_x64.zip") { + $('#beta64_link').attr('href', data[betaReleaseNb].assets[i].browser_download_url); + $('#beta64_text').html(data[betaReleaseNb].tag_name); + } + } + } + } // count the total of downloads var count = 0; @@ -286,45 +289,48 @@

An OpenEdge ABL (formerly 4GL Progress) code editor / IDE running on
Browse
- +
+ +
Download
-
- StableRequesting... -
- Stable (64 bits)none -
-
- Read version notes here! -

-
-
- BETARequesting... -
- BETA (64 bits)Requesting... +
Info
-
+
Requires Notepad++7.5.4++
Requires .NET4.6.1+ @@ -333,17 +339,17 @@

An OpenEdge ABL (formerly 4GL Progress) code editor / IDE running on
GitterJoin the chat
- Total downloadsRequesting... + Total downloads?
Developed usingresharper
AuthorJulien Caillon

+
Supported by
-
- +
diff --git a/docs/stylesheets/stylesheet.css b/docs/stylesheets/stylesheet.css index 1d1c5343..012170f2 100644 --- a/docs/stylesheets/stylesheet.css +++ b/docs/stylesheets/stylesheet.css @@ -545,7 +545,6 @@ aside div.sidetitle { text-indent: 4px; background: #1C2125; padding: 5px 10px; - margin-bottom: 8px; } aside div.img-download { @@ -579,34 +578,36 @@ aside div.betadownload { background: transparent url(../images/trial_version_48px.png) 1px center no-repeat; padding-left: 48px; min-height: 50px; - margin-bottom: 10px; + margin-bottom: 5px; + display: none; } -aside div.paddingleft { - padding-left: 10px; +aside div.content { + padding: 10px; } aside ul.pagelinks { font-size: 14px; color: #67CB7A; list-style-type: none; - padding-left: 10px; + padding-left: 0px; + margin: 0px; +} + +aside a.selectedlink { + font-weight: bold; + color: #CD7918; } -#sideinfo { +aside div.sidealternativebgnotepad { background: #374248 url(../images/notepad_and_3P.png) center bottom no-repeat; padding-bottom: 200px; } - -.sidealternativebg { +aside div.sidealternativebg { background-color: #374248; } -.selectedlink { - font-weight: bold; - color: #CD7918; -} aside span.shield1 { font-family: 'Open Sans', sans-serif;