32 <title><?php echo SQ_SYSTEM_LONG_NAME ?> - Stalled hipo process </title>
33 <link rel=
"stylesheet" href=
"<?php echo sq_web_path('lib').'/web/css/hipo_reminder.css' ?>" type=
"text/css" />
36 <style type=
"text/css">
39 border-bottom: 5px solid #f1f1f1;
42 .hipo-reminder-warning {
51 <div
class=
"hipo-reminder">
52 <h1><?php echo sq_get_icon(sq_web_path(
'lib').
'/web/images/icons/header/system_config.png', 20, 20,
'Key icon',
'',
'align="absmiddle"') ?> Stalled HIPO Process </h1>
53 <div
class=
"hipo-reminder-body">
55 <p
class=
"hipo-reminder-warning">YOU HAVE STALLED HIPO JOBS</p>
57 <table
class=
"sq-backend-section-table">
59 <tr
class=
"sq-backend-section-heading-container">
61 <table border=
"0" cellpadding=
"0" cellspacing=
"0">
64 <td
class=
"sq-backend-section-heading">Current HIPO Jobs</td>
65 <td><?php echo sq_get_icon(sq_web_path(
'lib').
'/web/images/section_icon.gif', 27, 21,
'Section icon',
'',
'align="absmiddle"') ?></td>
73 <table
class=
"sq-backend-section-table-inner" border=
"0" cellpadding=
"0" cellspacing=
"0">
76 <td
class=
"sq-backend-field sq-backend-field-newline" colspan=
"2">
81 <td
class=
"sq-backend-data sq-backend-data-newline" colspan=
"2">
82 <table
class=
"sq-backend-table">
85 <td
class=
"sq-backend-table-header">Job Type</td>
86 <td
class=
"sq-backend-table-header">Last Updated</td>
87 <td
class=
"sq-backend-table-header" style=
"text-align: center;">Percent Complete</td>
88 <td
class=
"sq-backend-table-header">Code Name</td>
92 require_once SQ_FUDGE_PATH.
'/general/datetime.inc';
94 foreach ($stalled_hipo_array as $job_index => $job_info) {
96 <td
class=
"sq-backend-table-cell" style=
"text-align: left;"><?php echo $job_info[
'job_type']; ?></td>
97 <td
class=
"sq-backend-table-cell" style=
"text-align: left;"><?php echo easy_time_total(strtotime($job_info[
'last_updated']) - $now, TRUE); ?></td>
98 <td
class=
"sq-backend-table-cell" style=
"text-align: center;"><?php echo $job_info[
'percent_done'].
'%'; ?></td>
99 <td
class=
"sq-backend-table-cell" style=
"text-align: left;"><?php echo $job_info[
'code_name']; ?></td>
115 <h2>Continue to HIPO Jobs Screen</h3>
117 <p>Click the <strong>HIPO Herder</strong> button below to proceed to your HIPO Herder or click Logout to exit the system.</p>
120 <table width=
"100%" border=
"0">
123 <form method=
"post" action=
"?backend_section=hipo_herder">
124 <input type=
"submit" value=
"HIPO Herder">
128 <form method=
"post" action=
"?SQ_ACTION=real_logout">
129 <input type=
"submit" value=
"Logout">
138 <div
class=
"hipo-reminder-footer">
139 <a href=
"http://matrix.squiz.net/" target=
"_blank"><?php echo SQ_SYSTEM_LONG_NAME ?></a>