示例#1
0
<?php

$back_names[] = "usermng_php";
$back_names[] = "user_registration_php";
$usermng = new usermng();
$js_functions[] = $usermng->show_js();
$string_out .= "<div id='action_buttons' class='divactionbuttons'></div>";
$string_out .= "\n\n<div class='bigblock' id='bigblock'>\n<div class='bigblockcontent' id='bigblockcontent'>\n<div align ='center'>Для регистрации в системе необходимо заполнить форму :</div>\n" . $usermng->show_new_user_form() . "\n</div>\n</div>";