D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
revisium-antivirus
/
views
/
scripts
/
index
/
Filename :
about.phtml
back
Copy
<?php echo $this->renderTabs($this->tabs); ?> <div class="margin-top: 20px;"> <img src="<?php echo pm_Context::getBaseUrl() . 'img/ra_128.png' ?>" style="float: left; margin: -5px 10px 10px 0"> <h3>ImunifyAV ex. Revisium Antivirus v<?php echo $this->version; ?>-<?php echo $this->release; ?>. <span><?php echo $this->license_text; ?></span></h3> <div> <?php echo Modules_RevisiumAntivirus_Locale::lmsg('page.about.label_ext'); ?> <a href="https://docs.imunify360.com/imunifyav/imunifyav_for_plesk/" target="_blank">https://docs.imunify360.com/imunifyav/imunifyav_for_plesk/</a> </div> <div style="margin-top: 10px;"> <?php echo Modules_RevisiumAntivirus_Locale::lmsg('page.about.text_description'); ?> </div> <br> <div class="buttons_pane" style="clear: both"> <p><?php echo Modules_RevisiumAntivirus_Locale::lmsg('page.about.text_update'); ?></p> <span id="btn-send" class="btn action"> <button id="update_tools" onclick="ajaxUpdateTools()"><?php echo Modules_RevisiumAntivirus_Locale::lmsg('settings.field.label.updateNow'); ?></button> <img id="img_progress" src="<?php echo pm_Context::getBaseUrl() . 'img/progressbar.gif' ?>" style="margin: 10px 0 0 -5px; display: none"> </span> </div> <div id="last_updated" style="margin-bottom: 15px"><?php echo $this->last_time_of_update_tools; ?></div> <div class="buttom_block"> <div style="margin: 0 0 40px 0; clear: both; float: left"> <a href="https://docs.imunify360.com/imunifyav/imunifyav_for_plesk/" target="_blank"><img src="<?php echo pm_Context::getBaseUrl() . 'img/splash.png' ?>" style="border-radius: 6px"></a> </div> <div class="about-standart-banner"> <?php echo $this->standart_banner; ?> </div> </div> </div> <script type="text/javascript"> var update_tools_url = '<?php echo $this->update_tools_url; ?>'; function ajaxUpdateTools() { $('img_progress').show(); $('update_tools').disabled = false; $('update_tools').up().addClassName('disabled'); new Ajax.Request(update_tools_url, { method: 'post', onSuccess: function (transport) { $('img_progress').hide(); $('update_tools').disabled = false; $('update_tools').up().removeClassName('disabled'); var data = transport.responseText.evalJSON(); if (typeof data.last_update !== 'undefined') { $('last_updated').update(data.last_update); } } }); } </script> <?php echo $this->script_buy_url; ?> <?php echo $this->script_stat_url; ?>