diff --git a/client/WEB-INF/classes/resources/resource.properties b/client/WEB-INF/classes/resources/resource.properties index b65212e5771..2dab056acab 100644 --- a/client/WEB-INF/classes/resources/resource.properties +++ b/client/WEB-INF/classes/resources/resource.properties @@ -64,6 +64,15 @@ value = Value description = Description category = Category hypervisor = Hypervisor +dns1 = DNS 1 +dns2 = DNS 2 +internaldns1 = Internal DNS 1 +internaldns2 = Internal DNS 2 +vlan = VLAN +guestcidraddress = Guest CIDR +private.cidr = Private CIDR +private.ip.range = Private IP Range +gateway = Gateway disk.offering = Disk Offering copy.ISO.to = Copy ISO to diff --git a/ui/new/css/main.css b/ui/new/css/main.css index 239ce943856..243a8643439 100644 --- a/ui/new/css/main.css +++ b/ui/new/css/main.css @@ -1258,7 +1258,27 @@ a:visited { margin:0; padding:0; border-bottom:1px dashed #92a7b7; - +} + +.leftmenu_expandedbox{ + width:220px; + height:auto; + float:left; + background:#7f9bae url(../images/leftmenu_expanded.gif) repeat-x top left; + border-bottom:1px solid #FFF; + margin:0; + padding:0; + overflow-x:scoll; + overflow-x:auto; + overflow-y:hidden; +} + +.leftmenu_expandedlist{ + width:100%; + height:auto; + float:left; + margin:0; + padding:0; } .leftmenu_content{ @@ -1275,11 +1295,17 @@ a:visited { padding:0 0 3px 0; } + + .leftmenu_content.selected{ color:#FFF; background:#626262 url(../images/leftmenu_hover.gif) repeat-x top left; } +.leftmenu_content.highlighted{ + background:#a9b8c3 url(../images/leftmenu_highlighted.gif) repeat-x top left; +} + /* .leftmenu_content:hover{ background:#626262 url(../images/leftmenu_hover.gif) repeat-x top left; @@ -1296,7 +1322,8 @@ a:visited { } .leftmenu_firstindent{ - width:200px; + min-width:200px; + max-width:auto; height:auto; float:left; margin:7px 0 0 10px; @@ -1305,32 +1332,70 @@ a:visited { } .leftmenu_secondindent{ - width:180px; + min-width:180px; + max-width:auto; height:auto; float:left; - margin:7px 0 0 25px; + color:#FFF; + margin:7px 0 0 30px; display:inline; padding:0; } .leftmenu_thirdindent{ - width:150px; + min-width:160px; + max-width:auto; height:auto; float:left; - margin:7px 0 0 60px; + color:#FFF; + margin:7px 0 0 50px; display:inline; padding:0; } .leftmenu_fourthindent{ - width:170px; + min-width:200px; + max-width:auto; height:auto; float:left; + color:#FFF; + margin:7px 0 0 70px; + display:inline; + padding:0; +} + +.leftmenu_fifthindent{ + min-width:200px; + max-width:auto; + height:auto; + float:left; + color:#FFF; margin:7px 0 0 100px; display:inline; padding:0; } +.leftmenu_sixthindent{ + min-width:200px; + max-width:auto; + height:auto; + float:left; + color:#FFF; + margin:7px 0 0 120px; + display:inline; + padding:0; +} + +.leftmenu_domainindent{ + min-width:180px; + max-width:auto; + height:auto; + float:left; + color:#FFF; + margin:7px 0 0 30px; + display:inline; + padding:0; +} .leftmenu_titles { width:auto; @@ -1355,10 +1420,10 @@ a:visited { .leftmenu_arrows { - width:10px; - height:11px; + width:9px; + height:9px; float:left; - margin:2px 6px 0 0; + margin:2px 4px 0 0; padding:0; } @@ -1366,10 +1431,26 @@ a:visited { background:url(../images/leftmenu_closedarrow.png) no-repeat top left; } +.leftmenu_arrows.nonexpanded_close { + background:url(../images/leftmenu_closedarrow_nonexp.png) no-repeat top left; +} + .leftmenu_arrows.open { background:url(../images/leftmenu_openarrow.png) no-repeat top left; } +.leftmenu_arrows.expanded_close { + background:url(../images/leftmenu_white_closedarrow.png) no-repeat top left; +} + +.leftmenu_arrows.white_nonexpanded_close { + background:url(../images/leftmenu_white_closedarrow_nonexp.png) no-repeat top left; +} + +.leftmenu_arrows.expanded_open { + background:url(../images/leftmenu_white_openedarrow.png) no-repeat top left; +} + .right_panel { width:auto; height:auto; @@ -2837,8 +2918,14 @@ a:hover.search_button { width:auto; height:auto; float:left; - margin:0 0 0 0; - padding:0; + color:#FFF; + text-align:left; + font-weight:normal; + font-size:11px; + cursor:pointer; + cursor:hand; + margin:0; + padding:0 0 3px 0; } diff --git a/ui/new/images/alert_leftmenuicon.png b/ui/new/images/alert_leftmenuicon.png new file mode 100644 index 00000000000..9e5b604712a Binary files /dev/null and b/ui/new/images/alert_leftmenuicon.png differ diff --git a/ui/new/images/destroyvm_actionicon.png b/ui/new/images/destroyvm_actionicon.png new file mode 100644 index 00000000000..d868d0931e2 Binary files /dev/null and b/ui/new/images/destroyvm_actionicon.png differ diff --git a/ui/new/images/leftmenu_closedarrow.png b/ui/new/images/leftmenu_closedarrow.png index 1d3e81c9c2b..5271e23aa1d 100644 Binary files a/ui/new/images/leftmenu_closedarrow.png and b/ui/new/images/leftmenu_closedarrow.png differ diff --git a/ui/new/images/leftmenu_closedarrow_nonexp.png b/ui/new/images/leftmenu_closedarrow_nonexp.png new file mode 100644 index 00000000000..f5c90940560 Binary files /dev/null and b/ui/new/images/leftmenu_closedarrow_nonexp.png differ diff --git a/ui/new/images/leftmenu_expanded.gif b/ui/new/images/leftmenu_expanded.gif new file mode 100644 index 00000000000..59b4f616a01 Binary files /dev/null and b/ui/new/images/leftmenu_expanded.gif differ diff --git a/ui/new/images/leftmenu_highlighted.gif b/ui/new/images/leftmenu_highlighted.gif new file mode 100644 index 00000000000..c2570849ad7 Binary files /dev/null and b/ui/new/images/leftmenu_highlighted.gif differ diff --git a/ui/new/images/leftmenu_openarrow.png b/ui/new/images/leftmenu_openarrow.png index 0725bf4368b..132f7d34bce 100644 Binary files a/ui/new/images/leftmenu_openarrow.png and b/ui/new/images/leftmenu_openarrow.png differ diff --git a/ui/new/images/leftmenu_white_closedarrow.png b/ui/new/images/leftmenu_white_closedarrow.png new file mode 100644 index 00000000000..04f806a46ec Binary files /dev/null and b/ui/new/images/leftmenu_white_closedarrow.png differ diff --git a/ui/new/images/leftmenu_white_closedarrow_nonexp.png b/ui/new/images/leftmenu_white_closedarrow_nonexp.png new file mode 100644 index 00000000000..ed7fb0b8e4a Binary files /dev/null and b/ui/new/images/leftmenu_white_closedarrow_nonexp.png differ diff --git a/ui/new/images/leftmenu_white_openedarrow.png b/ui/new/images/leftmenu_white_openedarrow.png new file mode 100644 index 00000000000..45f1f5e5e1d Binary files /dev/null and b/ui/new/images/leftmenu_white_openedarrow.png differ diff --git a/ui/new/images/rebootvm_actionicon.png b/ui/new/images/rebootvm_actionicon.png new file mode 100644 index 00000000000..d6057448a78 Binary files /dev/null and b/ui/new/images/rebootvm_actionicon.png differ diff --git a/ui/new/images/startvm_actionicon.png b/ui/new/images/startvm_actionicon.png new file mode 100644 index 00000000000..1a585a3dc99 Binary files /dev/null and b/ui/new/images/startvm_actionicon.png differ diff --git a/ui/new/images/stopvm_actionicon.png b/ui/new/images/stopvm_actionicon.png new file mode 100644 index 00000000000..34d0399def1 Binary files /dev/null and b/ui/new/images/stopvm_actionicon.png differ diff --git a/ui/new/images/zone_zoneicon.png b/ui/new/images/zone_zoneicon.png index 93b1fb26889..4799285102d 100644 Binary files a/ui/new/images/zone_zoneicon.png and b/ui/new/images/zone_zoneicon.png differ diff --git a/ui/new/index.jsp b/ui/new/index.jsp index 11e7ec48099..1f7b7feb7a8 100644 --- a/ui/new/index.jsp +++ b/ui/new/index.jsp @@ -176,7 +176,7 @@ long milliseconds = new Date().getTime(); -