You've already forked joomla_test
first commit
This commit is contained in:
@ -0,0 +1,43 @@
|
||||
<?php
|
||||
/**
|
||||
* @package Joomla.Administrator
|
||||
* @subpackage com_joomlaupdate
|
||||
*
|
||||
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
|
||||
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
||||
*/
|
||||
|
||||
defined('_JEXEC') or die;
|
||||
|
||||
?>
|
||||
|
||||
<p class="nowarning"><?php echo JText::_('COM_JOOMLAUPDATE_VIEW_UPDATE_INPROGRESS') ?></p>
|
||||
<div class="joomlaupdate_spinner" ></div>
|
||||
|
||||
<div id="update-progress">
|
||||
<div id="extprogress">
|
||||
<div class="extprogrow">
|
||||
<?php
|
||||
echo JHtml::_(
|
||||
'image', 'media/bar.gif', JText::_('COM_JOOMLAUPDATE_VIEW_PROGRESS'),
|
||||
array('class' => 'progress', 'id' => 'progress'), true
|
||||
); ?>
|
||||
</div>
|
||||
<div class="extprogrow">
|
||||
<span class="extlabel"><?php echo JText::_('COM_JOOMLAUPDATE_VIEW_UPDATE_PERCENT'); ?></span>
|
||||
<span class="extvalue" id="extpercent"></span>
|
||||
</div>
|
||||
<div class="extprogrow">
|
||||
<span class="extlabel"><?php echo JText::_('COM_JOOMLAUPDATE_VIEW_UPDATE_BYTESREAD'); ?></span>
|
||||
<span class="extvalue" id="extbytesin"></span>
|
||||
</div>
|
||||
<div class="extprogrow">
|
||||
<span class="extlabel"><?php echo JText::_('COM_JOOMLAUPDATE_VIEW_UPDATE_BYTESEXTRACTED'); ?></span>
|
||||
<span class="extvalue" id="extbytesout"></span>
|
||||
</div>
|
||||
<div class="extprogrow">
|
||||
<span class="extlabel"><?php echo JText::_('COM_JOOMLAUPDATE_VIEW_UPDATE_FILESEXTRACTED'); ?></span>
|
||||
<span class="extvalue" id="extfiles"></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
@ -0,0 +1 @@
|
||||
<!DOCTYPE html><title></title>
|
Reference in New Issue
Block a user