'; // date format should just be year $date = $output->get_recorded(); - if ($date == "") { + if (is_null($date) || empty(trim($date))) { $date = $output->get_created(); } echo date('Y', strtotime($date)); @@ -188,6 +218,61 @@ require_once 'includes/header.php';
get_name(); ?> +
+get_count(); ?> +
+get_name(); ?> -
-get_count(); ?> -
-'; - echo ''; - echo $output->get_name(); - echo ''; - echo ' ‐ '; - $djs = $output->get_djs(); - $djCount = 0; - foreach ($djs as $dj) { - echo ''; - echo $dj->getName(); - echo ''; - $djCount++; - if ($djCount < count($djs)) { - echo ', '; - } - } - echo '
'; - echo ''; + echo ''; + echo $output->get_name(); + echo ''; + echo ' ‐ '; + $djs = $output->get_djs(); + $djCount = 0; + foreach ($djs as $dj) { + echo ''; + echo $dj->getName(); + echo ''; + $djCount++; + if ($djCount < count($djs)) { + echo ', '; } + } + echo '
'; + echo '
+
+
+
+
+ Category + | ++ Examples + | ++ Collected + | +
+
+ A. Identifiers
+
+ |
+
+
+ Contact details, such as real name, alias, postal address, telephone or mobile contact number, unique personal identifier, online identifier, Internet Protocol address, email address, and account name
+
+ |
+
+
+
+
+
+
+
+ |
+
+
+ B. Personal information as defined in the California Customer Records statute
+
+ |
+
+
+ Name, contact information, education, employment, employment history, and financial information
+
+ |
+
+
+
+
+
+
+
+ |
+
+
+
+ |
+
+
+ Gender, age, date of birth, race and ethnicity, national origin, marital status, and other demographic data
+
+ |
+
+
+
+
+
+
+
+ |
+
+
+
+ |
+
+
+ Transaction information, purchase history, financial details, and payment information
+
+ |
+
+
+
+
+
+
+
+ |
+
+
+
+ |
+
+
+ Fingerprints and voiceprints
+
+ |
+
+
+
+
+
+
+
+ |
+
+
+
+ |
+
+
+ Browsing history, search history, online
+ |
+
+
+
+
+
+
+
+ |
+
+
+
+ |
+
+
+ Device location
+
+ |
+
+
+
+
+
+
+
+ |
+
+
+
+ |
+
+
+ Images and audio, video or call recordings created in connection with our business activities
+
+ |
+
+
+
+
+
+
+
+ |
+
+
+
+ |
+
+
+ Business contact details in order to provide you our Services at a business level or job title, work history, and professional qualifications if you apply for a job with us
+
+ |
+
+
+
+
+
+
+
+ |
+
+
+
+ |
+
+
+ Student records and directory information
+
+ |
+
+
+
+
+
+
+
+ |
+
+
+
+ |
+
+
+ Inferences drawn from any of the collected personal information listed above to create a profile or summary about, for example, an individual’s preferences and characteristics
+
+ |
+
+
+
+
+
+
+
+ |
+
+ |
+
+ |
+
+
+
+
+
+
+
+ |
+