Ignore:
Timestamp:
17 Apr 2008, 14:11:43 (17 years ago)
Author:
joachim
Message:

mindmap updated,
student Title removed
set all is_searchable to false for student_xxx

Location:
WAeUP_SRP/uniben/profiles/default
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/uniben/profiles/default/layouts/layout.xsl

    r1417 r3447  
    6666        <h1>Widgets</h1>
    6767        <xsl:for-each select="object/widget">
     68          <xsl:sort select="@name"
     69                    order="ascending" />
    6870          <xsl:variable name="color">
    6971            <xsl:choose>
     
    7678            </xsl:choose>
    7779          </xsl:variable>
    78           <h3><xsl:value-of select="@name"/> Meta Type: <xsl:value-of select="@meta_type"/></h3>
     80          <h3><xsl:value-of select="@name"/> : <xsl:value-of select="@meta_type"/></h3>
    7981          <table>
    8082            <tr style="background-color:{$color}">
     
    8587            <xsl:for-each select="property">
    8688              <tr style="background-color:{$color}">
    87                 <th>
     89                <td>
    8890                  <xsl:value-of select="@name"/>
    89                 </th>
     91                </td>
    9092                <td>
    9193                  <xsl:choose>
     
    100102                <td>
    101103                  <xsl:for-each select="element">
    102                     <xsl:value-of select="@value"/>
     104                    <xsl:value-of select="@value"/>,
    103105                  </xsl:for-each>
     106                     
    104107                </td>
    105108              </tr>
  • WAeUP_SRP/uniben/profiles/default/schemas/payment.xml

    r2892 r3447  
    44  <field name="date" meta_type="CPS DateTime Field"/>
    55  <field name="type_description" meta_type="CPS String Field" >
    6     <property name="is_searchabletext">True</property>
     6    <property name="is_searchabletext">False</property>
    77  </field>
    88  <field name="amount" meta_type="CPS String Field"/>
     
    1414  <field name="resp_pay_reference" meta_type="CPS String Field"/>
    1515  <field name="resp_desc" meta_type="CPS String Field">
    16     <property name="is_searchabletext">True</property>
     16    <property name="is_searchabletext">False</property>
    1717  </field>
    1818  <field name="order_id" meta_type="CPS String Field"/>
  • WAeUP_SRP/uniben/profiles/default/schemas/student_application.xml

    r3321 r3447  
    1414 <field name="jamb_lastname" meta_type="CPS String Field">
    1515 <field name="jamb_middlename" meta_type="CPS String Field"/>
    16   <property name="is_searchabletext">True</property>
     16  <property name="is_searchabletext">False</property>
    1717 </field>
    1818 <field name="jamb_lga" meta_type="CPS String Field"/>
     
    2020
    2121 <field name="jamb_reg_no" meta_type="CPS String Field">
    22   <property name="is_searchabletext">True</property>
     22  <property name="is_searchabletext">False</property>
    2323 </field>
    2424 <field name="jamb_score" meta_type="CPS String Field"/>
  • WAeUP_SRP/uniben/profiles/default/schemas/student_clearance.xml

    r2670 r3447  
    66 <field name="middlename" meta_type="CPS String Field"/>
    77 <field name="lastname" meta_type="CPS String Field"/>
    8 
    98 <field name="clr_ac_pin" meta_type="CPS String Field">
    109  <property name="is_searchabletext">False</property>
    1110 </field>
    12 
    1311 <field name="matric_no" meta_type="CPS String Field">
    14    <property name="is_searchabletext">True</property>
     12   <property name="is_searchabletext">False</property>
    1513 </field>
    16 
    1714 <field name="matric_no_history" meta_type="CPS String List Field">
    1815 </field>
    19 
    2016 <field name="entry_date" meta_type="CPS DateTime Field"/>
    2117 <field name="request_date" meta_type="CPS DateTime Field"/>
  • WAeUP_SRP/uniben/profiles/default/schemas/student_personal.xml

    r1399 r3447  
    44
    55 <field name="firstname" meta_type="CPS String Field">
    6   <property name="is_searchabletext">True</property>
     6  <property name="is_searchabletext">False</property>
    77 </field>
    88 <field name="middlename" meta_type="CPS String Field">
    9   <property name="is_searchabletext">True</property>
     9  <property name="is_searchabletext">False</property>
    1010 </field>
    1111 <field name="lastname" meta_type="CPS String Field">
    12   <property name="is_searchabletext">True</property>
     12  <property name="is_searchabletext">False</property>
    1313 </field>
    1414 <field name="former_surname" meta_type="CPS String Field">
    15   <property name="is_searchabletext">True</property>
     15  <property name="is_searchabletext">False</property>
    1616 </field>
    1717
  • WAeUP_SRP/uniben/profiles/default/schemas/student_study_course.xml

    r2474 r3447  
    44  <field name="title" meta_type="CPS String Field"/>
    55  <field name="study_course" meta_type="CPS String Field">
    6     <property name="is_searchabletext">True</property>
     6    <property name="is_searchabletext">False</property>
    77  </field>
    88  <field name="study_course_history" meta_type="CPS String List Field">
Note: See TracChangeset for help on using the changeset viewer.