<%= $this->Person->NameAndTitle %>

<%% if ($this->Page->lang == "pl") { echo 'Informacje kontaktowe'; } elseif ($this->Page->lang == "en") { echo 'Contact info'; } %>

  • e-mail: <%= $this->Person->email %>
  • <%% if ($this->Person->phone_no != "") { echo "
  • "; if ($this->Page->lang == "pl") {echo 'tel.';} elseif ($this->Page->lang == "en") {echo 'phone no.'; } echo ": ".$this->Person->phone_no."
  • "; } %> <%% if ($this->Person->mobile_phone_no != "") { echo "
  • "; if ($this->Page->lang == "pl") {echo 'tel. kom.';} elseif ($this->Page->lang == "en") {echo 'mobile no.'; } echo ": ".$this->Person->mobile_phone_no."
  • "; } %> <%% if ($this->Person->fax_no != "") echo "
  • fax: ".$this->Person->fax_no."
  • "; %> <%% if ($this->Person->address != "") { echo "
  • "; if ($this->Page->lang == "pl") {echo 'adres';} elseif ($this->Page->lang == "en") {echo 'address'; } echo ": ".$this->Person->address."
  • "; } %>

Status

  • <%= $this->Data %>

<%% if (strlen(trim($this->Person->biogram)) > 0) echo '

Biogram

'.$this->Person->biogram.'
';%>

<%% if ($this->Page->lang == "pl") { echo 'Zainteresowania naukowe'; } elseif ($this->Page->lang == "en") { echo 'Interests'; } %>

  • <%= $this->Data %>

<%% if ($this->Page->lang == "pl") { echo 'Prowadzone zajęcia'; } elseif ($this->Page->lang == "en") { echo 'Classes'; } %>

  • <%= $this->Data->Class->name %> – <%= KClass::$_group_names[$this->Data->Class->group_id] %>
  • <%= $this->Data['day'] %>, <%= $this->Data['hours'] %>, <%= $this->Data['place'] %> <%= ($this->Data['notes']!='')?' ('.$this->Data['notes'].')':'' %>
  • (brak)

<%% if ($this->Page->lang == "pl") { echo 'Książki'; } elseif ($this->Page->lang == "en") { echo 'Books'; } %>

<%= $this->Data->getDescription(true, true) %>
(brak)

<%% if ($this->Page->lang == "pl") { echo 'Artykuły i inne publikacje'; } elseif ($this->Page->lang == "en") { echo 'Papers and other publications'; } %>

  • <%= $this->Data->getDescription(true, true) %>
  • (brak)