134 $lng->loadLanguageModule(
"certificate");
135 return $lng->txt(
"certificate_file_basename").
".pdf";
150 "USER_LOGIN" => $lng->txt(
"certificate_ph_login"),
151 "USER_FULLNAME" => $lng->txt(
"certificate_ph_fullname"),
152 "USER_FIRSTNAME" => $lng->txt(
"certificate_ph_firstname"),
153 "USER_LASTNAME" => $lng->txt(
"certificate_ph_lastname"),
154 "USER_TITLE" => $lng->txt(
"certificate_ph_title"),
155 "USER_SALUTATION" => $lng->txt(
"certificate_ph_salutation"),
156 "USER_BIRTHDAY" => $lng->txt(
"certificate_ph_birthday"),
157 "USER_INSTITUTION" => $lng->txt(
"certificate_ph_institution"),
158 "USER_DEPARTMENT" => $lng->txt(
"certificate_ph_department"),
159 "USER_STREET" => $lng->txt(
"certificate_ph_street"),
160 "USER_CITY" => $lng->txt(
"certificate_ph_city"),
161 "USER_ZIPCODE" => $lng->txt(
"certificate_ph_zipcode"),
162 "USER_COUNTRY" => $lng->txt(
"certificate_ph_country"),
163 "USER_MATRICULATION" => $lng->txt(
"certificate_ph_matriculation")
166 if($a_enable_last_access)
168 $vars[
"USER_LASTACCESS"] = $lng->txt(
"certificate_ph_lastaccess");
171 $vars[
"DATE"] = $lng->txt(
"certificate_ph_date");
172 $vars[
"DATETIME"] = $lng->txt(
"certificate_ph_datetime");
174 if($a_enable_completion_date)
176 $vars[
"DATE_COMPLETED"] = $lng->txt(
"certificate_ph_date_completed");
177 $vars[
"DATETIME_COMPLETED"] = $lng->txt(
"certificate_ph_datetime_completed");
214 if($a_enable_last_access)
222 if($a_enable_completion_date)
250 if (strlen($a_user_data[
"gender"]))
252 $salutation = $lng->txt(
"salutation_" . $a_user_data[
"gender"]);
256 if($a_user_data[
"birthday"])
261 $country = $a_user_data[
"sel_country"];
264 $lng->loadLanguageModule(
"meta");
265 $country = $lng->txt(
"meta_c_".$country);
269 $country = $a_user_data[
"country"];
274 "USER_FULLNAME" =>
ilUtil::prepareFormOutput(trim($a_user_data[
"title"] .
" " . $a_user_data[
"firstname"] .
" " . $a_user_data[
"lastname"])),
298 if($a_completion_date)
320 $a_object_id = $this->
object->getId();
322 include_once
"Services/Tracking/classes/class.ilLPStatus.php";
334 return $a_params[
"user_id"];