Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1248340
backup1.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, 9:12 PM
Size
2 KB
Mime Type
text/html
Expires
Sun, Nov 23, 9:12 PM (1 d, 4 h)
Engine
blob
Format
Raw Data
Handle
810978
Attached To
rINP In-Portal
backup1.tpl
View Options
<
inp2:m_include
t
=
"incs/header"
/>
<
inp2:m_RenderElement
name
=
"combined_header"
prefix
=
"adm"
section
=
"in-portal:service"
title_preset
=
"backup"
/>
<!-- 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
(
'prev'
,
'<inp2:m_phrase label="la_ToolTip_Prev" escape="1"/>'
,
function
()
{
}
)
);
a_toolbar
.
AddButton
(
new
ToolBarButton
(
'next'
,
'<inp2:m_phrase label="la_ToolTip_Next" escape="1"/>'
,
function
()
{
submit_event
(
'adm.backup'
,
'OnBackup'
);
}
)
);
a_toolbar
.
Render
();
a_toolbar
.
DisableButton
(
'prev'
);
$
(
document
).
ready
(
function
()
{
$
(
'#step_number'
).
text
(
1
);
}
);
</
script
>
</
td
>
</
tr
>
</
tbody
>
</
table
>
<
table
width
=
"100%"
border
=
"0"
cellspacing
=
"0"
cellpadding
=
"4"
class
=
"bordered"
id
=
"config_table"
>
<
inp2:m_RenderElement
name
=
"subsection"
title
=
"la_Prompt_Step_One"
/>
<
tr
class
=
"<inp2:m_odd_even odd="
table-color1
"
even
=
"table-color2"
/>
">
<
inp2:m_inc
param
=
"tab_index"
by
=
"1"
/>
<
td
colspan
=
"3"
class
=
"text"
>
<
inp2:m_Phrase
label
=
"la_Text_Backup_Info"
/>
</
td
>
</
tr
>
<
tr
class
=
"<inp2:m_odd_even odd="
table-color1
"
even
=
"table-color2"
/>
">
<
inp2:m_inc
param
=
"tab_index"
by
=
"1"
/>
<
td
class
=
"text"
style
=
"width: 300px;"
>
<
inp2:m_Phrase
label
=
"la_prompt_Backup_Path"
/>
</
td
>
<
td
valign
=
"top"
colspan
=
"2"
>
<
inp2:m_if
check
=
"m_Get"
name
=
"error_msg"
>
<
span
class
=
"error"
><
inp2:m_Get
name
=
"error_msg"
/></
span
><
br
/>
</
inp2:m_if
>
<
input
type
=
"text"
name
=
"conf[<inp2:conf_GetVariableID name='Backup_Path'/>][VariableValue]"
class
=
"text"
value
=
"<inp2:conf_ConfigValue name='Backup_Path'/>"
style
=
"width:80%"
>
<
input
class
=
"button"
type
=
"button"
onclick
=
"submit_event('conf', 'OnUpdate');"
value
=
"Update"
>
<!--##
<input type="hidden" name="section" value="in-portal:configure_general"/>
##-->
</
td
>
</
tr
>
</
table
>
<
input
type
=
"hidden"
name
=
"section"
value
=
"<inp2:conf_GetVariableSection name='Backup_Path'/>"
/>
<
inp2:m_include
t
=
"incs/footer"
/>
Event Timeline
Log In to Comment