mirror of https://github.com/friendica/friendica
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
458 B
19 lines
458 B
|
|
<div id="sidenote-wrapper" >
|
|
<p id="sidenote-desc" >
|
|
Write something
|
|
</p>
|
|
<form id="sidenote-form" action="profiles/$profile_id" method="post" >
|
|
<input type="hidden" name="type" value="sidenote" />
|
|
|
|
<textarea rows="40" cols="24" id="sidenote-text" name="sidenote" >$sidenote</textarea>
|
|
|
|
</div>
|
|
<div id="sidenote-submit-wrapper" >
|
|
<input type="submit" id="sidenote-submit" name="submit" value="Submit" />
|
|
|
|
</div>
|
|
<div id="sidenote-end"></div>
|
|
</form>
|
|
</div>
|