Sha256: f7776a8f436cf895d13c7534fcc29418c75d14079b9d92aeb59de00506eb016b

Contents?: true

Size: 1.23 KB

Versions: 2

Compression:

Stored size: 1.23 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<title><%%=h APP_TITLE %></title>
<%%= stylesheet_link_tag 'import' , :media => :all %>
<%%= stylesheet_link_tag 'user_<%= app_color %>', :media => :all unless @display_type == DISPLAY_TYPE_SIMPLE %>
<%%= stylesheet_link_tag 'scaffold' %>
<%%= stylesheet_link_tag 'jquery-ui-1.8.10.custom' %>
<%%= javascript_include_tag 'prototype' %>
<%%= javascript_include_tag 'jquery-1.4.4.min' %>
<%%= javascript_include_tag 'jquery-ui-1.8.10.custom.min' %>
<%%= javascript_include_tag 'jquery.ui.datepicker-ja' %>
<%%= javascript_include_tag 'scriptaculous' %>
<%%= javascript_include_tag 'application' %>
<%% unless @content_for_head.blank? -%>
<script type="text/javascript">
<!--
<%%= yield :head %>
//-->
</script>
<%% end %>
</head>
<body>
<div id="wrapper<%%= "Pop" if @display_type == DISPLAY_TYPE_SIMPLE %>">
<%%= header unless @display_type == DISPLAY_TYPE_SIMPLE %>

<%%= yield %>

<%%= footer unless @display_type == DISPLAY_TYPE_SIMPLE %>
<!--/ #wrapper--></div>
</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ava_rails_generator-0.0.3 templates/application.html.erb
ava_rails_generator-0.0.2 templates/application.html.erb