diff options
author | zottel <github@zottel.net> | 2012-05-11 08:36:24 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-05-11 08:36:24 +0200 |
commit | c43a03e21bcd12b24be8a59741ec6591c1f651d7 (patch) | |
tree | c1c90892400ef5d5916f35e1d65a23b860480875 /view/theme/duepuntozero/prv_message.tpl | |
parent | 4709960189e48fa1e073035cde916767f3dd830e (diff) | |
parent | 8a5dcf64d84b98bda80e0346d508efc072c50002 (diff) | |
download | volse-hubzilla-c43a03e21bcd12b24be8a59741ec6591c1f651d7.tar.gz volse-hubzilla-c43a03e21bcd12b24be8a59741ec6591c1f651d7.tar.bz2 volse-hubzilla-c43a03e21bcd12b24be8a59741ec6591c1f651d7.zip |
Merge remote branch 'upstream/master'
Diffstat (limited to 'view/theme/duepuntozero/prv_message.tpl')
-rw-r--r-- | view/theme/duepuntozero/prv_message.tpl | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/prv_message.tpl b/view/theme/duepuntozero/prv_message.tpl new file mode 100644 index 000000000..b5cda9c85 --- /dev/null +++ b/view/theme/duepuntozero/prv_message.tpl @@ -0,0 +1,39 @@ + +<h3>$header</h3> + +<div id="prvmail-wrapper" > +<form id="prvmail-form" action="message" method="post" > + +$parent + +<div id="prvmail-to-label">$to</div> + +{{ if $showinputs }} +<input type="text" id="recip" name="messageto" value="$prefill" maxlength="255" size="64" tabindex="10" /> +<input type="hidden" id="recip-complete" name="messageto" value="$preid"> +{{ else }} +$select +{{ endif }} + +<div id="prvmail-subject-label">$subject</div> +<input type="text" size="64" maxlength="255" id="prvmail-subject" name="subject" value="$subjtxt" $readonly tabindex="11" /> + +<div id="prvmail-message-label">$yourmessage</div> +<textarea rows="8" cols="72" class="prvmail-text" id="prvmail-text" name="body" tabindex="12">$text</textarea> + + +<div id="prvmail-submit-wrapper" > + <input type="submit" id="prvmail-submit" name="submit" value="Submit" tabindex="13" /> + <div id="prvmail-upload-wrapper" > + <div id="prvmail-upload" class="icon border camera" title="$upload" ></div> + </div> + <div id="prvmail-link-wrapper" > + <div id="prvmail-link" class="icon border link" title="$insert" onclick="jotGetLink();" ></div> + </div> + <div id="prvmail-rotator-wrapper" > + <img id="prvmail-rotator" src="images/rotator.gif" alt="$wait" title="$wait" style="display: none;" /> + </div> +</div> +<div id="prvmail-end"></div> +</form> +</div> |