Page MenuHomeIn-Portal Phabricator

compile_complete.tpl
No OneTemporary

File Metadata

Created
Fri, Nov 21, 5:12 AM

compile_complete.tpl

<inp2:m_include t="incs/header"/>
<inp2:m_RenderElement name="combined_header" prefix="adm" section="in-portal:service" title_preset="system_tools"/>
<!-- ToolBar -->
<table class="toolbar" height="30" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>
<script type="text/javascript">
var a_toolbar = new ToolBar();
a_toolbar.AddButton(
new ToolBarButton(
'cancel',
'<inp2:m_phrase label="la_ToolTip_Close" escape="1"/>',
function() {
window_close();
}
)
);
a_toolbar.Render();
</script>
</td>
</tr>
</tbody>
</table>
<div id="scroll_container">
<table class="edit-form" border="1">
<tr class="subsectiontitle">
<td colspan="3">Errors (<inp2:adm_CompileErrorCount/>):</td>
</tr>
<tr class="subsectiontitle">
<td><strong>File</strong></td>
<td><strong>Line</strong></td>
<td><strong>Message</strong></td>
</tr>
<inp2:m_DefineElement name="compile_error_element">
<tr class="<inp2:m_odd_even odd='table-color1' even='table-color2'/>">
<td><inp2:m_Param name="file"/></td>
<td><inp2:m_Param name="line"/></td>
<td>
<inp2:m_ifnot check="adm_IsParserException" class="$exception_class">
<strong><inp2:m_Param name="exception_class"/></strong>:
</inp2:m_ifnot>
<inp2:m_Param name="message" html_escape="1"/>
</td>
</tr>
</inp2:m_DefineElement>
<inp2:adm_PrintCompileErrors render_as="compile_error_element"/>
</table>
</div>
<inp2:m_include t="incs/footer"/>

Event Timeline