Home | History | Annotate | Download | only in chromeos
      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4   <meta charset="utf-8">
      5   <title>$2</title>
      6   <style>
      7   body {
      8     direction: $5;
      9   }
     10   #icon {
     11     height: 32px;
     12     width: 32px;
     13     float: $4;
     14   }
     15   #title {
     16     margin-$4: 38px;
     17     font-weight: bold;
     18     font-size: 13px;
     19     font-family: helvetica, arial, sans-serif;
     20   }
     21   #description {
     22     margin-$4: 38px;
     23     font-family: helvetica, arial, sans-serif;
     24     font-size: 13px;
     25   }
     26   #link {
     27     margin-$4: 38px;
     28     font-family: helvetica, arial, sans-serif;
     29     font-size: 13px;
     30   }
     31   </style>
     32 </head>
     33 <body>
     34   <div id="icon"><img src="$1" width="32" height="32"></div>
     35   <div id="title">$2</div>
     36   <div id="description">$3</div>
     37   <div id="link"><a href="" onclick="chrome.send('link')">$6</a></div>
     38 </body>
     39 </html>
     40