Commit 835d9a4b52c29fd8ccac8a1ca71b6a32174ab369
- Diff rendering mode:
- inline
- side by side
templates/header.tpl
(1 / 1)
|   | |||
| 58 | 58 | <div class="menuleft">{if $Graphstyle == "Y"}<img src="" alt="img_level" class="vmiddle" width="16" height="16" />{/if}<b>{$smarty.const.LEVEL}:</b> {$Level}</div> | |
| 59 | 59 | <div class="menuleft">{if $Graphstyle == "Y"}<img src="" alt="img_exp" class="vmiddle" width="16" height="16" />{/if}<b>{$smarty.const.EXP_PTS}:</b> {$Exp}/{$Expneed} ({$Percent}%)</div> | |
| 60 | 60 | {if $Graphbar == "Y"} | |
| 61 | <img src="includes/graphbar.php?statusbar=exp" height="4" width="{$Expper}%" alt="{$smarty.const.EXP_PTS}" title="{$smarty.const.EXP_PTS}: {$Percent}%" style="margin-top: 2px; margin-bottom: 2px; border-style: outset; border-right: 0px;" border="0" /><img src="" height="4" width="{$Vial}%" alt="img_{$smarty.const.EXP_PTS}" title="{$smarty.const.EXP_PTS}: {$Percent}%" style="margin-top: 2px; margin-bottom: 2px; border-style: outset; border-left: 0px;" border="0" /><br /> | ||
| 61 | <img src="includes/graphbar.php?statusbar=exp" height="4" width="{$Expper}%" alt="{$smarty.const.EXP_PTS}" title="{$smarty.const.EXP_PTS}: {$Percent}%" style="margin-top: 2px; margin-bottom: 2px; border-style: outset; border-right: 0px;" border="0" /><img src="includes/graphbar2.php" height="4" width="{$Vial}%" alt="img_{$smarty.const.EXP_PTS}" title="{$smarty.const.EXP_PTS}: {$Percent}%" style="margin-top: 2px; margin-bottom: 2px; border-style: outset; border-left: 0px;" border="0" /><br /> | ||
| 62 | 62 | {/if} | |
| 63 | 63 | <div class="menuleft">{if $Graphstyle == "Y"}<img src="" alt="img_health" class="vmiddle" width="16" height="16" />{/if}<b>{$smarty.const.HEALTH_PTS}:</b> {$Health}/{$Maxhealth}</div> | |
| 64 | 64 | {if $Graphbar == "Y"} |

