4 include_once
'./Services/COPage/classes/class.ilPageContent.php';
21 'login-form' =>
'login_form',
22 'cas-login-form' =>
'cas_login_form',
23 'shibboleth-login-form' =>
'shib_login_form',
24 'openid-login-form' =>
'openid_login_form',
25 'registration-link' =>
'registration_link',
26 'language-selection' =>
'language_selection',
27 'user-agreement' =>
'user_agreement_link'
53 $this->res_node = $a_node->first_child();
62 function create(&$a_pg_obj, $a_hier_id, $a_pc_id =
"")
66 $lpe = $this->dom->create_element(
'LoginPageElement');
67 $this->res_node = $this->node->append_child($lpe);
79 $this->res_node->set_attribute(
'Type',$a_type);
90 if (is_object($this->res_node))
92 return $this->res_node->get_attribute(
'Type');
101 $this->res_node->set_attribute(
'HorizontalAlign',$a_alignment);
110 if(is_object($this->res_node))
112 return $this->res_node->get_attribute(
'HorizontalAlign');
122 return array(
"ed_insert_login_page_element");