[Rt-commit] r7778 - in rt/branches/3.7-EXPERIMENTAL: . html/Elements html/NoAuth/css/3.4-compat html/NoAuth/css/3.5-default html/Search html/Search/Elements html/Ticket html/Ticket/Elements

jesse at bestpractical.com jesse at bestpractical.com
Sun May 6 03:18:40 EDT 2007


Author: jesse
Date: Sun May  6 03:18:39 2007
New Revision: 7778

Added:
   rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/
   rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/approvals.css
   rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/body.css   (contents, props changed)
   rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/footer.css
   rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/forms.css   (contents, props changed)
   rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/header.css
   rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/login.css
   rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/logo.css
   rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/main.css
   rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/misc.css   (contents, props changed)
   rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/nav-left.css
   rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/nav.css
   rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/quickbar.css
   rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/ticket.css
   rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/titlebox.css
   rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/transactions.css   (contents, props changed)
   rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/yui.css
Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/html/Elements/PageLayout
   rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/3.4-compat/misc.css
   rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/3.5-default/misc.css
   rt/branches/3.7-EXPERIMENTAL/html/Search/Build.html
   rt/branches/3.7-EXPERIMENTAL/html/Search/Elements/EditSearches
   rt/branches/3.7-EXPERIMENTAL/html/Search/Elements/PickCriteria
   rt/branches/3.7-EXPERIMENTAL/html/Ticket/Display.html
   rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/ShowHistory

Log:
 r56140 at pinglin:  jesse | 2007-04-29 15:18:04 -0400
  * Added a pointer to the GnuPG crypt directory
 r56148 at pinglin:  jesse | 2007-04-29 16:46:52 -0400
  * Crypt::GnuPG doc updates
 r56729 at pinglin:  jesse | 2007-05-06 02:37:57 -0400
  * style hacking


Modified: rt/branches/3.7-EXPERIMENTAL/html/Elements/PageLayout
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Elements/PageLayout	(original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Elements/PageLayout	Sun May  6 03:18:39 2007
@@ -60,7 +60,7 @@
 
 <div id="header">
 <h1><% $title %></h1>
-
+<div id="page-navigation">
 % my $sep       = 0;
 % my $postsep   = 0;
 % my $count     = 0;
@@ -155,7 +155,7 @@
   </ul>
 % }
 </div>
-
+</div>
 <div id="body">
 % $m->callback( %ARGS, CallbackName => 'BeforeBody' );
 % $m->flush_buffer(); # we've got the page laid out, let's flush the buffer;

Modified: rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/3.4-compat/misc.css
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/3.4-compat/misc.css	(original)
+++ rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/3.4-compat/misc.css	Sun May  6 03:18:39 2007
@@ -47,3 +47,32 @@
 %# END BPS TAGGED BLOCK }}}
 .oddline { background: white; }
 .evenline { background: #cecfef; }
+
+
+#comp-Search-Build .titlebox-content {
+    padding-left: 0.7em;
+    padding-right: 0.3em;
+}
+
+#editsearches {
+    width: 55%;
+    float:right;
+    text-align: left;
+    padding-right: 1em;
+}
+
+#editsearches .titlebox-content {
+    padding: 1em;
+}
+
+
+#editquery {
+    width: 40%;
+    float: left;
+    padding-left: 1em;
+}
+
+#pick-criteria {
+    clear: both;
+}
+

Modified: rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/3.5-default/misc.css
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/3.5-default/misc.css	(original)
+++ rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/3.5-default/misc.css	Sun May  6 03:18:39 2007
@@ -117,6 +117,30 @@
     padding-right: 0.3em;
 }
 
+
+
+#editsearches {
+    width: 55%;
+    float:right;
+    text-align: left;
+    padding-right: 1em;
+}
+
+#editsearches .titlebox-content {
+    padding: 1em;
+}
+
+
+#editquery {
+    width: 40%;
+    float: left;
+    padding-left: 1em;
+}
+
+#pick-criteria {
+    clear: both;
+}
+
 .shredder-form { line-height: 3em }
 .shredder-form span { margin-left: 1em; margin-right: 1em }
 .shredder-help {

Added: rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/approvals.css
==============================================================================
--- (empty file)
+++ rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/approvals.css	Sun May  6 03:18:39 2007
@@ -0,0 +1,97 @@
+%# BEGIN BPS TAGGED BLOCK {{{
+%# 
+%# COPYRIGHT:
+%#  
+%# This software is Copyright (c) 1996-2007 Best Practical Solutions, LLC 
+%#                                          <jesse at bestpractical.com>
+%# 
+%# (Except where explicitly superseded by other copyright notices)
+%# 
+%# 
+%# LICENSE:
+%# 
+%# This work is made available to you under the terms of Version 2 of
+%# the GNU General Public License. A copy of that license should have
+%# been provided with this software, but in any event can be snarfed
+%# from www.gnu.org.
+%# 
+%# This work is distributed in the hope that it will be useful, but
+%# WITHOUT ANY WARRANTY; without even the implied warranty of
+%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+%# General Public License for more details.
+%# 
+%# You should have received a copy of the GNU General Public License
+%# along with this program; if not, write to the Free Software
+%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+%# 02110-1301 or visit their web page on the internet at
+%# http://www.gnu.org/copyleft/gpl.html.
+%# 
+%# 
+%# CONTRIBUTION SUBMISSION POLICY:
+%# 
+%# (The following paragraph is not intended to limit the rights granted
+%# to you to modify and distribute this software under the terms of
+%# the GNU General Public License and is only of importance to you if
+%# you choose to contribute your changes and enhancements to the
+%# community by submitting them to Best Practical Solutions, LLC.)
+%# 
+%# By intentionally submitting any modifications, corrections or
+%# derivatives to this work, or any other work intended for use with
+%# Request Tracker, to Best Practical Solutions, LLC, you confirm that
+%# you are the copyright holder for those contributions and you grant
+%# Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
+%# royalty-free, perpetual, license to use, copy, create derivative
+%# works based on those contributions, and sublicense and distribute
+%# those contributions and any derivatives thereof.
+%# 
+%# END BPS TAGGED BLOCK }}}
+.approval {
+    margin-bottom: 3em;
+    padding: 0 0 1em 0;
+    border: 1px solid #069;
+}
+
+.approval .name {
+    background: #069;
+    color: white;
+    font-size: 1.1em;
+    padding: 0.2em 0 0.4em 0.2em;
+}
+
+#body .approval .name :link, #body .approval .name :visited {
+    color: white;
+}
+
+.approval .originating-ticket {
+    margin: 0.5em;
+    border: 1px solid #aaa;
+}
+
+.approval .originating-ticket .link {
+    display: block;
+    background: #aaa;
+    padding: 0.2em 0 0.4em 0.2em;
+}
+
+.approval .originating-ticket .info {
+    padding: 0.5em;
+}
+
+#body .approval .originating-ticket .link :link,
+#body .approval .originating-ticket .link :visited {
+    color: black;
+}
+
+.approval .form {
+    margin: 1em 0.5em 0.5em 0.5em;
+}
+
+.approval .form .action, .approval .form .notes {
+    float: left;
+    margin-left: 1em;
+}
+
+.approval .form .action { padding-top: 1em; }
+
+.approval .form .action label { font-weight: normal; }
+.approval .form .notes label  { display: block; }

Added: rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/body.css
==============================================================================
--- (empty file)
+++ rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/body.css	Sun May  6 03:18:39 2007
@@ -0,0 +1,78 @@
+%# BEGIN BPS TAGGED BLOCK {{{
+%# 
+%# COPYRIGHT:
+%#  
+%# This software is Copyright (c) 1996-2007 Best Practical Solutions, LLC 
+%#                                          <jesse at bestpractical.com>
+%# 
+%# (Except where explicitly superseded by other copyright notices)
+%# 
+%# 
+%# LICENSE:
+%# 
+%# This work is made available to you under the terms of Version 2 of
+%# the GNU General Public License. A copy of that license should have
+%# been provided with this software, but in any event can be snarfed
+%# from www.gnu.org.
+%# 
+%# This work is distributed in the hope that it will be useful, but
+%# WITHOUT ANY WARRANTY; without even the implied warranty of
+%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+%# General Public License for more details.
+%# 
+%# You should have received a copy of the GNU General Public License
+%# along with this program; if not, write to the Free Software
+%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+%# 02110-1301 or visit their web page on the internet at
+%# http://www.gnu.org/copyleft/gpl.html.
+%# 
+%# 
+%# CONTRIBUTION SUBMISSION POLICY:
+%# 
+%# (The following paragraph is not intended to limit the rights granted
+%# to you to modify and distribute this software under the terms of
+%# the GNU General Public License and is only of importance to you if
+%# you choose to contribute your changes and enhancements to the
+%# community by submitting them to Best Practical Solutions, LLC.)
+%# 
+%# By intentionally submitting any modifications, corrections or
+%# derivatives to this work, or any other work intended for use with
+%# Request Tracker, to Best Practical Solutions, LLC, you confirm that
+%# you are the copyright holder for those contributions and you grant
+%# Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
+%# royalty-free, perpetual, license to use, copy, create derivative
+%# works based on those contributions, and sublicense and distribute
+%# those contributions and any derivatives thereof.
+%# 
+%# END BPS TAGGED BLOCK }}}
+#body {
+    border-left: 10px solid #ccc;
+    border-right: 10px solid #ccc;
+
+}
+
+#body {
+    clear: both;
+}
+
+#body h1 {
+    border-bottom: 1px dotted #069;
+    padding-left: 0.5em;
+}
+
+#body h1, #body h2, #body h3, #body h4, #body h5, #body h6 {
+    color: #930;
+    font-weight: bold;
+}
+
+#body :link { color: #069; }
+
+#body :link, #body :visited {
+    font-weight: bold;
+    text-decoration: none;
+}
+
+#body :link:hover, #body :visited:hover {
+    text-decoration: underline;
+}
+

Added: rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/footer.css
==============================================================================
--- (empty file)
+++ rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/footer.css	Sun May  6 03:18:39 2007
@@ -0,0 +1,66 @@
+%# BEGIN BPS TAGGED BLOCK {{{
+%# 
+%# COPYRIGHT:
+%#  
+%# This software is Copyright (c) 1996-2007 Best Practical Solutions, LLC 
+%#                                          <jesse at bestpractical.com>
+%# 
+%# (Except where explicitly superseded by other copyright notices)
+%# 
+%# 
+%# LICENSE:
+%# 
+%# This work is made available to you under the terms of Version 2 of
+%# the GNU General Public License. A copy of that license should have
+%# been provided with this software, but in any event can be snarfed
+%# from www.gnu.org.
+%# 
+%# This work is distributed in the hope that it will be useful, but
+%# WITHOUT ANY WARRANTY; without even the implied warranty of
+%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+%# General Public License for more details.
+%# 
+%# You should have received a copy of the GNU General Public License
+%# along with this program; if not, write to the Free Software
+%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+%# 02110-1301 or visit their web page on the internet at
+%# http://www.gnu.org/copyleft/gpl.html.
+%# 
+%# 
+%# CONTRIBUTION SUBMISSION POLICY:
+%# 
+%# (The following paragraph is not intended to limit the rights granted
+%# to you to modify and distribute this software under the terms of
+%# the GNU General Public License and is only of importance to you if
+%# you choose to contribute your changes and enhancements to the
+%# community by submitting them to Best Practical Solutions, LLC.)
+%# 
+%# By intentionally submitting any modifications, corrections or
+%# derivatives to this work, or any other work intended for use with
+%# Request Tracker, to Best Practical Solutions, LLC, you confirm that
+%# you are the copyright holder for those contributions and you grant
+%# Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
+%# royalty-free, perpetual, license to use, copy, create derivative
+%# works based on those contributions, and sublicense and distribute
+%# those contributions and any derivatives thereof.
+%# 
+%# END BPS TAGGED BLOCK }}}
+
+
+#footer {
+ border-top: 1px solid black;
+ font-size: 1em;
+ text-align: right;
+ padding: 1em;
+ margin-top: 3em;
+ color: #000;
+}
+
+#footer a {
+ color: #000;
+
+}
+
+p#time {
+ display: none;
+}

Added: rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/forms.css
==============================================================================
--- (empty file)
+++ rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/forms.css	Sun May  6 03:18:39 2007
@@ -0,0 +1,129 @@
+%# BEGIN BPS TAGGED BLOCK {{{
+%# 
+%# COPYRIGHT:
+%#  
+%# This software is Copyright (c) 1996-2007 Best Practical Solutions, LLC 
+%#                                          <jesse at bestpractical.com>
+%# 
+%# (Except where explicitly superseded by other copyright notices)
+%# 
+%# 
+%# LICENSE:
+%# 
+%# This work is made available to you under the terms of Version 2 of
+%# the GNU General Public License. A copy of that license should have
+%# been provided with this software, but in any event can be snarfed
+%# from www.gnu.org.
+%# 
+%# This work is distributed in the hope that it will be useful, but
+%# WITHOUT ANY WARRANTY; without even the implied warranty of
+%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+%# General Public License for more details.
+%# 
+%# You should have received a copy of the GNU General Public License
+%# along with this program; if not, write to the Free Software
+%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+%# 02110-1301 or visit their web page on the internet at
+%# http://www.gnu.org/copyleft/gpl.html.
+%# 
+%# 
+%# CONTRIBUTION SUBMISSION POLICY:
+%# 
+%# (The following paragraph is not intended to limit the rights granted
+%# to you to modify and distribute this software under the terms of
+%# the GNU General Public License and is only of importance to you if
+%# you choose to contribute your changes and enhancements to the
+%# community by submitting them to Best Practical Solutions, LLC.)
+%# 
+%# By intentionally submitting any modifications, corrections or
+%# derivatives to this work, or any other work intended for use with
+%# Request Tracker, to Best Practical Solutions, LLC, you confirm that
+%# you are the copyright holder for those contributions and you grant
+%# Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
+%# royalty-free, perpetual, license to use, copy, create derivative
+%# works based on those contributions, and sublicense and distribute
+%# those contributions and any derivatives thereof.
+%# 
+%# END BPS TAGGED BLOCK }}}
+form input, form select, form .combobox {
+    border-top: 1px solid #ddd;
+    border-left: 1px solid #ddd;
+    border-bottom: 2px solid #999;
+    border-right: 2px solid #999;
+    padding: 0.25em;
+    background: #eee;
+    font-weight: bold;
+    font-size: 1em;
+    margin: 0.5em 0.5em 0 0.5em;
+}
+
+
+form input.checkbox, form input.radio {
+    border: none;
+    padding: 0;
+}
+
+/* form .entry input, form .value input */
+
+.label, form label, .labeltop {
+    font-weight: bold;
+}
+
+.label-comment {
+    font-weight: normal;
+    font-size: 0.9em;
+}
+
+.labeltop {
+    vertical-align: top;
+}
+
+.submit {
+    font-weight: bold;
+    color: #a00;
+    font-size: 1.1em;
+    padding: 0.3em 1.5em 0 1.5em;
+    border-top: 1px solid #930;
+    margin: 1.5em 0 2.5em 0;
+}
+
+.submit .buttons { float: right; }
+.submit .extra-buttons { float: left; }
+.submit .button { font-size: 0.9em; }
+.submit .submit-clear { display: none; }
+
+.input-row {
+    clear: both;
+    padding: 0.25em;
+}
+
+%# ComboBox styles... some properties like height and width must be dynamically
+%# set in the JS (at least for now).
+.comibobox {
+    border: 2px inset #069;
+    padding-left: 0.5em;
+    padding-bottom: 0.1em;
+}
+
+.combobox .combo-button {
+    padding: 0 2px 0 2px;
+    margin: 0;
+    background: ButtonFace;
+    color: ButtonText;
+    border: 2px outset ButtonHighlight;
+    cursor: default;
+    font-size: 8pt;
+}
+
+.combobox .combo-text {
+    border: none;
+    margin: 0;
+    padding: 0;
+}
+
+.combobox .combo-list {
+    z-index: 200;
+    border: 10px solid red;
+    background: red;
+}
+

Added: rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/header.css
==============================================================================
--- (empty file)
+++ rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/header.css	Sun May  6 03:18:39 2007
@@ -0,0 +1,112 @@
+%# BEGIN BPS TAGGED BLOCK {{{
+%# 
+%# COPYRIGHT:
+%#  
+%# This software is Copyright (c) 1996-2007 Best Practical Solutions, LLC 
+%#                                          <jesse at bestpractical.com>
+%# 
+%# (Except where explicitly superseded by other copyright notices)
+%# 
+%# 
+%# LICENSE:
+%# 
+%# This work is made available to you under the terms of Version 2 of
+%# the GNU General Public License. A copy of that license should have
+%# been provided with this software, but in any event can be snarfed
+%# from www.gnu.org.
+%# 
+%# This work is distributed in the hope that it will be useful, but
+%# WITHOUT ANY WARRANTY; without even the implied warranty of
+%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+%# General Public License for more details.
+%# 
+%# You should have received a copy of the GNU General Public License
+%# along with this program; if not, write to the Free Software
+%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+%# 02110-1301 or visit their web page on the internet at
+%# http://www.gnu.org/copyleft/gpl.html.
+%# 
+%# 
+%# CONTRIBUTION SUBMISSION POLICY:
+%# 
+%# (The following paragraph is not intended to limit the rights granted
+%# to you to modify and distribute this software under the terms of
+%# the GNU General Public License and is only of importance to you if
+%# you choose to contribute your changes and enhancements to the
+%# community by submitting them to Best Practical Solutions, LLC.)
+%# 
+%# By intentionally submitting any modifications, corrections or
+%# derivatives to this work, or any other work intended for use with
+%# Request Tracker, to Best Practical Solutions, LLC, you confirm that
+%# you are the copyright holder for those contributions and you grant
+%# Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
+%# royalty-free, perpetual, license to use, copy, create derivative
+%# works based on those contributions, and sublicense and distribute
+%# those contributions and any derivatives thereof.
+%# 
+%# END BPS TAGGED BLOCK }}}
+
+
+body {
+ background: #ccc;
+ text-align: left;
+ padding:0;
+}
+
+div#logo { 
+ width: 100%;
+ height: 4em;
+ background-color:#999;
+ 
+}
+
+div#logo img {
+ float: left;
+ padding: 0em;
+ border: 0;
+}
+
+div#logo span {
+    clear: both;
+    float: left;
+}
+
+
+#header h1 {
+    color: #930;
+    padding-top: 1em;
+    padding-left: .25em;
+    font-weight: bold;
+    text-align: left;
+    font-size: 2em;
+}
+
+#header ul {
+    margin: 0;
+    padding: 0;
+    color: #eee;
+    float: left;
+}
+
+#header :link,
+#header :visited
+{
+    color: white;
+    text-decoration: none;
+}
+
+#header :link.selected,
+#header :visited.selected,
+#header :link:hover,
+#header :visited:hover
+{
+    color: #fc6; /*#ff6;*/
+}
+
+#header :link.selected,
+#header :visited.selected
+{
+    font-weight: bold;
+    text-decoration: underline;
+}
+

Added: rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/login.css
==============================================================================
--- (empty file)
+++ rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/login.css	Sun May  6 03:18:39 2007
@@ -0,0 +1,99 @@
+%# BEGIN BPS TAGGED BLOCK {{{
+%# 
+%# COPYRIGHT:
+%#  
+%# This software is Copyright (c) 1996-2007 Best Practical Solutions, LLC 
+%#                                          <jesse at bestpractical.com>
+%# 
+%# (Except where explicitly superseded by other copyright notices)
+%# 
+%# 
+%# LICENSE:
+%# 
+%# This work is made available to you under the terms of Version 2 of
+%# the GNU General Public License. A copy of that license should have
+%# been provided with this software, but in any event can be snarfed
+%# from www.gnu.org.
+%# 
+%# This work is distributed in the hope that it will be useful, but
+%# WITHOUT ANY WARRANTY; without even the implied warranty of
+%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+%# General Public License for more details.
+%# 
+%# You should have received a copy of the GNU General Public License
+%# along with this program; if not, write to the Free Software
+%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+%# 02110-1301 or visit their web page on the internet at
+%# http://www.gnu.org/copyleft/gpl.html.
+%# 
+%# 
+%# CONTRIBUTION SUBMISSION POLICY:
+%# 
+%# (The following paragraph is not intended to limit the rights granted
+%# to you to modify and distribute this software under the terms of
+%# the GNU General Public License and is only of importance to you if
+%# you choose to contribute your changes and enhancements to the
+%# community by submitting them to Best Practical Solutions, LLC.)
+%# 
+%# By intentionally submitting any modifications, corrections or
+%# derivatives to this work, or any other work intended for use with
+%# Request Tracker, to Best Practical Solutions, LLC, you confirm that
+%# you are the copyright holder for those contributions and you grant
+%# Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
+%# royalty-free, perpetual, license to use, copy, create derivative
+%# works based on those contributions, and sublicense and distribute
+%# those contributions and any derivatives thereof.
+%# 
+%# END BPS TAGGED BLOCK }}}
+#login-box {
+    width: 50%;
+    margin: 0 auto 4em auto;
+}
+
+%# More rules only IE will recognize (but are still valid!) to correct for
+%# IE's incorrect handling of auto margins and the W3C defined behavior.
+%# text-align will affect a block element in IE, therefore centering it, like
+%# left and right auto margins *should*
+
+
+#login-box {
+
+    padding-top: 4em;
+
+}
+
+/*
+
+* html #login-box {
+    text-align: center;
+}
+
+
+
+%# ... and align the text back the way it should be
+* html #login-box .titlebox {
+    text-align: left;
+}
+
+#login-box .input-row {
+    padding: 0.5em;
+}
+
+#login-box .input-row .label {
+    width: 8em;
+    float: left;
+    text-align: right;
+    padding: 0.2em 1em 0 0;
+}
+
+#login-box .input-row .input {
+    float: left;
+}
+
+#login-box .button-row {
+    clear: both;
+    padding: 0.5em;
+    float: right;
+}
+
+*/

Added: rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/logo.css
==============================================================================
--- (empty file)
+++ rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/logo.css	Sun May  6 03:18:39 2007
@@ -0,0 +1,48 @@
+%# BEGIN BPS TAGGED BLOCK {{{
+%# 
+%# COPYRIGHT:
+%#  
+%# This software is Copyright (c) 1996-2007 Best Practical Solutions, LLC 
+%#                                          <jesse at bestpractical.com>
+%# 
+%# (Except where explicitly superseded by other copyright notices)
+%# 
+%# 
+%# LICENSE:
+%# 
+%# This work is made available to you under the terms of Version 2 of
+%# the GNU General Public License. A copy of that license should have
+%# been provided with this software, but in any event can be snarfed
+%# from www.gnu.org.
+%# 
+%# This work is distributed in the hope that it will be useful, but
+%# WITHOUT ANY WARRANTY; without even the implied warranty of
+%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+%# General Public License for more details.
+%# 
+%# You should have received a copy of the GNU General Public License
+%# along with this program; if not, write to the Free Software
+%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+%# 02110-1301 or visit their web page on the internet at
+%# http://www.gnu.org/copyleft/gpl.html.
+%# 
+%# 
+%# CONTRIBUTION SUBMISSION POLICY:
+%# 
+%# (The following paragraph is not intended to limit the rights granted
+%# to you to modify and distribute this software under the terms of
+%# the GNU General Public License and is only of importance to you if
+%# you choose to contribute your changes and enhancements to the
+%# community by submitting them to Best Practical Solutions, LLC.)
+%# 
+%# By intentionally submitting any modifications, corrections or
+%# derivatives to this work, or any other work intended for use with
+%# Request Tracker, to Best Practical Solutions, LLC, you confirm that
+%# you are the copyright holder for those contributions and you grant
+%# Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
+%# royalty-free, perpetual, license to use, copy, create derivative
+%# works based on those contributions, and sublicense and distribute
+%# those contributions and any derivatives thereof.
+%# 
+%# END BPS TAGGED BLOCK }}}
+

Added: rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/main.css
==============================================================================
--- (empty file)
+++ rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/main.css	Sun May  6 03:18:39 2007
@@ -0,0 +1,62 @@
+%# BEGIN BPS TAGGED BLOCK {{{
+%# 
+%# COPYRIGHT:
+%#  
+%# This software is Copyright (c) 1996-2007 Best Practical Solutions, LLC 
+%#                                          <jesse at bestpractical.com>
+%# 
+%# (Except where explicitly superseded by other copyright notices)
+%# 
+%# 
+%# LICENSE:
+%# 
+%# This work is made available to you under the terms of Version 2 of
+%# the GNU General Public License. A copy of that license should have
+%# been provided with this software, but in any event can be snarfed
+%# from www.gnu.org.
+%# 
+%# This work is distributed in the hope that it will be useful, but
+%# WITHOUT ANY WARRANTY; without even the implied warranty of
+%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+%# General Public License for more details.
+%# 
+%# You should have received a copy of the GNU General Public License
+%# along with this program; if not, write to the Free Software
+%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+%# 02110-1301 or visit their web page on the internet at
+%# http://www.gnu.org/copyleft/gpl.html.
+%# 
+%# 
+%# CONTRIBUTION SUBMISSION POLICY:
+%# 
+%# (The following paragraph is not intended to limit the rights granted
+%# to you to modify and distribute this software under the terms of
+%# the GNU General Public License and is only of importance to you if
+%# you choose to contribute your changes and enhancements to the
+%# community by submitting them to Best Practical Solutions, LLC.)
+%# 
+%# By intentionally submitting any modifications, corrections or
+%# derivatives to this work, or any other work intended for use with
+%# Request Tracker, to Best Practical Solutions, LLC, you confirm that
+%# you are the copyright holder for those contributions and you grant
+%# Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
+%# royalty-free, perpetual, license to use, copy, create derivative
+%# works based on those contributions, and sublicense and distribute
+%# those contributions and any derivatives thereof.
+%# 
+%# END BPS TAGGED BLOCK }}}
+ at import "yui.css";
+ at import "misc.css";
+ at import "login.css";
+ at import "logo.css";
+ at import "quickbar.css";
+ at import "body.css";
+ at import "approvals.css";
+ at import "titlebox.css";
+ at import "forms.css";
+ at import "ticket.css";
+ at import "transactions.css";
+ at import "nav.css";
+ at import "header.css";
+ at import "footer.css";
+

Added: rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/misc.css
==============================================================================
--- (empty file)
+++ rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/misc.css	Sun May  6 03:18:39 2007
@@ -0,0 +1,149 @@
+%# BEGIN BPS TAGGED BLOCK {{{
+%# 
+%# COPYRIGHT:
+%#  
+%# This software is Copyright (c) 1996-2007 Best Practical Solutions, LLC 
+%#                                          <jesse at bestpractical.com>
+%# 
+%# (Except where explicitly superseded by other copyright notices)
+%# 
+%# 
+%# LICENSE:
+%# 
+%# This work is made available to you under the terms of Version 2 of
+%# the GNU General Public License. A copy of that license should have
+%# been provided with this software, but in any event can be snarfed
+%# from www.gnu.org.
+%# 
+%# This work is distributed in the hope that it will be useful, but
+%# WITHOUT ANY WARRANTY; without even the implied warranty of
+%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+%# General Public License for more details.
+%# 
+%# You should have received a copy of the GNU General Public License
+%# along with this program; if not, write to the Free Software
+%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+%# 02110-1301 or visit their web page on the internet at
+%# http://www.gnu.org/copyleft/gpl.html.
+%# 
+%# 
+%# CONTRIBUTION SUBMISSION POLICY:
+%# 
+%# (The following paragraph is not intended to limit the rights granted
+%# to you to modify and distribute this software under the terms of
+%# the GNU General Public License and is only of importance to you if
+%# you choose to contribute your changes and enhancements to the
+%# community by submitting them to Best Practical Solutions, LLC.)
+%# 
+%# By intentionally submitting any modifications, corrections or
+%# derivatives to this work, or any other work intended for use with
+%# Request Tracker, to Best Practical Solutions, LLC, you confirm that
+%# you are the copyright holder for those contributions and you grant
+%# Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
+%# royalty-free, perpetual, license to use, copy, create derivative
+%# works based on those contributions, and sublicense and distribute
+%# those contributions and any derivatives thereof.
+%# 
+%# END BPS TAGGED BLOCK }}}
+
+.hide, .hidden { display: none !important; }
+
+#body.calpopup {
+    margin-left: 2em;
+}
+
+.calendar {
+    text-align: center;
+    margin: 2em 0 0 0;
+}
+
+.calendar td, .calendar th { padding: 0.1em 0.25em 0.1em 0.25em; }
+
+.calendar caption .month {
+    padding: 0 1em 0 1em;
+    font-size: 1.5em;
+}
+
+.evenline { background-color: white; }
+.oddline { background-color: #ddd; }
+
+td {
+    padding: 0.1em 0.5em 0.1em 0.5em;
+}
+
+.clear { clear: both; }
+
+ul.action-results {
+    margin-top: 0;
+    margin-bottom: 0;
+}
+
+#comp-Search-Build body {
+}
+
+div.autocomplete {
+    position: absolute;
+    background-color: white;
+    border: 1px solid #888;
+    margin: 0px;
+    padding: 0px;
+}
+div.autocomplete ul {
+    list-style-type: none;
+    margin: 0px;
+    padding: 0px;
+}
+div.autocomplete ul li.selected {
+    background-color: #0088cc;
+    color: #eee;
+}
+div.autocomplete ul li {
+    list-style-type: none;
+    display: block;
+    margin: 0;
+    padding: 2px;
+}
+
+#comp-Search-Build .titlebox-content {
+    padding-left: 0.7em;
+    padding-right: 0.3em;
+}
+
+#editsearches {
+    width: 55%;
+    float:right;
+    text-align: left;
+    padding-right: 1em;
+}
+
+#editsearches .titlebox-content {
+    padding: 1em;
+}
+
+
+#editquery {
+    width: 40%;
+    float: left;
+    padding-left: 1em;
+}
+
+#pick-criteria {
+    clear: both;
+}
+
+.shredder-form { line-height: 3em }
+.shredder-form span { margin-left: 1em; margin-right: 1em }
+.shredder-help {
+    background-color: #ffe99d;
+    margin: 1em 2em;
+    padding: 1em;
+    border-style: solid;
+    border-color: black;
+    border-width: 1px;
+}
+#shredder-select-plugin { border-style: solid; border-color: black; border-width: 1px }
+#shredder-plugin-results { border-style: solid; border-color: black; border-width: 1px; margin-top: 1em; }
+#shredder-plugin-results input { margin-left: 1em; }
+
+.pod-sequence-C { background-color: #eee }
+

Added: rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/nav-left.css
==============================================================================
--- (empty file)
+++ rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/nav-left.css	Sun May  6 03:18:39 2007
@@ -0,0 +1,47 @@
+%# BEGIN BPS TAGGED BLOCK {{{
+%# 
+%# COPYRIGHT:
+%#  
+%# This software is Copyright (c) 1996-2007 Best Practical Solutions, LLC 
+%#                                          <jesse at bestpractical.com>
+%# 
+%# (Except where explicitly superseded by other copyright notices)
+%# 
+%# 
+%# LICENSE:
+%# 
+%# This work is made available to you under the terms of Version 2 of
+%# the GNU General Public License. A copy of that license should have
+%# been provided with this software, but in any event can be snarfed
+%# from www.gnu.org.
+%# 
+%# This work is distributed in the hope that it will be useful, but
+%# WITHOUT ANY WARRANTY; without even the implied warranty of
+%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+%# General Public License for more details.
+%# 
+%# You should have received a copy of the GNU General Public License
+%# along with this program; if not, write to the Free Software
+%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+%# 02110-1301 or visit their web page on the internet at
+%# http://www.gnu.org/copyleft/gpl.html.
+%# 
+%# 
+%# CONTRIBUTION SUBMISSION POLICY:
+%# 
+%# (The following paragraph is not intended to limit the rights granted
+%# to you to modify and distribute this software under the terms of
+%# the GNU General Public License and is only of importance to you if
+%# you choose to contribute your changes and enhancements to the
+%# community by submitting them to Best Practical Solutions, LLC.)
+%# 
+%# By intentionally submitting any modifications, corrections or
+%# derivatives to this work, or any other work intended for use with
+%# Request Tracker, to Best Practical Solutions, LLC, you confirm that
+%# you are the copyright holder for those contributions and you grant
+%# Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
+%# royalty-free, perpetual, license to use, copy, create derivative
+%# works based on those contributions, and sublicense and distribute
+%# those contributions and any derivatives thereof.
+%# 
+%# END BPS TAGGED BLOCK }}}

Added: rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/nav.css
==============================================================================
--- (empty file)
+++ rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/nav.css	Sun May  6 03:18:39 2007
@@ -0,0 +1,143 @@
+%# BEGIN BPS TAGGED BLOCK {{{
+%# 
+%# COPYRIGHT:
+%#  
+%# This software is Copyright (c) 1996-2007 Best Practical Solutions, LLC 
+%#                                          <jesse at bestpractical.com>
+%# 
+%# (Except where explicitly superseded by other copyright notices)
+%# 
+%# 
+%# LICENSE:
+%# 
+%# This work is made available to you under the terms of Version 2 of
+%# the GNU General Public License. A copy of that license should have
+%# been provided with this software, but in any event can be snarfed
+%# from www.gnu.org.
+%# 
+%# This work is distributed in the hope that it will be useful, but
+%# WITHOUT ANY WARRANTY; without even the implied warranty of
+%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+%# General Public License for more details.
+%# 
+%# You should have received a copy of the GNU General Public License
+%# along with this program; if not, write to the Free Software
+%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+%# 02110-1301 or visit their web page on the internet at
+%# http://www.gnu.org/copyleft/gpl.html.
+%# 
+%# 
+%# CONTRIBUTION SUBMISSION POLICY:
+%# 
+%# (The following paragraph is not intended to limit the rights granted
+%# to you to modify and distribute this software under the terms of
+%# the GNU General Public License and is only of importance to you if
+%# you choose to contribute your changes and enhancements to the
+%# community by submitting them to Best Practical Solutions, LLC.)
+%# 
+%# By intentionally submitting any modifications, corrections or
+%# derivatives to this work, or any other work intended for use with
+%# Request Tracker, to Best Practical Solutions, LLC, you confirm that
+%# you are the copyright holder for those contributions and you grant
+%# Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
+%# royalty-free, perpetual, license to use, copy, create derivative
+%# works based on those contributions, and sublicense and distribute
+%# those contributions and any derivatives thereof.
+%# 
+%# END BPS TAGGED BLOCK }}}
+#nav {
+    float: left;
+    clear: both;
+    height: 4em;
+    width: 100%;
+    background: #999;
+    padding-top: 1em;
+}
+
+#nav ul {
+    float: left;
+    clear: left;
+    color: #eee;
+    font-weight: bold;
+    
+    margin: 0;
+    padding: 0;
+     
+}
+
+#nav li ul {
+}
+
+/*
+%# We need the extra padding above for browsers where we display the arrows
+%# but those don't work in IE so we don't want as much spacing
+%# 
+%# IE wrongly matches the selector below even though there isn't an element
+%# above <html> in the doc tree
+*/
+* html #nav li ul {
+    margin-top: 0.25em;
+}
+
+#nav li {
+    display: inline;
+    margin-bottom: 1em;
+    padding: 0.2em 0 0.4em 0;
+}
+
+
+#nav ul div div.wrapper {
+    text-align: left;
+    padding: 0.2em 1em 0.4em 0;
+    margin-left:0;
+}
+
+
+#nav :link,
+#nav :visited
+{
+    color: #ececec;
+    text-decoration: none;
+}
+
+#nav :link.selected,
+#nav :visited.selected,
+#nav :link:hover,
+#nav :visited:hover
+{
+    color: #fc6; /*#ff6;*/
+}
+
+#nav :link.selected,
+#nav :visited.selected
+{
+    text-decoration: underline;
+}
+
+
+
+
+#header #page-menu {
+    width: 100%;
+    height: 3em;
+    margin-top: -3.5em;
+    text-align: left;
+    padding-right: 0em;
+    float: left;
+    clear: both;
+    background: #999;
+}
+
+#header ul li {
+    display: inline;
+}
+
+
+
+#actions-menu  div div div{
+    position: relative;
+    right: 0;
+    top: -2em;
+    float: right;
+    margin-right: 2em;
+}

Added: rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/quickbar.css
==============================================================================
--- (empty file)
+++ rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/quickbar.css	Sun May  6 03:18:39 2007
@@ -0,0 +1,105 @@
+%# BEGIN BPS TAGGED BLOCK {{{
+%# 
+%# COPYRIGHT:
+%#  
+%# This software is Copyright (c) 1996-2007 Best Practical Solutions, LLC 
+%#                                          <jesse at bestpractical.com>
+%# 
+%# (Except where explicitly superseded by other copyright notices)
+%# 
+%# 
+%# LICENSE:
+%# 
+%# This work is made available to you under the terms of Version 2 of
+%# the GNU General Public License. A copy of that license should have
+%# been provided with this software, but in any event can be snarfed
+%# from www.gnu.org.
+%# 
+%# This work is distributed in the hope that it will be useful, but
+%# WITHOUT ANY WARRANTY; without even the implied warranty of
+%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+%# General Public License for more details.
+%# 
+%# You should have received a copy of the GNU General Public License
+%# along with this program; if not, write to the Free Software
+%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+%# 02110-1301 or visit their web page on the internet at
+%# http://www.gnu.org/copyleft/gpl.html.
+%# 
+%# 
+%# CONTRIBUTION SUBMISSION POLICY:
+%# 
+%# (The following paragraph is not intended to limit the rights granted
+%# to you to modify and distribute this software under the terms of
+%# the GNU General Public License and is only of importance to you if
+%# you choose to contribute your changes and enhancements to the
+%# community by submitting them to Best Practical Solutions, LLC.)
+%# 
+%# By intentionally submitting any modifications, corrections or
+%# derivatives to this work, or any other work intended for use with
+%# Request Tracker, to Best Practical Solutions, LLC, you confirm that
+%# you are the copyright holder for those contributions and you grant
+%# Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
+%# royalty-free, perpetual, license to use, copy, create derivative
+%# works based on those contributions, and sublicense and distribute
+%# those contributions and any derivatives thereof.
+%# 
+%# END BPS TAGGED BLOCK }}}
+
+#quickbar {
+    position: absolute;
+    right: 0;
+    top: 0;
+    
+}
+#quickbar #quick-personal {
+    display: inline;
+    color: #fff;
+    padding: 0.5em 1em 0 0;
+    float: right;
+}
+
+#quickbar #quick-personal span {
+    font-weight: bold;
+}
+
+#quickbar #quick-personal :link,
+#quickbar #quick-personal :visited
+{
+    color: #fff;
+    font-weight: bold;
+}
+
+#quickbar #quick-personal :link:hover,
+#quickbar #quick-personal :visited:hover
+{
+    color: black;
+}
+
+#quickbar #topactions {
+    float: right;
+    clear: right;
+
+    font-size: 0.9em;
+    padding-right: 1em;
+}
+
+#quickbar #topactions form {
+    display: inline;
+    margin-left: 1em;
+}
+
+#quickbar #topactions form .button {
+    padding: 0 2px 0 2px;
+    font-size: 1em;
+    margin: 0;
+}
+
+#quickbar #topactions form .field {
+    padding: 1px;
+    font-size: 0.9em;
+}
+
+#quickbar #topactions form input.field {
+    padding: 3px;
+}

Added: rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/ticket.css
==============================================================================
--- (empty file)
+++ rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/ticket.css	Sun May  6 03:18:39 2007
@@ -0,0 +1,57 @@
+%# BEGIN BPS TAGGED BLOCK {{{
+%# 
+%# COPYRIGHT:
+%#  
+%# This software is Copyright (c) 1996-2007 Best Practical Solutions, LLC 
+%#                                          <jesse at bestpractical.com>
+%# 
+%# (Except where explicitly superseded by other copyright notices)
+%# 
+%# 
+%# LICENSE:
+%# 
+%# This work is made available to you under the terms of Version 2 of
+%# the GNU General Public License. A copy of that license should have
+%# been provided with this software, but in any event can be snarfed
+%# from www.gnu.org.
+%# 
+%# This work is distributed in the hope that it will be useful, but
+%# WITHOUT ANY WARRANTY; without even the implied warranty of
+%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+%# General Public License for more details.
+%# 
+%# You should have received a copy of the GNU General Public License
+%# along with this program; if not, write to the Free Software
+%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+%# 02110-1301 or visit their web page on the internet at
+%# http://www.gnu.org/copyleft/gpl.html.
+%# 
+%# 
+%# CONTRIBUTION SUBMISSION POLICY:
+%# 
+%# (The following paragraph is not intended to limit the rights granted
+%# to you to modify and distribute this software under the terms of
+%# the GNU General Public License and is only of importance to you if
+%# you choose to contribute your changes and enhancements to the
+%# community by submitting them to Best Practical Solutions, LLC.)
+%# 
+%# By intentionally submitting any modifications, corrections or
+%# derivatives to this work, or any other work intended for use with
+%# Request Tracker, to Best Practical Solutions, LLC, you confirm that
+%# you are the copyright holder for those contributions and you grant
+%# Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
+%# royalty-free, perpetual, license to use, copy, create derivative
+%# works based on those contributions, and sublicense and distribute
+%# those contributions and any derivatives thereof.
+%# 
+%# END BPS TAGGED BLOCK }}}
+.ticket-info-cfs .label {
+    vertical-align: top;
+}
+
+.ticket-info-cfs ul {
+    margin: 0;
+    padding: 0;
+    margin-left: 0.5em;
+    list-style: none;
+}

Added: rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/titlebox.css
==============================================================================
--- (empty file)
+++ rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/titlebox.css	Sun May  6 03:18:39 2007
@@ -0,0 +1,198 @@
+%# BEGIN BPS TAGGED BLOCK {{{
+%# 
+%# COPYRIGHT:
+%#  
+%# This software is Copyright (c) 1996-2007 Best Practical Solutions, LLC 
+%#                                          <jesse at bestpractical.com>
+%# 
+%# (Except where explicitly superseded by other copyright notices)
+%# 
+%# 
+%# LICENSE:
+%# 
+%# This work is made available to you under the terms of Version 2 of
+%# the GNU General Public License. A copy of that license should have
+%# been provided with this software, but in any event can be snarfed
+%# from www.gnu.org.
+%# 
+%# This work is distributed in the hope that it will be useful, but
+%# WITHOUT ANY WARRANTY; without even the implied warranty of
+%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+%# General Public License for more details.
+%# 
+%# You should have received a copy of the GNU General Public License
+%# along with this program; if not, write to the Free Software
+%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+%# 02110-1301 or visit their web page on the internet at
+%# http://www.gnu.org/copyleft/gpl.html.
+%# 
+%# 
+%# CONTRIBUTION SUBMISSION POLICY:
+%# 
+%# (The following paragraph is not intended to limit the rights granted
+%# to you to modify and distribute this software under the terms of
+%# the GNU General Public License and is only of importance to you if
+%# you choose to contribute your changes and enhancements to the
+%# community by submitting them to Best Practical Solutions, LLC.)
+%# 
+%# By intentionally submitting any modifications, corrections or
+%# derivatives to this work, or any other work intended for use with
+%# Request Tracker, to Best Practical Solutions, LLC, you confirm that
+%# you are the copyright holder for those contributions and you grant
+%# Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
+%# royalty-free, perpetual, license to use, copy, create derivative
+%# works based on those contributions, and sublicense and distribute
+%# those contributions and any derivatives thereof.
+%# 
+%# END BPS TAGGED BLOCK }}}
+.titlebox {
+    margin-bottom: 1em;
+}
+
+.titlebox .titlebox-content {
+    margin-top: -1px;
+    background: #fff;
+    /*padding: 1em 2em 0.5em 2em;*/
+    margin: 0;
+    /*margin: 1em 2em 0.5em 2em;*/
+}
+
+
+
+%# TRS: I wish there was a more elegant way to do this... I essentially need to
+%# select all elements X that do NOT have element Y as a descendant... which I can
+%# fake with the child selector of CSS2, but IE is stupid and does not support that.
+
+
+.titlebox {
+    padding:-right 3px;
+    border-bottom: 3px solid #666;
+    border-right: 3px solid #666;
+    border-left: 1px solid #ccc;
+    border-top: 1px solid #ccc;
+}
+
+
+
+
+.titlebox-content th {
+    background-color: #fff;
+    font-size: 80%;
+    font-weight: bold;
+    text-align: center;
+    padding-top: 0.5em;
+    padding-bottom: 0.5em;
+    border: 1px solid #aaa;
+    border-top:0;
+
+}
+
+.titlebox-content td {
+    text-align:left;
+
+}
+
+#login-box .titlebox .titlebox-content .button
+{
+}
+
+
+
+
+.titlebox .titlebox-title {
+    position: relative;
+    font-weight: bold;
+    color: #930;
+    font-size: 1.2em;
+    padding: 0.2em;
+    padding-left: 3em;
+    background-color: #ddd;
+    text-align: left;
+    border-bottom: 1px solid #ccc;
+}
+
+.titlebox .titlebox-title .right {
+    position: absolute;
+    top: 0.25em;
+    right: 0.5em; font-size: 0.8em;
+    color: #888;
+}
+
+.titlebox .titlebox-title .right .selected { color: #930; }
+
+#body .titlebox .titlebox-title .right :link,
+#body .titlebox .titlebox-title .right :visited {
+    color: #888;
+}
+
+#body .titlebox .titlebox-title .right :link:hover,
+#body .titlebox .titlebox-title .right :visited:hover {
+    color: #930;
+}
+
+.titlebox .titlebox-title .widget a {
+  display: block;
+  padding-top: 1em;
+  width: 2em;
+
+  background: url(<%RT->Config->Get('WebImagesURL')%>/css/rollup-arrow.gif) no-repeat center center;
+  
+  margin: 0;
+  text-indent: -9999px;
+
+  position: absolute;
+  top: 0.4em;
+  left: 0.75em;
+  float: left;
+
+%# Basically IE5 will see those crazy backslashes and prematurely end the rule.
+%# This allows values for IE 5's broken box model to be set before the hack and
+%# the real values to be set after.  We also set voice-family back to whatever it
+%# would have been on the off chance it's actually used.
+  /* WIN IE5 hack */
+  height: 7px;
+  voice-family: "\"}\"";
+  voice-family: inherit;
+  height: 0;
+  overflow: hidden;
+}
+
+%# IE also doesn't support the child selector ">", so we can use it to set values
+%# that only other browsers will see (in this case, playing nice with Opera, which
+%# also suffers from the backslash hack above.)
+html>body .titlebox .titlebox-title .widget a {
+    height: 0;
+    overflow: hidden;
+}
+
+%# Compensates for IE's bad box model by hiding this rule from other browsers
+* html .titlebox .titlebox-title .widget a {
+    background-position: center 0.3em;
+    left: -3.5em;
+}
+
+.titlebox.rolled-up .titlebox-title .widget a {
+    background-image: url(<%RT->Config->Get('WebImagesURL')%>/css/rolldown-arrow.gif);
+}
+
+#body .titlebox .titlebox-title :link,
+#body .titlebox .titlebox-title :visited
+{
+    color: #930;
+    text-decoration: none;
+}
+
+#body .titlebox .titlebox-title :link:hover,
+#body .titlebox .titlebox-title :visited:hover
+{
+    text-decoration: underline;
+}
+
+.titlebox .titlebox-content hr.clear {
+    display: none;
+    visibility: hidden;
+}
+.titlebox .titlebox-content table{
+    padding-left: 1em;
+}
+

Added: rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/transactions.css
==============================================================================
--- (empty file)
+++ rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/transactions.css	Sun May  6 03:18:39 2007
@@ -0,0 +1,160 @@
+%# BEGIN BPS TAGGED BLOCK {{{
+%# 
+%# COPYRIGHT:
+%#  
+%# This software is Copyright (c) 1996-2007 Best Practical Solutions, LLC 
+%#                                          <jesse at bestpractical.com>
+%# 
+%# (Except where explicitly superseded by other copyright notices)
+%# 
+%# 
+%# LICENSE:
+%# 
+%# This work is made available to you under the terms of Version 2 of
+%# the GNU General Public License. A copy of that license should have
+%# been provided with this software, but in any event can be snarfed
+%# from www.gnu.org.
+%# 
+%# This work is distributed in the hope that it will be useful, but
+%# WITHOUT ANY WARRANTY; without even the implied warranty of
+%# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+%# General Public License for more details.
+%# 
+%# You should have received a copy of the GNU General Public License
+%# along with this program; if not, write to the Free Software
+%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+%# 02110-1301 or visit their web page on the internet at
+%# http://www.gnu.org/copyleft/gpl.html.
+%# 
+%# 
+%# CONTRIBUTION SUBMISSION POLICY:
+%# 
+%# (The following paragraph is not intended to limit the rights granted
+%# to you to modify and distribute this software under the terms of
+%# the GNU General Public License and is only of importance to you if
+%# you choose to contribute your changes and enhancements to the
+%# community by submitting them to Best Practical Solutions, LLC.)
+%# 
+%# By intentionally submitting any modifications, corrections or
+%# derivatives to this work, or any other work intended for use with
+%# Request Tracker, to Best Practical Solutions, LLC, you confirm that
+%# you are the copyright holder for those contributions and you grant
+%# Best Practical Solutions,  LLC a nonexclusive, worldwide, irrevocable,
+%# royalty-free, perpetual, license to use, copy, create derivative
+%# works based on those contributions, and sublicense and distribute
+%# those contributions and any derivatives thereof.
+%# 
+%# END BPS TAGGED BLOCK }}}
+
+.history .titlebox, .summary .titlebox {
+    margin: 1em;
+}
+.history .titlebox, .summary .titlebox table table {
+    margin: 1em;
+
+} 
+.ticket-transaction {
+    padding-bottom: 0.25em;
+    padding-top: 0.25em;
+    border-bottom: 1px solid #ddd;
+    border-right: 3px solid #069;
+}
+
+#ticket-history .ticket-transaction {
+    border-bottom-color: #ccc;
+}
+
+.ticket-transaction.even {
+    background: #eee;
+}
+
+.ticket-transaction .date {
+    font-size: 0.9em;
+    width: 10em;
+}
+
+.ticket-transaction .description {
+    font-weight: bold;
+    text-align: left;
+    font-size: 0.9em;
+}
+
+.ticket-transaction .actions {
+    text-align: right;
+    font-weight: bold;
+}
+
+.ticket-transaction .type {
+    background: #888;
+    width: 1.5em;
+    color: white;
+    text-align: center;
+    font-size: 1.1em;
+}
+
+#body .ticket-transaction .type :link,
+#body .ticket-transaction .type :visited
+{
+    color: white;
+    font-weight: normal;
+}
+
+.ticket-transaction.basics { border-color: #b32; }
+.ticket-transaction.basics .type { background: #b32; }
+.ticket-summary .ticket-info-basics .titlebox { border-left: 0.5em solid #b32; }
+
+.ticket-transaction.reminders { border-color: #561; }
+.ticket-transaction.reminders .type { background: #5612; }
+.ticket-summary .ticket-info-reminders .titlebox { border-left: 0.5em solid #561; }
+
+.ticket-transaction.people { border-color: #48c; }
+.ticket-transaction.people .type { background: #48c; }
+.ticket-summary .ticket-info-people .titlebox { border-left: 0.5em solid #48c; }
+
+%# light green - #ad8
+.ticket-transaction.links { border-color: #316531; }
+.ticket-transaction.links .type { background: #316531; }
+.ticket-summary .ticket-info-links .titlebox  { border-left: 0.5em solid #316531; }
+
+%# orange - #d71
+.ticket-transaction.dates { border-color: #633063; }
+.ticket-transaction.dates .type { background: #633063; }
+.ticket-summary .ticket-info-dates .titlebox  { border-left: 0.5em solid #633063; }
+
+.ticket-transaction.message { border-color: #069; }
+.ticket-transaction.message .type { background: #069; }
+
+.ticket-transaction.other { border-color: #888; }
+
+.ticket-transaction td .message-header-value {
+    padding: 0;
+}
+
+.ticket-transaction td .message-header-key {
+    padding: 0 1em 0 1.5em;
+    font-weight: bold;
+}
+
+.ticket-transaction .downloadattachment {
+    float: right;
+    font-size: 0.9em;
+    text-align: right;
+}
+
+.ticket-transaction .messagebody {
+    clear: both;
+    padding-left: 3em;
+    padding-bottom: 1em;
+}
+
+%# Message stanza colors
+.message-stanza-depth-0 { color: #000; }
+.message-stanza-depth-1 { color: #600; }
+.message-stanza-depth-2 { color: #060; }
+.message-stanza-depth-3 { color: #006; }
+.message-stanza-depth-4 { color: #ccc; }
+.message-stanza-depth-5 { color: #0c0; }
+.message-stanza-depth-6 { color: #00c; }
+.message-stanza-depth-7 { color: #f00; }
+.message-stanza-depth-8 { color: #0f0; }
+.message-stanza-depth-9 { color: #00f; }

Added: rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/yui.css
==============================================================================
--- (empty file)
+++ rt/branches/3.7-EXPERIMENTAL/html/NoAuth/css/web2/yui.css	Sun May  6 03:18:39 2007
@@ -0,0 +1,13 @@
+
+/*
+Copyright (c) 2007, Yahoo! Inc. All rights reserved.
+Code licensed under the BSD License:
+http://developer.yahoo.net/yui/license.txt
+version: 2.2.2
+*/
+/*reset.css*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
+/*fonts.css*/body{font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}
+/*grids.css*/body{text-align:center;}#ft{clear:both;}#doc,#doc2,#doc3,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.3em;min-width:750px;}#doc2{width:73.074em;*width:71.313em;min-width:950px;}#doc3{margin:auto 10px;width:auto;}.yui-b{position:relative;}.yui-b{_position:static;}#yui-main .yui-b{position:static;}#yui-main{width:100%;}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em;}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em;}.yui-t1 .yui-b{float:left;width:12.3207em;*width:12.0106em;}.yui-t1 #yui-main .yui-b{margin-left:13.3207em;*margin-left:13.0106em;}.yui-t2 .yui-b{float:left;width:13.8456em;*width:13.512em;}.yui-t2 #yui-main .yui-b{margin-left:14.8456em;*margin-left:14.512em;}.yui-t3 .yui-b{float:left;width:23.0759em;*width:22.52em;}.yui-t3 #yui-main .yui-b{margin-left:24.0759em;*margin-left:23.52em;}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.512em;}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.512em;}.yui-t5 .yui-b{float:right;width:18.4608em;*width:18.016em;}.yui-t5 #yui-main .yui-b{margin-right:19.4608em;*margin-right:19.016em;}.yui-t6 .yui-b{float:right;width:23.0759em;*width:22.52em;}.yui-t6 #yui-main .yui-b{margin-right:24.0759em;*margin-right:23.52em;}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0;}#yui-main .yui-b{float:none;width:auto;}.yui-g .yui-u,.yui-g .yui-g,.yui-gc .yui-u,.yui-gc .yui-g .yui-u,.yui-ge .yui-u,.yui-gf .yui-u{float:right;display:inline;}.yui-g div.first,.yui-gc div.first,.yui-gc div.first div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first{float:left;}.yui-g .yui-u,.yui-g .yui-g{width:49.1%;}.yui-g .yui-g .yui-u,.yui-gc .yui-g .yui-u{width:48.1%;}.yui-gb .yui-u,.yui-gc .yui-u,.yui-gd .yui-u{float:left;margin-left:2%;*margin-left:1.895%;width:32%;}.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0;}.yui-gc div.first,.yui-gd .yui-u{width:66%;}.yui-gd div.first{width:32%;}.yui-ge .yui-u{width:24%;}.yui-ge div.first,.yui-gf .yui-u{width:74.2%;}.yui-gf div.first{width:24%;}.yui-ge div.first{width:74.2%;}#bd:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}#bd,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1;}
+
+
+

Modified: rt/branches/3.7-EXPERIMENTAL/html/Search/Build.html
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Search/Build.html	(original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Search/Build.html	Sun May  6 03:18:39 2007
@@ -78,29 +78,29 @@
 <input type="hidden" class="hidden" name="Query" value="<% $query{'Query'} %>" />
 <input type="hidden" class="hidden" name="Format" value="<% $query{'Format'} %>" />
 
-<table width="100%" border="0" cellpadding="5">
-<tr valign="top"><td class="boxcontainer" rowspan="2" width="65%">
-
-<& Elements/PickCriteria, query => $query{'Query'}, cfqueues => $queues &>
-<& /Elements/Submit, Caption => loc('Add these terms to your search'), Label => loc('Add'), Name => 'AddClause'&>
-
-</td><td>
 
+<div id="editquery">
 <& Elements/EditQuery,
     %ARGS,
     actions => \@actions,
     optionlist => $optionlist,
     Description => $saved_search{'Description'},
-&>
-<& /Elements/Submit, Label => loc('Add and Search'), Name => 'DoSearch'&>
+    &>
+</div>
+<div id="editsearches">
+    <& Elements/EditSearches, %saved_search, CurrentSearch => \%query &>
+</div>
+
+
+<div id="pick-criteria">
+    <& Elements/PickCriteria, query => $query{'Query'}, cfqueues => $queues &>
+</div>
+<& /Elements/Submit,  Label => loc('Add these terms'), Name => 'AddClause'&>
+
+<& /Elements/Submit, Label => loc('Add these terms and Search'), Name => 'DoSearch'&>
 
-</td></tr>
-<tr valign="top"><td>
 
-<& Elements/EditSearches, %saved_search, CurrentSearch => \%query &>
 
-</td></tr>
-<tr><td colspan="2" class="boxcontainer">
 
 <& Elements/DisplayOptions,
     %ARGS, %query,
@@ -110,7 +110,6 @@
 
 <& /Elements/Submit, Label => loc('Add and Search'), Name => 'DoSearch'&>
 
-</td></tr></table>
 </form>
 
 <%INIT>

Modified: rt/branches/3.7-EXPERIMENTAL/html/Search/Elements/EditSearches
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Search/Elements/EditSearches	(original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Search/Elements/EditSearches	Sun May  6 03:18:39 2007
@@ -75,7 +75,7 @@
 <input type="submit" name="SavedSearchSave" value="<%loc('Save')%>" class="button" />
 % }
 <br />
-
+<hr />
 <&|/l&>Load saved search:</&>
 <& SelectSearchesForObjects, Name => 'SavedSearchLoad', Objects => \@Objects, SearchType => $Type &>
 <input type="submit" value="<% loc('Load') %>" class="button" />

Modified: rt/branches/3.7-EXPERIMENTAL/html/Search/Elements/PickCriteria
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Search/Elements/PickCriteria	(original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Search/Elements/PickCriteria	Sun May  6 03:18:39 2007
@@ -49,19 +49,18 @@
 
 <table width="100%" cellspacing="0" cellpadding="0" border="0">
 
-<tr><th><&|/l&>Field</&></th><th><&|/l&>Operator</&></th><th><&|/l&>Value</&></th></tr>
 
+
+<& PickBasics &>
+<& PickCFs, cfqueues => \%cfqueues &>
+
+<tr class="separator"><td colspan="3"><hr /></td></tr>
 <tr>
 <td class="label"><&|/l&>Aggregator</&>:</td>
 <td class="operator">&nbsp;</td>
 <td class="value"><& SelectAndOr, Name => "AndOr" &></td>
 </tr>
 
-<tr class="separator"><td colspan="3"><hr /></td></tr>
-
-<& PickBasics &>
-<& PickCFs, cfqueues => \%cfqueues &>
-
 </table>
 
 </&>

Modified: rt/branches/3.7-EXPERIMENTAL/html/Ticket/Display.html
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Ticket/Display.html	(original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Ticket/Display.html	Sun May  6 03:18:39 2007
@@ -56,10 +56,11 @@
 <& Elements/ShowUpdateStatus, Ticket => $TicketObj &>
 
 % $m->callback( %ARGS, Ticket => $TicketObj, CallbackName => 'BeforeShowSummary' );
+<div class="summary">
 <&| /Widgets/TitleBox, title => loc('Ticket metadata') &>
 <& /Ticket/Elements/ShowSummary,  Ticket => $TicketObj, Attachments => $attachments &>
 </&>
-
+</div>
 <br />
 
 % $m->callback( Ticket => $TicketObj, %ARGS, CallbackName => 'BeforeShowHistory' );

Modified: rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/ShowHistory
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/ShowHistory	(original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/ShowHistory	Sun May  6 03:18:39 2007
@@ -58,7 +58,7 @@
     my $titleright;
 
     if ($ShowDisplayModes) {
-        $titleright = q[<span style="color: black">] . loc('Display mode') . ':</span> ';
+        $titleright = '';
         
         if ($ShowHeaders) {
             $titleright .= qq{<a href="$URIFile?id=} .
@@ -76,6 +76,7 @@
         }
     }
 </%perl>
+<div class="history">
 <& /Widgets/TitleBoxStart, title => $title, titleright => $titleright &>
 % }
 
@@ -125,6 +126,7 @@
 % if ($ShowDisplayModes or $ShowTitle) {
 <& /Widgets/TitleBoxEnd &>
 % }
+</div>
 <%INIT>
 my $Transactions = new RT::Transactions($session{'CurrentUser'});
 if ($Tickets) {


More information about the Rt-commit mailing list