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

Template 00000000067

Beschrijving: Melding ${DomainObject.Id} - ${DomainObject.Description} gereed gemeld Body type: HTML Subject: Melding ${DomainObject.Id} - ${DomainObject.Description} gereed gemeld

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#if(${DomainObject.ReportForeignKeyEmployee}!=Empty) ${DomainObject.ReportForeignKeyEmployee.Description}#else lezer#end,<br>
					<br>
					Hierbij bevestigen wij dat uw melding ${DomainObject.Id} ${DomainObject.Description}, gemeld op #formatdate(${DomainObject.StatusCreatedReportDate} "D" true), is afgehandeld.<BR><BR>
					#if(${DomainObject.ReportText}!=Empty && ${DomainObject.ReportText}!="") Meldtekst: ${DomainObject.ReportText}<BR><BR>#end
					#if(${DomainObject.WorkOrderType}!=Empty) Jobsoort: ${DomainObject.WorkOrderType.Id} - ${DomainObject.WorkOrderType.Description}<BR><BR>#end
					#if(${DomainObject.SkillCategory}!=Empty) Vakgroep: ${DomainObject.SkillCategory.Id} - ${DomainObject.SkillCategory.Des