aboutsummaryrefslogtreecommitdiffstats
path: root/view/sidenote.tpl
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-07-01 16:48:07 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-07-01 16:48:07 -0700
commit6348e70daa113e8b3203de8fbc919d08c90d972e (patch)
tree1bc3dd3bc85fe6136411086785cf6753960e22f9 /view/sidenote.tpl
downloadvolse-hubzilla-6348e70daa113e8b3203de8fbc919d08c90d972e.tar.gz
volse-hubzilla-6348e70daa113e8b3203de8fbc919d08c90d972e.tar.bz2
volse-hubzilla-6348e70daa113e8b3203de8fbc919d08c90d972e.zip
Initial checkin
Diffstat (limited to 'view/sidenote.tpl')
-rw-r--r--view/sidenote.tpl17
1 files changed, 17 insertions, 0 deletions
diff --git a/view/sidenote.tpl b/view/sidenote.tpl
new file mode 100644
index 000000000..dbc120cc0
--- /dev/null
+++ b/view/sidenote.tpl
@@ -0,0 +1,17 @@
+
+<div id="sidenote-wrapper" >
+<p id="sidenote-desc" >
+Write something
+</p>
+<form id="sidenote-form" action="profiles/$profile_id" method="post" >
+<input type="hidden" name="type" value="sidenote" />
+
+<textarea rows="40" cols="24" id="sidenote-text" name="sidenote" >$sidenote</textarea>
+
+</div>
+<div id="sidenote-submit-wrapper" >
+<input type="submit" id="sidenote-submit" name="submit" value="Submit" />
+
+</div>
+<div id="sidenote-end"></div>
+</div>