66 switch ($serviceErrorCode):
69 require_once(
'hcuPreContent.i');
71 <div
class=
'col-xs-12 col-md-8 col-lg-6'>
72 <div
class=
'k-block k-error-colored hcu-error-margin'>
73 <div
class=
"k-shadow k-header">
74 <span>Digital
Banking Error</span>
76 <div
class=
'hcu-error-padding'>
77 <span>{$serviceErrorMsg}</span>
82 require_once(
'hcuPostContent.i');
90 if (!is_array($HB_ENV)) {
92 } elseif (!array_key_exists(
'cloudfrontDomainName', $HB_ENV) || !array_key_exists(
'homecuKendoVersion', $HB_ENV)) {
95 if ($noBrand ||
true) {
96 print
"<!DOCTYPE HTML> 99 <title>Digital Banking Error</title> 102 <div class='col-xs-12 col-md-8 col-lg-6'> 103 <div class='k-block k-error-colored hcu-error-margin'> 104 <div class='k-shadow k-header'> 105 <span>Digital Banking Error</span> 108 <div class='hcu-error-padding'> 109 <span>The system is temporarily unavailable.</span> 113 <span>Please try back in a few minutes.</span> 117 <span>$serviceErrorMsg</span> 124 print <<< printErrorPage
125 <?xml version=
"1.0"?><!DOCTYPE html>
126 <html xmlns=
"http://www.w3.org/1999/xhtml" xml:lang=
"en" lang=
"en">
128 <title>Digital
Banking Error</title>
129 <!-- <meta charset=
"ISO-8859-1"/> -->
130 <meta name=
"robots" content=
"noindex,nofollow" />
131 <meta http-equiv=
"X-UA-Compatible" content=
"IE=11; IE=10; IE=9; IE=8;" />
133 <link href=
'https://{$HB_ENV['cloudfrontDomainName
']}/homecu/css/KendoUI/{$HB_ENV['homecuKendoVersion
']}/kendo.common.min.css' rel=
'stylesheet'/>
134 <link href=
'https://{$HB_ENV['cloudfrontDomainName
']}/homecu/css/KendoUI/{$HB_ENV['homecuKendoVersion
']}/kendo.uniform.min.css' rel=
'stylesheet'/>
135 <script type=
'text/javascript' src=
'https://{$HB_ENV['cloudfrontDomainName
']}/jquery/js/jquery-1.10.2.min.js.jgz'></script>
136 <script src=
'https://{$HB_ENV['cloudfrontDomainName
']}/homecu/js/KendoUI/{$HB_ENV['homecuKendoVersion
']}/kendo.custom.min.js.jgz'></script>
139 <div
class=
'col-xs-12 col-md-8 col-lg-6'>
140 <div
class=
"k-block k-error-colored hcu-error-margin">
141 <div
class=
'k-shadow k-header'>
142 <span>Digital
Banking Error</span>
145 <div
class=
'hcu-error-padding'>
146 <span>The system is temporarily unavailable.</span>
148 <span>Please
try back in a few minutes.</span>
161 require_once(
'hcuPostContent.i');
166 require_once(
'hcuPreContent.i');
168 <div
class=
"col-xs-12 col-md-8 col-lg-6">
169 <div
class=
"k-block k-error-colored hcu-error-margin">
170 <div
class=
"k-shadow k-header">
171 <span><?php echo $MC->msg(
'Unable to load', HCU_DISPLAY_AS_HTML); ?></span>
174 <div
class=
"hcu-error-padding">
175 <span><?php echo
"{$MC->msg('Credit Union responded', HCU_DISPLAY_AS_HTML)} : {$HB_ENV['packetStatus']['reason']} ({$HB_ENV['packetStatus']['status']})"; ?></span>
177 <span><?php echo $MC->msg(
'Please try again later', HCU_DISPLAY_AS_HTML); ?></span>
182 require_once(
'hcuPostContent.i');
186 require_once(
'hcuPreContent.i');
188 <div
class=
"col-xs-12 col-md-8 col-lg-6">
189 <div
class=
"k-block k-info-colored hcu-info-margin">
190 <div
class=
"k-shadow k-header">
191 <span><?php echo $MC->msg(
'Feature Unavailable', HCU_DISPLAY_AS_HTML); ?></span>
194 <div
class=
"hcu-info-padding">
195 <span><?php echo $serviceErrorMsg; ?></span>
200 require_once(
'hcuPostContent.i');
205 <div
class=
"col-xs-12 col-md-8 col-lg-6">
206 <div
class=
"k-block k-info-colored hcu-info-margin">
207 <div
class=
"k-shadow k-header">
208 <span><?php echo ($serviceErrorTitle ==
"" ? $MC->msg(
'Feature Unavailable', HCU_DISPLAY_AS_HTML) : $serviceErrorTitle); ?></span>
211 <div
class=
"hcu-info-padding">
212 <span><?php echo $serviceErrorMsg; ?></span>
216 <button type=
"button" class=
"k-button" onClick=
"window.close()">
217 <span
class=
"k-icon k-i-close btn-icon-custom"></span>
218 <?php echo $MC->msg(
'Close Window', HCU_DISPLAY_AS_HTML) ?>
228 if (is_array( $serviceErrorMsgs ) ) {
229 $serviceErrorString = implode(
"<br />", $serviceErrorMsgs );
231 $serviceErrorString = $serviceErrorMsgs;
234 <div
class=
"col-xs-12 col-md-8 col-lg-6">
235 <div
class=
"k-block k-info-colored hcu-info-margin">
236 <div
class=
"k-shadow k-header">
237 <span><?php echo ($serviceErrorTitle ==
"" ? $MC->msg(
'Error Occurred', HCU_DISPLAY_AS_HTML) : $serviceErrorTitle); ?></span>
240 <div
class=
"hcu-info-padding">
241 <span><?php echo $serviceErrorString; ?></span>
252 require_once(
'hcuPreContent.i');
259 <title>Digital
Banking Error</title>
261 <meta http-equiv=
"Content-Type" content=
"text/html; charset=UTF-8"/>
262 <meta http-equiv=
"X-UA-Compatible" content=
"IE=edge"/>
263 <meta name=
"viewport" content=
"width=device-width, initial-scale=1" />
267 background-color: #EFEFEF;
270 margin:
auto !important;
272 -webkit-border-radius: 5px;
273 -moz-border-radius: 5px;
283 border-top: 2px solid;
284 border-bottom: 2px solid #333;
285 border-color: rgba(51, 51, 51, .4);
286 margin:
auto !important;
287 display:
inline-block;
293 .return-section button {
294 -webkit-border-radius: 10px;
295 -moz-border-radius: 10px;
299 border-color: #26B336;
300 padding: 5px 20px 5px 20px;
301 text-decoration: none;
305 @media (min-width: 768px) {
312 function ReturnToPage() {
313 document.location =
'http://www.google.com';
318 <div
class=
"error-content">
320 <div
class=
"page-title">
321 <div
class=
"title-caption">
332 We have logged the error and an engineer will look in to it.
336 Return to your product here
338 <div
class=
"return-section">
339 <button
id=
"btnReturn" name=
"btnReturn" onClick=
"ReturnToPage();">Return</button>
350 header(
"HTTP/1.0 404 Not Found");
352 ?><!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
355 <meta name=
"robots" content=
"noindex, nofollow">
356 <title>404 Page Not Found</title>
360 <h1>Page Not found</h1>
361 <p>The page you have looked
for does not exist.