HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/itpartnership.net (cms)/modules/FileManager/templates/filemanager.tpl
<h2>{$currentpath} {$path}</h2>

<div>
  {$dirformstart}
  {$hiddenpath}
  {$newdirnametext} {$newdirnameinput}
  {$dirsubmit}
  {$dirformend}
</div>
<br/>
<fieldset>
<div>
  {$formstart}
  {$hiddenpath}
  {literal}
  <script type="text/javascript">
  // <![CDATA[
  function selectall() {
  	checkboxes = document.getElementsByTagName("input");
	  for (i=0; i<checkboxes.length ; i++) {
	    if (checkboxes[i].type == "checkbox") checkboxes[i].checked=!checkboxes[i].checked;
	  }
  }
  // ]]>
  </script>
  {/literal}
  
  <table width="100%" class="pagetable" cellspacing="0">
  <thead>
  <tr>
    <th class="pageicon">&nbsp;</th>
    <th>{$filenametext}</th>
    <th class="pageicon">{$fileinfotext}</th>
    <th class="pageicon">{$fileownertext}</th>
    <th class="pageicon">{$filepermstext}</th>
    <th class="pageicon" style="text-align:right;">{$filesizetext}</th>
    <th class="pageicon">&nbsp;</th>
    <th class="pageicon">{$filedatetext}</th>
    <th class="pageicon">{$actionstext}</th>
    <th class="pageicon">{$tagallinput}</th>
  </tr>
  </thead>
  <tbody>
  {foreach from=$files item=file}
	{cycle values="row1,row2" assign=rowclass}
  <tr class="{$rowclass}" onmouseover="this.className='{$rowclass}hover';" onmouseout="this.className='{$rowclass}';">
    
    <td valign="middle">{if isset($file->thumbnail) && $file->thumbnail!=''}{$file->thumbnail}{else}{$file->iconlink}{/if}</td>
    <td valign="middle">{$file->txtlink}</td>
    <td style="padding-right:8px;" valign="middle">{$file->fileinfo}</td>
    <td style="padding-right:8px;" valign="middle">{if isset($file->fileowner)}{$file->fileowner}{else}&nbsp;{/if}</td>
    <td style="padding-right:8px;" valign="middle">{$file->filepermissions}</td>
    <td style="padding-right:2px;text-align:right;" valign="middle">{$file->filesize}</td>
    <td style="padding-right:8px;" valign="middle">{if isset($file->filesizeunit)}{$file->filesizeunit}{else}&nbsp;{/if}</td>
    <td style="padding-right:8px;" valign="middle">{$file->filedate}</td>
    <td valign="middle">
    
    <table cellspacing="0" border="0">
    <tr>    
    <td valign="middle">{$file->renameaction}</td>
    <td valign="middle">{$file->chmodaction}</td>
    <td valign="middle">{$file->deleteaction}</td>
    <td valign="middle">{$file->writeprotected}</td>
    </tr>
    </table>
    
    </td>
    <td>
    {$file->checkbox}
    </td>
  
  </tr>
  {/foreach}
  <tr>
    <td>&nbsp;</td>
    <td colspan="7">{$countstext}</td>
  </tr>
  </tbody>
  </table>
  {$actiondropdown}{$targetdir}{$okinput}
  {$formend}
</div>

</fieldset>