mirror of https://github.com/friendica/friendica
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
460 B
Smarty
16 lines
460 B
Smarty
13 years ago
|
|
||
|
<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>
|