56 $this->CachedMultyFS =
get_package(
'cached_multy_fs' ,
'last' , __FILE__ );
57 $this->Security =
get_package(
'security' ,
'last' , __FILE__ );
58 $this->String =
get_package(
'string' ,
'last' , __FILE__ );
92 $Settings->set_undefined(
'waiting' ,
'false' );
93 $Settings->set_undefined(
'text' ,
'no_text' );
94 $Settings->set_undefined(
'raw_text' ,
'' );
95 $Settings->set_undefined(
'confirm_string' ,
'no_text' );
97 $FileName = $Settings->get_setting(
'tpl' ,
'std' );
98 $Code = $this->CachedMultyFS->get_template( __FILE__ , $FileName.
'.tpl' );
100 return( $this->String->print_record( $Code , $Settings->get_raw_settings() ) );
102 catch( Exception $e )
134 $Settings->set_undefined(
'text' ,
'submit' );
135 $Settings->set_undefined(
'waiting' ,
'false' );
136 $Settings->set_undefined(
'text' ,
'no_text' );
137 $Settings->set_undefined(
'raw_text' ,
'' );
138 $Settings->set_undefined(
'confirm_string' ,
'no_text' );
140 $Code = $this->CachedMultyFS->get_template( __FILE__ ,
'submit0.tpl' );
142 return( $this->String->print_record( $Code , $Settings->get_raw_settings() ) );
144 catch( Exception $e )