You are viewing a plain text version of this content. The canonical link for it is here.
Posted to graffito-commits@incubator.apache.org by cl...@apache.org on 2005/01/18 18:57:33 UTC

svn commit: r125530 - in incubator/graffito/trunk/jetspeed2-deploy: . src/decorations src/decorations/portlet src/decorations/portlet/html src/decorations/portlet/html/tigris src/decorations/portlet/html/tigris/css src/decorations/portlet/html/tigris/images

Author: clombart
Date: Tue Jan 18 10:57:33 2005
New Revision: 125530

URL: http://svn.apache.org/viewcvs?view=rev&rev=125530
Log:
* review deploy goal
* Add css in order to support "folder" entries
Added:
   incubator/graffito/trunk/jetspeed2-deploy/src/decorations/
   incubator/graffito/trunk/jetspeed2-deploy/src/decorations/portlet/
   incubator/graffito/trunk/jetspeed2-deploy/src/decorations/portlet/html/
   incubator/graffito/trunk/jetspeed2-deploy/src/decorations/portlet/html/tigris/
   incubator/graffito/trunk/jetspeed2-deploy/src/decorations/portlet/html/tigris/css/
   incubator/graffito/trunk/jetspeed2-deploy/src/decorations/portlet/html/tigris/css/styles.css
   incubator/graffito/trunk/jetspeed2-deploy/src/decorations/portlet/html/tigris/images/
   incubator/graffito/trunk/jetspeed2-deploy/src/decorations/portlet/html/tigris/images/icon_folderclosed1_sml.gif   (contents, props changed)
Modified:
   incubator/graffito/trunk/jetspeed2-deploy/maven.xml

Modified: incubator/graffito/trunk/jetspeed2-deploy/maven.xml
Url: http://svn.apache.org/viewcvs/incubator/graffito/trunk/jetspeed2-deploy/maven.xml?view=diff&rev=125530&p1=incubator/graffito/trunk/jetspeed2-deploy/maven.xml&r1=125529&p2=incubator/graffito/trunk/jetspeed2-deploy/maven.xml&r2=125530
==============================================================================
--- incubator/graffito/trunk/jetspeed2-deploy/maven.xml	(original)
+++ incubator/graffito/trunk/jetspeed2-deploy/maven.xml	Tue Jan 18 10:57:33 2005
@@ -24,15 +24,8 @@
   <!-- ================================================================ -->
   
   <goal name="deploy">	
-	<copy todir="${org.apache.jetspeed.deploy.war.dir}jetspeed/WEB-INF/assembly" overwrite="true">
-            <fileset dir="${maven.src.dir}/assembly" />            
+	<copy todir="${org.apache.jetspeed.deploy.war.dir}jetspeed/WEB-INF" overwrite="true">
+            <fileset dir="${maven.src.dir}" />            
         </copy>
-
-	<copy todir="${org.apache.jetspeed.deploy.war.dir}/jetspeed/WEB-INF/pages" overwrite="true">
-            <fileset dir="${maven.src.dir}/pages" />            
-        </copy>	
   </goal>
-  
-	  
-	 
-</project>
\ No newline at end of file
+  </project>
\ No newline at end of file

Added: incubator/graffito/trunk/jetspeed2-deploy/src/decorations/portlet/html/tigris/css/styles.css
Url: http://svn.apache.org/viewcvs/incubator/graffito/trunk/jetspeed2-deploy/src/decorations/portlet/html/tigris/css/styles.css?view=auto&rev=125530
==============================================================================
--- (empty file)
+++ incubator/graffito/trunk/jetspeed2-deploy/src/decorations/portlet/html/tigris/css/styles.css	Tue Jan 18 10:57:33 2005
@@ -0,0 +1,648 @@
+/*
+Copyright 2004 The Apache Software Foundation
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/
+
+
+.portlet-tigris .PTitleLeft
+{
+}
+
+.portlet-tigris .PTitle
+{
+    padding: 2px;
+    border: 1px solid #999999;
+    color: #990000;
+    background-color: #dddddd;
+
+    /**
+    Specify the height of the image used
+    else it will use the text height    
+    **/
+    height:8px;    
+}
+
+.portlet-tigris .PTitleContent
+{
+    font-weight:bold;
+}
+ 
+.portlet-tigris .PTitleRight
+{
+}
+
+.portlet-tigris .PContentLeft
+{
+}
+
+.portlet-tigris .PContent
+{
+    padding: 3px;
+    overflow : scroll;
+	border: 1px solid #999999
+}
+
+.portlet-tigris .PContentRight
+{
+}
+
+.portlet-tigris .PBottomLeft
+{
+}
+
+.portlet-tigris .PBottom
+{
+}
+
+.portlet-tigris .PBottomRight
+{
+}
+
+/* font */
+.portlet-tigris .PTitleLeft,
+.portlet-tigris .PTitle,
+.portlet-tigris .PTitleContent,
+.portlet-tigris .PTitleRight,
+.portlet-tigris .PContentLeft,
+.portlet-tigris .PContent,
+.portlet-tigris .PContentRight,
+.portlet-tigris .PBottomLeft,
+.portlet-tigris .PBottom,
+.portlet-tigris .PBottomRight
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+
+/* --------------------------------- */
+/* PLT.C.1 Links (Anchor)            */
+/* --------------------------------- */
+
+.portlet-tigris A:link, 
+.portlet-tigris A:visited {
+    text-decoration: none;
+}
+
+.portlet-tigris A:hover, 
+.portlet-tigris A:active {
+    text-decoration: underline;
+}
+
+/* font */
+.portlet-tigris A:link,
+.portlet-tigris A:visited,
+.portlet-tigris A:hover,
+.portlet-tigris A:active
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.2 Fonts                     */
+/* --------------------------------- */
+
+.portlet-tigris .portlet-font {
+    color: black;
+}
+.portlet-tigris .portlet-font-dim {
+    color: gray;
+}
+
+/* font */
+.portlet-tigris .portlet-font,
+.portlet-tigris .portlet-font-dim
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+
+/* --------------------------------- */
+/* PLT.C.3 Messages                  */
+/* --------------------------------- */
+.portlet-tigris .portlet-msg-status {
+    background: url(content/tigris/images/icon_status_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+.portlet-tigris .portlet-msg-info {
+    background: url(content/tigris/images/icon_info_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+.portlet-tigris .portlet-msg-error {
+    background: url(content/tigris/images/icon_error_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+.portlet-tigris .portlet-msg-alert {
+    background: url(content/tigris/images/icon_warning_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+.portlet-tigris .portlet-msg-success {
+    background: url(content/tigris/images/icon_success_sml.gif);
+    background-repeat: no-repeat;
+    padding-left: 20px;
+    min-height: 15px;
+}
+
+/* font */
+.portlet-tigris .portlet-msg-status,
+.portlet-tigris .portlet-msg-info,
+.portlet-tigris .portlet-msg-error,
+.portlet-tigris .portlet-msg-alert,
+.portlet-tigris .portlet-msg-success
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.4 Sections                  */
+/* --------------------------------- */
+.portlet-tigris .portlet-section-header {
+    background-image: url(content/tigris/images/nw_maj_rond.gif);
+    background-repeat: no-repeat;
+    color: #fff;
+    background-color: #036;
+    padding: 5px;
+    margin-right: 2px;
+    margin-left: 2px;
+    clear: both;
+}
+
+.portlet-tigris .portlet-section-body {
+    background: #efefef;
+    border: none;
+    padding: 2px 3px;
+    text-align: left;
+    vertical-align: top;
+    text-align: left;
+}
+
+.portlet-tigris .portlet-section-alternate {
+    background: #ddd;
+    border: none;
+    padding: 2px 3px;
+    text-align: left;
+    vertical-align: top;
+    text-align: left;
+}
+
+.portlet-tigris .portlet-section-selected {
+    /* TODO : ex. change color */
+    background: #ffe;
+    border: none;
+    padding: 2px 3px;
+    text-align: left;
+    vertical-align: top;
+    text-align: left;
+    font-weight:bold;
+}
+
+.portlet-tigris .portlet-section-subheader {
+    background-image: url(content/tigris/images/nw_maj_rond.gif);
+    background-repeat: no-repeat;
+    color: #fff;
+    background-color: #888;
+    padding: 5px;
+    margin-right: 2px;
+    margin-left: 2px;
+    clear: both;
+}
+
+.portlet-tigris .portlet-section-footer {
+    background-repeat: no-repeat;
+    background-position: bottom left;
+    background-color: #ddd;
+    background-image: url(content/tigris/images/sw_med_rond.gif);
+    color: #000;
+    padding: 5px;
+    margin: .67em 2px;
+    margin-top: 0;
+}
+
+.portlet-tigris .portlet-section-text {
+    padding: 1em;
+    padding-bottom: .3em;
+    padding-left: 1em;
+}
+
+/* font */
+.portlet-tigris .portlet-section-header,
+.portlet-tigris .portlet-section-body,
+.portlet-tigris .portlet-section-alternate,
+.portlet-tigris .portlet-section-selected,
+.portlet-tigris .portlet-section-subheader,
+.portlet-tigris .portlet-section-footer,
+.portlet-tigris .portlet-section-text
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.5 Forms                     */
+/* --------------------------------- */
+.portlet-tigris .portlet-form-label {
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+.portlet-tigris .portlet-form-input-field {
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+.portlet-tigris .portlet-form-button {
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+.portlet-tigris .portlet-icon-label {
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+.portlet-tigris .portlet-dlg-icon-label {
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+.portlet-tigris .portlet-form-field-label {
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+.portlet-tigris .portlet-form-field {
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.6 Menus                     */
+/* --------------------------------- */
+.portlet-tigris .portlet-menu {
+    background: #efefef;
+    margin-bottom: 6px;
+    border-right: 1px solid #aaa;
+    border-bottom: 1px solid #aaa;
+    padding: 4px 4px 4px 0;
+    padding-bottom: .3em;
+    padding-left: 1em;
+}
+
+.portlet-tigris .portlet-menu-item {
+    text-decoration: none;
+    color: blue;
+}
+
+.portlet-tigris .portlet-menu-item-selected {
+    text-decoration: none;
+    color: #555 !important;
+}
+
+.portlet-tigris .portlet-menu-item-hover {
+    text-decoration: none;
+    color: #f30 !important;
+}
+
+.portlet-tigris .portlet-menu-item-hover-selected {
+    text-decoration: none;
+    color: #555 !important;
+    font-weight: bold;
+}
+
+.portlet-tigris .portlet-menu-cascade-item {
+    text-decoration: none;
+    margin-top: .3em;
+    padding-bottom: 0;
+    color: blue;
+}
+
+.portlet-tigris .portlet-folder-item {
+    text-decoration: none;
+    margin-top: .3em;
+    padding-bottom: 0;
+    color: blue;
+}
+
+.portlet-tigris .portlet-menu-cascade-item-selected {
+    text-decoration: none;
+    color: #555 !important;
+    font-weight: bold;
+}
+
+.portlet-tigris .portlet-menu-description {
+}
+
+.portlet-tigris .portlet-menu-caption {
+    border-bottom: 1px solid #666;
+    border-right: 1px solid #666;
+    background: #ddd;
+    color: #555;
+    padding: 4px;
+}
+
+/* font */
+.portlet-tigris .portlet-menu,
+.portlet-tigris .portlet-menu-item,
+.portlet-tigris .portlet-menu-item-selected,
+.portlet-tigris .portlet-menu-item-hover,
+.portlet-tigris .portlet-menu-item-hover-selected,
+.portlet-tigris .portlet-menu-cascade-item,
+.portlet-tigris .portlet-folder-item,
+.portlet-tigris .portlet-menu-cascade-item-selected,
+.portlet-tigris .portlet-menu-description,
+.portlet-tigris .portlet-menu-caption
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+
+/* --------------------------------- */
+/* PLT.C.6 Menus (arrowfolder style) */
+/* --------------------------------- */
+.portlet-tigris .arrowfolder .portlet-menu {
+    background: #efefef;
+    margin-bottom: 6px;
+    border-right: 1px solid #aaa;
+    border-bottom: 1px solid #aaa;
+    padding: 4px 4px 4px 0;
+    padding-bottom: .3em;
+    padding-left: 1em;
+}
+
+.portlet-tigris .arrowfolder .portlet-menu-item {
+    text-decoration: none;
+    color: blue;
+    padding-left: 34px;
+    background-image: url(content/tigris/images/icon_arrowdoc_sml.gif);
+    background-repeat: no-repeat;
+
+}
+
+.portlet-tigris .arrowfolder .portlet-menu-item-selected {
+    text-decoration: none;
+    color: #555 !important;
+    padding-left: 34px;
+    background-image: url(content/tigris/images/icon_arrowdoc_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.portlet-tigris .arrowfolder .portlet-menu-item-hover {
+    text-decoration: none;
+    color: #f30 !important;
+    padding-left: 34px;
+    background-image: url(content/tigris/images/icon_arrowdoc_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.portlet-tigris .arrowfolder .portlet-menu-item-hover-selected {
+    text-decoration: none;
+    color: #555 !important;
+    font-weight: bold;
+    padding-left: 34px;
+    background-image: url(content/tigris/images/icon_arrowdoc_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.portlet-tigris .arrowfolder .portlet-menu-cascade-item {
+    text-decoration: none;
+    margin-top: .3em;
+    padding-bottom: 0;
+    color: blue;
+    padding-left: 34px;
+    background-image: url(content/tigris/images/icon_arrowfolderclosed1_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.portlet-tigris .arrowfolder .portlet-folder-item {
+    text-decoration: none;
+    margin-top: .3em;
+    padding-bottom: 0;
+    color: blue;
+    padding-left: 25px;
+    background-image: url(content/tigris/images/icon_folderclosed1_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.portlet-tigris .arrowfolder .portlet-menu-cascade-item-selected {
+    text-decoration: none;
+    color: #555 !important;
+    font-weight: bold;
+    padding-left: 34px;
+    background-image: url(content/tigris/images/icon_arrowfolderopen2_sml.gif);
+    background-repeat: no-repeat;
+}
+
+.portlet-tigris .arrowfolder .portlet-menu-description {
+}
+
+.portlet-tigris .arrowfolder .portlet-menu-caption {
+    border-bottom: 1px solid #666;
+    border-right: 1px solid #666;
+    background: #ddd;
+    color: #555;
+    padding: 4px;
+}
+
+/* font */
+.portlet-tigris .arrowfolder .portlet-menu,
+.portlet-tigris .arrowfolder .portlet-menu-item,
+.portlet-tigris .arrowfolder .portlet-menu-item-selected,
+.portlet-tigris .arrowfolder .portlet-menu-item-hover,
+.portlet-tigris .arrowfolder .portlet-menu-item-hover-selected,
+.portlet-tigris .arrowfolder .portlet-menu-cascade-item,
+.portlet-tigris .arrowfolder .portlet-folder-item,
+.portlet-tigris .arrowfolder .portlet-menu-cascade-item-selected,
+.portlet-tigris .arrowfolder .portlet-menu-description,
+.portlet-tigris .arrowfolder .portlet-menu-caption
+{
+    font-family: Verdana, Helvetica, Arial, sans-serif;
+    voice-family: "\"}\"";
+    voice-family: inherit;
+    font-size: x-small;
+}
+
+/* --------------------------------- */
+/* Tree component                    */
+/* --------------------------------- */
+
+.portlet-tigris .tree {
+   lineheight: 18px;
+   font-family: arial, sans-serif;
+}
+
+.portlet-tigris .tree-node {
+   padding: 2px 15px 2px 5px;
+}
+
+.portlet-tigris .tree-node a {
+   text-decoration: none;
+}
+
+.portlet-tigris .tree-node-selected {
+   padding: 2px 15px 2px 5px;
+}
+
+.portlet-tigris .tree-node-selected a {
+   text-decoration: none;
+   font-weight: bold;
+}
+
+/* --------------------------------- */
+/* WSRP (10.6.5 Tables)              */
+/* --------------------------------- */
+.portlet-tigris .portlet-table-header,
+.portlet-tigris .portlet-table-body,
+.portlet-tigris .portlet-table-alternate,
+.portlet-tigris .portlet-table-selected,
+.portlet-tigris .portlet-table-subheader,
+.portlet-tigris .portlet-table-footer,
+.portlet-tigris .portlet-table-text,
+.portlet-tigris th,
+.portlet-tigris td,
+.portlet-tigris input {
+	font-family: Verdana, Helvetica, Arial, sans-serif;
+	font-size: small;
+}
+
+.portlet-tigris table,
+.portlet-tigris th,
+.portlet-tigris td {
+	vertical-align: top;
+	border: none;
+	/* action buttons shifts right a few millimeters by the following */
+	/*white-space: nowrap;*/
+}
+
+.portlet-tigris .portlet-table-header {
+	background-color: #bbb;
+	border: 0.75px solid #fff;
+	padding: 2px 3px;
+	text-align: left;
+}
+
+.portlet-tigris .portlet-table-subheader {
+	background-color: #ccc;
+	border: 0.75px solid #fff;
+	padding: 2px 3px;
+	text-align: left;
+}
+
+.portlet-tigris .portlet-table-footer {
+	font-size: x-small;
+	padding: 5px;
+	margin: .67em 2px;
+	margin-top: 0;
+	background-color: #ddd;
+	background-image: url(../images/sw_med_rond.gif);
+	background-repeat: no-repeat;
+	background-position: bottom left;
+}
+
+
+.portlet-tigris .portlet-table-body,
+.portlet-tigris .portlet-table-body td {
+	font-size: small;
+	background: #ddd;
+	border-bottom: 1px solid #fff;
+}
+
+.portlet-tigris .portlet-table-alternate,
+.portlet-tigris .portlet-table-alternate td {
+	font-size: small;
+	background: #efefef;
+	border-bottom: 1px solid #fff;
+}
+
+.portlet-tigris .portlet-table-selected,
+.portlet-tigris .portlet-table-selected td {
+	font-size: small;
+	background: #ffe;
+	border-bottom: 1px solid #fff;
+}
+
+/* not defined on WSRP*/
+.portlet-tigris .portlet-table-col1 {
+	border-right: 1px solid #fff;
+	padding: 2px 15px 2px 5px;
+}
+
+/* not defined on WSRP*/
+.portlet-tigris .portlet-table-col2 {
+	border-left: 1px solid #fff;
+	padding: 2px 15px 2px 5px;
+}
+
+/* --------------------------------- */
+/* Portlet Data Scroller Table       */
+/* --------------------------------- */
+
+.portlet-tigris .portlet-scroller-grid td {
+    horizontal-align: center;
+}
+
+.portlet-tigris .portlet-scroller {
+    horizontal-align: center;
+}
+
+.portlet-tigris .portlet-paginator {
+	horizontal-align: center;
+}

Added: incubator/graffito/trunk/jetspeed2-deploy/src/decorations/portlet/html/tigris/images/icon_folderclosed1_sml.gif
Url: http://svn.apache.org/viewcvs/incubator/graffito/trunk/jetspeed2-deploy/src/decorations/portlet/html/tigris/images/icon_folderclosed1_sml.gif?view=auto&rev=125530
==============================================================================
Binary file. No diff available.