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-plain.tpl | |
download | volse-hubzilla-6348e70daa113e8b3203de8fbc919d08c90d972e.tar.gz volse-hubzilla-6348e70daa113e8b3203de8fbc919d08c90d972e.tar.bz2 volse-hubzilla-6348e70daa113e8b3203de8fbc919d08c90d972e.zip |
Initial checkin
Diffstat (limited to 'view/jot-plain.tpl')
-rw-r--r-- | view/jot-plain.tpl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/view/jot-plain.tpl b/view/jot-plain.tpl new file mode 100644 index 000000000..e3d2fa687 --- /dev/null +++ b/view/jot-plain.tpl @@ -0,0 +1,15 @@ + +<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" /> +<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" onclick="doCheck();" /> +</div> +</div> +<div id="profile-jot-end"></div> |