summaryrefslogtreecommitdiff
path: root/template/profile.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/profile.st')
-rwxr-xr-xtemplate/profile.st8
1 files changed, 5 insertions, 3 deletions
diff --git a/template/profile.st b/template/profile.st
index 04a28fb..b5d3f38 100755
--- a/template/profile.st
+++ b/template/profile.st
@@ -5,8 +5,8 @@
<link rel="stylesheet" type="text/css" media="screen"
href="/static/profile.css">
<script src="/static/jquery.editinplace.1.0.1.packed.js"
- type="text/javascript" >
- </script>
+ type="text/javascript"></script>
+ <script src="/static/js/ajaxupload.js"></script>
<script type="text/javascript" src="/static/jquery.editinplace.1.0.1.packed.js"></script>
<link type="text/css" href="http://jqueryui.com/latest/themes/base/ui.all.css" rel="stylesheet" />
@@ -15,7 +15,7 @@
<script>
jQuery(document).ready(function(){
initProfile();
- });
+ });
</script>
</head>
@@ -46,6 +46,8 @@
$if(is_home)$
<div id="avatar" class="editable">$avatar$</div>
+ <input id="upload" value="Upload" type="submit">
+ <img id="spinner" src="/static/spinner.gif" style="display: none" />
$endif$