Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
12345678910111213141516171819 |
- <roundcube:object name="doctype" value="html5" />
- <html>
- <head>
- <title><roundcube:object name="pagetitle" /></title>
- <link rel="shortcut icon" href="/images/favicon.ico"/>
- <link rel="stylesheet" type="text/css" href="/print.css" />
- </head>
- <body>
-
- <div id="header"><roundcube:object name="logo" src="/images/roundcube_logo.png" id="toplogo" border="0" alt="Logo" /></div>
-
- <div id="printmessageframe">
- <roundcube:object name="messageHeaders" class="headers-table" max="10" />
- <roundcube:object name="messageAttachments" id="attachment-list" />
- <roundcube:object name="messageBody" id="messagebody" showImages="false" />
- </div>
-
- </body>
- </html>
|