D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
plib
/
modules
/
configurations-troubleshooter
/
views
/
scripts
/
index
/
Filename :
view.phtml
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. ?> <link href="<?php echo $this->baseUrl("/modules/configurations-troubleshooter/css/ext.css"); ?>" rel="stylesheet" type="text/css"/> <?php echo $this->renderSmallTools($this->smallTools); ?> <?php if (isset($this->fileType)): ?> <div class="form-box"> <div class="box-area"> <div class="title"> <div class="title-area"> <span> <h3><?php echo $this->lmsg('viewFileTypeTitle') ?></h3> </span> </div> </div> <p> <?php echo $this->fileType; ?> </p> </div> </div> <?php endif ?> <?php echo $this->partial("index/_fileinfo.phtml", array('fileProperties' => $this->fileProperties)); ?> <div class="form-box"> <div class="box-area"> <div class="title"> <div class="title-area"> <span> <h3><?php echo $this->lmsg('viewFileContents') ?> </h3> </span> </div> </div> <?php echo $this->partial("index/_fileContent.phtml", array('text' => $this->text)); ?> </div> </div>