Files
gtav-src/tools_ng/techart/etc/config/notificationTemplates/AssetBuildChangesTemplate.html
T
2025-09-29 00:52:08 +02:00

37 lines
2.0 KiB
HTML
Executable File

<table width="100%" style="border: 0pt solid black; border-collapse: collapse; font-family: Arial; font-size: 12px; background-color: rgb(242, 242, 242); margin-right: auto; margin-left: auto; text-align: left;"
border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="width: 300px;">
<table width="100%" style="border: 0pt solid black; border-collapse: collapse; font-family: Arial; font-size: 12px; background-color: rgb(242, 242, 242); margin-right: auto; margin-left: auto; text-align: left;"
border="1" cellpadding="0" cellspacing="0">
<tr>
<td style="width:60px; text-align: right; color: rgb(253, 253, 253); background-color: rgb(102, 102, 102); font-weight: bold;">Change:
</td>
<td style="color:blue; padding-left:10px;">#CHANGE#
</td>
</tr>
<tr>
<td style="width:60px; text-align: right; color: rgb(253, 253, 253); background-color: rgb(102, 102, 102); font-weight: bold;">Time:
</td>
<td style="color:black; padding-left:10px;">#CLTIME#
</td>
</tr>
<tr>
<td style="text-align: right; color: rgb(253, 253, 253); background-color: rgb(102, 102, 102); font-weight: bold;">User
</td>
<td style="padding-left:10px; font-weight:bold; ">#USER#
</td>
</tr>
<tr>
<td style="text-align: right; color: rgb(253, 253, 253); background-color: rgb(102, 102, 102); font-weight: bold;">Client
</td>
<td style="padding-left:10px;">#CLIENT#
</td>
</tr>
</table>
</td>
<td style="padding:10px; background-color: white">#DESC#
</td>
</tr>
</table>