[Zope3-checkins] CVS: Products3/RotterdamSprint - folder_contents.pt:1.3 template.pt:1.20 zope3.css:1.11

runyaga runyaga@thisbox.com
Fri, 6 Dec 2002 09:34:49 -0500


Update of /cvs-repository/Products3/RotterdamSprint
In directory cvs.zope.org:/tmp/cvs-serv6569

Modified Files:
	folder_contents.pt template.pt zope3.css 
Log Message:
some changes


=== Products3/RotterdamSprint/folder_contents.pt 1.2 => 1.3 ===
--- Products3/RotterdamSprint/folder_contents.pt:1.2	Fri Dec  6 08:36:30 2002
+++ Products3/RotterdamSprint/folder_contents.pt	Fri Dec  6 09:34:47 2002
@@ -7,7 +7,8 @@
 <div metal:fill-slot="commonTasks">
 Add new content:<br>
     <tal:block repeat="info context/@@+/addingInfo">
-    <a href="#" tal:attributes="href string:${request/getURL}?type_name=${info/title}" >
+    <a href="#" tal:attributes="href string:${request/getURL}?type_name=${info/title};
+                                class info/selected" >
     <div tal:attributes="value info/id|default"
             tal:content="info/title">Folder
     </div>
@@ -17,17 +18,8 @@
 </div>
 <div metal:fill-slot="body">
 <div metal:define-macro="contents">
-<!--
-  <div tal:condition="request/type_name|nothing">
-  <form action="+/action.html" method="POST">
-  <input type="hidden" name="type_name" tal:attributes="value request/type_name">
-  <input name="id" value="">
-  </form>
-  </div>
-  -->
 
       <table id="sortable" class="listing" summary="Content listing"
-             cellpadding="2" cellspacing="0" 
              metal:define-macro="contents_table"
              >
     


=== Products3/RotterdamSprint/template.pt 1.19 => 1.20 ===
--- Products3/RotterdamSprint/template.pt:1.19	Fri Dec  6 08:59:23 2002
+++ Products3/RotterdamSprint/template.pt	Fri Dec  6 09:34:47 2002
@@ -124,7 +124,8 @@
         <tal:block repeat="view views/standard_macros/getZMIViews">
 
           <a href="" 
-            tal:attributes="href view/action" 
+            tal:attributes="href view/action;
+                            class view/selected;" 
             tal:content="view/title">
 
             label
@@ -136,9 +137,13 @@
       </div>
 
 
-      <metal:block define-slot="body">
+      <div class="itemViewsBar">
+      &nbsp;
+      </div>
 
-        <div class="item">
+      <div class="item">
+
+      <metal:block define-slot="body">
 
           <table class="listing">
 
@@ -171,9 +176,9 @@
 
           </table>
 
-        </div>
-
       </metal:block>
+
+      </div>
 
 
       <div id="messages">


=== Products3/RotterdamSprint/zope3.css 1.10 => 1.11 ===
--- Products3/RotterdamSprint/zope3.css:1.10	Thu Dec  5 17:22:58 2002
+++ Products3/RotterdamSprint/zope3.css	Fri Dec  6 09:34:47 2002
@@ -7,230 +7,11 @@
 * { border: 1px dotted red }
 */
 
-#global {
-    font-size: 1.2em;
-    border-bottom: 1px solid black;
-}
-
-#personal {
-    border-bottom: 1px solid black;
-    text-align: left;
-}
-
-#breadcrumbs {
-    border-bottom: 1px solid black;
-    color: blue;
-}
-
-#navigators {
-    float: left;
-    width: 18%;
-}
-
-#content {
-    float: left;
-    width: 64%;
-}
-
-#helpers {
-    /*float: left;
-    width: 18%;*/
-}
-
-#inspectors {
-    /*float: left;
-    width: 18%;*/
-}
-
-#context_information {
-    float: left;
-    width: 18%;
-}
-
-#footer {
-    border-bottom: 1px solid black;
-    float: none;
-    clear: both;
-}
-
-div.box {
-    background: transparent;
-    border-collapse: collapse;
-    margin: 2em 1em 0em 1em;
-    border: none;
-}
-
-div.box h3 {
-    background: #DEE7EC;
-    border: 1px solid #8CACBB;
-    border-style: solid solid none;
-    color: Black;
-    text-transform: lowercase;
-    margin: 0px;
-    font-weight: normal;
-    font-size: 1em;
-    padding: 0.1em 1em 0.3em 0.5em;
-    height: 1em;
-}
-
-div.box h4 {
-    background: #DEE7EC;
-    border-style: solid solid none;
-    border: 1px solid #8CACBB;
-    color: Black;
-    display: inline;
-    font-size: 1em;
-    font-weight: normal;
-    height: 1em;
-    margin: 0px;
-    padding: 0px 1em;
-    text-transform: lowercase;
-}
-
-div.box div.body {
-    background: transparent;
-    border-collapse: collapse;
-    border: 1px solid #8CACBB;
-    margin: 0;
-    padding: 0.1em 1em 0.3em 0.5em;
-}
-
-
-.itemViews {
-    background: transparent;
-    border-collapse: collapse;
-    border-bottom: 1px solid #74AE0B;
-    padding-left: 1em;
-    margin-top: 2em;
-    white-space: nowrap;
-}
-
-.itemViews a {
-    background: transparent;
-    border: 1px solid #74AE0B;
-    color: #578308;
-    font-weight: normal;
-    margin-right: 0.5em;
-    padding: 0em 0.5em;
-    text-transform: lowercase;
-}
-
-.itemViews a.selected {
-    background: #CDE2A7;
-    border-bottom: #CDE2A7 1px solid;
-    color: #578308;
-    font-weight: normal;
-}
-
-.itemViews a:hover {
-    background-color: #CDE2A7;
-    color: #578308;
-}
-
-.itemViewsBar {
-    background: #CDE2A7;
-    border-left: 1px solid #74AE0B;
-    border-right: 1px solid #74AE0B;
-    color: #578308;
-    text-align: right;
-    text-transform: lowercase;
-}
-
-.item {
-    border-left: 1px solid #74AE0B;
-    border-right: 1px solid #74AE0B;
-    border-bottom: 1px solid #74AE0B;
-}
-
-table.listing {
-    /* The default table for document listings. Contains name, document types, modification times etc in a file-browser-like fashion */
-    border-collapse: collapse;
-    border-left: 1px solid #8CACBB;
-    border-bottom: 1px solid #8CACBB;
-    font-size: 80%;
-    margin: 1em 0em 1em 0em;
-    clear: both;
-}
-
-table.listing th {
-    background: #DEE7EC;
-    border-top: 1px solid #8CACBB;
-    border-bottom: 1px solid #8CACBB;
-    border-right: 1px solid #8CACBB;
-    color: Black;
-    font-weight: normal;
-    padding: 0em 1em 0em 1em;
-    text-transform: lowercase;
-    white-space: nowrap;
-}
-
-table.listing td.top {
-    border-left: 1px solid White;
-    border-top: 1px solid White ! important;
-    border-right: 1px solid White ! important;
-    text-align: right ! important;
-    padding: 0em 0em 1em 0em;
-    /* insane IE row bug workaround */
-    position: relative;
-    left: -1px;
-    top: -1px;
-}
-
-table.listing tr.odd {
-    /*every second line should be shaded */
-    background: transparent;
-}
-
-table.listing tr.even {
-    background: #F7F9FA;
-}
-
-table.listing td {
-    border-right: 1px solid #8CACBB;
-    padding: 0em 1em;
-    text-align: left;
-}
-
-table.listing a:hover {
-    text-decoration: underline;
-}
-
-table.listing img {
-	vertical-align: middle;
-}
-
-
-
-
-
-
-
-
-div.message {
-    background: #FFCE7B;
-    border: 1px solid #FFA500;
-    color: Black;
-    font: bold 80% Verdana, Helvetica, Arial, sans-serif;
-    margin: 2em 0em 1em 0em;
-    padding: 0.5em 1em;
-    vertical-align: middle;
-}
-
-div.message a {
-	color: Black;
-    text-decoration: underline;
-}
-
-
-
-
-
-
 
 /* Basic Elements */
 
 body {
-    font: 65% Verdana, Helvetica, Arial, sans-serif;
+    font: 70% Verdana, Helvetica, Arial, sans-serif;
     background: White;
     color: Black;
     margin: 0;
@@ -458,3 +239,226 @@
 /*	   border: red solid 1pt;
 /*	   cursor: pointer; */
 }
+
+
+
+/* Structural elements */
+
+
+#global {
+    font-size: 1.2em;
+    border-bottom: 1px solid black;
+}
+
+#personal {
+    border-bottom: 1px solid black;
+    text-align: left;
+}
+
+#breadcrumbs {
+    border-bottom: 1px solid black;
+    color: blue;
+}
+
+#navigators {
+    float: left;
+    width: 18%;
+}
+
+#content {
+    float: left;
+    width: 64%;
+}
+
+#helpers {
+    /*float: left;
+    width: 18%;*/
+}
+
+#inspectors {
+    /*float: left;
+    width: 18%;*/
+}
+
+#context_information {
+    float: left;
+    width: 18%;
+}
+
+#footer {
+    border-bottom: 1px solid black;
+    float: none;
+    clear: both;
+}
+
+div.box {
+    background: transparent;
+    border-collapse: collapse;
+    margin: 2em 1em 0em 1em;
+    border: none;
+}
+
+div.box h3 {
+    background: #DEE7EC;
+    border: 1px solid #8CACBB;
+    border-style: solid solid none;
+    color: Black;
+    text-transform: lowercase;
+    margin: 0px;
+    font-weight: normal;
+    font-size: 1em;
+    padding: 0.1em 1em 0.3em 0.5em;
+    height: 1em;
+}
+
+div.box h4 {
+    background: #DEE7EC;
+    border-style: solid solid none;
+    border: 1px solid #8CACBB;
+    color: Black;
+    display: inline;
+    font-size: 1em;
+    font-weight: normal;
+    height: 1em;
+    margin: 0px;
+    padding: 0px 1em;
+    text-transform: lowercase;
+}
+
+div.box div.body {
+    background: transparent;
+    border-collapse: collapse;
+    border: 1px solid #8CACBB;
+    margin: 0;
+    padding: 0.1em 1em 0.3em 0.5em;
+}
+
+
+.itemViews {
+    background: transparent;
+    border-collapse: collapse;
+    border-bottom: 1px solid #74AE0B;
+    padding-left: 1em;
+    margin-top: 2em;
+    white-space: nowrap;
+}
+
+.itemViews a {
+    background: transparent;
+    border: 1px solid #74AE0B;
+    color: #578308;
+    font-weight: normal;
+    margin-right: 0.5em;
+    padding: 0em 0.5em;
+    text-transform: lowercase;
+}
+
+.itemViews a.selected {
+    background: #CDE2A7;
+    border-bottom: #CDE2A7 1px solid;
+    color: #578308;
+    font-weight: normal;
+}
+
+.itemViews a:hover {
+    background-color: #CDE2A7;
+    color: #578308;
+}
+
+.itemViewsBar {
+    background: #CDE2A7;
+    border-left: 1px solid #74AE0B;
+    border-right: 1px solid #74AE0B;
+    color: #578308;
+    text-align: right;
+    text-transform: lowercase;
+}
+
+.item {
+    border: 1px solid #74AE0B;
+}
+
+table.listing {
+    /* The default table for document listings. Contains name, document types, modification times etc in a file-browser-like fashion */
+    border-collapse: collapse;
+    border-left: 1px solid #8CACBB;
+    border-bottom: 1px solid #8CACBB;
+    margin: 1em 0em 1em 0em;
+    clear: both;
+}
+
+table.listing th {
+    background: #DEE7EC;
+    border-top: 1px solid #8CACBB;
+    border-bottom: 1px solid #8CACBB;
+    border-right: 1px solid #8CACBB;
+    color: Black;
+    font-weight: normal;
+    padding: 0em 1em 0em 1em;
+    text-transform: lowercase;
+    white-space: nowrap;
+}
+
+table.listing td.top {
+    border-left: 1px solid White;
+    border-top: 1px solid White ! important;
+    border-right: 1px solid White ! important;
+    text-align: right ! important;
+    padding: 0em 0em 1em 0em;
+    /* insane IE row bug workaround */
+    position: relative;
+    left: -1px;
+    top: -1px;
+}
+
+table.listing tr.odd {
+    /*every second line should be shaded */
+    background: transparent;
+}
+
+table.listing tr.even {
+    background: #F7F9FA;
+}
+
+table.listing td {
+    border-right: 1px solid #8CACBB;
+    padding: 0em 1em;
+    text-align: left;
+}
+
+table.listing a:hover {
+    text-decoration: underline;
+}
+
+table.listing img {
+	vertical-align: middle;
+}
+
+
+
+
+
+
+
+
+div.message {
+    background: #FFCE7B;
+    border: 1px solid #FFA500;
+    color: Black;
+    font: bold 80% Verdana, Helvetica, Arial, sans-serif;
+    margin: 2em 0em 1em 0em;
+    padding: 0.5em 1em;
+    vertical-align: middle;
+}
+
+div.message a {
+	color: Black;
+    text-decoration: underline;
+}
+
+
+
+
+
+
+