dmanty45 / bots

Automatically exported from code.google.com/p/bots
0 stars 0 forks source link

added: option to customize bots logo and option to indicate environment #125

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
customize bots logo:
in bots.ini, option botslogo:
name of html-file that contains logo

indicate environment:
in bots.ini, option environment_text:
text to display (right of bots-logo)

Original issue reported on code.google.com by hjebb...@gmail.com on 7 Apr 2012 at 1:03

GoogleCodeExporter commented 8 years ago
base.html must pass something as default text, otherwise you get an error if 
environment_text is not existing in bots.ini. (change "" to " ")

<div id="environment">
    <div>{{ " "|environment_text }}</div>
</div>

Original comment by mjg1964 on 8 Apr 2012 at 1:22

GoogleCodeExporter commented 8 years ago
chagned that.
that is a tricky one.

thank you!

Original comment by hjebb...@gmail.com on 8 Apr 2012 at 2:58

GoogleCodeExporter commented 8 years ago

Original comment by hjebb...@gmail.com on 10 Sep 2013 at 12:45