]> git.mxchange.org Git - friendica.git/blob - view/jot-plain.tpl
more post branch bug fixes
[friendica.git] / view / jot-plain.tpl
1
2 <div id="profile-jot-wrapper" >
3 <p id="profile-jot-desc" >
4 What's on your mind?
5 </p>
6 <form id="profile-jot-form" action="item" method="post" >
7 <input type="hidden" name="type" value="jot" />
8 <textarea rows="5" cols="64" id="profile-jot-text" name="body" ></textarea>
9
10 </div>
11 <div id="profile-jot-submit-wrapper" >
12 <input type="submit" id="profile-jot-submit" name="submit" value="Submit" onclick="doCheck();" />
13 </div>
14 </div>
15 <div id="profile-jot-end"></div>