Author: admitriev
Date: 2008-03-11 09:39:50 -0400 (Tue, 11 Mar 2008)
New Revision: 6687
Added:
management/design/panelBar/
management/design/panelBar/icon.gif
management/design/panelBar/panelBar1.html
management/design/panelBar/pbar_bg.gif
management/design/panelBar/spacer.gif
management/design/panelMenu/
management/design/panelMenu/icon.gif
management/design/panelMenu/panel_menu.html
management/design/panelMenu/pmenu_bg.gif
management/design/panelMenu/spacer.gif
Log:
Added: management/design/panelBar/icon.gif
===================================================================
(Binary files differ)
Property changes on: management/design/panelBar/icon.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: management/design/panelBar/panelBar1.html
===================================================================
--- management/design/panelBar/panelBar1.html (rev 0)
+++ management/design/panelBar/panelBar1.html 2008-03-11 13:39:50 UTC (rev 6687)
@@ -0,0 +1,97 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<html>
+<head>
+<title>coll_panel</title>
+<style>
+.pbar_size{
+ width : 300px;
+}
+
+.pbar_item{
+ border-top : 1px solid #BED6F8; /*panelBorderColor*/
+ border-left : 1px solid #BED6F8; /*panelBorderColor*/
+ border-right : 1px solid #BED6F8; /*panelBorderColor*/
+ border-bottom : 0px;
+ font-size : 11px; /*generalSizeFont*/
+ font-family : verdana; /*generalFamilyFont*/
+ padding : 0px;
+}
+
+.pbar_content{
+ border-top : 1px solid #BED6F8; /*panelBorderColor*/
+ font-family : verdana; /*generalFamilyFont*/
+ font-size : 11px; /*generalSizeFont*/
+ padding : 10px;
+ color : #000000; /*generalTextColor*/
+}
+
+.pbar_label{
+ border : 0px solid #BED6F8; /*panelBorderColor*/
+ background-color : #E9F2FF; /*headerBackgroundColor*/
+ font-size : 11px; /*headerSizeFont*/
+ font-family : verdana; /*generalFamilyFont*/
+ color : #000000; /*headerTextColor*/
+ font-weight : bold;
+ background-image : url(pbar_bg.gif); /*from headerGradientColor to
headerBackgroundColor*/
+ background-position : top left;
+ background-repeat : repeat-x;
+ padding : 4px 4px 4px 10px;
+ cursor : pointer;
+ margin : 1px;
+ white-space : nowrap;
+}
+
+.pbar_bottom{
+ border-top : 1px solid #BED6F8; /*panelBorderColor*/
+}
+.pbar_hide{display : none}
+
+</style>
+
+</head>
+
+<body>
+
+
+<div class="pbar_size">
+
+ <div class="pbar_item">
+ <div class="pbar_label">
+ Header name 1
+ </div>
+ <div class="pbar_content">
+ An automated testing facility is in our roadmap for the near future. This facility
will generate test cases for your component as soon as you develop it. The testing
framework will not just test the components, but also any other server-side or client-side
functionality including JavaScript code. What is more, it will do all of this without
deploying the test application into the Servlet container.
+ </div>
+ </div>
+
+ <div class="pbar_item">
+ <div class="pbar_label">
+ Header name 2
+ </div>
+ <div class="pbar_content pbar_hide">
+ An automated testing facility is in our roadmap for the near future. This facility
will generate test cases for your component as soon as you develop it. The testing
framework will not just test the components, but also any other server-side or client-side
functionality including JavaScript code. What is more, it will do all of this without
deploying the test application into the Servlet container.
+ </div>
+ </div>
+
+ <div class="pbar_item">
+ <div class="pbar_label">
+ Header name 3
+ </div>
+ <div class="pbar_content pbar_hide">
+ An automated testing facility is in our roadmap for the near future. This facility
will generate test cases for your component as soon as you develop it. The testing
framework will not just test the components, but also any other server-side or client-side
functionality including JavaScript code. What is more, it will do all of this without
deploying the test application into the Servlet container.
+ </div>
+ </div>
+
+ <div class="pbar_bottom">
+ </div>
+
+</div>
+
+
+
+
+
+
+</body>
+</html>
Added: management/design/panelBar/pbar_bg.gif
===================================================================
(Binary files differ)
Property changes on: management/design/panelBar/pbar_bg.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: management/design/panelBar/spacer.gif
===================================================================
(Binary files differ)
Property changes on: management/design/panelBar/spacer.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: management/design/panelMenu/icon.gif
===================================================================
(Binary files differ)
Property changes on: management/design/panelMenu/icon.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: management/design/panelMenu/panel_menu.html
===================================================================
--- management/design/panelMenu/panel_menu.html (rev 0)
+++ management/design/panelMenu/panel_menu.html 2008-03-11 13:39:50 UTC (rev 6687)
@@ -0,0 +1,213 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<html>
+<head>
+<title>coll_panel</title>
+<style>
+.pmenu_size{
+ width : 300px;
+}
+
+.pmenu_text{
+ width: 100%;
+ padding-left : 5px;
+}
+
+.pmenu_item table{
+ border-top : 1px solid #BED6F8; /*panelBorderColor*/
+ font-size : 11px; /*generalSizeFont*/
+ font-family : verdana; /*generalFamilyFont*/
+ padding : 2px 1px 1px 1px;
+ margin-top : 1px;
+ cursor : pointer;
+}
+
+.pmenu_label{
+ border : 1px solid #BED6F8; /*panelBorderColor*/
+ font-size : 11px; /*generalSizeFont*/
+ font-family : verdana; /*generalFamilyFont*/
+ padding : 1px;
+ margin-bottom : 3px
+}
+
+.pmenu_label table.label{
+ background-color : #E9F2FF; /*headerBackgroundColor*/
+ font-size : 11px; /*headerSizeFont*/
+ font-family : verdana; /*generalFamilyFont*/
+ color : #000000; /*headerTextColor*/
+ font-weight : regular;
+ background-image : url(pmenu_bg.gif); /*from headerGradientColor to
headerBackgroundColor*/
+ background-position : top left;
+ background-repeat : repeat-x;
+ padding : 2px 1px 2px 2px;
+ cursor : pointer;
+}
+
+.group{
+ font-weight : regular;
+}
+
+.disabled{
+ color : #BED6F8; /*panelBorderColor*/
+}
+
+.select{
+ background : #C7D7EC; /*additionalBackgroundColor*/
+ border-top : 1px solid #FFFFFF; /*panelBorderColor*/
+}
+
+
+</style>
+
+</head>
+
+<body>
+
+
+<div class="pmenu_size">
+<div class="pmenu_label">
+ <table cellspacing=0 cellpadding=0 border=0 class="label">
+ <tr>
+ <td><img src="icon.gif" width="16"
height="16"></td>
+ <td class="pmenu_text">Display item name</td>
+ <td><img src="spacer.gif" width="16"
height="16"></td>
+ </tr>
+ </table>
+
+ <div class="pmenu_item">
+ <table cellspacing=0 cellpadding=0 border=0 class="group">
+ <tr>
+ <td><img src="spacer.gif" width="16"
height="16"><img src="icon.gif" width="16"
height="16"></td>
+ <td class="pmenu_text">Display item name</td>
+ <td><img src="spacer.gif" width="16"
height="16"></td>
+ </tr>
+ </table>
+
+ <div class="pmenu_item">
+ <table cellspacing=0 cellpadding=0 border=0 class="">
+ <tr>
+ <td><img src="spacer.gif" width="16"
height="16"><img src="spacer.gif" width="16"
height="16"><img src="icon.gif" width="16"
height="16"></td>
+ <td class="pmenu_text">Display item name</td>
+ <td><img src="spacer.gif" width="16"
height="16"></td>
+ </tr>
+ </table>
+
+
+
+ </div>
+ <div class="pmenu_item">
+ <table cellspacing=0 cellpadding=0 border=0 class="select">
+ <tr>
+ <td><img src="spacer.gif" width="16"
height="16"><img src="spacer.gif" width="16"
height="16"><img src="icon.gif" width="16"
height="16"></td>
+ <td class="pmenu_text">Display item name</td>
+ <td><img src="spacer.gif" width="16"
height="16"></td>
+ </tr>
+ </table>
+
+
+
+ </div>
+
+ </div>
+ <div class="pmenu_item">
+ <table cellspacing=0 cellpadding=0 border=0 class="disabled group">
+ <tr>
+ <td><img src="spacer.gif" width="16"
height="16"><img src="icon.gif" width="16"
height="16"></td>
+ <td class="pmenu_text">Display item name</td>
+ <td><img src="spacer.gif" width="16"
height="16"></td>
+ </tr>
+ </table>
+
+ <div class="pmenu_item" style="display : none">
+ <table cellspacing=0 cellpadding=0 border=0>
+ <tr>
+ <td><img src="spacer.gif" width="16"
height="16"><img src="spacer.gif" width="16"
height="16"><img src="icon.gif" width="16"
height="16"></td>
+ <td class="pmenu_text">Display item name</td>
+ <td><img src="spacer.gif" width="16"
height="16"></td>
+ </tr>
+ </table>
+
+
+
+ </div>
+
+ </div>
+</div>
+
+<div class="pmenu_label">
+ <table cellspacing=0 cellpadding=0 border=0 class="label">
+ <tr>
+ <td><img src="icon.gif" width="16"
height="16"></td>
+ <td class="pmenu_text">Display item name</td>
+ <td><img src="spacer.gif" width="16"
height="16"></td>
+ </tr>
+ </table>
+
+ <div class="pmenu_item" style="display : none">
+ <table cellspacing=0 cellpadding=0 border=0>
+ <tr>
+ <td><img src="spacer.gif" width="16"
height="16"><img src="icon.gif" width="16"
height="16"></td>
+ <td class="pmenu_text">Display item name</td>
+ <td><img src="spacer.gif" width="16"
height="16"></td>
+ </tr>
+ </table>
+
+
+
+ </div>
+</div>
+
+<div class="pmenu_label">
+ <table cellspacing=0 cellpadding=0 border=0 class="label">
+ <tr>
+ <td><img src="icon.gif" width="16"
height="16"></td>
+ <td class="pmenu_text">Display item name</td>
+ <td><img src="spacer.gif" width="16"
height="16"></td>
+ </tr>
+ </table>
+
+ <div class="pmenu_item" style="display : none">
+ <table cellspacing=0 cellpadding=0 border=0>
+ <tr>
+ <td><img src="spacer.gif" width="16"
height="16"><img src="icon.gif" width="16"
height="16"></td>
+ <td class="pmenu_text">Display item name</td>
+ <td><img src="spacer.gif" width="16"
height="16"></td>
+ </tr>
+ </table>
+
+
+
+ </div>
+</div>
+
+<div class="pmenu_label">
+ <table cellspacing=0 cellpadding=0 border=0 class="label">
+ <tr>
+ <td><img src="icon.gif" width="16"
height="16"></td>
+ <td class="pmenu_text">Display item name</td>
+ <td><img src="spacer.gif" width="16"
height="16"></td>
+ </tr>
+ </table>
+
+ <div class="pmenu_item" style="display : none ">
+ <table cellspacing=0 cellpadding=0 border=0>
+ <tr>
+ <td><img src="spacer.gif" width="16"
height="16"><img src="icon.gif" width="16"
height="16"></td>
+ <td class="pmenu_text">Display item name</td>
+ <td><img src="spacer.gif" width="16"
height="16"></td>
+ </tr>
+ </table>
+
+
+
+ </div>
+</div>
+</div>
+
+
+
+
+
+
+</body>
+</html>
Added: management/design/panelMenu/pmenu_bg.gif
===================================================================
(Binary files differ)
Property changes on: management/design/panelMenu/pmenu_bg.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: management/design/panelMenu/spacer.gif
===================================================================
(Binary files differ)
Property changes on: management/design/panelMenu/spacer.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Show replies by date