diff --git a/scripts/cgi-bin/standin.py b/scripts/cgi-bin/standin.py index 35c8694f1..d778e861a 100755 --- a/scripts/cgi-bin/standin.py +++ b/scripts/cgi-bin/standin.py @@ -48,20 +48,20 @@ def ShowPage(): lastturn, game = cursor.fetchone() maxturn[game] = lastturn output='

Um eine der folgenden Parteien zu übernehmen, musst du zuerst ein Spielerkonto anlegen. Wenn Du eines hast, markiere die Partei, die Du übernehmen willst, und trage Kundennummer und Kundenpasswort ein.' - query = "SELECT g.id, g.name, s.faction, s.lastturn, s.id, s.race, s.info from games g, subscriptions s where s.game=g.id and s.status='CANCELLED'" + query = "SELECT g.id, g.name, s.faction, s.lastturn, s.id, r.name, s.info from games g, subscriptions s, races r where s.game=g.id and s.race=r.race and s.status='CANCELLED'" results = cursor.execute(query) - output=output+'

\n' + output=output+'
\n' output=output+'' while results>0: results=results-1 gid, game, faction, lastturn, sid, race, info = cursor.fetchone() if info==None: info='Keine Informationen' - output=output+'' + output=output+'' output=output+'\n' output=output+'
RasseSpielNMRsInformationenMarkieren
'+ race + ''+ game + '' + str(int(maxturn[gid]-lastturn)) + '' + info + '
'+ race + ''+ game + '' + str(int(maxturn[gid]-lastturn)) + '' + info + ' übernehmen
' - output=output+'

' + output=output+'

Kundennummer:
Passwort:
' output=output+'
Kundennummer:
Passwort:
' output=output+'

' Display(output) diff --git a/scripts/cgi-bin/vinyambar.html b/scripts/cgi-bin/vinyambar.html index 6c1929fc4..7119b6ba6 100644 --- a/scripts/cgi-bin/vinyambar.html +++ b/scripts/cgi-bin/vinyambar.html @@ -1,6 +1,7 @@ + - + @@ -15,7 +16,7 @@ content="text/html; charset=iso-8859-1"> - + @@ -28,13 +29,14 @@ content="text/html; charset=iso-8859-1">

-
ERESSEA - Weltreiche und Legenden
+
+ @@ -50,8 +52,8 @@ content="text/html; charset=iso-8859-1"> -
--AO Partnerprogramm--
- Download Anarchy Online +
+ Download Anarchy Online

--AO Partnerprogramm--