def traderaiders(): #type 7
imgloc = static('actionnews/traderaiders.gif')
data = """<center> \
Raiders have been harassing your trade ships. What should be done? \
<p class="halfline"> </p> \
<img src="%s" alt="traderaiders"> \
<p class="halfline"> </p> \
<table> \
<tr> \
<td class='center'><input type='submit' name='traidersattack' value='Attack' class='button' \
title='This cannot stand! Send your home fleet to crush these rats.'/></td> \
<td class='center'><input type='submit' name='traidersbribe' value='Bribe' class='button' \
title='Pay 500 GEU to try and make them go away.'/></td> \
<td class='center'><input type='submit' name='traidersignore' value='Ignore' class='button' \
title='We have far more important things to worry about than a couple of petty raiders.'/></td> \
</tr> \
</table> \
</center>""" % imgloc
return data
评论列表
文章目录