Class: ODDB::Html::Util::LookandfeelJustMedical

Inherits:
LookandfeelWrapper
  • Object
show all
Defined in:
lib/oddb/html/util/lookandfeel.rb

Constant Summary collapse

DICTIONARIES =
{
  "de" =>  {
    :contact_url => 'http://www.just-medical.de/imprint.cfm',
  }
}
DISABLED =
[ :country_links, :logo ]
ENABLED =
[
  # Features:
  :external_css, :explain_price, 
  # Navigation-Links:
  :home, :products, :atc_browser,
]
RESOURCES =
{
  :external_css  =>  'http://www.just-medical.com/css/de.oddb.css',
}

Instance Method Summary collapse

Methods inherited from LookandfeelWrapper

#base_url, #price_factor, #tax_factor

Instance Method Details

#result_componentsObject



595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
# File 'lib/oddb/html/util/lookandfeel.rb', line 595

def result_components
  {
    [0,0] => :fachinfo_link,
    [1,0] => :patinfo_link,
    [2,0] => :product,
    [3,0] => :active_agents,
    [4,0] => :size,
    [5,0] => :price_exfactory,
    [6,0] => :price_public,
    [7,0] => :price_festbetrag,
    [8,0] => :ddd_prices,
    [9,0] => :company,
    [10,0] => :package_infos,
    [11,0] => :feedback,
    [12,0] => :google,
  }
end