Changeset 435 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
28 Aug 2006, 17:05:19 (18 years ago)
Author:
joachim
Message:

removed metadata and common schemas from Student*
allow Catalog search for getFolderContents
added indizes jamb_reg_no matric_no to catalog.xml

Location:
WAeUP_SRP/trunk/skins/waeup_academics
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_academics/academics_content_lib_info_detail_tab.pt

    r430 r435  
    9898        </td>
    9999      </span>
    100       <td align="center" tal:condition="type_in_tabs"
    101           tal:define="draggableclass python:test(not no_form  and sort_by is None, 'draggable droppable', '');
    102                   draggableid python:'draggable'+str(item.getId());
    103                   draggablemouseover
    104                     python:test(not no_form  and sort_by is None, 'setCursor(this, \'move\')', '')">
    105     <div tal:attributes="class draggableclass; id draggableid; onmouseover draggablemouseover">
     100      <td align="center" tal:condition="type_in_tabs">
    106101      <img tal:replace="structure python:here.getImgTag(info['icon'],
    107102                        base_url=base_url, title=info['type'])" />
    108     </div>
    109103  </td>
    110104  <td tal:condition="title_in_tabs">
  • WAeUP_SRP/trunk/skins/waeup_academics/academics_contents.pt

    r432 r435  
    157157    <tal:block define="info python:here.getContentInfo(item, level=1, cpsmcat=cpsmcat);
    158158                        review_state python:info['review_state'];
    159                         proxy_creator python:item.Creator();
    160159                        start repeat/item/start|nothing;
    161160                        end repeat/item/end|nothing">
Note: See TracChangeset for help on using the changeset viewer.