| | 58 | |
| | 59 | Poniżej zamieszczony został kod szablonu widocznego na rysunku 1. |
| | 60 | |
| | 61 | {{{ |
| | 62 | <body> |
| | 63 | <style type="text/css"> |
| | 64 | body { |
| | 65 | font-size: 12pt; |
| | 66 | font-family: calibri, arial, sans-serif; |
| | 67 | color: #000; |
| | 68 | background: #fff; |
| | 69 | padding: 4px; |
| | 70 | } |
| | 71 | table, td { |
| | 72 | font-family: calibri, arial, sans-serif; |
| | 73 | border-style: none; |
| | 74 | padding: 0px; |
| | 75 | margin: 0px; |
| | 76 | } |
| | 77 | td { |
| | 78 | vertical-align: top; |
| | 79 | } |
| | 80 | img { |
| | 81 | padding: 0px; |
| | 82 | border: 0px; |
| | 83 | } |
| | 84 | .tmain { |
| | 85 | width: 100%; |
| | 86 | } |
| | 87 | .tmain .leftCol { |
| | 88 | width: 200px; |
| | 89 | color: #999; |
| | 90 | border-right: 1px solid #bbb; |
| | 91 | } |
| | 92 | .tmain .rightCol { |
| | 93 | padding: 0px 12px; |
| | 94 | } |
| | 95 | .footer { |
| | 96 | border-top: 1px solid #bbb; |
| | 97 | margin-top: 12px; |
| | 98 | padding-top: 12px; |
| | 99 | } |
| | 100 | .account { |
| | 101 | color: #777; |
| | 102 | } |
| | 103 | .quoted { |
| | 104 | padding: 0px 10px; |
| | 105 | } |
| | 106 | .quoted blockquote { |
| | 107 | border: 2px none #3D8BFF; |
| | 108 | border-style: none solid; |
| | 109 | padding: 0px 10px; |
| | 110 | margin: 0px; |
| | 111 | } |
| | 112 | </style> |
| | 113 | |
| | 114 | <table class="tmain"> |
| | 115 | <tr> |
| | 116 | <td class="leftCol"> |
| | 117 | <div class="company"> |
| | 118 | <img src="http://www.edokumenty.eu/themes/e12/images/eDokumenty_logo.png"><br> |
| | 119 | System obiegu dokumentów,<br>workflow i CRM |
| | 120 | </div> |
| | 121 | </td> |
| | 122 | <td class="rightCol"> |
| | 123 | |
| | 124 | {text:h} |
| | 125 | |
| | 126 | {if:footer} |
| | 127 | <div class="footer account"> |
| | 128 | {footer:h} |
| | 129 | </div> |
| | 130 | {end:} |
| | 131 | </td> |
| | 132 | </tr> |
| | 133 | </table> |
| | 134 | |
| | 135 | {if:quoted} |
| | 136 | <br><br> |
| | 137 | <div class="quoted"> |
| | 138 | {quoted:h} |
| | 139 | </div> |
| | 140 | {end:} |
| | 141 | |
| | 142 | </body> |
| | 143 | }}} |