scripts/wiki/macro/BackgroundImage.py
Grgoire Dtrez c1d5e45ce1 Ajout de scripts manquants
darcs-hash:20090610100826-69ccb-32281005e3cc3d598d4b10a440fe9c29826e32a0.gz
2009-06-10 12:08:26 +02:00

13 lines
294 B
Python

def execute(macro, args):
argv = args.split(',')
pic = argv[0].strip()
html_fmt = '''
<div style="background: transparent url('%s') center left no-repeat;">
%s
</div>
'''
pic0 = AttachFile.getAttachUrl(pn, pic0, self.request)
pic0 = wikiutil.escape(pic0)