[Rt-commit] r2561 - in rt/branches/PLATANO-EXPERIMENTAL: . html html/Elements html/NoAuth

jesse at bestpractical.com jesse at bestpractical.com
Sat Apr 2 10:24:49 EST 2005


Author: jesse
Date: Sat Apr  2 10:24:49 2005
New Revision: 2561

Modified:
   rt/branches/PLATANO-EXPERIMENTAL/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL/html/Elements/QuickCreate
   rt/branches/PLATANO-EXPERIMENTAL/html/Elements/Quicksearch
   rt/branches/PLATANO-EXPERIMENTAL/html/Elements/TitleBox
   rt/branches/PLATANO-EXPERIMENTAL/html/NoAuth/webrt.css
   rt/branches/PLATANO-EXPERIMENTAL/html/index.html
Log:
 r11470 at hualien:  jesse | 2005-04-02 23:04:45 +0800
 * CSS patch from gugod


Modified: rt/branches/PLATANO-EXPERIMENTAL/html/Elements/QuickCreate
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL/html/Elements/QuickCreate	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL/html/Elements/QuickCreate	Sat Apr  2 10:24:49 2005
@@ -43,6 +43,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
+<div class="quick-create">
 <& /Elements/TitleBoxStart, title => loc('Quick ticket creation') &>
 <form method="post" action="<%$RT::WebPath%>/index.html">
 <input type="hidden" name="QuickCreate" value="1">
@@ -68,3 +69,5 @@
 <div align="right"><input type="submit" value="<%loc('Create')%>"></div>
 </form>
 <& /Elements/TitleBoxEnd &>
+</div>
+

Modified: rt/branches/PLATANO-EXPERIMENTAL/html/Elements/Quicksearch
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL/html/Elements/Quicksearch	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL/html/Elements/Quicksearch	Sat Apr  2 10:24:49 2005
@@ -47,7 +47,7 @@
 
 <TABLE BORDER=0 cellspacing=0 cellpadding=1 WIDTH=100%>                       
 <tr>                                                                          
-       <th class="collection-as-table" align=left><&|/l&>Queue</&></th>                                         
+       <th class="collection-as-table" align=left><&|/l&>Queue</&></th> 
        <th class="collection-as-table" align=right><&|/l&>New</&></th>
        <th class="collection-as-table" align=right><&|/l&>Open</&></th>          
 </tr>

Modified: rt/branches/PLATANO-EXPERIMENTAL/html/Elements/TitleBox
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL/html/Elements/TitleBox	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL/html/Elements/TitleBox	Sat Apr  2 10:24:49 2005
@@ -43,4 +43,10 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<& TitleBoxStart, %ARGS&><%$m->content|n%><& TitleBoxEnd&>
+<div class="<% $class %>">
+    <& TitleBoxStart, %ARGS&><%$m->content|n%><& TitleBoxEnd&>
+</div>
+<%ARGS>
+$class =>  undef
+</%ARGS>
+

Modified: rt/branches/PLATANO-EXPERIMENTAL/html/NoAuth/webrt.css
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL/html/NoAuth/webrt.css	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL/html/NoAuth/webrt.css	Sat Apr  2 10:24:49 2005
@@ -43,6 +43,54 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
+div.frontmatter {
+    padding-left: 13%;
+    width: 87%;
+    margin-top: 51px;    
+    white-space: nowrap;
+}
+
+div.logo {
+top: 0;
+left: 0;
+position: absolute;
+	  border-bottom: solid #999999 1px;
+	  z-index: 2;
+}
+body>div.logo {position: fixed;}
+
+
+div.login-information {
+background: #ffffff;
+float: left;
+position: absolute;
+width: 100%;
+right: 0;
+top: 0;
+height: 50px;
+	text-align: right; 
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	vertical-align: top;
+	border-right: 1em;
+	padding-right: .5em;
+	border-bottom: solid #999999 1px;
+	z-index: 1;
+}
+body>div.login-information {position: fixed;}
+div.bpscredits {
+color: #666666;
+right: 1em;
+bottom: 0;
+position: fixed;
+width: 85%;
+background: #ffffff;
+	margin-top: 1em;
+	text-align: right; 
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 9px;
+}
+
 SPAN.nav {  font-family: Verdana, Arial, Helvetica, sans-serif;
 	 font-size: 12px;
 	 color: #FFFFFF;
@@ -399,12 +447,21 @@
 
 UL.topnav LI :focus { text-decoration: underline; }
 
-TD.mainbody {
-        padding-top: 0.5em;
-        padding-left: 1em;
-        padding-right: 1em;
-        margin-left: 1em;
-        margin-right: 1em;
+div.dialog {
+                position: absolute;
+                width: 20%;
+                            left: 40%;
+                                        top: 20%;
+
+}
+
+div.mainbody {
+position: absolute;
+left: 13%;
+top: 80px;
+margin: 0px;
+padding: 1em;
+	font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 
 td.boxcontainer + td.boxcontainer {
@@ -516,9 +573,21 @@
 
 SPAN.date { font-size: 0.8em }
 
-span.title { font-size: 1.6em;
-	     vertical-align: middle;
-             color: #ffffff;}
+div.title {
+color: #ffffff;
+background: #336699; 
+position: fixed;
+left: 14%;
+right:0px;
+margin: 0px;
+padding: 5px;
+	 font-size: 1em;
+	 font-family: Verdana, Arial, Helvetica, sans-serif;
+	 font-weight: bold;
+	 z-index: 999;
+}
+body>div.title {position: fixed;}
+
 span.productname { font-size: 2em;
              color: #0066cc;}
 SPAN.titleboxtitle, SPAN.titleboxclose {
@@ -563,8 +632,9 @@
 }
 
 
-.oddline { 
-        background-color : #ccccee;
+table.ticket-overview {
+width: 100px;
+background: #336699;
 }
 
 ul.topnav {
@@ -615,6 +685,26 @@
     width: 100%;
 }
 
+/* Home */
+
+div.quick-create, div.my-requests, div.my-tickets {
+	width: 60%;
+	margin-bottom: 1em;
+}
+
+div.right-column {
+	width: 35%;
+	float: right;
+}
+div.ticket-overview {
+	margin-bottom: 1em;
+}
+div.page-refresh {
+	text-align: right;
+}
+
+/* END */
+
 %# Provide a callback for adding/modifying the style sheet.
 %# http://www.w3.org/TR/REC-CSS1 - section 3.2, says:
 %#   "latter specified rule wins"

Modified: rt/branches/PLATANO-EXPERIMENTAL/html/index.html
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL/html/index.html	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL/html/index.html	Sat Apr  2 10:24:49 2005
@@ -74,22 +74,26 @@
     current_toptab => '', 
     Title=>loc("RT at a glance") &>
 <& /Elements/ListActions, actions => \@results &>    
-<TABLE BORDER=0 WIDTH=100%>
-<TR VALIGN=TOP>
-<TD WIDTH=70% class="boxcontainer">
+
+
+<div class="right-column">
+<& /Elements/Quicksearch &>
+
+<div class="page-refresh">
+<form method="get" action="<%$RT::WebPath%>/index.html">
+<& /Elements/Refresh, Name => 'HomeRefreshInterval', Default => $session {'home_refresh_interval'} &>
+<input type="submit" value="<&|/l&>Go!</&>" />
+</form>
+</div>
+
+</div>
+
 <& /Elements/MyTickets &>
 <BR>
 <& /Elements/MyRequests &>
 <BR>
 <& /Elements/QuickCreate &>
-</TD>
-<TD class="boxcontainer">
-<& /Elements/Quicksearch &>
-<BR>
-<form method=get action="<%$RT::WebPath%>/index.html">
-<& /Elements/Refresh, Name => 'HomeRefreshInterval', Default => $session {'home_refresh_interval'} &>
-<div align=right><input type=submit value="<&|/l&>Go!</&>"></div>
-</form>
+
 </TD>
 </TR>
 </TABLE>


More information about the Rt-commit mailing list