From 2185adc08694485df901909d5491c2b32bca075f Mon Sep 17 00:00:00 2001 From: NIKITA Date: Thu, 14 Oct 2010 14:42:08 -0700 Subject: [PATCH] New Loader for mid menu and Action for Account tab --- ui/new/css/main.css | 38 +++- ui/new/jsp/account.jsp | 386 +++++++++++++++++++++-------------------- 2 files changed, 231 insertions(+), 193 deletions(-) diff --git a/ui/new/css/main.css b/ui/new/css/main.css index e420d7f9b9d..67c7369c0b3 100644 --- a/ui/new/css/main.css +++ b/ui/new/css/main.css @@ -1845,6 +1845,7 @@ a:hover.search_button { min-height:1000px; height:auto; float:left; + position:relative; background:#f0f0f0 repeat top left; border-right:1px solid #aeb9c5; margin:27px 0 0 -100%; @@ -1852,6 +1853,39 @@ a:hover.search_button { padding:0; } +.midmenu_mainloaderbox { + width:auto; + height:auto; + position:absolute; + top:100px; + left:40px; + background:#FFF; + border:1px solid #CCC; + margin:0; + padding:0; +} + +.midmenu_mainloaderbox p{ + width:auto; + height:auto; + float:left; + color:#333; + font-size:16px; + font-weight:normal; + margin:15px 10px 0 10px; + display:inline; + padding:0; +} +.midmenu_mainloader_animatedicon { + width:40px; + height:40px; + float:left; + background:url(../images/big_loading.gif) no-repeat top left; + margin:3px 0 0 5px; + display:inline; + padding:0; +} + .midmenu_box { width:220px; height:800px; @@ -2548,7 +2582,7 @@ a:hover.search_button { width:67px; height:16px; float:right; - background:url(../images/grid_actions.png) no-repeat top left; + background:url(../images/grid_actions.gif) no-repeat top left; margin:1px 0x 0 0; padding:0; cursor:pointer; @@ -2556,7 +2590,7 @@ a:hover.search_button { } .grid_actionbox:hover { - background:url(../images/grid_actions_hover.png) no-repeat top left; + background:url(../images/grid_actions_hover.gif) no-repeat top left; } .gridheader_loaderbox { diff --git a/ui/new/jsp/account.jsp b/ui/new/jsp/account.jsp index 637e80637f5..6d3ed4d3765 100644 --- a/ui/new/jsp/account.jsp +++ b/ui/new/jsp/account.jsp @@ -1,192 +1,196 @@ -<%@ page import="java.util.*" %> - -<%@ page import="com.cloud.utils.*" %> - -<% - Locale browserLocale = request.getLocale(); - CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale); -%> - -
-
- Accounts
-

- Accounts

-
-
- -
-
- <%=t.t("Details")%>
-
-
-
- -
-
-
-

- Detaching Disk …

-
-
-
-
-
-
- <%=t.t("ID")%>:
-
-
-
-
-
-
-
-
-
- <%=t.t("Role")%>:
-
-
-
-
-
-
-
-
-
- <%=t.t("Account")%>:
-
-
-
-
-
-
-
-
-
- <%=t.t("Domain")%>:
-
-
-
-
-
-
-
-
-
- <%=t.t("VMs")%>:
-
-
-
-
-
-
-
-
-
- <%=t.t("IPs")%>:
-
-
-
-
-
-
-
-
-
- <%=t.t("Bytes.Received")%>:
-
-
-
-
-
-
-
-
-
- <%=t.t("Bytes.Sent")%>:
-
-
-
-
-
-
-
-
-
- <%=t.t("State")%>:
-
-
-
-
-
-
-
-
-
- - - - - - - - - -