2013-09-12 07:36:40 -04:00
|
|
|
<div class="write-message">
|
|
|
|
<p class="title">New Mail</p>
|
|
|
|
|
|
|
|
<div class="address-headers">
|
2013-09-14 12:20:25 -04:00
|
|
|
<p>
|
|
|
|
<span>To:</span>
|
|
|
|
<input ng-model="to" class="address-input" tabindex="1">
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<span>CC:</span>
|
|
|
|
<input ng-model="cc" class="address-input" tabindex="2">
|
|
|
|
</p>
|
2013-09-12 07:36:40 -04:00
|
|
|
</div><!--/.address-headers-->
|
|
|
|
|
|
|
|
<div class="subject-box">
|
2013-09-13 08:11:47 -04:00
|
|
|
<div class="subject-line">
|
2013-09-14 12:20:25 -04:00
|
|
|
<input ng-model="subject" class="subject" spellcheck="true" tabindex="3" placeholder="Subject" ng-change="updatePreview()">
|
2013-09-13 08:11:47 -04:00
|
|
|
</div>
|
2013-09-12 07:36:40 -04:00
|
|
|
<div class="attachment-btn btn-shadow">
|
|
|
|
<div class="icon-attachment"></div>
|
|
|
|
</div>
|
2013-09-12 11:22:17 -04:00
|
|
|
</div><!--/.subject-box-->
|
2013-09-12 07:36:40 -04:00
|
|
|
|
|
|
|
<div class="mail-text-body">
|
2013-09-14 12:20:25 -04:00
|
|
|
<p ng-model="body" contentEditable="true" ng-change="updatePreview()" focus-me tabindex="4"></p>
|
2013-09-12 07:36:40 -04:00
|
|
|
|
2013-09-12 11:22:17 -04:00
|
|
|
<div class="encrypt-preview">
|
2013-09-13 08:11:47 -04:00
|
|
|
<p>-----BEGIN ENCRYPTED PREVIEW-----<br>{{ciphertextPreview}}<br>-----END ENCRYPTED PREVIEW-----</p>
|
2013-09-14 12:20:25 -04:00
|
|
|
<p><br>--<br>{{signature}}</p>
|
2013-09-12 11:22:17 -04:00
|
|
|
</div><!--/.encrypt-preview-->
|
|
|
|
</div><!--/.mail-text-body-->
|
|
|
|
|
2013-09-14 12:20:25 -04:00
|
|
|
<div class="send-btn btn-shadow" tabindex="5">Send securely</div>
|
2013-09-12 07:36:40 -04:00
|
|
|
</div>
|