login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for FrontPage revision 1 of 1

1
Editor: page
Time: 2008/09/12 15:18:08 GMT-7
Note: new list format

changed:
-
<table width="100%">
  <dtml-with getParentNode>
  <tr><th width="5%" align="left">&nbsp;</th><th width="45%" align="left">Name</th>
      <th width="25%" align="left">Last Editor</th><th width="25%" align="left">Last Modified</th></tr>
  <tr><td width="5%"><img src="/&dtml-icon;" /></td> 
  <td colspan=3><a style="margin-left: 5px; text-decoration:none" 
       href="&dtml-absolute_url;/..">..</a></td></tr>
  </dtml-with>

  <dtml-in "aq_parent.objectValues(spec='Folder')" sort=id>
  <tr><td><img src="/&dtml-icon;" /></td>
  <td colspan=2><a style="margin-left: 5px; text-decoration:none"
        href="&dtml-absolute_url;"><dtml-var title_or_id></a></td>
  <td><dtml-var bobobase_modification_time fmt="aCommon"></td></tr>
  </dtml-in>

  <dtml-in "aq_parent.objectValues(spec='ZWiki Page')" sort=id>
  <dtml-if "getId() != 'FrontPage'">
  <tr><td with="5%"><img src="/&dtml-icon;" /></td>
  <td width="45%"><a style="margin-left: 5px; text-decoration:none"
        href="&dtml-absolute_url;"><dtml-var title_or_id></a></span></td>
   <td width="25%">&dtml-last_editor;</td>
   <td width="25%"><dtml-var bobobase_modification_time fmt="aCommon"></td></tr>
  </dtml-if>
  </dtml-in>

 <dtml-with getParentNode>
   <td>&nbsp</td>
   <td colspan=3><form action="FrontPage/createform">
        &nbsp;<input type="text" name="page" value="New Page">
        <input type="submit" value="create this page">
      </form></td></tr>
  </dtml-with>
</table>


 Name Last EditorLast Modified
..
src Nov 29, 2007 2:44 pm
PUTFactory Oct 18, 2009 8:13 am