def xenu(): #type 10
imgloc = static('actionnews/xenu.gif')
data = """<center> \
A galactic despot arrives in orbit in what looks like a DC-8 airplane from <br>\
old Earth. He asks if he can dump off some spare spirits on your world.
<p class="halfline"> </p> \
<img src="%s" alt="xenu"> \
<p class="halfline"> </p> \
<table> \
<tr> \
<td class='center'><input type='submit' name='xenuaccept' value='Accept' class='button' \
title='Yeah, why not? Could be a laff.'/></td> \
<td class='center'><input type='submit' name='xenurefuse' value='Refuse' class='button' \
title='lol r u crazy m8 gtfo b4 u get hooked in da gabber'/></td> \
</tr> \
</table> \
</center>""" % imgloc
return data
评论列表
文章目录