def durasteroid(): #type 8
imgloc = static('actionnews/durasteroid.gif')
data = """<center> \
An asteroid impacts on your world, with minor casualties. Quality of <br> \
life drops slightly, but you discover the asteroid is full of duranium! \
<p class="halfline"> </p> \
<img src="%s" alt="durasteroid"> \
<p class="halfline"> </p> \
<table> \
<tr> \
<td class='center'><input type='submit' name='durasteroidmine' value='Mine' class='button' \
title='Extract as much as you can.'/></td> \
</tr> \
</table> \
</center>""" % imgloc
return data
评论列表
文章目录