Page MenuHomeIn-Portal Phabricator

frmactualfolder.tpl
No OneTemporary

File Metadata

Created
Sat, Jan 31, 8:31 PM

frmactualfolder.tpl

<inp2:m_NoDebug/>
<inp2:m_Set skip_last_template="1"/>
<inp2:m_include t="browser/browser_header" body_properties='bottomMargin="0" topMargin="5"'/>
<script type="text/javascript">
function SetCurrentFolder(folderPath )
{
//alert(folderPath);
document.getElementById('tdName').innerHTML = "/" + window.top.current_folder ;
}
window.onload = function()
{
window.top.IsLoadedActualFolder = true ;
}
</script>
<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td>
<button style="WIDTH: 100%" type="button">
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td><img height="32" alt="" src="img/browser/FolderOpened32.gif" width="32"></td>
<td>&nbsp;</td>
<td id="tdName" width="100%" nowrap class="ActualFolder" style="text-align:left;">/</td>
<td>&nbsp;</td>
<td><img height="8" src="img/browser/ButtonArrow.gif" width="12"></td>
<td>&nbsp;</td>
</tr>
</table>
</button>
</td>
</tr>
</table>
<inp2:m_include t="incs/footer" />

Event Timeline