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.
15 lines
337 B
Smarty
15 lines
337 B
Smarty
13 years ago
|
|
||
|
<div id="about-jot-wrapper" >
|
||
|
<p id="about-jot-desc" >
|
||
|
Tell us about yourself.
|
||
|
</p>
|
||
|
|
||
|
<textarea rows="15" cols="72" id="profile-jot-text" name="body" >$about</textarea>
|
||
|
|
||
|
</div>
|
||
|
<div id="about-jot-submit-wrapper" >
|
||
|
<input type="submit" id="about-jot-submit" name="submit" value="Submit" />
|
||
|
</div>
|
||
|
<div id="profile-jot-end"></div>
|
||
|
</div>
|