File Manager
<div class="pagecontainer">
<div class="pageoverflow">
<h2>{si_lang a=systeminfo_copy_paste}</h2>
<br />
</div>
<hr />
<div class="pageoverflow">
<div id="copy_paste_in_forum">
<p>----------------------------------------------</p>
<p><strong>{'cms_version'|replace:'_':' '|ucwords}</strong>: [b]{$cms_version}[/b]</p>
<p><strong>{'installed_modules'|replace:'_':' '|ucwords}</strong>:</p>
<ul>
{foreach from=$installed_modules item='module'}
<li>{$module.module_name}: [b]{$module.version}[/b]</li>
{/foreach}
</ul>
<br />
{if $count_config_info > 1}
<p><strong>{'config_information'|replace:'_':' '|ucwords}</strong>:</p>
<ul>
{foreach from=$config_info key='view' item='tmp'}
{if $view < 1}
{foreach from=$tmp key='key' item='test'}
<li>{$key}:
{if isset($test->value)}[b]{$test->value}[/b]
{/if}
</li>
{/foreach}
{/if}
{/foreach}
</ul>
<br />
{/if}
{if $count_php_information > 1}
<p><strong>{'php_information'|replace:'_':' '|ucwords}</strong>:</p>
<ul>
{foreach from=$php_information key='view' item='tmp'}
{if $view < 1}
{foreach from=$tmp key='key' item='test'}
<li>{$key}:
{if isset($test->secondvalue)}[b]{$test->value}[/b] ({$test->secondvalue})
{elseif isset($test->value)}[b]{$test->value}[/b]
{/if}
</li>
{/foreach}
{/if}
{/foreach}
</ul>
<br />
{/if}
{if $count_server_info > 1}
<p><strong>{'server_information'|replace:'_':' '|ucwords}</strong>:</p>
<ul>
{foreach from=$server_info key='view' item='tmp'}
{if $view < 1}
{foreach from=$tmp key='key' item='test'}
<li>{$key|replace:'_':' '|ucwords}:
{if isset($test->value)}[b]{$test->value}[/b]
{/if}
</li>
{/foreach}
{/if}
{/foreach}
</ul>
<br />
{/if}
{if $count_permission_info > 1}
<p><strong>{'permission_information'|replace:'_':' '|ucwords}</strong>:</p>
<ul>
{foreach from=$permission_info key='view' item='tmp'}
{if $view < 1}
{foreach from=$tmp key='key' item='test'}
<li>{$key}:
{if isset($test->secondvalue)}[b]{$test->value}[/b] ({$test->secondvalue})
{elseif isset($test->value)}[b]{$test->value}[/b]
{/if}
</li>
{/foreach}
{/if}
{/foreach}
</ul>
{/if}
<p>----------------------------------------------</p>
</div>
{literal}
<script type="text/javascript">
function fnSelect(objId) {
fnDeSelect();
if (document.selection) {
var range = document.body.createTextRange();
range.moveToElementText(document.getElementById(objId));
range.select();
}
else if (window.getSelection) {
var range = document.createRange();
range.selectNode(document.getElementById(objId));
window.getSelection().addRange(range);
}
}
function fnDeSelect() {
if (document.selection) document.selection.empty();
else if (window.getSelection)
window.getSelection().removeAllRanges();
}
fnSelect('copy_paste_in_forum');
</script>
{/literal}
<p class="pageback"><a class="pageback" href="{$backurl}">« {si_lang a=back}</a></p>
</div>
</div>
File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com