Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/AppServ/www/app/webroot/news/installation1/template/ |
Upload File : |
<?php // no direct access defined( '_JEXEC' ) or die( 'Restricted access' ); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>" > <head> <jdoc:include type="head" /> <link href="template/css/template.css" rel="stylesheet" type="text/css" /> <?php if($this->direction == 'rtl') : ?> <link href="template/css/template_rtl.css" rel="stylesheet" type="text/css" /> <?php endif; ?> <script type="text/javascript" src="../media/system/js/mootools.js"></script> <script type="text/javascript" src="includes/js/installation.js"></script> <script type="text/javascript" src="template/js/validation.js"></script> <script type="text/javascript"> Window.onDomReady(function(){ new Accordion($$('h3.moofx-toggler'), $$('div.moofx-slider'), {onActive: function(toggler, i) { toggler.addClass('moofx-toggler-down'); },onBackground: function(toggler, i) { toggler.removeClass('moofx-toggler-down'); },duration: 300,opacity: false, alwaysHide:true, show: 1}); }); </script> </head> <body> <div id="header1"> <div id="header2"> <div id="header3"> <div id="version"><?php echo JVERSION ?></div> <span><?php echo JText::_('Installation') ?></span> </div> </div> </div> <div id="content-box"> <div id="content-pad"> <jdoc:include type="installation" /> </div> </div> <div id="footer1"> <div id="footer2"> <div id="footer3"></div> </div> </div> <div id="copyright"><a href="http://www.joomla.org" target="_blank">Joomla!</a> <?php echo JText::_('ISFREESOFTWARE') ?> </div> </body> </html>