wcf.regNote.message

|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
<table width="484" border="0" cellspacing="0">
<tr valign="baseline">
<td height="43">
<table width="550" border="0" cellspacing="0">
<tr bgcolor="#FFFFFF" valign="middle">
<td height="35">
<p><br>
<br>
<b><font size="2" face="Tahoma" color="#333333">
Herzlich willkommen<br>
<br>
</font></b></p>
<p><img src="http://" width="550" height="300"></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
|
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
<table width="484" border="0" cellspacing="0"> <tr valign="baseline"> <td height="43"> <table width="550" border="0" cellspacing="0"> <tr bgcolor="#FFFFFF" valign="middle"> <td height="35"> <p><br> <br> <b><font size="2" face="Tahoma" color="#333333"><span id="Welcome"></span></font></b></p> <p><img src="http://" width="550" height="300"></p> </td> </tr> </table> </td> </tr> </table> |
|
|
Source code |
1 2 3 |
lang["Welcome"] = " Herzlich willkommen<br><br>"; lang["blafoobar"] = "Noch ein Text"; lang["foobarbla"] = "Und nOchmal ein anderer Text"; |
.
