Sha256: c75c8f47ac8274c4299323d638cb9c112de28efc90d2a32110a74c0f010aa557

Contents?: true

Size: 919 Bytes

Versions: 3

Compression:

Stored size: 919 Bytes

Contents

- content_for :top_panel do
	- b.top_panel :id => "top_panel_id", :class => "top_panel_class" do |o|
		- o.logo current_theme.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("+", {:action => 'popup', :format => :js, :_theme => params[:_theme]})


- content_for :navigation do
	- b.navigation :id => 'navigation_id', :class => 'navigation_class' do |o|		
		- o.items do |a|			
			- @top_menu_items.each do |menu|
				- if @active_top_menu == menu
					- a.add :content => menu, :active => true
				- else
					- a.add link_to(menu, :action => :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

3 entries across 3 versions & 1 rubygems

Version Path
crystal-ext-0.0.3 lib/common_interface/app/views/theme_shared/_top_navigation_bottom.html.haml
crystal-ext-0.0.2 lib/common_interface/app/views/theme_shared/_top_navigation_bottom.html.haml
crystal-ext-0.0.1 lib/common_interface/app/views/theme_shared/_top_navigation_bottom.html.haml