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>
|
2013-09-15 11:05:37 -04:00
|
|
|
<input ng-model="to" class="address-input" tabindex="1" focus-me >
|
2013-09-14 12:20:25 -04:00
|
|
|
</p>
|
|
|
|
<p>
|
2013-09-15 12:07:14 -04:00
|
|
|
<span>Cc:</span>
|
2013-09-14 12:20:25 -04:00
|
|
|
<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-15 11:05:37 -04:00
|
|
|
<p ng-model="body" contentEditable="true" ng-change="updatePreview()" 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-15 11:05:37 -04:00
|
|
|
<br>
|
|
|
|
<p>{{signature}}</p>
|
2013-09-12 11:22:17 -04:00
|
|
|
</div><!--/.encrypt-preview-->
|
|
|
|
</div><!--/.mail-text-body-->
|
|
|
|
|
2013-09-15 11:05:37 -04:00
|
|
|
<button ng-click="sendEmail()" class="send-btn btn-shadow" tabindex="5">Send securely</button>
|
2013-09-12 07:36:40 -04:00
|
|
|
</div>
|