_etag('i18n', 'install.database.test');
?>
" />
<?php 
if ($ppo->valid) {
    ?>
<input type="submit" id="record" name="btn"
    value="<?php 
    _etag('i18n', 'install.database.save');
    ?>
" />
<?php 
}
?>
</form>
<a href="<?php 
echo CopixURL::get("admin||");
?>
"> <input type="button" value="<?php 
_eTag('i18n', "copix:common.buttons.back");
?>
" /></a>

<?php 
_etag('copixtips', array('warning' => $ppo->importantTips, 'tips' => $ppo->tips, 'titlei18n' => 'install.tips.title'));
?>

<?php 
_eTag('mootools');
$jsCode = "\n\nwindow.addEvent('domready', function () {\n    \$\$('.bdd input,.bdd select').each(function (el) {\n        el.addEvent('change',function () {\n            \$('record').setStyle('display','none');\n        });\n    });\n});\n\n";
CopixHTMLHeader::addJSCode($jsCode);
 public function getDownloadUrl()
 {
     $url = CopixURL::get('malle|default|doDownloadFile', array('id' => $this->malle, 'file' => $this->id));
     return $url;
 }
 /**
  * Retourne le lien de téléchargement du fichier
  *
  * @return string Lien de téléchargement
  */
 public function getDownloadUrl()
 {
     $url = CopixURL::get('classeur||telechargerFichier', array('classeurId' => $this->classeur_id, 'fichierId' => $this->id));
     return $url;
 }