aboutsummaryrefslogtreecommitdiffstats
path: root/view/jot-plain.tpl
blob: e3d2fa68729058ef6349ac2dcb899dd5730df39b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>