diff options
Diffstat (limited to 'template/profile.st')
| -rwxr-xr-x | template/profile.st | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/template/profile.st b/template/profile.st index 46e8cb4..91b1b91 100755 --- a/template/profile.st +++ b/template/profile.st @@ -26,9 +26,14 @@ </div> <br> <div id="posts"> + <div id="cats"> + $if(dumps)$ + + <div id="lolbanner"> + <img src="/static/welcomebanner.gif"> + </div> - $if(dumps)$ $dumps:{ d | $logged_dump(dump=d)$ }$ <div id="profile"> @@ -42,7 +47,7 @@ $if(is_home)$ <div id="avatar-editing" style="display: none"> <div id="avatar" class="editable">$avatar$</div> - <input id="upload" value="Upload" type="submit"> + <input id="upload" value="Upload Icon" type="submit"> <img id="spinner" src="/static/spinner.gif" style="display: none" /> </div> $endif$ @@ -51,8 +56,7 @@ $if(contact)$ <div id="contact" class="linkify">$contact$</div> $else$ - <br><br> - <div><img src="/static/noinfo.png"></div> + <div><img id="contact" src="/static/noinfo.png"></div> $endif$ <br> @@ -60,12 +64,12 @@ $if(bio)$ <div id="bio" class="linkify">$bio$</div> $else$ - <div><img src="/static/noinfo.png"></div> + <div><img id="bio" src="/static/noinfo.png"></div> $endif$ $if(is_home)$ <br> - <div id="edit-toggle"><a href="#">--> Edit your information <--</a></div> + <div id="edit-toggle"><a href="#">edit profile</a></div> $endif$ <br> @@ -95,7 +99,7 @@ $if(is_home)$ <div id="avatar-editing"> <div id="avatar" class="editable">$avatar$</div> - <input id="upload" value="Upload" type="submit"> + <input id="upload" value="Upload Icon" type="submit"> <img id="spinner" src="/static/spinner.gif" style="display: none" /> </div> $endif$ |
