Hello,
first, thank you for your great hobbit project, it really helps our company to monitor our serverstats.
My problem: I would like to modify our Hobbit Web page so that any visiting people can see what the different icons mean. It should look like the one you are using in your "tips and tricks" webpage.
Can you please tell me in which files i have to modify a type of html code
thanks,
Mit Freundlichen Grüssen / With best regards, Brücklmeier Lukas
Continental Automotiv GmbH I MM R G ES SUP2 Siemensstrasse 12 93055 Regensburg, Germany Tel: +49 941 790 8846 mailto: Lukas.Bruecklmeier at continental-corporation.com www.continental-corporation.com
My problem: I would like to modify our Hobbit Web page so that any visiting people can see what the different icons mean. It should look like the one you are using in your "tips and tricks" webpage.
Can you please tell me in which files i have to modify a type of html code
You'll find the various template files in $BBHOME/server/web.
HTH
Malcolm
-- Technical copy-editor & proofreader
KDE Proofreading Team KDE British English Translation Team
http://l10n.kde.org/team-infos.php?teamcode=en_GB
Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + Telefonanschluss für nur 17,95 Euro/mtl.!* http://dslspecial.gmx.de/freedsl-surfflat/?ac=OM.AD.PD003K11308T4569a
I actually put it here.
<hobbithome>/server/www/menu/menu_items.js
Added this line under "About Hobbit" in the Help section
['Help', null, null,
['About Hobbit', '/hobbit/help/about.html'],
['Hobbit Icons', '/hobbit/help/hobbit-tips.html#icons'],
-----Original Message----- From: Malcolm Hunter [mailto:malcolm.hunter at gmx.co.uk] Sent: Wednesday, May 13, 2009 11:48 AM To: hobbit at hswn.dk Subject: Re: [hobbit] modify Hobbit Web page
My problem: I would like to modify our Hobbit Web page so that any visiting people can see what the different icons mean. It should look like the one you are using in your "tips and tricks" webpage.
Can you please tell me in which files i have to modify a type of html code
You'll find the various template files in $BBHOME/server/web.
HTH
Malcolm
-- Technical copy-editor & proofreader
KDE Proofreading Team KDE British English Translation Team
http://l10n.kde.org/team-infos.php?teamcode=en_GB
Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + Telefonanschluss für nur 17,95 Euro/mtl.!* http://dslspecial.gmx.de/freedsl-surfflat/?ac=OM.AD.PD003K11308T4569a
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
My problem: I would like to modify our Hobbit Web page so that any > visiting people can see what the different icons mean. It should look like the one you are using > in your "tips and tricks" webpage.
Can you please tell me in which files i have to modify a type of html code
thanks,
Mit Freundlichen Grüssen / With best regards, Brücklmeier Lukas
Hi,
We did the same by modifying the bb_footer and bb2_footer file and inserted the following html code.
<table align="center" border=1 summary="Hobbit status icons"> <tr><th align=center valign=top><FONT FACE="Arial, Helvetica" SIZE="1" COLOR="silver">Color legend</th> <td align=center valign=top><FONT FACE="Arial, Helvetica" SIZE="1" COLOR="silver">Green: Status is OK</FONT></td> <td align=center valign=top><FONT FACE="Arial, Helvetica" SIZE="1" COLOR="silver">Yellow: Warning</FONT></td> <td align=center valign=top><FONT FACE="Arial, Helvetica" SIZE="1" COLOR="silver">Red: Critical</FONT></td> <td align=center valign=top><FONT FACE="Arial, Helvetica" SIZE="1" COLOR="silver">Clear: No data</FONT></td> <td align=center valign=top><FONT FACE="Arial, Helvetica" SIZE="1" COLOR="silver">Purple: No report</FONT></td> <td align=center valign=top><FONT FACE="Arial, Helvetica" SIZE="1" COLOR="silver">Blue: Disabled</FONT></td></tr> <tr><th align=center valign=top><FONT FACE="Arial, Helvetica" SIZE="1" COLOR="silver">Recently changed</FONT></th> <td align=center><img src="/hobbit/gifs/green-recent.gif" alt="Green - Status recently changed"></td> <td align=center><img src="/hobbit/gifs/yellow-recent.gif" alt="Yellow - Status recently changed"></td> <td align=center><img src="/hobbit/gifs/red-recent.gif" alt="Red - Status recently changed"></td> <td align=center><img src="/hobbit/gifs/clear-recent.gif" alt="Clear - Status recently changed"></td> <td align=center><img src="/hobbit/gifs/purple-recent.gif" alt="Purple - Status recently changed"></td> <td align=center><img src="/hobbit/gifs/blue-recent.gif" alt="Blue - Status recently changed"></td></tr> <tr><th align=center valign=top><FONT FACE="Arial, Helvetica" SIZE="1" COLOR="silver">Last change > 24 hours</th> <td align=center><img src="/hobbit/gifs/green.gif" alt="Green"></td> <td align=center><img src="/hobbit/gifs/yellow.gif" alt="Yellow"></td> <td align=center><img src="/hobbit/gifs/red.gif" alt="Red"></td> <td align=center><img src="/hobbit/gifs/clear.gif" alt="Clear"></td> <td align=center><img src="/hobbit/gifs/purple.gif" alt="Purple"></td> <td align=center><img src="/hobbit/gifs/blue.gif" alt="Blue"></td></tr> <tr><th align=center valign=top><FONT FACE="Arial, Helvetica" SIZE="1" COLOR="silver">Acknowledged by engineer</th> <td align=center>-</td> <td align=center><img src="/hobbit/gifs/yellow-ack.gif" alt="Yellow - Status recently changed"></td> <td align=center><img src="/hobbit/gifs/red-ack.gif" alt="Red - Status recently changed"></td> <td align=center>-</td> <td align=center><img src="/hobbit/gifs/purple-ack.gif" alt="Purple - Status recently changed"></td> <td align=center>-</td> </table>
participants (4)
-
Johann.Eggers@teleatlas.com
-
Lukas.Bruecklmeier@continental-corporation.com
-
malcolm.hunter@gmx.co.uk
-
Tom.Moore@sas.com