Ignore:
Timestamp:
13 Feb 2007, 14:14:44 (18 years ago)
Author:
joachim
Message:

more documentation

M profiles/default/schemas/acco_hall.xml
M profiles/default/schemas/schema.xsl
M profiles/default/workflows/waeup_student_wf/definition.xml
M profiles/default/layouts/layout.xsl
M profiles/default/layouts/acco_bed_booking.xml
M profiles/default/layouts/acco_hall.xml
M profiles/default/types/Student.xml
M profiles/default/types/AccoFolder.xml
M profiles/default/types/AccoHall.xml
M doc/srp_documentation.mm

reserved bed functionallity,
pay hostel-fee for reserved bed

D skins/waeup_student/reserve_accommodation.py
M skins/waeup_accommodation/book_reserved_bed.py
A skins/waeup_accommodation/reserve_accommodation.py

Location:
WAeUP_SRP/trunk/profiles/default/types
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/types/AccoFolder.xml

    r941 r1412  
    11<?xml version="1.0"?>
     2<?xml-stylesheet type="text/xsl" href="types.xsl"?>
    23<object name="AccoFolder" meta_type="CPS Flexible Type Information"
    34   xmlns:i18n="http://xml.zope.org/namespaces/i18n">
     
    1213 <property name="filter_content_types">True</property>
    1314 <property name="allowed_content_types">
    14   <element value="Accommodation"/>
     15  <element value="AccoHall"/>
    1516 </property>
    1617 <property name="allow_discussion">False</property>
     
    1920 <property name="cps_display_as_document_in_listing">True</property>
    2021 <property name="schemas">
    21   <element value="metadata"/>
    22   <element value="common"/>
    2322 </property>
    2423 <property name="layouts"/>
    2524 <property name="layout_clusters">
    26   <element value="metadata:metadata"/>
    2725 </property>
    2826 <property name="flexible_layouts"/>
  • WAeUP_SRP/trunk/profiles/default/types/AccoHall.xml

    r873 r1412  
    11<?xml version="1.0"?>
     2<?xml-stylesheet type="text/xsl" href="types.xsl"?>
    23<object name="AccoHall" meta_type="CPS Flexible Type Information"
    34   xmlns:i18n="http://xml.zope.org/namespaces/i18n">
  • WAeUP_SRP/trunk/profiles/default/types/Student.xml

    r1225 r1412  
    11<?xml version="1.0"?>
     2<?xml-stylesheet type="text/xsl" href="types.xsl"?>
    23<object name="Student" meta_type="CPS Flexible Type Information"
    34   xmlns:i18n="http://xml.zope.org/namespaces/i18n">
Note: See TracChangeset for help on using the changeset viewer.