aboutsummaryrefslogtreecommitdiffstats
path: root/view/about.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/about.tpl')
-rw-r--r--view/about.tpl14
1 files changed, 14 insertions, 0 deletions
diff --git a/view/about.tpl b/view/about.tpl
new file mode 100644
index 000000000..fa3d49cb7
--- /dev/null
+++ b/view/about.tpl
@@ -0,0 +1,14 @@
+
+<div id="about-jot-wrapper" >
+<p id="about-jot-desc" >
+Tell us about yourself.
+</p>
+
+<textarea rows="15" cols="72" id="profile-jot-text" name="body" >$about</textarea>
+
+</div>
+<div id="about-jot-submit-wrapper" >
+<input type="submit" id="about-jot-submit" name="submit" value="Submit" />
+</div>
+<div id="profile-jot-end"></div>
+</div>