diff --git a/ui/new/css/main.css b/ui/new/css/main.css index f50dc8e413e..5d766d2e048 100644 --- a/ui/new/css/main.css +++ b/ui/new/css/main.css @@ -988,6 +988,90 @@ a:visited { color:#FFF; } +.revwiz_loadingbox { + width:180px; + height:50px; + position:absolute; + background:#FFF repeat top left; + border:1px solid #999; + z-index:1100; + top:47%; + left:45%; +} + +.revwiz_loadingbox p{ + width:auto; + height:auto; + float:left; + text-align:left; + color:#666; + font-weight:normal; + font-size:25px; + margin:10px 0 0 20px; + display:inline; +} + + +.revwiz_message_container { + width:300px; + height:auto; + position:absolute; + background:url(../images/loading_messagebg.gif) #d3d3d3 repeat-x top left; + border:1px solid #CCC; + z-index:1100; + top:47%; + left:45%; + display:inline; + margin:0; + padding:0; +} + + +.revwiz_message_top { + width:99%; + height:auto; + float:left; + margin:0; + padding:2px 5px 0 5px; + overflow:hidden; +} + +.revwiz_message_top p { + width:auto; + height:25px; + margin:0; + padding:0; + color:#333; + text-align:left; + font-weight:normal; + font-size:11px; + display:inline; +} + +.revwiz_message_bottom { + width:100%; + height:20px; + float:left; + margin:0; + padding:0; + +} + + +.revwizcontinue_button { + width:60px; + height:17px; + float:right; + margin-right:5px; + padding:0; + background:url(../images/vm_continuebutton.gif) no-repeat top left; + text-decoration:none; +} + +.revwizcontinue_button:hover { + background:url(../images/vm_continuebutton_hover.gif) no-repeat top left; +} + .revwiz_formcontent_title { width:800px; height:auto; diff --git a/ui/new/images/accounts_leftmenuicon.png b/ui/new/images/accounts_leftmenuicon.png old mode 100755 new mode 100644 diff --git a/ui/new/images/accountstitle_icons.gif b/ui/new/images/accountstitle_icons.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/action_ddarow.png b/ui/new/images/action_ddarow.png old mode 100755 new mode 100644 diff --git a/ui/new/images/actionpanel_bg.gif b/ui/new/images/actionpanel_bg.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/actionpanel_border.gif b/ui/new/images/actionpanel_border.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/actionpanel_hover.gif b/ui/new/images/actionpanel_hover.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/actions_actionicon.gif b/ui/new/images/actions_actionicon.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/actions_actionicon.png b/ui/new/images/actions_actionicon.png old mode 100755 new mode 100644 diff --git a/ui/new/images/addvm_actionicon.gif b/ui/new/images/addvm_actionicon.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/addvm_actionicon.png b/ui/new/images/addvm_actionicon.png old mode 100755 new mode 100644 diff --git a/ui/new/images/alert_icon.png b/ui/new/images/alert_icon.png old mode 100755 new mode 100644 diff --git a/ui/new/images/alerttitle_icons.gif b/ui/new/images/alerttitle_icons.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/configuration_leftmenuicon.png b/ui/new/images/configuration_leftmenuicon.png old mode 100755 new mode 100644 diff --git a/ui/new/images/consoletb_box.gif b/ui/new/images/consoletb_box.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/contenttab_selected.gif b/ui/new/images/contenttab_selected.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/contenttab_unselected.gif b/ui/new/images/contenttab_unselected.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/contenttab_unselected_hover.gif b/ui/new/images/contenttab_unselected_hover.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/cproxytitle_icons.gif b/ui/new/images/cproxytitle_icons.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/cpu_icon.gif b/ui/new/images/cpu_icon.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/cross_icon.gif b/ui/new/images/cross_icon.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/dashboardtitle_icons.gif b/ui/new/images/dashboardtitle_icons.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/db_leftmenuicon.png b/ui/new/images/db_leftmenuicon.png old mode 100755 new mode 100644 diff --git a/ui/new/images/domain_leftmenuicon.png b/ui/new/images/domain_leftmenuicon.png old mode 100755 new mode 100644 diff --git a/ui/new/images/domaintitle_icons.gif b/ui/new/images/domaintitle_icons.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/events_leftmenuicon.png b/ui/new/images/events_leftmenuicon.png old mode 100755 new mode 100644 diff --git a/ui/new/images/eventstitle_icons.gif b/ui/new/images/eventstitle_icons.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/footer_bg.gif b/ui/new/images/footer_bg.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/group_icon.gif b/ui/new/images/group_icon.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/header_bg.gif b/ui/new/images/header_bg.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/hostnetwork_icon.gif b/ui/new/images/hostnetwork_icon.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/hosts_leftmenuicon.png b/ui/new/images/hosts_leftmenuicon.png old mode 100755 new mode 100644 diff --git a/ui/new/images/hosttitle_icons.gif b/ui/new/images/hosttitle_icons.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/info_icon.gif b/ui/new/images/info_icon.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/infoerror_icon.gif b/ui/new/images/infoerror_icon.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/instance_leftmenuicon.png b/ui/new/images/instance_leftmenuicon.png old mode 100755 new mode 100644 diff --git a/ui/new/images/instancetitle_icons.gif b/ui/new/images/instancetitle_icons.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/iptitle_icons.gif b/ui/new/images/iptitle_icons.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/laststep_bg.gif b/ui/new/images/laststep_bg.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/laststep_slectedbg.gif b/ui/new/images/laststep_slectedbg.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/leftmenu_closedarrow.gif b/ui/new/images/leftmenu_closedarrow.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/leftmenu_closedarrow.png b/ui/new/images/leftmenu_closedarrow.png old mode 100755 new mode 100644 diff --git a/ui/new/images/leftmenu_dashedborder.gif b/ui/new/images/leftmenu_dashedborder.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/leftmenu_hover.gif b/ui/new/images/leftmenu_hover.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/leftmenu_openarrow.gif b/ui/new/images/leftmenu_openarrow.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/leftmenu_openarrow.png b/ui/new/images/leftmenu_openarrow.png old mode 100755 new mode 100644 diff --git a/ui/new/images/loading_messagebg.gif b/ui/new/images/loading_messagebg.gif new file mode 100644 index 00000000000..bd374437b5c Binary files /dev/null and b/ui/new/images/loading_messagebg.gif differ diff --git a/ui/new/images/loadnetwork_titleicon.gif b/ui/new/images/loadnetwork_titleicon.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/loadtitle_icons.gif b/ui/new/images/loadtitle_icons.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/login_bg.gif b/ui/new/images/login_bg.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/login_button.gif b/ui/new/images/login_button.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/login_button_hover.gif b/ui/new/images/login_button_hover.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/login_logo.gif b/ui/new/images/login_logo.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/login_textbg.gif b/ui/new/images/login_textbg.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/loginbox_bot.gif b/ui/new/images/loginbox_bot.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/loginbox_mid.gif b/ui/new/images/loginbox_mid.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/loginbox_mid.png b/ui/new/images/loginbox_mid.png old mode 100755 new mode 100644 diff --git a/ui/new/images/loginbox_top.gif b/ui/new/images/loginbox_top.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/loginbox_top.png b/ui/new/images/loginbox_top.png old mode 100755 new mode 100644 diff --git a/ui/new/images/logo.gif b/ui/new/images/logo.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/memory_icon.gif b/ui/new/images/memory_icon.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/mgmtconsole_logo.gif b/ui/new/images/mgmtconsole_logo.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/midmenu_dashedborder.gif b/ui/new/images/midmenu_dashedborder.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/midmenu_hover.gif b/ui/new/images/midmenu_hover.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/midmenu_navbg.gif b/ui/new/images/midmenu_navbg.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/network_leftmenuicon.png b/ui/new/images/network_leftmenuicon.png old mode 100755 new mode 100644 diff --git a/ui/new/images/next_midnav.gif b/ui/new/images/next_midnav.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/next_midnav_hover.gif b/ui/new/images/next_midnav_hover.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/offeringbox_bg.gif b/ui/new/images/offeringbox_bg.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/offeringbox_destop.gif b/ui/new/images/offeringbox_destop.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/othersteps_bg.gif b/ui/new/images/othersteps_bg.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/poweredby.gif b/ui/new/images/poweredby.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/prev_midnav.gif b/ui/new/images/prev_midnav.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/prev_midnav_hover.gif b/ui/new/images/prev_midnav_hover.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/primestoragetitle_icons.gif b/ui/new/images/primestoragetitle_icons.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/refresh_actionicon.png b/ui/new/images/refresh_actionicon.png old mode 100755 new mode 100644 diff --git a/ui/new/images/reviewboxeven_bg.gif b/ui/new/images/reviewboxeven_bg.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/revwiz_nonselcted_tempbut.gif b/ui/new/images/revwiz_nonselcted_tempbut.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/revwiz_nonselcted_tempbut_hover.gif b/ui/new/images/revwiz_nonselcted_tempbut_hover.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/revwiz_nonselectednumber.gif b/ui/new/images/revwiz_nonselectednumber.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/revwiz_selcted_tempbut.gif b/ui/new/images/revwiz_selcted_tempbut.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/routers_leftmenuicon.png b/ui/new/images/routers_leftmenuicon.png old mode 100755 new mode 100644 diff --git a/ui/new/images/routerstitle_icons.gif b/ui/new/images/routerstitle_icons.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/secondstoragetitle_icons.gif b/ui/new/images/secondstoragetitle_icons.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/selected_loader.gif b/ui/new/images/selected_loader.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/serach_textbox.gif b/ui/new/images/serach_textbox.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/serviceofftitle_icons.gif b/ui/new/images/serviceofftitle_icons.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/sgtitle_icons.gif b/ui/new/images/sgtitle_icons.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/sprite_leftmenu.gif b/ui/new/images/sprite_leftmenu.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/status_gray.png b/ui/new/images/status_gray.png old mode 100755 new mode 100644 diff --git a/ui/new/images/status_green.png b/ui/new/images/status_green.png old mode 100755 new mode 100644 diff --git a/ui/new/images/status_red.png b/ui/new/images/status_red.png old mode 100755 new mode 100644 diff --git a/ui/new/images/step1_bg.png b/ui/new/images/step1_bg.png old mode 100755 new mode 100644 diff --git a/ui/new/images/step1_bg_unselected.png b/ui/new/images/step1_bg_unselected.png old mode 100755 new mode 100644 diff --git a/ui/new/images/step2_bg.gif b/ui/new/images/step2_bg.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/step2_selected.gif b/ui/new/images/step2_selected.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/storage_leftmenuicon.png b/ui/new/images/storage_leftmenuicon.png old mode 100755 new mode 100644 diff --git a/ui/new/images/systems_leftmenuicon.png b/ui/new/images/systems_leftmenuicon.png old mode 100755 new mode 100644 diff --git a/ui/new/images/temp_centosicon.gif b/ui/new/images/temp_centosicon.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/temp_linuxicon.gif b/ui/new/images/temp_linuxicon.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/temp_windowsicon.gif b/ui/new/images/temp_windowsicon.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/templates_leftmenuicon.png b/ui/new/images/templates_leftmenuicon.png old mode 100755 new mode 100644 diff --git a/ui/new/images/templatestitle_icons.gif b/ui/new/images/templatestitle_icons.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/tick_icon.gif b/ui/new/images/tick_icon.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/tick_review.png b/ui/new/images/tick_review.png old mode 100755 new mode 100644 diff --git a/ui/new/images/vm_console.gif b/ui/new/images/vm_console.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/vm_continuebutton.gif b/ui/new/images/vm_continuebutton.gif new file mode 100644 index 00000000000..2f9585ae718 Binary files /dev/null and b/ui/new/images/vm_continuebutton.gif differ diff --git a/ui/new/images/vm_continuebutton_hover.gif b/ui/new/images/vm_continuebutton_hover.gif new file mode 100644 index 00000000000..48aea0b94ea Binary files /dev/null and b/ui/new/images/vm_continuebutton_hover.gif differ diff --git a/ui/new/images/vmpopup_bot.gif b/ui/new/images/vmpopup_bot.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/vmpopup_bot.png b/ui/new/images/vmpopup_bot.png old mode 100755 new mode 100644 diff --git a/ui/new/images/vmpopup_mid.gif b/ui/new/images/vmpopup_mid.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/vmpopup_nextbut.gif b/ui/new/images/vmpopup_nextbut.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/vmpopup_prevbut.gif b/ui/new/images/vmpopup_prevbut.gif old mode 100755 new mode 100644 diff --git a/ui/new/images/vmpopup_top.png b/ui/new/images/vmpopup_top.png old mode 100755 new mode 100644 diff --git a/ui/new/images/whiteopened_arrow.png b/ui/new/images/whiteopened_arrow.png old mode 100755 new mode 100644 diff --git a/ui/new/images/zone_ipicon.png b/ui/new/images/zone_ipicon.png old mode 100755 new mode 100644 diff --git a/ui/new/images/zone_zoneicon.png b/ui/new/images/zone_zoneicon.png old mode 100755 new mode 100644