diff options
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> |