Friendica Communications Platform
(please note that this is a clone of the repository at github, issues are handled there)
https://friendi.ca
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.
25 lines
867 B
25 lines
867 B
12 years ago
|
|
||
|
<div id="prvmail-wrapper" >
|
||
|
<form id="prvmail-form" action="message" method="post" >
|
||
|
|
||
|
$select
|
||
|
|
||
|
<textarea rows="5" cols="64" class="prvmail-text" id="prvmail-text" name="body" ></textarea>
|
||
|
|
||
|
</div>
|
||
|
<div id="prvmail-submit-wrapper" >
|
||
|
<input type="submit" id="prvmail-submit" name="submit" value="Submit" />
|
||
|
<div id="prvmail-upload-wrapper" >
|
||
|
<div id="prvmail-upload-div" ><img id="prvmail-upload" src="images/camera-icon.gif" alt="Upload Photo" title="Upload Photo" /></div>
|
||
|
</div>
|
||
|
<div id="prvmail-link-wrapper" >
|
||
|
<img id="prvmail-link" src="images/link-icon.gif" alt="Insert web link" title="Insert web link" onclick="jotGetLink();" />
|
||
|
</div>
|
||
|
<div id="prvmail-rotator-wrapper" >
|
||
|
<img id="prvmail-rotator" src="images/rotator.gif" alt="Please wait" title="Please wait" style="display: none;" />
|
||
|
</div>
|
||
|
</div>
|
||
|
<div id="prvmail-end"></div>
|
||
|
</form>
|
||
|
</div>
|