1<!-- 2 Copyright (C) 2013 Google Inc. 3 Licensed to The Android Open Source Project. 4 5 Licensed under the Apache License, Version 2.0 (the "License"); 6 you may not use this file except in compliance with the License. 7 You may obtain a copy of the License at 8 9 http://www.apache.org/licenses/LICENSE-2.0 10 11 Unless required by applicable law or agreed to in writing, software 12 distributed under the License is distributed on an "AS IS" BASIS, 13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 See the License for the specific language governing permissions and 15 limitations under the License. 16--> 17<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" 18 "http://www.w3.org/TR/html4/strict.dtd"> 19 20<html> 21<head> 22 23 <meta http-equiv=Content-Type content="text/html; charset=UTF-8"> 24 25 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 26 27 28 <style type="text/css"> 29 body, td { 30 font-family:arial,sans-serif; 31 font-size:13px 32 } 33 a:link, a:active { 34 color:#1155CC; 35 text-decoration:none 36 } 37 a:hover { 38 text-decoration:underline; 39 cursor: pointer 40 } 41 a:visited { 42 color:##6611CC 43 } 44 img { 45 border:0px 46 } 47 pre { 48 white-space: pre; 49 white-space: -moz-pre-wrap; 50 white-space: -o-pre-wrap; 51 white-space: pre-wrap; 52 word-wrap: break-word; 53 width: 800px; 54 overflow: auto; 55 } 56 .mail-elided-text { 57 padding:5 0; 58 font-size:10px; 59 color:#888888; 60 } 61 </style> 62</head> 63<body> 64 <div class="bodycontainer"> 65 <table width=100%% cellpadding=0 cellspacing=0 border=0> 66 <tr height=14px> 67 <td width=143> 68 <img src="data:image/png;base64,%s" width="59" height="59" alt="%s"> 69 </td> 70 </tr> 71 </table> 72 <hr> 73 <div class="maincontent"> 74 <table width=100%% cellpadding=0 cellspacing=0 border=0> 75 <tr> 76 <td> 77 <font size=+1> 78 <b>%s</b></font><br> 79 <!-- num messages --> 80 <font size=-1 color=#777>%s</font> 81 </td> 82 </tr> 83 </table> 84