diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/back_tape_configure.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/back_tape_configure.html.ep
index 2de39f4..afd613e 100644
--- a/root/usr/share/smanager/themes/AdminLTE/templates/back_tape_configure.html.ep
+++ b/root/usr/share/smanager/themes/AdminLTE/templates/back_tape_configure.html.ep
@@ -4,83 +4,97 @@
% if (config->{debug} == 1) {
-
- %= dumper $c->current_route
- %= dumper $bac_datas
-
+
+ <%= dumper $c->current_route %>
+ <%= dumper $bac_datas %>
+
% }
% if ( stash 'error' ) {
-
- %= $c->render_to_string(inline => stash 'error')
-
+
+
+ <%= $c->render_to_string(inline => stash 'error') %>
+
%}
<%= $title%>
-
- %=l 'bac_ENABLE_DISABLE_TAPE'
-
+
- %= $c->render_to_string(inline => (l 'bac_TAPE_CONFIG_DESC'))
+
<%= l 'bac_ENABLE_DISABLE_TAPE' %>
- %= form_for '/backupd' => (method => 'POST') => begin
+
-
-
- %=l 'bac_ENABLE_TAPE_BACKUP'
-
-
- % if ( $bac_datas->{status} eq 'checked' ) {
-
- %} else {
- %= check_box 'Tapebackup'
- %}
-
-
+
+ <%= $c->render_to_string(inline => (l 'bac_TAPE_CONFIG_DESC')) %>
+
+
+
+
+
- % end
% end
\ No newline at end of file
diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/back_tape_restore.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/back_tape_restore.html.ep
index 4a3f716..7e35fcc 100644
--- a/root/usr/share/smanager/themes/AdminLTE/templates/back_tape_restore.html.ep
+++ b/root/usr/share/smanager/themes/AdminLTE/templates/back_tape_restore.html.ep
@@ -5,34 +5,44 @@
% if (config->{debug} == 1) {
-
- %= dumper $c->current_route
- %= dumper $bac_datas
-
+
+ <%= dumper $c->current_route %>
+ <%= dumper $bac_datas %>
+
% }
% if ( stash 'error' ) {
-
- %= $c->render_to_string(inline => stash 'error')
+
+
+ <%= $c->render_to_string(inline => stash 'error') %>
- %}
+ % }
<%= $title%>
- %= form_for '/backupd' => (method => 'POST') => begin
-
-
- %=l 'bac_RESTORE_CONF_FROM_TAPE'
-
-
- %= $c->render_to_string(inline => (l 'bac_RESTORE_CONF_FROM_TAPE_DESC'))
-
- %= hidden_field 'Function' => $bac_datas->{'function'}
+
% end
\ No newline at end of file
diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/back_workstn_configure.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/back_workstn_configure.html.ep
index 0b2056f..e344f2b 100644
--- a/root/usr/share/smanager/themes/AdminLTE/templates/back_workstn_configure.html.ep
+++ b/root/usr/share/smanager/themes/AdminLTE/templates/back_workstn_configure.html.ep
@@ -5,54 +5,68 @@
% if (config->{debug} == 1) {
-
- %= dumper $c->current_route
- %= dumper $bac_datas
-
+
+ <%= dumper $c->current_route %>
+ <%= dumper $bac_datas %>
+
% }
% if ( stash 'error' ) {
-
- %= $c->render_to_string(inline => stash 'error')
+
+ <%= $c->render_to_string(inline => stash 'error') %>
%}
-
<%= $title%>
+
<%= $title%>
- %= form_for '/backup' => (method => 'POST') => begin
-
-
- %=l 'bac_CONFIGURE_WORKSTN_BACKUP'
-
-
- %= $c->render_to_string(inline => (l 'bac_WORKSTN_BACKUP_DESC'))
-
- %=l 'bac_WORKSTN_BACKUP_ENABLED'
-
- %= $bac_datas->{status}
-
- %= $c->render_to_string(inline => $c->workstnBackupConfig())
+
diff --git a/root/usr/share/smanager/themes/AdminLTE/templates/backup.html.ep b/root/usr/share/smanager/themes/AdminLTE/templates/backup.html.ep
index 49e09d5..5bc8d98 100644
--- a/root/usr/share/smanager/themes/AdminLTE/templates/backup.html.ep
+++ b/root/usr/share/smanager/themes/AdminLTE/templates/backup.html.ep
@@ -5,76 +5,99 @@
% if (config->{debug} == 1) {
-
- %= dumper $c->current_route
- %= dumper $bac_datas
-
+
+ <%= dumper $c->current_route %>
+ <%= dumper $bac_datas %>
+
% }
% if ( stash 'warning' ) {
-
- %= $c->render_to_string(inline => stash 'warning')
+
+ <%= $c->render_to_string(inline => stash 'warning') %>
- %}
+
+ % }
% if ( stash 'error' ) {
-
- %= $c->render_to_string(inline => stash 'error')
+
+ <%= $c->render_to_string(inline => stash 'error') %>
- %}
+
+ % }
<%= $title%>
+
-
- <%= $c->render_to_string(inline => (l 'bac_BACKUP_DESC_DAR', $bac_datas->{module},
- $bac_datas->{dumpsize}, $bac_datas->{tarsize})) %>
-
-
-
-
-
-
-
-
% my $btn = l('SAVE');
<%= hidden_field 'trt' => 'DEL' %>