Sha256: 8a9cc6676ee697e141cdc44bb908f7a71bca8dda96ad09b72ab8d901cce20aed

Contents?: true

Size: 820 Bytes

Versions: 19

Compression:

Stored size: 820 Bytes

Contents

<!DOCTYPE html>
<html>
	<head>
		<%= render_meta_data(:title_prefix => sitename_from_header_page, :title_seperator => "-") %>
		<%= stylesheet_link_tag "alchemy/standard_set", :media => :screen %>
		<%= stylesheet_link_tag "alchemy/standard_set", :media => :print %>
	</head>
	<body>
		<div id="page">
			<div id="language_select">
				<%= language_switches(:linkname => :code) %>
			</div>
			<div id="breadcrump">
				<%= render_breadcrumb :seperator => "<span>&nbsp;<&nbsp;</span>" %>
			</div>
			<div id="navigation">
				<%= render_navigation :all_sub_menues => true %>
			</div>
			<%= yield %>
			<div class="footer">
				<%= render_elements(
					:from_page => 'layout_footer',
					:only => ['footnote']
				) %>
			</div>
		</div>
		<%= alchemy_preview_mode_code %>
		<%= alchemy_menu_bar %>
	</body>
</html>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
alchemy_cms-2.1.12 app/views/layouts/alchemy/pages.html.erb
alchemy_cms-2.1.11 app/views/layouts/alchemy/pages.html.erb
alchemy_cms-2.1.9.1 app/views/layouts/alchemy/pages.html.erb
alchemy_cms-2.1.9 app/views/layouts/alchemy/pages.html.erb
alchemy_cms-2.1.8.1 app/views/layouts/alchemy/pages.html.erb
alchemy_cms-2.1.8 app/views/layouts/alchemy/pages.html.erb
alchemy_cms-2.1.7 app/views/layouts/alchemy/pages.html.erb
alchemy_cms-2.1.6 app/views/layouts/alchemy/pages.html.erb
alchemy_cms-2.1.5 app/views/layouts/alchemy/pages.html.erb
alchemy_cms-2.1.4 app/views/layouts/alchemy/pages.html.erb
alchemy_cms-2.1.3 app/views/layouts/alchemy/pages.html.erb
alchemy_cms-2.1.2 app/views/layouts/alchemy/pages.html.erb
alchemy_cms-2.1.1 app/views/layouts/alchemy/pages.html.erb
alchemy_cms-2.1 app/views/layouts/alchemy/pages.html.erb
alchemy_cms-2.1.rc6 app/views/layouts/alchemy/pages.html.erb
alchemy_cms-2.1.rc5 app/views/layouts/alchemy/pages.html.erb
alchemy_cms-2.1.rc4 app/views/layouts/alchemy/pages.html.erb
alchemy_cms-2.1.rc3 app/views/layouts/alchemy/pages.html.erb
alchemy_cms-2.1.rc2 app/views/layouts/alchemy/pages.html.erb