Author: norman
Date: Sun Aug 30 08:02:31 2009
New Revision: 809261
URL: http://svn.apache.org/viewvc?rev=809261&view=rev
Log:
the html and css files are needed in the client module
Added:
labs/hupa/client/war/
labs/hupa/client/war/Hupa.css
labs/hupa/client/war/Hupa.html
Added: labs/hupa/client/war/Hupa.css
URL:
http://svn.apache.org/viewvc/labs/hupa/client/war/Hupa.css?rev=809261&view=auto
==============================================================================
--- labs/hupa/client/war/Hupa.css (added)
+++ labs/hupa/client/war/Hupa.css Sun Aug 30 08:02:31 2009
@@ -0,0 +1,181 @@
+.cbg-RP {
+ background-color: #E0ECFF;
+}
+
+.cbg-RPContainer {
+ border-color: #E0ECFF;
+}
+
+.cbg-Button, .gwt-HTML, .gwt-Label, .gwt-Tree .gwt-TreeItem,
.gwt-SuggestBoxPopup .item, hupa-LoginForm,
.hupa-IMAPMessageWidget-Header-Content, .hupa-ToolTip, .hupa-IMAPFolder,
.gwt-ListBox, .gwt-HyperLink, .gwt-TextBox{
+ font-size: 12px;
+ font-family: Arial, Helvetica,
sans-serif;
+}
+
+.hupa-LoginForm {
+ font-size: 12px;
+ font-family: Verdana;
+}
+
+.hupa-ErrorLabel, .gwt-PagingOptions .errorMessage {
+ color: #FF0000;
+ font-size: 12px;
+ font-family: Arial, Helvetica,
sans-serif;
+}
+
+.hupa-MailTableControl {
+ background-color: #E0ECFF;
+}
+
+.hupa-LoginWidgetHeader {
+ border-top: 1pt solid grey;
+ border-bottom: 1pt solid grey;
+ text-align: left;
+ padding-left: 5px;
+ background-color: #E0ECFF;
+}
+
+.hupa-validationErrorBorder {
+ border: 1pt solid red;
+}
+
+.hupa-IMAPMessageWidget-Header {
+ border: 1pt solid grey;
+ text-align: left;
+ background-color: #E0ECFF;
+}
+
+.hupa-IMAPMessageWidget-ButtonBar {
+ border-bottom: 1pt solid grey;
+ padding-left: 5px;
+ padding-bottom: 5px;
+}
+
+.hupa-Northpanel {
+ border-top: 1pt solid grey;
+ border-bottom: 1pt solid grey;
+ background-color: #E0ECFF;
+}
+
+.hupa-Mailtable-row-notseen {
+ font-weight: bold;
+}
+
+.gwt-ScrollTable .dataTable td {
+ border-top: 1pt solid #EEEEEE;
+ white-space: nowrap;
+ padding: 0px 10px 0px 10px;
+ overflow: hidden;
+ font-size: 12px;
+ font-family: Arial, Helvetica,
sans-serif;
+ cursor: pointer;
+}
+
+
+.gwt-ScrollTable .dataTable tr.highlighted {
+ background: #FAD163;
+}
+
+.gwt-ScrollTable .dataTable tr.selected td {
+ background: #FFF7D7;
+}
+
+.hupa-Mailtable-row {
+ text-align: left;
+ vertical-align: top;
+ padding: 0px 10px 0px
10px;
+ font-size: 12px;
+ cursor: pointer;
+}
+
+.hupa-Mailtable-cell-date {
+ text-align: right;
+}
+
+.hupa-IMAPFolder-selected {
+ background: #E0ECFF;
+ width: 100%;
+}
+
+.GWTUpld {
+ font-family: Arial, Helvetica,
sans-serif;
+ font-size: 12px;
+}
+
+.upld-status {
+ font-family: Arial, Helvetica,
sans-serif;
+ font-size: 12px;
+}
+
+.upld-status .filename {
+ width: 300px;
+ overflow: hidden;
+ font-family: Arial, Helvetica,
sans-serif;
+ font-size: 12px;
+ font-weight: bold;
+}
+
+.upld-status .status {
+ width: 200px;
+ padding-left: 8px;
+ white-space: nowrap;
+ font-family: Arial, Helvetica,
sans-serif;
+ font-size: 12px;
+}
+
+.upld-status .status-3 {
+ color: green;
+ font-family: Arial, Helvetica,
sans-serif;
+ font-size: 12px;
+}
+
+.upld-status .status-4 {
+ color: red;
+ font-family: Arial, Helvetica,
sans-serif;
+ font-size: 12px;
+}
+
+.GWTUpld .changed {
+ color: red;
+ /* It doesn't work in IE */
+ text-decoration: blink;
+}
+
+/*
+ * Incubator ProgressBar
+ */
+.gwt-ProgressBar-shell {
+ margin: 2px;
+ background-color: #EEEEEE;
+ height: 12px;
+ width: 250px;
+ -moz-border-radius-bottomleft: 4px;
+ -moz-border-radius-bottomright: 4px;
+ -moz-border-radius-topleft: 4px;
+ -moz-border-radius-topright: 4px;
+ border: 1px solid
#DDDDDD;
+}
+
+.gwt-ProgressBar-shell .gwt-ProgressBar-bar {
+ background-color: #F6A828;
+ -moz-border-radius-bottomleft: 4px;
+ -moz-border-radius-topleft: 4px;
+}
+
+.gwt-ProgressBar-shell .gwt-ProgressBar-text {
+ font-family: Arial, Helvetica,
sans-serif;
+ font-size: 12px;
+ padding: 0px;
+ margin: 0px;
+ color: grey;
+}
+
+.gwt-PopupPanel {
+ -moz-border-radius-bottomleft: 6px;
+ -moz-border-radius-bottomright: 6px;
+ -moz-border-radius-topleft: 6px;
+ -moz-border-radius-topright: 6px;
+}
+
+.hupa-droptarget-invalid {
+ color: red;
+}
\ No newline at end of file
Added: labs/hupa/client/war/Hupa.html
URL:
http://svn.apache.org/viewvc/labs/hupa/client/war/Hupa.html?rev=809261&view=auto
==============================================================================
--- labs/hupa/client/war/Hupa.html (added)
+++ labs/hupa/client/war/Hupa.html Sun Aug 30 08:02:31 2009
@@ -0,0 +1,41 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!-- The HTML 4.01 Transitional DOCTYPE declaration-->
+<!-- above set at the top of the file will set -->
+<!-- the browser's rendering engine into -->
+<!-- "Quirks Mode". Replacing this declaration -->
+<!-- with a "Standards Mode" doctype is supported, -->
+<!-- but may lead to some differences in layout. -->
+
+<html>
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=UTF-8">
+
+ <!-- -->
+ <!-- Consider inlining CSS to reduce the number of requested files -->
+ <!-- -->
+ <link type="text/css" rel="stylesheet" href="Hupa.css">
+
+ <!-- -->
+ <!-- Any title is fine -->
+ <!-- -->
+ <title>Hupa</title>
+
+ <!-- -->
+ <!-- This script loads your compiled module. -->
+ <!-- If you add any GWT meta tags, they must -->
+ <!-- be added before this line. -->
+ <!-- -->
+ <script type="text/javascript" language="javascript"
src="hupa/hupa.nocache.js"></script>
+ </head>
+
+ <!-- -->
+ <!-- The body can have arbitrary html, or -->
+ <!-- you can leave the body empty if you want -->
+ <!-- to create a completely dynamic UI. -->
+ <!-- -->
+ <body oncontextmenu="return false;">
+ <!-- OPTIONAL: include this if you want history support -->
+ <iframe src="javascript:''" id="__gwt_historyFrame"
style="width:0;height:0;border:0"></iframe>
+ <iframe src="" id="__download" style="width:0;height:0;border:0"></iframe>
+ </body>
+</html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]