Detabification massive.

darcs-hash:20051018083823-d1718-09c2df38cfb707d3c3679188b9b9a812009f4f7c.gz
This commit is contained in:
bernat 2005-10-18 10:38:23 +02:00
parent 3c54fb2904
commit 37b21339a6
40 changed files with 1473 additions and 1473 deletions

View file

@ -13,7 +13,7 @@ import sys
import commands
#Excluded = ['snepa','lasauce','cineclub','innomine','hubris','gmpcad',
# 'jdr','coope','asme','sono','rilem','krobot']
# 'jdr','coope','asme','sono','rilem','krobot']
Excluded = []
@ -48,40 +48,40 @@ compteur = 4
for key in keys:
compte = DB.Get(key)
#sys.stderr.write('%s\n'%key)
try:
if compte.URL and not (compte.Compte in Excluded):
s = ' <td align="center" valign="center" width="25%">\n\
if compte.URL and not (compte.Compte in Excluded):
s = ' <td align="center" valign="center" width="25%">\n\
<font style="font-size: x-small" face="Verdana, Tahoma, Arial, Helvetica, sans-serif" color="#000000" >\n'
if compte.Logo : l = compte.Logo
else: l = "/images/crans-mini.jpg"
if compte.Logo : l = compte.Logo
else: l = "/images/crans-mini.jpg"
url = compte.URL
s = s + ' <a href="' + url + '"><img src="'+l+'" alt="*" border=0></a><br>'
if compte.Nom: nom = compte.Nom
else: nom = compte.Compte
url = compte.URL
s = s + ' <a href="' + url + '"><img src="'+l+'" alt="*" border=0></a><br>'
if compte.Nom: nom = compte.Nom
else: nom = compte.Compte
s = s + '\n <b> <a href="' + url + '">' + nom + '</a></b><br>'
if compte.Pseudo:
s = s + '\n «'+compte.Pseudo+'»<br>'
if compteur == 0:
print " </tr>\n <tr>"
s = s + '\n <b> <a href="' + url + '">' + nom + '</a></b><br>'
if compte.Pseudo:
s = s + '\n «'+compte.Pseudo+'»<br>'
if compteur == 0:
print " </tr>\n <tr>"
print s, # qu'il y ait ou non un pseudo !!!
if compte.Devise:
s = '\n <font style="font-size: xx-small"><i>'+compte.Devise+'</i></font>'
print s,
print '\n </font>\n </td>'
if compte.Devise:
s = '\n <font style="font-size: xx-small"><i>'+compte.Devise+'</i></font>'
print s,
print '\n </font>\n </td>'
compteur = (compteur + 1)%4
compteur = (compteur + 1)%4
except:
pass
pass
print " </tr>\n\
</table>\n\