Tobias Diekershoff
520a0f5a2d
From around 2012 Completely based on Duopuntozero. Modern look with different levels of transparency, rounded corners, a clear focus on the content and more. You can overwrite background.jpg to have a completely different look. Keep in mind that it must have a resolution of at least 1920x1080 (for wide screens). This theme is not finished yet. Keep that in mind. But it is usable.
39 lines
1.3 KiB
Smarty
39 lines
1.3 KiB
Smarty
<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="messagerecip" 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>
|