Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1206340
in-portal
No One
Temporary
Actions
View 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 7, 1:31 PM
Size
10 KB
Mime Type
text/x-diff
Expires
Sun, Nov 9, 1:31 PM (37 m, 34 s)
Engine
blob
Format
Raw Data
Handle
787667
Attached To
rINP In-Portal
in-portal
View Options
Index: branches/RC/core/admin_templates/tools/backup1.tpl
===================================================================
--- branches/RC/core/admin_templates/tools/backup1.tpl (nonexistent)
+++ branches/RC/core/admin_templates/tools/backup1.tpl (revision 10716)
@@ -0,0 +1,85 @@
+<inp2:m_RequireLogin permissions="in-portal:service.view" system="1"/>
+<inp2:m_include t="incs/header"/>
+
+<inp2:m_DefineElement name="blue_bar_step" module="" icon="" pagination="0">
+ <table border="0" cellpadding="2" cellspacing="0" class="bordered-no-bottom" width="100%" height="30">
+ <tr>
+ <td class="header_left_bg" nowrap width="80%" valign="middle">
+ <span class="tablenav_link" id="blue_bar"><inp2:{$prefix}_SectionTitle title_preset="$title_preset" title="Invalid OR Missing title preset [#preset_name#]" cut_first="100" pass_params="true"/> - <inp2:m_Phrase label="la_Step"/> <inp2:m_Param name="step"/></span>
+ </td>
+ <td align="right" class="tablenav" width="20%" valign="middle">
+ <inp2:m_if check="m_ModuleEnabled" module="In-Portal">
+ <script>
+ var $help_url='<inp2:m_t t="help" h_prefix="$prefix" h_icon="$icon" h_module="$module" h_title_preset="$title_preset" pass="all,m,h" m_opener="p" escape="escape"/>';
+ $help_url = $help_url.replace(/#/g, '%23');
+ set_window_title( RemoveTranslationLink(document.getElementById('blue_bar').innerHTML, false).replace(/(<[^<]+>)/g, '') );
+ </script>
+ <a href="javascript: OpenHelp($help_url);">
+ <img src="img/blue_bar_help.gif" border="0">
+ </a>
+ </inp2:m_if>
+ <inp2:m_if check="m_Param" name="pagination">
+ <inp2:m_RenderElement name="grid_pagination_elem" grid="st" PrefixSpecial="$prefix" pass_params="1"/>
+ </inp2:m_if>
+ </td>
+ </tr>
+ </table>
+</inp2:m_DefineElement>
+
+
+<inp2:m_RenderElement name="section_header" icon="icon46_tool_backup" title="!la_title_Backup!"/>
+
+<inp2:m_RenderElement name="blue_bar_step" prefix="adm" title_preset="backup" module="in-portal" icon="icon46_tool_backup" step="1"/>
+
+
+<!-- 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');
+
+
+ </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"/>
+ <inp2:m_if check="conf_IsWritablePath" name="Backup_Path" inverse="1">
+ <br /><span class="error"><inp2:m_Phrase label="la_Text_backup_access"/></span>
+ <script type="text/javascript">
+ a_toolbar.DisableButton('next');
+ </script>
+ </inp2:m_if>
+ </td>
+ <td valign="top" colspan="2">
+ <input type="hidden" name="section" value="in-portal:configure_general"/>
+ <INPUT type="text" name="conf[<inp2:conf_GetVariableID name="Backup_Path"/>][VariableValue]" class="text" size="50" value='<inp2:conf_ConfigValue name="Backup_Path"/>'> <input class="button" type="button" onclick="submit_event('conf', 'OnUpdate');" value="Update">
+ </td>
+ </tr>
+</table>
+
+<inp2:m_include t="incs/footer"/>
\ No newline at end of file
Property changes on: branches/RC/core/admin_templates/tools/backup1.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: branches/RC/core/admin_templates/tools/backup2.tpl
===================================================================
--- branches/RC/core/admin_templates/tools/backup2.tpl (nonexistent)
+++ branches/RC/core/admin_templates/tools/backup2.tpl (revision 10716)
@@ -0,0 +1,46 @@
+<inp2:m_RequireLogin permissions="in-portal:service.view" system="1"/>
+<inp2:m_include t="incs/header"/>
+
+<inp2:m_DefineElement name="blue_bar_step" module="" icon="" pagination="0">
+ <table border="0" cellpadding="2" cellspacing="0" class="bordered-no-bottom" width="100%" height="30">
+ <tr>
+ <td class="header_left_bg" nowrap width="80%" valign="middle">
+ <span class="tablenav_link" id="blue_bar"><inp2:{$prefix}_SectionTitle title_preset="$title_preset" title="Invalid OR Missing title preset [#preset_name#]" cut_first="100" pass_params="true"/> - <inp2:m_Phrase label="la_Step"/> <inp2:m_Param name="step"/></span>
+ </td>
+ <td align="right" class="tablenav" width="20%" valign="middle">
+ <inp2:m_if check="m_ModuleEnabled" module="In-Portal">
+ <script>
+ var $help_url='<inp2:m_t t="help" h_prefix="$prefix" h_icon="$icon" h_module="$module" h_title_preset="$title_preset" pass="all,m,h" m_opener="p" escape="escape"/>';
+ $help_url = $help_url.replace(/#/g, '%23');
+ set_window_title( RemoveTranslationLink(document.getElementById('blue_bar').innerHTML, false).replace(/(<[^<]+>)/g, '') );
+ </script>
+ <a href="javascript: OpenHelp($help_url);">
+ <img src="img/blue_bar_help.gif" border="0">
+ </a>
+ </inp2:m_if>
+ <inp2:m_if check="m_Param" name="pagination">
+ <inp2:m_RenderElement name="grid_pagination_elem" grid="st" PrefixSpecial="$prefix" pass_params="1"/>
+ </inp2:m_if>
+ </td>
+ </tr>
+ </table>
+</inp2:m_DefineElement>
+
+
+<inp2:m_RenderElement name="section_header" icon="icon46_tool_backup" title="!la_title_Backup!"/>
+
+<inp2:m_RenderElement name="blue_bar_step" prefix="adm" title_preset="backup" module="in-portal" icon="icon46_tool_backup" step="2"/>
+
+
+<inp2:m_RenderElement name="ajax_progress_bar" cancel_action="cancel_action();"/>
+
+<script type="text/javascript">
+ function cancel_action() {
+ submit_event('adm.backup', 'OnBackupCancel');
+ }
+
+ $Backup = new AjaxProgressBar('<inp2:m_t t="dummy" adm.backup_event="OnBackupProgress" pass="m,adm.backup" js_escape="1"/>');
+</script>
+<!--<inp2:m_t t="dummy" adm.backup_event="OnBackupProgress" pass="m,conf.backup"/>
+--><inp2:m_include t="incs/footer"/>
+
Property changes on: branches/RC/core/admin_templates/tools/backup2.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: branches/RC/core/admin_templates/tools/backup3.tpl
===================================================================
--- branches/RC/core/admin_templates/tools/backup3.tpl (nonexistent)
+++ branches/RC/core/admin_templates/tools/backup3.tpl (revision 10716)
@@ -0,0 +1,72 @@
+<inp2:m_RequireLogin permissions="in-portal:service.view" system="1"/>
+<inp2:m_include t="incs/header"/>
+
+<inp2:m_DefineElement name="blue_bar_step" module="" icon="" pagination="0">
+ <table border="0" cellpadding="2" cellspacing="0" class="bordered-no-bottom" width="100%" height="30">
+ <tr>
+ <td class="header_left_bg" nowrap width="80%" valign="middle">
+ <span class="tablenav_link" id="blue_bar"><inp2:{$prefix}_SectionTitle title_preset="$title_preset" title="Invalid OR Missing title preset [#preset_name#]" cut_first="100" pass_params="true"/> - <inp2:m_Phrase label="la_Step"/> <inp2:m_Param name="step"/></span>
+ </td>
+ <td align="right" class="tablenav" width="20%" valign="middle">
+ <inp2:m_if check="m_ModuleEnabled" module="In-Portal">
+ <script>
+ var $help_url='<inp2:m_t t="help" h_prefix="$prefix" h_icon="$icon" h_module="$module" h_title_preset="$title_preset" pass="all,m,h" m_opener="p" escape="escape"/>';
+ $help_url = $help_url.replace(/#/g, '%23');
+ set_window_title( RemoveTranslationLink(document.getElementById('blue_bar').innerHTML, false).replace(/(<[^<]+>)/g, '') );
+ </script>
+ <a href="javascript: OpenHelp($help_url);">
+ <img src="img/blue_bar_help.gif" border="0">
+ </a>
+ </inp2:m_if>
+ <inp2:m_if check="m_Param" name="pagination">
+ <inp2:m_RenderElement name="grid_pagination_elem" grid="st" PrefixSpecial="$prefix" pass_params="1"/>
+ </inp2:m_if>
+ </td>
+ </tr>
+ </table>
+</inp2:m_DefineElement>
+
+
+<inp2:m_RenderElement name="section_header" icon="icon46_tool_backup" title="!la_title_Backup!"/>
+
+<inp2:m_RenderElement name="blue_bar_step" prefix="adm" title_preset="backup" module="in-portal" icon="icon46_tool_backup" step="3"/>
+
+
+<!-- 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() {
+ location.href = '<inp2:m_Link t="tools/backup1"/>';;
+ }
+ ) );
+ a_toolbar.AddButton( new ToolBarButton('next', '<inp2:m_phrase label="la_ToolTip_Next" escape="1"/>', function() {
+ }
+ ) );
+ a_toolbar.Render();
+ a_toolbar.DisableButton('next');
+
+
+ </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_Backup_Status"/>
+ <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_BackupComplete"/><br />
+ <inp2:m_Recall var="adm.backupcomplete_filename"/>
+ <inp2:m_Recall var="adm.backupcomplete_filesize"/>
+ <inp2:m_Phrase label="la_text_Bytes"/>
+ </td>
+ </tr>
+</table>
+
+<inp2:m_include t="incs/footer"/>
\ No newline at end of file
Property changes on: branches/RC/core/admin_templates/tools/backup3.tpl
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1.2.1
\ No newline at end of property
Event Timeline
Log In to Comment