示例#1
0
			title="<?php 
echo JText::_('CONFIG_LABEL_BROWSE');
?>
"
			href="<?php 
echo JURI::base();
?>
index.php?option=com_joomlapack&amp;view=browser&amp;format=raw"
			rel="{handler: 'iframe', size: {x: 620, y: 400}}"><?php 
echo JText::_('CONFIG_LABEL_BROWSE');
?>
</a>
		</span></td>
	</tr>
	<?php 
JoomlapackHelperConfig::renderEditBoxRow('CONFIG_LABEL_ARCHIVENAME', 'TarNameTemplate', $this->TarNameTemplate);
?>
	<?php 
JoomlapackHelperConfig::renderSelectionBoxRow('CONFIGEZ_LABEL_SETTINGSMODE', 'settingsmode', $this->settingsmode, $this->settingsmodelist);
?>
	<?php 
JoomlapackHelperConfig::renderSelectionBoxRow('CONFIG_LABEL_LOGLEVEL', 'logLevel', $this->logLevel, $this->actionlogginglist);
?>
</table>

</form>
	<?php 
echo JoomlapackHelperUtils::getFooter();
?>
</div>
示例#2
0
</th>
	</tr>
	<?php 
JoomlapackHelperConfig::renderEditBoxRow('CONFIG_LABEL_MNROWSPERSTEP', 'mnRowsPerStep', $this->mnRowsPerStep);
?>
	<?php 
JoomlapackHelperConfig::renderEditBoxRow('CONFIG_LABEL_MNMAXFRAGMENTSIZE', 'mnMaxFragmentSize', $this->mnMaxFragmentSize);
?>
	<?php 
JoomlapackHelperConfig::renderEditBoxRow('CONFIG_LABEL_MNMAXFRAGMENTFILES', 'mnMaxFragmentFiles', $this->mnMaxFragmentFiles);
?>
	<?php 
JoomlapackHelperConfig::renderEditBoxRow('CONFIG_LABEL_MNARCHIVERCHUNK', 'mnArchiverChunk', $this->mnArchiverChunk);
?>
	<?php 
JoomlapackHelperConfig::renderSelectionBoxRow('CONFIG_LABEL_MNZIPFORCEOPEN', 'mnZIPForceOpen', $this->mnZIPForceOpen);
?>
	<?php 
JoomlapackHelperConfig::renderEditBoxRow('CONFIG_LABEL_MNZIPCOMPRESSIONTHRESHOLD', 'mnZIPCompressionThreshold', $this->mnZIPCompressionThreshold);
?>
	<?php 
JoomlapackHelperConfig::renderEditBoxRow('CONFIG_LABEL_MNZIPDIRREADCHUNK', 'mnZIPDirReadChunk', $this->mnZIPDirReadChunk);
?>
	<?php 
JoomlapackHelperConfig::renderEditBoxRow('CONFIG_LABEL_MNMAXEXECTIMEALLOWED', 'mnMaxExecTimeAllowed', $this->mnMaxExecTimeAllowed);
?>
	<?php 
JoomlapackHelperConfig::renderEditBoxRow('CONFIG_LABEL_MNMINIMUMEXECTIME', 'mnMinimumExectime', $this->mnMinimumExectime);
?>
	<?php 
JoomlapackHelperConfig::renderEditBoxRow('CONFIG_LABEL_MNEXECTIMEBIASPERCENT', 'mnExectimeBiasPercent', $this->mnExectimeBiasPercent);
示例#3
0
    JoomlapackHelperConfig::renderEditBoxRow('CONFIG_LABEL_DIRECTFTP_PORT', 'df_port', $this->df_port);
    ?>
	<?php 
    JoomlapackHelperConfig::renderEditBoxRow('CONFIG_LABEL_DIRECTFTP_USER', 'df_user', $this->df_user);
    ?>
	<?php 
    JoomlapackHelperConfig::renderPasswordBoxRow('CONFIG_LABEL_DIRECTFTP_PASS', 'df_pass', $this->df_pass);
    ?>
	<?php 
    JoomlapackHelperConfig::renderEditBoxRow('CONFIG_LABEL_DIRECTFTP_INITDIR', 'df_initdir', $this->df_initdir);
    ?>
	<?php 
    JoomlapackHelperConfig::renderSelectionBoxRow('CONFIG_LABEL_DIRECTFTP_PASSIVE', 'df_passive', $this->df_passive);
    ?>
	<?php 
    JoomlapackHelperConfig::renderSelectionBoxRow('CONFIG_LABEL_DIRECTFTP_USESSL', 'df_usessl', $this->df_usessl);
    ?>
	<tr>
		<td>&nbsp;</td>
		<td><input type="button" value="<?php 
    echo JText::_('CONFIG_LABEL_DIRECTFTP_TEST');
    ?>
" onclick="testFTPConnection();" /></td>		
	</tr>
</table>
	<?php 
    echo $tabs->endPanel();
    ?>
 <?php 
}
?>