friendica/view/jot.tpl

20 lines
538 B
Smarty
Raw Normal View History

2010-07-02 01:48:07 +02:00
<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" />
2010-07-06 14:07:28 +02:00
<textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" ></textarea>
2010-07-02 01:48:07 +02:00
</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>
</form>
2010-07-02 01:48:07 +02:00
</div>