view · edit · sidebar · attach · print · history

20120924-update-fachinfo-chapter-output-css-color-change-form

<< | Index | >>


Summary

  • Update Fachinfo Search CSV output
  • Create CSS color changer

Commits

Index


Prevent Error by unexpected term

commit

Filename has search term.


Update fachinfo search CSV update

Added Search-Term field and header line.

header
   @lines = [ 
      [ # header
        'EAN-Code',
        'Pharmacode',
        'Name',
        'Search Term',
        'Search Match',
      ],  
    ]
commit

Create CSS color changer

view/navigation.rb lookup

NAV_METHOD = :navigation

SBSM::Lookandfeelbase.rb

    def navigation(filter=false)                                                                                                                                  
      @session.navigation                                                                                                                                        
    end

ODDB::Session.rb

    def navigation
      @active_state.navigation
    end

Create style chooser form

create with provisional colors.

We must replace CSS of each nested components.
I tried replace in to_html phase in each template.
(Because many heading and heading style already in variouse view classes.)

view · edit · sidebar · attach · print · history
Page last modified on September 24, 2012, at 11:37 AM