$column) {
if ($key === 'conference ID' && isset($conferenceId) && $conferenceId === $column) { ?>
-
- 20) ? 'data-toggle="tooltip" title="' . htmlspecialchars($column) . '"' : '' ?>>
- = htmlspecialchars(strlen($column ?? '') > 20 ? substr($column, 0, 20) . '...' : $column ?? '') ?>
-
- |
+
+ 20) ? 'data-toggle="tooltip" title="' . htmlspecialchars($column) . '"' : '' ?>>
+ = htmlspecialchars(strlen($column ?? '') > 20 ? substr($column, 0, 20) . '...' : $column ?? '') ?>
+
+ |
-
- 16) ? 'data-toggle="tooltip" title="' . htmlspecialchars($column) . '"' : '' ?>>
- = htmlspecialchars(strlen($column ?? '') > 16 ? substr($column, 0, 16) . '...' : $column ?? '') ?>
-
- |
+
+ 16) ? 'data-toggle="tooltip" title="' . htmlspecialchars($column) . '"' : '' ?>>
+ = htmlspecialchars(strlen($column ?? '') > 16 ? substr($column, 0, 16) . '...' : $column ?? '') ?>
+
+ |
-
- 20) ? 'data-toggle="tooltip" title="' . htmlspecialchars($column) . '"' : '' ?>>
- = htmlspecialchars(strlen($column ?? '') > 20 ? substr($column, 0, 20) . '...' : $column ?? '') ?>
-
- |
+
+ 20) ? 'data-toggle="tooltip" title="' . htmlspecialchars($column) . '"' : '' ?>>
+ = htmlspecialchars(strlen($column ?? '') > 20 ? substr($column, 0, 20) . '...' : $column ?? '') ?>
+
+ |
-
- 16) ? 'data-toggle="tooltip" title="' . htmlspecialchars($column) . '"' : '' ?>>
- = htmlspecialchars(strlen($column ?? '') > 16 ? substr($column, 0, 16) . '...' : $column ?? '') ?>
-
- |
+
+ 16) ? 'data-toggle="tooltip" title="' . htmlspecialchars($column) . '"' : '' ?>>
+ = htmlspecialchars(strlen($column ?? '') > 16 ? substr($column, 0, 16) . '...' : $column ?? '') ?>
+
+ |
-
- 30) ? 'data-toggle="tooltip" title="' . htmlspecialchars($column) . '"' : '' ?>>
- = htmlspecialchars(strlen($column ?? '') > 30 ? substr($column, 0, 30) . '...' : $column ?? '') ?>
-
- |
+
+ 30) ? 'data-toggle="tooltip" title="' . htmlspecialchars($column) . '"' : '' ?>>
+ = htmlspecialchars(strlen($column ?? '') > 30 ? substr($column, 0, 30) . '...' : $column ?? '') ?>
+
+ |
- = !empty($column) ? date('d M Y H:i:s',strtotime($column)) : 'n/a' ?> |
+ = !empty($column) ? date('d M Y H:i:s',strtotime($column)) : 'n/a' ?> |
= htmlspecialchars($column ?? '') ?> |
-
Time period: = htmlspecialchars($from_time) ?> - = htmlspecialchars($until_time) ?>
+
Time period:
+
+ = $from_time == '0000-01-01' ? 'beginning' : date('d M Y', strtotime($from_time)) ?> - = $until_time == '9999-12-31' ? 'now' : date('d M Y', strtotime($until_time)) ?>
+
+
@@ -76,19 +80,19 @@
if (isset($row['event']) && $row['event'] === 'pair selected') $participant_ip = true;
foreach ($row as $key => $column) {
if ($key === 'conference ID') { ?>
-
- 16) ? 'data-toggle="tooltip" title="' . htmlspecialchars($column) . '"' : '' ?>>
- = htmlspecialchars(strlen($column ?? '') > 16 ? substr($column, 0, 16) . '...' : $column ?? '') ?>
-
- |
+
+ 16) ? 'data-toggle="tooltip" title="' . htmlspecialchars($column) . '"' : '' ?>>
+ = htmlspecialchars(strlen($column ?? '') > 16 ? substr($column, 0, 16) . '...' : $column ?? '') ?>
+
+ |
-
- 16) ? 'data-toggle="tooltip" title="' . htmlspecialchars($column) . '"' : '' ?>>
- = htmlspecialchars(strlen($column ?? '') > 16 ? substr($column, 0, 16) . '...' : $column ?? '') ?>
-
- |
+
+ 16) ? 'data-toggle="tooltip" title="' . htmlspecialchars($column) . '"' : '' ?>>
+ = htmlspecialchars(strlen($column ?? '') > 16 ? substr($column, 0, 16) . '...' : $column ?? '') ?>
+
+ |
= htmlspecialchars($column ?? '') ?> |
@@ -107,7 +111,7 @@
= htmlspecialchars($column ?? '') ?> |
-
= !empty($column) ? date('d M Y H:i:s',strtotime($column)) : 'n/a' ?> |
+
= !empty($column) ? date('d M Y H:i:s',strtotime($column)) : 'n/a' ?> |
= htmlspecialchars($column ?? '') ?> |
= $widget['title'] ?>
-
@@ -16,7 +14,11 @@