Submit
Path:
~
/
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
xovi
/
views
/
scripts
/
log-analyzer
/
File Content:
show-tab.phtml
<?php // Copyright 1999-2020. Plesk International GmbH. All rights reserved. ?> <div id="seo-toolkit"> <?php if (!empty($this->preview)) : ?> <div class="preview-box"> <?= $this->preview; ?> </div> <?php endif; ?> <p><?php echo $this->pageDesc; ?></p> <?php echo $this->filterForm; ?> <div class="btns-box"> <div class="field-value"> <span id="btn-filter-send" class="btn action"><button><?= $this->lmsg('loganalyzer.filter.apply'); ?></button></span> <span id="btn-filter-cancel" class="btn"><button><?= $this->lmsg('loganalyzer.filter.reset'); ?></button></span> </div> </div> <hr> <?php if ($this->tabs) { echo $this->renderTabs($this->tabs); } if ($this->list) { echo $this->renderList($this->list); } ?> <div class="table-loader"> <img src="/modules/xovi/images/icons/indicator.gif" width="30" height="30"> </div> </div> <script type="text/javascript"> Jsw.onReady(function () { Event.observe('btn-filter-send', 'click', function (event) { Jsw.submit('pm-form-simple'); }); Event.observe('btn-filter-cancel', 'click', function (event) { $$('#pm-form-simple .field-value :input[type!="hidden"]').each(function (s) { s.setValue(''); }); Jsw.submit('pm-form-simple'); }); PleskExt.Xovi = {}; var description = <?=$this->jsEscape($this->listDesc)?>, setTableDescription = function () { $$('#<?=$this->list->getId()?>-operations').first().insert('<p>' + description + '</p>'); }, dataReady = function () { setTableDescription(); $$('div.table-loader').first().hide(); }; if (description) { $$('.js-empty-list').first().hide(); setTableDescription(); PleskExt.Xovi.list = Jsw.getComponent('<?= $this->list->getId() ?>'); PleskExt.Xovi.list.reload(); PleskExt.Xovi.list._onRedraw = dataReady; } }); </script>
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
index.phtml
9760 bytes
0644
show-tab.phtml
2154 bytes
0644
N4ST4R_ID | Naxtarrr