diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-01 16:48:07 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-01 16:48:07 -0700 |
commit | 6348e70daa113e8b3203de8fbc919d08c90d972e (patch) | |
tree | 1bc3dd3bc85fe6136411086785cf6753960e22f9 /view/jot.tpl | |
download | volse-hubzilla-6348e70daa113e8b3203de8fbc919d08c90d972e.tar.gz volse-hubzilla-6348e70daa113e8b3203de8fbc919d08c90d972e.tar.bz2 volse-hubzilla-6348e70daa113e8b3203de8fbc919d08c90d972e.zip |
Initial checkin
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> |