From e98c8f41170bcc4ca50c1d0ff774dacc79e42664 Mon Sep 17 00:00:00 2001 From: NIKITA Date: Tue, 7 Sep 2010 14:31:41 -0700 Subject: [PATCH] Action button for Account and Volume page --- ui/new/css/main.css | 8 +- ui/new/images/gird_actions.png | Bin 0 -> 1179 bytes ui/new/images/gird_actions_hover.png | Bin 0 -> 1083 bytes ui/new/jsp/tab_account.jsp | 217 ++++++++++----------- ui/new/jsp/tab_volume.jsp | 271 ++++++++++++++------------- 5 files changed, 252 insertions(+), 244 deletions(-) create mode 100644 ui/new/images/gird_actions.png create mode 100644 ui/new/images/gird_actions_hover.png diff --git a/ui/new/css/main.css b/ui/new/css/main.css index 1c6ac42a7d4..f50dc8e413e 100644 --- a/ui/new/css/main.css +++ b/ui/new/css/main.css @@ -2021,10 +2021,10 @@ a:visited { } .grid_actionbox { - width:33px; - height:15px; + width:35px; + height:17px; float:right; - background:url(../images/gird_actions.gif) no-repeat top left; + background:url(../images/gird_actions.png) no-repeat top left; margin:2px 10px 0 0; padding:0; cursor:pointer; @@ -2032,5 +2032,5 @@ a:visited { } .grid_actionbox:hover { - background:url(../images/gird_actions_hover.gif) no-repeat top left; + background:url(../images/gird_actions_hover.png) no-repeat top left; } \ No newline at end of file diff --git a/ui/new/images/gird_actions.png b/ui/new/images/gird_actions.png new file mode 100644 index 0000000000000000000000000000000000000000..7ed5a7ea64a6649cb15baad6ed69e5257a8631ae GIT binary patch literal 1179 zcmV;M1Z4Y(P)={ zL{FYP`9FpVfB<3u3RM3Gg6UJI|6j0R!GCN3WEsQLr%xHQb+s98-@XlIqXU2dVnla4 z8kh_8O9~^%xHG5EFx?|mtyZ-$7gA#aKwrnFR zkU{!D`Wb=g@4t$Q3fSnzrbY%C85ssn4o-%TA3uUJ0Yh9|9De8Axx>H&3drBTe>432 z`ICX2m7U?iz55J8JUk39U%X<_)71yd;lm*POsuS|;8>VBV+O<@r64hoe#S?S9{uOy;sQG@COn)$N>+y9*^?IxB0>TT zK7M`-E*|bE&j0uC9|I#JBN&6gw{PDVSl+*X&%ngQ1QzfK3}kQyy28WRgJI9XJq(5CKZU{92GUZC%J`@LxGSYp(a!YS&-HJ9x0~KVx8r_<=*ey z?|kRn*F1y}*6a1FqA0>-GC`-);lDtAq&DPoITC1_5eYV9&B90&-EKEHj{C7mQ54wO z{27La5sM}8`S}5t%Zc&v3C*t_&s@*M8jS{0sT7g2QZVc~91cx=nuKU|YsV*+e8TTf)DF4fOuGP^`(o@WKylPD37xCU6M3%lKpL)#iz|%qg8lGv&b(8)I*t*T?2P2UPz5tswj@o+SXA1xT002ovPDHLkV1jB|6A}Ob literal 0 HcmV?d00001 diff --git a/ui/new/images/gird_actions_hover.png b/ui/new/images/gird_actions_hover.png new file mode 100644 index 0000000000000000000000000000000000000000..de19b924fcbce9d14ca974e351c186323f50ddcd GIT binary patch literal 1083 zcmV-B1jPG^P)rzFSdQ^~$Adx;nZjG5`U@c<l=k)?Yq-*3!~q{_x?0qN1X$ zlaq*;*xcE(Z-c?vvuD-S)tTgF72UkN=1iT*%f}C71JQ&D6M*EMJ9ikDFIgq0D6gue z`S#753n$OOjWxG2!Dk;p0DT`4<>cmO0)`bUJ46r;tZgli9zG5Y zNfs86BiF83&&FVn8@$oUaN6_b$o^5q*u5EB5^GkbgbaBy(um6fuxvb=rqa@~s6hNh+lCMMS} zT>**%5f>MCMOC?@qr=7XmpIrtSeRKD=gwa6|KES00iJ=r0(?A7tZaY({MoX0cr5IrrXk?m? z=VMtm91aJAL30qYEQ3!J3WcEWBuO+)LqX$0f_P%FSTdPJ zrBaFK^B|aEj^j3C95*l-0CsGBSp{B50`I)MWYXzMr8+JcG?z$lxG0K-KA=5b>vlc9 z!GM&thU6-rDEW*H;NYViW&d<$8qbtM&&M-5osz=@OF!X2%{{ zqRZ*}bxK#4IqSnoIlm>)n+<^?_*}l%RbU9i6fBm8Gc>}1heE8S@>dJv)01&mGz ---> - -<%@ page import="java.util.*" %> -<%@ page import="com.cloud.utils.*" %> - -<% - - Locale browserLocale = request.getLocale(); - CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale); -%> - - -
- -
-
- <%=t.t("Details")%>
-
-
-
-
-
- <%=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")%>:
-
-
-
-
-
-
-
-
+ + +<%@ 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")%>
+
+
+
+
+
+
+ <%=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")%>:
+
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/ui/new/jsp/tab_volume.jsp b/ui/new/jsp/tab_volume.jsp index 4d0b9e84d36..957341892c3 100644 --- a/ui/new/jsp/tab_volume.jsp +++ b/ui/new/jsp/tab_volume.jsp @@ -1,136 +1,137 @@ - - -<%@ page import="java.util.*" %> -<%@ page import="com.cloud.utils.*" %> - -<% - - Locale browserLocale = request.getLocale(); - CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale); -%> - - -
- -
-
- <%=t.t("Details")%>
-
-
-
-
-
- <%=t.t("ID")%>:
-
-
-
-
-
-
-
-
-
- <%=t.t("Name")%>:
-
-
-
-
-
-
-
-
-
- <%=t.t("Type")%>:
-
-
-
-
-
-
-
-
-
- <%=t.t("Zone")%>:
-
-
-
-
-
-
-
-
-
- <%=t.t("Instance.Name")%>:
-
-
-
-
-
-
-
-
-
- <%=t.t("Device.ID")%>:
-
-
-
-
-
-
-
-
-
- <%=t.t("Size")%>:
-
-
-
-
-
-
-
-
-
- <%=t.t("State")%>:
-
-
-
-
-
-
-
-
-
- <%=t.t("Created")%>:
-
-
-
-
-
-
-
-
-
- <%=t.t("Storage")%>:
-
-
-
-
-
-
-
-
-
- <%=t.t("Account")%>:
-
-
-
-
-
-
-
-
+ + +<%@ page import="java.util.*" %> +<%@ page import="com.cloud.utils.*" %> + +<% + + Locale browserLocale = request.getLocale(); + CloudResourceBundle t = CloudResourceBundle.getBundle("resources/resource", browserLocale); +%> + + +
+ +
+
+ <%=t.t("Details")%>
+
+
+
+
+
+
+ <%=t.t("ID")%>:
+
+
+
+
+
+
+
+
+
+ <%=t.t("Name")%>:
+
+
+
+
+
+
+
+
+
+ <%=t.t("Type")%>:
+
+
+
+
+
+
+
+
+
+ <%=t.t("Zone")%>:
+
+
+
+
+
+
+
+
+
+ <%=t.t("Instance.Name")%>:
+
+
+
+
+
+
+
+
+
+ <%=t.t("Device.ID")%>:
+
+
+
+
+
+
+
+
+
+ <%=t.t("Size")%>:
+
+
+
+
+
+
+
+
+
+ <%=t.t("State")%>:
+
+
+
+
+
+
+
+
+
+ <%=t.t("Created")%>:
+
+
+
+
+
+
+
+
+
+ <%=t.t("Storage")%>:
+
+
+
+
+
+
+
+
+
+ <%=t.t("Account")%>:
+
+
+
+
+
+
+
+
\ No newline at end of file