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

Template 00000000045

Beschrijving: Reservering ${ReservationOccurrence.Id.Reservation.Id} - ${ReservationOccurrence.Id.Reservation.Description}#if(${ReservationOccurrence.Status} == ReservationOccurrenceStatus.Created) is nog niet aangevraagd#elseif(${ReservationOccurrence.Status} == ReservationOccurrenceStatus.Requested) is aangevraagd#elseif(${ReservationOccurrence.Status} == ReservationOccurrenceStatus.Processed && ${AlsoRequested}) is verwerkt#elseif(${ReservationOccurrence.Status} == ReservationOccurrenceStatus.Canceled) is geannuleerd#else : statusupdate#end Body type: HTML Subject: Reservering ${ReservationOccurrence.Id.Reservation.Id} - ${ReservationOccurrence.Id.Reservation.Description}#if(${ReservationOccurrence.Status} == ReservationOccurrenceStatus.Created) is nog niet aangevraagd#elseif(${ReservationOccurrence.Status} == ReservationOccurrenceStatus.Requested) is aangevraagd#elseif(${ReservationOccurrence.Status} == ReservationOccurrenceStatus.Processed && ${AlsoRequested}) is verwerkt#elseif(${ReservationOccurrence.Status} == ReservationOccurrenceStatus.Canceled) is geannuleerd#else : statusupdate#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;
}


#* 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 {
	font-weight: normal;
}
.tableOccurrenceWithLines .rowRootLevelHeader th {
	background-color: #AFAFAF;
	font-weight: normal;
}
.tableOccurrenceWithLines .rowLineHeader {
	background-color: #AFAFAF;
	font-weight: bold;
}

#if(${ShowCost})
.tableOccurrenceWithLines .columnCost {
	text-align: right;
}

#end


#* styles for column widths in occurrence table *#
.columnTab {
	width: 15px;
}
.columnItem {
	width: 200px;
}
.columnTime {
	width: 200px;
}
.columnStatus {
	width: 125px;
}
#if(${ShowCost})
.columnCost {
	w