459 lines
		
	
	
		
			10 KiB
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			459 lines
		
	
	
		
			10 KiB
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml"
 | |
| 	xmlns:o="urn:schemas-microsoft-com:office:office">
 | |
| 
 | |
| <head>
 | |
| 	<meta charset="utf-8">
 | |
| 	<meta name="viewport" content="width=device-width">
 | |
| 	<meta http-equiv="X-UA-Compatible" content="IE=edge">
 | |
| 	<meta name="x-apple-disable-message-reformatting">
 | |
| 
 | |
| 	<style>
 | |
| 		@font-face {
 | |
| 			font-family: 'PoppinsRegular';
 | |
| 			src: url('../assets/font/Poppins.ttf');
 | |
| 		}
 | |
| 
 | |
| 		html,
 | |
| 		body {
 | |
| 			font-family: 'PoppinsRegular' !important;
 | |
| 			margin: 0 auto !important;
 | |
| 			padding: 0 !important;
 | |
| 			height: 100% !important;
 | |
| 			width: 100% !important;
 | |
| 			background: #f1f1f1 !important;
 | |
| 		}
 | |
| 
 | |
| 		* {
 | |
| 			-ms-text-size-adjust: 100%;
 | |
| 			-webkit-text-size-adjust: 100%;
 | |
| 		}
 | |
| 
 | |
| 		div[style*="margin: 16px 0"] {
 | |
| 			margin: 0 !important;
 | |
| 		}
 | |
| 
 | |
| 		table,
 | |
| 		td {
 | |
| 			mso-table-lspace: 0pt !important;
 | |
| 			mso-table-rspace: 0pt !important;
 | |
| 		}
 | |
| 
 | |
| 		table {
 | |
| 			border-spacing: 0 !important;
 | |
| 			border-collapse: collapse !important;
 | |
| 			table-layout: fixed !important;
 | |
| 			margin: 0 auto !important;
 | |
| 		}
 | |
| 
 | |
| 		img {
 | |
| 			-ms-interpolation-mode: bicubic;
 | |
| 		}
 | |
| 
 | |
| 		a {
 | |
| 			text-decoration: none !important;
 | |
| 		}
 | |
| 
 | |
| 		*[x-apple-data-detectors],
 | |
| 
 | |
| 		.unstyle-auto-detected-links *,
 | |
| 		.aBn {
 | |
| 			border-bottom: 0 !important;
 | |
| 			cursor: default !important;
 | |
| 			color: inherit !important;
 | |
| 			text-decoration: none !important;
 | |
| 			font-size: inherit !important;
 | |
| 			font-family: inherit !important;
 | |
| 			font-weight: inherit !important;
 | |
| 			line-height: inherit !important;
 | |
| 		}
 | |
| 
 | |
| 		.a6S {
 | |
| 			display: none !important;
 | |
| 			opacity: 0.01 !important;
 | |
| 		}
 | |
| 
 | |
| 		.im {
 | |
| 			color: inherit !important;
 | |
| 		}
 | |
| 
 | |
| 		/* CUSTOMAN */
 | |
| 		.text-address {
 | |
| 			margin: .25rem 0 1rem 0 !important;
 | |
| 			font-size: 13px !important;
 | |
| 		}
 | |
| 
 | |
| 		.text-help {
 | |
| 			margin-bottom: .85rem !important;
 | |
| 			font-size: 11px !important;
 | |
| 			color: #6d7d89 !important;
 | |
| 		}
 | |
| 
 | |
| 		.td-footer {
 | |
| 			text-align: center !important;
 | |
| 		}
 | |
| 
 | |
| 		.td-help {
 | |
| 			text-align: center !important;
 | |
| 			/* padding-right: 1.5rem !important; */
 | |
| 		}
 | |
| 
 | |
| 		.tbl-footer {
 | |
| 			margin: auto !important;
 | |
| 		}
 | |
| 
 | |
| 		img.g-img+div {
 | |
| 			display: none !important;
 | |
| 		}
 | |
| 
 | |
| 		@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
 | |
| 			u~div .email-container {
 | |
| 				min-width: 320px !important;
 | |
| 			}
 | |
| 		}
 | |
| 
 | |
| 		@media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
 | |
| 			u~div .email-container {
 | |
| 				min-width: 375px !important;
 | |
| 			}
 | |
| 		}
 | |
| 
 | |
| 		@media only screen and (min-device-width: 414px) {
 | |
| 			u~div .email-container {
 | |
| 				min-width: 414px !important;
 | |
| 			}
 | |
| 		}
 | |
| 
 | |
| 		.primary {
 | |
| 			background: #f26e6f !important;
 | |
| 		}
 | |
| 
 | |
| 		.bg_white {
 | |
| 			background: #ffffff !important;
 | |
| 		}
 | |
| 
 | |
| 		.bg_light {
 | |
| 			background: #fafafa !important;
 | |
| 		}
 | |
| 
 | |
| 		.bg_muted {
 | |
| 			background: #ededed !important;
 | |
| 		}
 | |
| 
 | |
| 		.bg_black {
 | |
| 			background: #000000 !important;
 | |
| 		}
 | |
| 
 | |
| 		.bg_dark {
 | |
| 			background: rgba(0, 0, 0, .8) !important;
 | |
| 		}
 | |
| 
 | |
| 		.email-section {
 | |
| 			padding: 1.5em !important;
 | |
| 		}
 | |
| 
 | |
| 		.btn {
 | |
| 			padding: 10px 15px !important;
 | |
| 			display: inline-block !important;
 | |
| 		}
 | |
| 
 | |
| 		.btn.btn-primary {
 | |
| 			border-radius: 5px !important;
 | |
| 			background: #f26e6f !important;
 | |
| 			color: #ffffff !important;
 | |
| 		}
 | |
| 
 | |
| 		.btn.btn-white {
 | |
| 			border-radius: 5px !important;
 | |
| 			background: #ffffff !important;
 | |
| 			color: #000000 !important;
 | |
| 		}
 | |
| 
 | |
| 		.btn.btn-white-outline {
 | |
| 			border-radius: 5px !important;
 | |
| 			background: transparent !important;
 | |
| 			border: 1px solid #fff !important;
 | |
| 			color: #fff !important;
 | |
| 		}
 | |
| 
 | |
| 		.btn.btn-black-outline {
 | |
| 			border-radius: 0px !important;
 | |
| 			background: transparent !important;
 | |
| 			border: 2px solid #000 !important;
 | |
| 			color: #000 !important;
 | |
| 			font-weight: 700 !important;
 | |
| 		}
 | |
| 
 | |
| 		h1,
 | |
| 		h2,
 | |
| 		h3,
 | |
| 		h4,
 | |
| 		h5,
 | |
| 		h6 {
 | |
| 			font-family: 'PoppinsRegular', sans-serif !important;
 | |
| 			color: #212B36 !important;
 | |
| 			margin-top: 0 !important;
 | |
| 			font-weight: 400 !important;
 | |
| 		}
 | |
| 
 | |
| 		body {
 | |
| 			font-family: 'PoppinsRegular', sans-serif !important;
 | |
| 			font-weight: 400 !important;
 | |
| 			font-size: 15px !important;
 | |
| 			line-height: 1.8 !important;
 | |
| 			color: rgba(0, 0, 0, .4) !important;
 | |
| 		}
 | |
| 
 | |
| 		a {
 | |
| 			color: #f26e6f !important;
 | |
| 		}
 | |
| 
 | |
| 		.logo h1 {
 | |
| 			margin: 0 !important;
 | |
| 		}
 | |
| 
 | |
| 		.logo h1 a {
 | |
| 			color: #f26e6f !important;
 | |
| 			font-size: 24px !important;
 | |
| 			font-weight: 700 !important;
 | |
| 			font-family: 'PoppinsRegular', sans-serif !important;
 | |
| 		}
 | |
| 
 | |
| 		.hero {
 | |
| 			position: relative !important;
 | |
| 			z-index: 0 !important;
 | |
| 		}
 | |
| 
 | |
| 		.hero .text {
 | |
| 			color: rgba(0, 0, 0, .3) !important;
 | |
| 		}
 | |
| 
 | |
| 		.hero .text h2 {
 | |
| 			color: #000 !important;
 | |
| 			font-size: 40px !important;
 | |
| 			margin-bottom: 0 !important;
 | |
| 			font-weight: 400 !important;
 | |
| 			line-height: 1.4 !important;
 | |
| 		}
 | |
| 
 | |
| 		.hero .text h3 {
 | |
| 			font-size: 24px !important;
 | |
| 			font-weight: 300 !important;
 | |
| 		}
 | |
| 
 | |
| 		.hero .text h2 span {
 | |
| 			font-weight: 600 !important;
 | |
| 			color: #f26e6f !important;
 | |
| 		}
 | |
| 
 | |
| 		.heading-section {}
 | |
| 
 | |
| 		.heading-section h2 {
 | |
| 			color: #000000 !important;
 | |
| 			font-size: 28px !important;
 | |
| 			margin-top: 0 !important;
 | |
| 			line-height: 1.4 !important;
 | |
| 			font-weight: 400 !important;
 | |
| 		}
 | |
| 
 | |
| 		.heading-section .subheading {
 | |
| 			margin-bottom: 20px !important;
 | |
| 			display: inline-block !important;
 | |
| 			font-size: 13px !important;
 | |
| 			text-transform: uppercase !important;
 | |
| 			letter-spacing: 2px !important;
 | |
| 			color: rgba(0, 0, 0, .4) !important;
 | |
| 			position: relative !important;
 | |
| 		}
 | |
| 
 | |
| 		.heading-section .subheading::after {
 | |
| 			position: absolute !important;
 | |
| 			left: 0 !important;
 | |
| 			right: 0 !important;
 | |
| 			bottom: -10px !important;
 | |
| 			content: '' !important;
 | |
| 			width: 100% !important;
 | |
| 			height: 2px !important;
 | |
| 			background: #f26e6f !important;
 | |
| 			margin: 0 auto !important;
 | |
| 		}
 | |
| 
 | |
| 		.heading-section-white {
 | |
| 			color: rgba(255, 255, 255, .8) !important;
 | |
| 		}
 | |
| 
 | |
| 		.heading-section-white h2 {
 | |
| 			/* font-family: line-height: 1 !important; */
 | |
| 			padding-bottom: 0 !important;
 | |
| 		}
 | |
| 
 | |
| 		.heading-section-white h2 {
 | |
| 			color: #ffffff !important;
 | |
| 		}
 | |
| 
 | |
| 		.heading-section-white .subheading {
 | |
| 			margin-bottom: 0 !important;
 | |
| 			display: inline-block !important;
 | |
| 			font-size: 13px !important;
 | |
| 			text-transform: uppercase !important;
 | |
| 			letter-spacing: 2px !important;
 | |
| 			color: rgba(255, 255, 255, .4) !important;
 | |
| 		}
 | |
| 
 | |
| 		ul.social {
 | |
| 			padding: 0 !important;
 | |
| 		}
 | |
| 
 | |
| 		ul.social li {
 | |
| 			display: inline-block !important;
 | |
| 			margin-right: 10px !important;
 | |
| 		}
 | |
| 
 | |
| 		.footer {
 | |
| 			/* border-top: 1px solid rgba(0, 0, 0, .05) !important; */
 | |
| 			color: rgba(0, 0, 0, .5) !important;
 | |
| 		}
 | |
| 
 | |
| 		.footer .heading {
 | |
| 			color: #000 !important;
 | |
| 			font-size: 20px !important;
 | |
| 		}
 | |
| 
 | |
| 		.footer ul {
 | |
| 			margin: 0 !important;
 | |
| 			padding: 0 !important;
 | |
| 		}
 | |
| 
 | |
| 		.footer ul li {
 | |
| 			list-style: none !important;
 | |
| 			margin-bottom: 10px !important;
 | |
| 		}
 | |
| 
 | |
| 		.footer ul li a {
 | |
| 			color: rgba(0, 0, 0, 1) !important;
 | |
| 		}
 | |
| 
 | |
| 		@media screen and (max-width: 500px) {}
 | |
| 	</style>
 | |
| </head>
 | |
| 
 | |
| <body width="100%" style="margin: 0; padding: 0 !important; mso-line-height-rule: exactly; background-color: #f1f1f1;">
 | |
| 	<center style="width: 100%; background-color: #f1f1f1;">
 | |
| 		<div style="max-width: 710px; margin: 0 auto;" class="email-container">
 | |
| 			<!-- BEGIN BODY -->
 | |
| 			<table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"
 | |
| 				style="margin: auto; background-color: #f8f8f8">
 | |
| 				<tr>
 | |
| 					<td valign="top" class="" style=" padding: 1em 2.5em 0 2.5em;">
 | |
| 						<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
 | |
| 							<tr>
 | |
| 								<td class="logo" style="text-align: center;">
 | |
| 									<img src="../assets/img/logo-red-brandnew.png" width="140px" alt="">
 | |
| 								</td>
 | |
| 							</tr>
 | |
| 						</table>
 | |
| 					</td>
 | |
| 				</tr>
 | |
| 
 | |
| 				<td>
 | |
| 					<div class="text"
 | |
| 						style="padding: 1.5rem 1rem; text-align: left; background-color: #fff; margin: 0 1.5rem; border: 1px solid #e4e4e4; border-top: 4px solid #f26e6f;">
 | |
| 						<h4 style="font-size: 14x; color: #212B36">Hello <%= pic_name %>,</h4>
 | |
| 						<h4 style="font-size: 14x; color: #212B36">
 | |
| 							Vehicle <%= v_nopol %> with driver <%= da_name %> (<%= da_phone %>) has entering zone:
 | |
| 						</h4>
 | |
| 						<table style="font-size: 14x; color: #212B36">
 | |
| 							<tbody>
 | |
| 								<tr>
 | |
| 									<th>Zone</th>
 | |
| 									<td>
 | |
| 										<%= z_name %>
 | |
| 									</td>
 | |
| 								</tr>
 | |
| 								<tr>
 | |
| 									<th>Type</th>
 | |
| 									<td>
 | |
| 										<%= z_type_name %>
 | |
| 									</td>
 | |
| 								</tr>
 | |
| 								<tr>
 | |
| 									<th>Workflow Type</th>
 | |
| 									<td>
 | |
| 										<%= z_workflow_name %>
 | |
| 									</td>
 | |
| 								</tr>
 | |
| 								<tr>
 | |
| 									<th>Ship-To Code</th>
 | |
| 									<td>
 | |
| 										<%= shiptocode %>
 | |
| 									</td>
 | |
| 								</tr>
 | |
| 								<tr>
 | |
| 									<th>Address</th>
 | |
| 									<td>
 | |
| 										<%= z_fulladdress %>
 | |
| 									</td>
 | |
| 								</tr>
 | |
| 							</tbody>
 | |
| 						</table>
 | |
| 						<h4 style="font-size: 14x; color: #212B36">
 | |
| 							Butuh bantuan ? Segera hubungi layanan pelanggan Bonceng di <%= cs_phone %> atau email ke
 | |
| 								<%= cs_mail %>.
 | |
| 						</h4>
 | |
| 						<h4 style="font-size: 14x; color: #212B36">
 | |
| 							Email ini dibuat secara otomatis. Mohon tidak mengirimkan balasan ke email ini.
 | |
| 						</h4>
 | |
| 					</div>
 | |
| 				</td>
 | |
| 
 | |
| 				<!-- end tr -->
 | |
| 				<!-- 1 Column Text + Button : END -->
 | |
| 				<tr>
 | |
| 					<td class="td-help">
 | |
| 						<h4 class="text-help">
 | |
| 							Butuh bantuan? hubungi kami:
 | |
| 							<a href="mailto:<%= cs_mail %>">
 | |
| 								<%= cs_mail %>
 | |
| 							</a>
 | |
| 						</h4>
 | |
| 					</td>
 | |
| 				</tr>
 | |
| 			</table>
 | |
| 			<table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"
 | |
| 				class="tbl-footer">
 | |
| 				<tr>
 | |
| 					<td valign="middle" class="bg_muted footer email-section">
 | |
| 						<table>
 | |
| 							<tr>
 | |
| 								<td valign="center" style="">
 | |
| 									<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
 | |
| 										<tr>
 | |
| 											<td class="td-footer">
 | |
| 												<img src="../assets/img/logo_footer.png" width="140px" alt="">
 | |
| 												<p class="text-address">
 | |
| 													<%= cs_addr %>
 | |
| 												</p>
 | |
| 												<a href="https://www.instagram.com/bonceng.id/">
 | |
| 													<img src="../assets/img/instagram_ico.png" width="32px" alt="">
 | |
| 												</a>
 | |
| 												<a href="https://twitter.com/Boncengid">
 | |
| 													<img src="../assets/img/twitter_ico.png" width="32px" alt=""
 | |
| 														style="margin: 0 1.25rem">
 | |
| 												</a>
 | |
| 												<a href="https://www.facebook.com/Boncengid-439789016427052/">
 | |
| 													<img src="../assets/img/facebook_ico.png" width="32px" alt="">
 | |
| 												</a>
 | |
| 											</td>
 | |
| 										</tr>
 | |
| 									</table>
 | |
| 								</td>
 | |
| 							</tr>
 | |
| 						</table>
 | |
| 					</td>
 | |
| 				</tr>
 | |
| 			</table>
 | |
| 		</div>
 | |
| 	</center>
 | |
| </body>
 | |
| 
 | |
| </html> | 
