first commit
BIN
wwwroot/defaults/.DS_Store
vendored
Normal file
BIN
wwwroot/defaults/addnew_vehicle.png
Normal file
|
After Width: | Height: | Size: 311 B |
BIN
wwwroot/defaults/demo_default.zip
Normal file
1
wwwroot/defaults/en_US.json
Normal file
BIN
wwwroot/defaults/garage.png
Normal file
|
After Width: | Height: | Size: 50 KiB |
BIN
wwwroot/defaults/garage_narrow.png
Normal file
|
After Width: | Height: | Size: 100 KiB |
BIN
wwwroot/defaults/hargata_logo.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
wwwroot/defaults/hargata_logo_SMALL.png
Normal file
|
After Width: | Height: | Size: 9.5 KiB |
BIN
wwwroot/defaults/motovaultpro.png
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
BIN
wwwroot/defaults/motovaultpro_icon_128.png
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
wwwroot/defaults/motovaultpro_icon_144.png
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
wwwroot/defaults/motovaultpro_icon_192.png
Normal file
|
After Width: | Height: | Size: 68 KiB |
BIN
wwwroot/defaults/motovaultpro_icon_72.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
wwwroot/defaults/motovaultpro_launch.png
Normal file
|
After Width: | Height: | Size: 1.1 MiB |
BIN
wwwroot/defaults/motovaultpro_logo.png
Normal file
|
After Width: | Height: | Size: 79 KiB |
BIN
wwwroot/defaults/motovaultpro_logo_small.png
Normal file
|
After Width: | Height: | Size: 5.5 KiB |
BIN
wwwroot/defaults/motovaultpro_maskable_icon_128.png
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
wwwroot/defaults/motovaultpro_maskable_icon_192.png
Normal file
|
After Width: | Height: | Size: 68 KiB |
BIN
wwwroot/defaults/motovaultpro_maskable_icon_72.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
wwwroot/defaults/noimage.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
41
wwwroot/defaults/reminderemailtemplate.txt
Normal file
@@ -0,0 +1,41 @@
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
font-family: arial, sans-serif;
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
td, th {
|
||||
border: 1px solid #dddddd;
|
||||
text-align: left;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.VeryUrgent {
|
||||
background-color: #EA9999;
|
||||
}
|
||||
.Urgent {
|
||||
background-color: #FFE599;
|
||||
}
|
||||
.NotUrgent {
|
||||
background-color: #B6D7A8;
|
||||
}
|
||||
.PastDue {
|
||||
background-color: #CCCCCC;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h2>{VehicleInformation}</h2>
|
||||
<table>
|
||||
<tr>
|
||||
{TableHeader}
|
||||
</tr>
|
||||
{TableBody}
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||