Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1245097
compile_complete.tpl
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 21, 5:12 AM
Size
1 KB
Mime Type
text/html
Expires
Sun, Nov 23, 5:12 AM (1 d, 20 h)
Engine
blob
Format
Raw Data
Handle
807112
Attached To
rINP In-Portal
compile_complete.tpl
View Options
<
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
Log In to Comment