[Scummvm-git-logs] scummvm-web master -> 0a50a33bbd980ed5fed5ffd1e3ed8902ef44c5ab

Mataniko mataniko at gmail.com
Mon Jul 2 00:54:05 CEST 2018


This automated email contains information about 3 new commits which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
541bf7e981 WEB: Fix donation button in the intro header
cb5fe7eeb8 WEB: Re-add banners to the right side menu
0a50a33bbd WEB: Add subsection in older downloads


Commit: 541bf7e981ff21b5fc3595668a5e1486d941945c
    https://github.com/scummvm/scummvm-web/commit/541bf7e981ff21b5fc3595668a5e1486d941945c
Author: Matan Bareket (mataniko at gmail.com)
Date: 2018-07-01T18:53:29-04:00

Commit Message:
WEB: Fix donation button in the intro header

Changed paths:
    templates/intro_header.tpl


diff --git a/templates/intro_header.tpl b/templates/intro_header.tpl
index 61ed24a..0aa195e 100644
--- a/templates/intro_header.tpl
+++ b/templates/intro_header.tpl
@@ -17,7 +17,7 @@
 				<p>{#introHeaderContentP2#}</p>
 				<p>{#introHeaderContentP3#}</p>
 				<p>{#introHeaderContentP4#}</p>
-				<form id="donate-header" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
+				<form class="float_right" id="donate-header" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
 					<input type="hidden" name="cmd" value="_s-xclick">
 					<input type="hidden" name="hosted_button_id" value="U6E6SLL7E8MAS">
 					<input type="image" src="/images/ppdonate.png" style="width: 63px; height: 25px; border: 0 none;" align="right" name="submit" alt="{#indexSupport#}">


Commit: cb5fe7eeb890b567c26674570ce055dd2264b531
    https://github.com/scummvm/scummvm-web/commit/cb5fe7eeb890b567c26674570ce055dd2264b531
Author: Matan Bareket (mataniko at gmail.com)
Date: 2018-07-01T18:53:30-04:00

Commit Message:
WEB: Re-add banners to the right side menu

Changed paths:
    css/layout.css
    css/menu.css
    templates/index.tpl


diff --git a/css/layout.css b/css/layout.css
index 8288ec5..0ffcd43 100644
--- a/css/layout.css
+++ b/css/layout.css
@@ -221,7 +221,7 @@ header .row .top {
 	display: block;
 }
 
-.banners img {
+.banners a img {
 	width: 88px;
 	height: 37px;
 }
diff --git a/css/menu.css b/css/menu.css
index 7802aa7..cfc75a4 100644
--- a/css/menu.css
+++ b/css/menu.css
@@ -75,8 +75,8 @@ nav dl dd {
 	line-height: 14px;
 }
 
-.monkey {
-	height: 280px;
+.monkey .banners{
+	height: 600px;
 }
 
 @media (max-width: 640px) {
diff --git a/templates/index.tpl b/templates/index.tpl
index 92fc841..140f148 100644
--- a/templates/index.tpl
+++ b/templates/index.tpl
@@ -73,8 +73,8 @@
 
 				<div class="monkey hide-small">
 					<img src="/images/hangmonk.gif" alt="monkey" width="55" height="57" class="float_right">
+					{include file='banners.tpl'}
 				</div>
-
 			</div>
 		</div>
 		<footer class="row">


Commit: 0a50a33bbd980ed5fed5ffd1e3ed8902ef44c5ab
    https://github.com/scummvm/scummvm-web/commit/0a50a33bbd980ed5fed5ffd1e3ed8902ef44c5ab
Author: Matan Bareket (mataniko at gmail.com)
Date: 2018-07-01T18:53:30-04:00

Commit Message:
WEB: Add subsection in older downloads

Changed paths:
    data/downloads.xml
    lang/lang.de.ini
    lang/lang.fr.ini
    lang/lang.ini
    lang/lang.it.ini
    lang/lang.ru.ini


diff --git a/data/downloads.xml b/data/downloads.xml
index a3fe65a..3160bef 100755
--- a/data/downloads.xml
+++ b/data/downloads.xml
@@ -540,6 +540,7 @@
 		<title>{#downloadsOldBinaries#}</title>
 		<baseurl>/frs/scummvm/</baseurl>
 		<subsection>
+			<title>{#downloadsOld#}</title>
 			<anchor>older</anchor>
 			<notes>
 				{#downloadsOldBinariesNote#}
diff --git a/lang/lang.de.ini b/lang/lang.de.ini
index fffddab..a74e9b7 100644
--- a/lang/lang.de.ini
+++ b/lang/lang.de.ini
@@ -183,6 +183,7 @@ downloadsBinariesNote3 = "{release_debian} kann mit 'apt-get' in Debian unstable
 downloadsSourceCode = "Quellcode für {release}"
 downloadsTools = "Tools für {release_tools}"
 downloadsOldBinaries = "Ältere Versionen (nicht mehr unterstützt)"
+downloadsOld = "Ältere Versionen"
 downloadsOldBinariesNote = """
 In einigen Fällen haben wir (noch) keine neuen Programmdateien von ScummVM
 oder die ScummVM-Tools für einige Plattformen erstellt. Für diesen Fall
diff --git a/lang/lang.fr.ini b/lang/lang.fr.ini
index 12b31d0..d392643 100644
--- a/lang/lang.fr.ini
+++ b/lang/lang.fr.ini
@@ -191,6 +191,7 @@ downloadsBinariesNote3 = "La version {release_debian} peut aussi être installé
 downloadsSourceCode = "Code source pour la version {release}"
 downloadsTools = "Outils en version {release_tools}"
 downloadsOldBinaries = "Versions plus anciennes (non supportées)"
+downloadsOld = "Versions plus anciennes"
 downloadsOldBinariesNote = """
 Nous n'avons pas (encore) d'exécutables pour la dernière version de ScummVM et/ou des Outils
 pour toutes les plateformes. Vous trouverez ci-dessous des versions plus anciennes pour ces plateformes.
diff --git a/lang/lang.ini b/lang/lang.ini
index de0b362..5448ebe 100644
--- a/lang/lang.ini
+++ b/lang/lang.ini
@@ -183,6 +183,7 @@ downloadsBinariesNote3 = "{release_debian} is also apt-get'able from Debian unst
 downloadsSourceCode = "{release} Source Code"
 downloadsTools = "{release_tools} Tools"
 downloadsOldBinaries = "Older versions (unsupported)"
+downloadsOld = "Older versions"
 downloadsOldBinariesNote = """
 In a few cases, we do not (yet) have new binaries of ScummVM and/or
 the ScummVM tools for some platforms. In these cases, we still have
diff --git a/lang/lang.it.ini b/lang/lang.it.ini
index 38c9f48..620f3d4 100644
--- a/lang/lang.it.ini
+++ b/lang/lang.it.ini
@@ -161,6 +161,7 @@ downloadsBinariesNote3 = "{release_debian} è anche disponibile da apt-get in De
 downloadsSourceCode = "Codice sorgente {release}"
 downloadsTools = " Tool {release_tools}"
 downloadsOldBinaries = "Versioni passate (non supportate)"
+downloadsOld = "Versioni passate"
 downloadsOldBinariesNote = """
 Nel caso di alcune piattaforme, non sono (per ora) disponibili nuovi eseguibili di ScummVM
 e/o dei tool. Per tali piattaforme, abbiamo ancora le vecchie versioni.
diff --git a/lang/lang.ru.ini b/lang/lang.ru.ini
index e3f579a..ca89117 100644
--- a/lang/lang.ru.ini
+++ b/lang/lang.ru.ini
@@ -167,6 +167,7 @@ downloadsBinariesNote3 = "{release_debian} is also apt-get'able from Debian unst
 downloadsSourceCode = "{release} Source Code"
 downloadsTools = "{release_tools} Tools"
 downloadsOldBinaries = "Older versions (unsupported)"
+downloadsOld = "Older versions"
 downloadsOldBinariesNote = """
 In a few cases, we do not (yet) have new binaries of ScummVM and/or
 the ScummVM tools for some platforms. In these cases, we still have





More information about the Scummvm-git-logs mailing list