Class: XmlConv::Custom::Lookandfeel
- Inherits:
-
SBSM::Lookandfeel
- Object
- SBSM::Lookandfeel
- XmlConv::Custom::Lookandfeel
- Defined in:
- lib/xmlconv/custom/lookandfeel.rb
Constant Summary collapse
- DICTIONARIES =
{ 'de' => { :copyright0 => '©ywesee.com ', :copyright1 => '', :home => 'Home', :login => 'Anmelden', :login_welcome => 'Willkommen bei XmlConv', :logout => 'Abmelden', :navigation_divider => '|', :page_back => "<<", :page_fwd => ">>", :page_number0 => "Seite ", :page_number1 => " von ", :page_number2 => "", :pass => 'Passwort', :status_bbmb_ok => 'Bestellung via BBMB erfolgreich', :status_empty => 'Leer', :status_error => 'Fehler', :status_http_ok => 'Übertragung erfolgreich', :status_http_not_found => 'URI nicht gefunden', :status_http_unauthorized => 'Keine Berechtigung', :status_mail_ok => 'Mailübertragung erfolgreich', :status_open => 'Offen', :status_pending_pickup => 'Bereit zum Abholen', :status_picked_up => 'Abgeholt', :th_commit_time => 'Zeit', :th_error => 'Fehler', :th_input => 'Input', :th_uri_comparable => 'Empfänger', :th_filename => 'Filename', :th_transaction_id => 'ID', :th_origin => 'Absender', :th_output => 'Output', :th_status_comparable => 'Status', } }
- RESOURCES =
{ :css => 'xmlconv.css' }
Instance Method Summary collapse
-
#base_url ⇒ Object
Provides non flavored base url.
- #orig_base_url ⇒ Object
Instance Method Details
#base_url ⇒ Object
Provides non flavored base url
52 53 54 55 56 57 58 |
# File 'lib/xmlconv/custom/lookandfeel.rb', line 52 def base_url _flavor = @flavor @flavor = nil url = orig_base_url @flavor = _flavor url end |
#orig_base_url ⇒ Object
49 |
# File 'lib/xmlconv/custom/lookandfeel.rb', line 49 alias :orig_base_url :base_url |