4 include_once
'./Services/COPage/classes/class.ilPageContent.php';
22 'login-form' =>
'login_form',
23 'cas-login-form' =>
'cas_login_form',
24 'shibboleth-login-form' =>
'shib_login_form',
25 'openid-login-form' =>
'openid_login_form',
26 'registration-link' =>
'registration_link',
27 'language-selection' =>
'language_selection',
28 'user-agreement' =>
'user_agreement_link'
54 $this->res_node = $a_node->first_child();
63 function create(&$a_pg_obj, $a_hier_id, $a_pc_id =
"")
67 $lpe = $this->dom->create_element(
'LoginPageElement');
68 $this->res_node = $this->node->append_child($lpe);
80 $this->res_node->set_attribute(
'Type',$a_type);
91 if (is_object($this->res_node))
93 return $this->res_node->get_attribute(
'Type');
102 $this->res_node->set_attribute(
'HorizontalAlign',$a_alignment);
111 if(is_object($this->res_node))
113 return $this->res_node->get_attribute(
'HorizontalAlign');