Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1084317
stylesheets_edit.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
Wed, Aug 6, 11:11 AM
Size
2 KB
Mime Type
text/html
Expires
Fri, Aug 8, 11:11 AM (2 h, 53 s)
Engine
blob
Format
Raw Data
Handle
704324
Attached To
rINP In-Portal
stylesheets_edit.tpl
View Options
<
inp2:m_set
nobody
=
"yes"
/>
<
inp2:m_include
t
=
"incs/header"
/>
<
body
topmargin
=
"0"
leftmargin
=
"8"
marginheight
=
"0"
marginwidth
=
"8"
bgcolor
=
"#FFFFFF"
>
<
inp2:m_ParseBlock
name
=
"section_header"
icon
=
"icon46_style"
title
=
"!la_title_Stylesheets!"
/>
<
inp2:m_include
t
=
"stylesheets/stylesheets_tabs"
/>
<
inp2:m_ParseBlock
name
=
"blue_bar"
prefix
=
"css"
title_preset
=
"stylesheets_edit"
module
=
"in-portal"
icon
=
"icon46_style"
/>
<!-- ToolBar --->
<
table
class
=
"toolbar"
height
=
"30"
cellspacing
=
"0"
cellpadding
=
"0"
width
=
"100%"
border
=
"0"
>
<
tbody
>
<
tr
>
<
td
>
<
script
type
=
"text/javascript"
>
a_toolbar
=
new
ToolBar
();
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'select'
,
'<inp2:m_phrase label="la_ToolTip_Save"/>'
,
function
()
{
submit_event
(
'css'
,
'<inp2:css_SaveEvent/>'
);
}
)
);
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'cancel'
,
'<inp2:m_phrase label="la_ToolTip_Cancel"/>'
,
function
()
{
submit_event
(
'css'
,
'OnCancelEdit'
);
}
)
);
a_toolbar
.
AddButton
(
new
ToolBarSeparator
(
'sep1'
)
);
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'prev'
,
'<inp2:m_phrase label="la_ToolTip_Prev"/>'
,
function
()
{
go_to_id
(
'css'
,
'<inp2:css_PrevId/>'
);
}
)
);
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'next'
,
'<inp2:m_phrase label="la_ToolTip_Next"/>'
,
function
()
{
go_to_id
(
'css'
,
'<inp2:css_NextId/>'
);
}
)
);
a_toolbar
.
Render
();
<
inp2
:
m_if
prefix
=
"css"
function
=
"IsSingle"
/>
a_toolbar
.
HideButton
(
'prev'
);
a_toolbar
.
HideButton
(
'next'
);
a_toolbar
.
HideButton
(
'sep1'
);
<
inp2
:
m_else
/>
<
inp2
:
m_if
prefix
=
"css"
function
=
"IsLast"
/>
a_toolbar
.
DisableButton
(
'next'
);
<
inp2
:
m_endif
/>
<
inp2
:
m_if
prefix
=
"css"
function
=
"IsFirst"
/>
a_toolbar
.
DisableButton
(
'prev'
);
<
inp2
:
m_endif
/>
<
inp2
:
m_endif
/>
</
script
>
</
td
>
</
tr
>
</
tbody
>
</
table
>
<
inp2:css_SaveWarning
name
=
"grid_save_warning"
/>
<
table
width
=
"100%"
border
=
"0"
cellspacing
=
"0"
cellpadding
=
"4"
class
=
"tableborder"
>
<
inp2:m_ParseBlock
name
=
"subsection"
title
=
"!la_section_General!"
/>
<
inp2:m_ParseBlock
name
=
"inp_id_label"
prefix
=
"css"
field
=
"StylesheetId"
title
=
"!la_fld_StylesheetId!"
/>
<
inp2:m_ParseBlock
name
=
"inp_edit_box"
prefix
=
"css"
field
=
"Name"
title
=
"!la_fld_Name!"
size
=
"40"
/>
<
inp2:m_ParseBlock
name
=
"inp_edit_textarea"
prefix
=
"css"
field
=
"Description"
title
=
"!la_fld_Description!"
rows
=
"10"
cols
=
"40"
/>
<
inp2:m_ParseBlock
name
=
"inp_edit_textarea"
prefix
=
"css"
field
=
"AdvancedCSS"
title
=
"!la_fld_AdvancedCSS!"
rows
=
"10"
cols
=
"40"
/>
<
inp2:m_ParseBlock
name
=
"inp_edit_checkbox"
prefix
=
"css"
field
=
"Enabled"
title
=
"!la_fld_Enabled!"
/>
</
table
>
<
inp2:m_include
t
=
"incs/footer"
/>
Event Timeline
Log In to Comment