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

Template 00000000068

Beschrijving: Reservering ${ReservationOccurrence.Id.Reservation.Id} - ${ReservationOccurrence.Id.Reservation.Description}#if(${ReservationOccurrence.Status} == ReservationOccurrenceStatus.Canceled) is geannuleerd#else is aangemaakt#end Body type: HTML Subject: Reservering ${ReservationOccurrence.Id.Reservation.Id} - ${ReservationOccurrence.Id.Reservation.Description}#if(${ReservationOccurrence.Status} == ReservationOccurrenceStatus.Canceled) is geannuleerd#else is aangemaakt#end

Vertalingenbewerken

Inhoud (plaintext)bewerken

#*
The CSS styles defined below can be used to change the look of the tables/headers/cells that are
used to represent the reservation, its occurrence(s) and their line(s). The colours used in the
headers are the same as those used in Ultimo standard UI.
*#

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

#if(${FileNameLogo} != Empty)
.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}

#end

.maintext {
	...

Bron (HTML)bewerken

#*
The CSS styles defined below can be used to change the look of the tables/headers/cells that are
used to represent the reservation, its occurrence(s) and their line(s). The colours used in the
headers are the same as those used in Ultimo standard UI.
*#
<style type="text/css">
.body {
	font-family: Noto Sans Regular, Verdana, Arial, Helvetica;
	font-size: 15px;
	font-style: normal;
}

#if(${FileNameLogo} != Empty)
.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}

#end

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

#* general styles for tables, headers and cells *#
table {
	width: 720px;
	padding: 0px;
	border-spacing: 0px;
	color: inherit;
}
th {
	font-family: Noto Sans Regular, Verdana, Arial, Helvetica;
	font-size: 12px;
}
td {
	white-space: nowrap;
	font-family: Noto Sans Regular, Verdana, Arial, Helvetica;
	font-size: 12px;
}

.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;
}

#* WARNINGS *#
.tableWarnings tr th {
	color: red;
	padding: 5px;
	font-weight: bold;
	text-align: left;
	border-left: 3px solid #C83232;
}
.tableWarnings tr td {
	padding: 5px;
	border-left: 3px solid #C83232;
}

#* RESERVATION *#
.tableReservation tr th {
	padding: 5px;
	text-align: left;
}
.tableReservation tr td {
	padding: 3px 5px;
}


#* OCCURRENCE WITH CONFLICT(S) *#
#* style for table, left border dark-red, same style as required field indicator in Ultimo UI *#
.tableOccurrenceWithConflict {
	border-left: 3px solid #C83232;
}


#* OCCURRENCE *#
.tableOccurrenceWithLines tr th {
	padding: 5px;
	text-align: left;
}
.tableOccurrenceWithLines tr td {
	padding: 3px 5px;
}

#* styles for specific headers *#
.tableOccurrenceWithLines .rowOccurrenceHeader th {