Page MenuHomeIn-Portal Phabricator

browser_footer.tpl
No OneTemporary

File Metadata

Created
Thu, Sep 25, 6:24 PM

browser_footer.tpl

<inp2:m_if check="adm_UsePopups">
<script type="text/javascript">
var o = '';
var el = document.getElementById('scroll_container');
if (el) {
document.body.style.height = '100%';
document.body.style.overflow = 'hidden';
document.body.scroll = 'no';
var _Simultaneous_Edit_Message = '<inp2:m_Get var="_simultaneous_edit_message" js_escape="1"/>';
var _DropTempUrl = '<inp2:m_t pass="m,adm" adm_event="OnDropTempTablesByWID" no_amp="1" js_escape="1"/>';
addLoadEvent(function() {Form.Init('scroll_container')});
}
</script>
<inp2:m_else/>
<inp2:m_ifnot check="m_Get" name="t" equals_to="head|tree">
<br /><br />
</inp2:m_ifnot>
</inp2:m_if>
<inp2:adm_AfterScript/>
<inp2:m_if check="m_ParamEquals" name="noform" value="yes" inverse="inverse">
<inp2:m_RenderElement name="kernel_form_end"/>
</inp2:m_if>
<div id="nlsMenuPlace"></div>
</body>
</html>

Event Timeline