headMeta()->appendHttpEquiv( 'Content-Type', 'text/html; charset=utf-8' ) ->appendHttpEquiv('expires', 'Wed, 26 Feb 1997 08:21:57 GMT') ->appendHttpEquiv('pragma', 'no-cache') ->appendHttpEquiv('Cache-Control', 'no-cache') ->appendName('author', 'Daniel Schlichtholz') ->appendName('robots', 'noindex,nofollow'); $this->headScript()->appendFile( $this->baseUrl('/js/jquery/jquery.min.js'), 'text/javascript' ); $this->headScript()->appendFile( $this->baseUrl('/js/jquery/jquery-ui.min.js'), 'text/javascript' ); $this->headScript()->appendFile( $this->baseUrl('/js/pwdmeter.js'), 'text/javascript' ); //and the stylesheet for the ui $this->headLink()->appendStylesheet( $this->baseUrl().'/css/msd/jquery' .'/jquery-ui.custom.css' ); $this->headScript()->appendFile( $this->baseUrl('/js/script.js'), 'text/javascript' ); $this->headLink()->appendStylesheet( $this->baseUrl().'/css/msd/style.css' ); $version = new Msd_Version(); ?> doctype();?> MySQLDumper <?php echo $version->getMsdVersion();?> headLink() . "\n"; echo $this->headMeta() . "\n"; echo $this->headScript() . "\n"; ?>


L_INSTALL;?>: L_MSD_VERSION?> getMsdVersion();?>

partial('install/stepIndicator.phtml', $this->stepInfo);?>
layout()->content; ?>