diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-08-12 16:57:38 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-08-12 16:57:38 +0200 |
commit | 2a1d1e1f9f088925dd1a6bebe40939f5fca3438a (patch) | |
tree | f0a2abd05cb10a9a7a2134c8ea36b37bd6399bea /module/web/templates | |
parent | revert to last revision (diff) | |
download | pyload-2a1d1e1f9f088925dd1a6bebe40939f5fca3438a.tar.xz |
user icon
Diffstat (limited to 'module/web/templates')
-rw-r--r-- | module/web/templates/default/base.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/module/web/templates/default/base.html b/module/web/templates/default/base.html index 772d46a00..ae3fa8d8c 100644 --- a/module/web/templates/default/base.html +++ b/module/web/templates/default/base.html @@ -31,6 +31,14 @@ <h1>Important Stuff will be here!</h1>
</div>
+ <div class="header_block">
+ <div class="icon_info">
+ <img src="static/img/default/icon_user_small_white.png" height="20px"/><span>User</span>
+ </div>
+ <div class="icon_info" style="text-align: center">
+ Logout
+ </div>
+ </div>
<div id="speedgraph"></div>
<div class="header_block">
<div class="icon_info">
|