Categorie: reference Bijgewerkt: 2026-04-08 text-template email 00000010000

Template 00000010000

Beschrijving: Bevestigen melding ${Job.Id} - ${Job.Description} Body type: HTML Subject: Bevestigen melding ${Job.Id} - ${Job.Description}

Vertalingenbewerken

Inhoud (plaintext)bewerken

.body {
	font-family: Noto Sans Regular, Verdana, Arial, Helvetica;
	font-size: 15px;
	font-style: normal;
}

.table {
	width: 600;
	border: none;
	font-family: Noto Sans Regular, Verdana, Arial, Helvetica;
	font-size: 15px;
	font-style: normal;
	color: inherit;
}

.button {
	width: 300px;
	height: 30px;
	cellpadding: 0;
	cellspacing: 0;
	border: 0;
	background-color: #0173D1;
	border-radius: 2px;
	padding: 8px 48px;
	text-align: center;
	display: inline-block;
	font-family: Noto Sans Regular, V...

Bron (HTML)bewerken

<style type="text/css">
.body {
	font-family: Noto Sans Regular, Verdana, Arial, Helvetica;
	font-size: 15px;
	font-style: normal;
}

.table {
	width: 600;
	border: none;
	font-family: Noto Sans Regular, Verdana, Arial, Helvetica;
	font-size: 15px;
	font-style: normal;
	color: inherit;
}

.button {
	width: 300px;
	height: 30px;
	cellpadding: 0;
	cellspacing: 0;
	border: 0;
	background-color: #0173D1;
	border-radius: 2px;
	padding: 8px 48px;
	text-align: center;
	display: inline-block;
	font-family: Noto Sans Regular, Verdana, Arial, Helvetica;
	font-size: 15px;
	font-style: normal;
}

.footer {
	font-family: Noto Sans Regular, Verdana, Arial, Helvetica;
	font-size: 12px;
	font-style: italic;
}

.button a:link {
	color: white;
	text-decoration: none;
}

.button a:visited {
	color: white;
	text-decoration: none;
}

.button a:hover {
	color: white;
	text-decoration: underline;
}

.button a:active {
	color: white;
	text-decoration: underline;
}
</style>
<table class="table" align="center" cellspacing="0" cellpadding="0">
	<tr>
		<td>
			<img src="https://www.ultimo.com/storage/ultimo-purplebackground_dark-x150px.png" width="130" style="display:block;margin-bottom:5px;margin-top:5px;">
		</td>
	</tr>
	<tr>
		<td>
			<span class="body">
				<br>
				<p>
					Beste ${Job.ReportForeignKeyEmployee.Description},<R><BR><p>
					Hierbij bevestigen wij dat uw melding ${Job.Description} is geregistreerd onder nummer ${Job.Id} met de volgende gegevens:<BR><BR>
					#if(${Job.ReportText}!=Empty && ${Job.ReportText}!="") Meldtekst: ${Job.ReportText}<BR><BR>#end
					#if(${Job.WorkOrderType}!=Empty) Jobsoort: ${Job.WorkOrderType.Id} - ${Job.WorkOrderType.Description}<BR><BR>#end
					#if(${Job.SkillCategory}!=Empty) Vakgroep: ${Job.SkillCategory.Id} - ${Job.SkillCategory.Description}<BR><BR>#end
				</p>
			</span>
		</td>
	</tr>
	<tr>
		<td>
			<table class="button">
				<tr>
					<td>
						<a href="#geturl(${Job} job101)" target="_blank">Ga naar de melding &raquo;</a>
					</td>