Ignore:
Timestamp:
2011-07-27T20:59:04+12:00 (13 years ago)
Author:
ak19
Message:

Getting a normal hierarchical classifier view to work in oran skin: this will be the look for the the default format statements that are present in collectionconfig.xml. Remove those format statements and Sam's much better interface will be displayed. To get things to work, needed to include some template match statements from default/gs3library as these were missing for dev/oran, including lots of elements from classifiertools.xsl. Dev therefore has a new file now: its own classifiertools.xsl.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/oran/style/core.css

    r24149 r24340  
    650650}
    651651
     652/* ------- BROWSE -------*/
     653
     654ul.childrenlist li {
     655list-style-type:none;
     656}
     657
     658/*
     659ul#classifierlist,ul#classifiernodelist {
     660    list-style-type:none;
     661    margin:0;
     662    padding:0
     663}
     664ul#classifierlist li{
     665list-style:none;
     666margin:0 0 5px 0;
     667padding:0;display:block;
     668}
     669ul#classifiernodelist li{
     670list-style:none;
     671margin:0;
     672padding:5px 0 0 0;
     673display:block
     674}
     675ul.childrenlist{
     676list-style:none;
     677margin:0;
     678padding:0 0 0 20px;
     679display:block;
     680width:100%
     681}
     682*/
Note: See TracChangeset for help on using the changeset viewer.