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/schemas
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/schemas/acco_hall.xml

    r1399 r1412  
    11<?xml version="1.0"?>
    22<?xml-stylesheet type="text/xsl" href="schema.xsl"?>
    3 <object name="accommodation" meta_type="CPS Schema">
     3<object name="acco_hall" meta_type="CPS Schema">
    44  <field name="beds_for_final" meta_type="CPS String List Field"/>
    55  <field name="beds_for_fresh" meta_type="CPS String List Field"/>
  • WAeUP_SRP/trunk/profiles/default/schemas/schema.xsl

    r1404 r1412  
    1414        <xsl:for-each select="object">
    1515          <h2>
    16             <xsl:value-of select="@name"/>
     16            Schema: <xsl:value-of select="@name"/>
    1717          </h2>
    1818        </xsl:for-each>
    1919        <h1>Fields</h1>
    2020        <table>
     21          <tr>
     22            <th>Id</th>
     23            <th>Type</th>
     24            <th>default</th>
     25          </tr>
    2126          <xsl:for-each select="object/field">
    2227            <xsl:sort select="@name"
Note: See TracChangeset for help on using the changeset viewer.