[CalendarServer-changes] [8072] CalendarServer/branches/users/glyph/other-html/twistedcaldav/ directory-listing.html

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 13 12:09:42 PDT 2011


Revision: 8072
          http://trac.macosforge.org/projects/calendarserver/changeset/8072
Author:   glyph at apple.com
Date:     2011-09-13 12:09:42 -0700 (Tue, 13 Sep 2011)
Log Message:
-----------
Remove 'directoryBody' renderer, add 'children' and 'properties' renderers.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/other-html/twistedcaldav/directory-listing.html

Modified: CalendarServer/branches/users/glyph/other-html/twistedcaldav/directory-listing.html
===================================================================
--- CalendarServer/branches/users/glyph/other-html/twistedcaldav/directory-listing.html	2011-09-13 19:09:35 UTC (rev 8071)
+++ CalendarServer/branches/users/glyph/other-html/twistedcaldav/directory-listing.html	2011-09-13 19:09:42 UTC (rev 8072)
@@ -31,8 +31,6 @@
         }
     </style>
     <body>
-        <t:transparent t:render="directoryBody"
-        >
         <div class="directory-listing">
             <h1>Collection Listing</h1>
             <table>
@@ -40,7 +38,7 @@
                     <th>Name</th><th>Size</th><th>Last Modified</th>
                     <th>MIME Type</th>
                 </tr>
-                <tr>
+                <tr t:render="children">
                     <t:attr name="class"><t:slot name="even"/></t:attr>
                     <td><a><t:slot name="name"/><t:attr
                             name="href"><t:slot name="url"/></t:attr></a></td>
@@ -54,13 +52,12 @@
             <h1>Properties</h1>
             <table>
                 <tr><th>Name</th><th>Value</th></tr>
-                <tr>
+                <tr t:render="properties">
                     <t:attr name="class"><t:slot name="even"/></t:attr>
                     <td valign="top"><t:slot name="name"/></td>
                     <td><pre><t:slot name="value"/></pre></td>
                 </tr>
             </table>
         </div>
-        </t:transparent>
     </body>
 </html>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110913/dee1f97a/attachment.html>


More information about the calendarserver-changes mailing list