diff --git a/application/modules/default/views/scripts/dl/index.phtml b/application/modules/default/views/scripts/dl/index.phtml index de28cab37..f4aa4d6d4 100644 --- a/application/modules/default/views/scripts/dl/index.phtml +++ b/application/modules/default/views/scripts/dl/index.phtml @@ -1,475 +1,476 @@ . **/ $helperUserRole = new Backend_View_Helper_UserRole(); $userRoleName = $helperUserRole->userRole(); $fileName = $this->file_name; $lastIndex = strripos($fileName, '.'); $fileExt = ""; if(!empty($lastIndex)) { $fileExt = substr($fileName, $lastIndex+1); } $fileExt = strtoupper($fileExt); $isAppimage = false; if($fileExt == 'APPIMAGE') { $isAppimage = true; } $isExternal = ($this->is_external == "true"); $hasTorrent = ($this->has_torrent == "true" || $this->has_torrent == "1"); $link = ""; if($isExternal) { $link = $this->external_link; } ?> Download/Install
Click button below to follow external link. link_type == 'download') { ?> Download prepared successfully, click the button below to start. Installation prepared successfully, click the button below to start.

project_title ?>

url.'">Please click here'; echo ''; } else { ?>
link_type == 'download') { ?>

*Install things with ocs-url or ocs-store.

For Appimages we recommend AppImageLauncher for system integration

"); } ?>

Download-Progress:


0 of file_size_human ?> | 0%
Peers: 0 | 0/s
Start direct download
link_type == 'download') {?> link_type == 'install') { ?>

*Install things with ocs-url or ocs-store.

link_type == 'download') { ?>

*Install things with ocs-url or ocs-store.

".$link."

"); } if($isAppimage) { echo("

For Appimages we recommend AppImageLauncher for system integration

"); } ?>
This download is made possible by supporters like

settings->client->default; $baseurlStore = $config->baseurl_store; $identity = Zend_Auth::getInstance()->getIdentity(); ?>

Become a Supporter.