diff options
Diffstat (limited to 'view/jot.tpl')
-rw-r--r-- | view/jot.tpl | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/view/jot.tpl b/view/jot.tpl new file mode 100644 index 000000000..f005ab78e --- /dev/null +++ b/view/jot.tpl @@ -0,0 +1,18 @@ + +<div id="profile-jot-wrapper" > +<p id="profile-jot-desc" > +What's on your mind? +</p> +<form id="profile-jot-form" action="item" method="post" > +<input type="hidden" name="type" value="jot" /> +<input type="hidden" name="profile_uid" value="$profile_uid" /> + +<textarea rows="5" cols="64" id="profile-jot-text" name="body" ></textarea> + +</div> +<div id="profile-jot-submit-wrapper" > +<input type="submit" id="profile-jot-submit" name="submit" value="Submit" /> + +</div> +<div id="profile-jot-end"></div> +</div> |