Sha256: c065ae0a1f9dca672bb326d50165b676f237220062c73e514a5a6ca5c98c5e9a

Contents?: true

Size: 955 Bytes

Versions: 2

Compression:

Stored size: 955 Bytes

Contents

- content_for :top_panel do
	- b.top_panel :id => "top_panel_id", :class => "top_panel_class" do |o|
		- o.logo metadata.logo
		- o.left do |a|
			- a.add 'Documents > Main'
		
		- o.right do |a|
			- a.add "Hello, Guest"
			- a.add
			- a.add link_to("Log In", "#")
			- a.add
			- a.add link_to("Register", "#")
			- a.add
			- a.add link_to("+", CommonInterface::Demo::Basic, 'popup', :format => :js, :_theme => params[:_theme])


- content_for :navigation do
	- b.navigation :id => 'navigation_id', :class => 'navigation_class' do |o|		
		- o.items do |a|			
			- samples.top_menu_items.each do |menu|
				- if samples.active_top_menu == menu
					- a.add :content => menu, :active => true
				- else
					- a.add link_to(menu, CommonInterface::Demo::Basic, :select_menu, :top_menu => menu)


- content_for :bottom_panel do
	- b.bottom_panel do |o|
		- o.left do
			Some bottom links
		- o.right do
			Powered by <a href='http://bom4.com'>bom4.com</a>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
common_interface-0.1.2 lib/views/CommonInterface/Demo/shared/_top_navigation_bottom.html.haml
common_interface-0.1.1 lib/views/CommonInterface/Demo/shared/_top_navigation_bottom.html.haml