Sha256: e5de9277d394bafd7fa5060c10cf441cdea58fd55e3abed10453f0f1e314afdb
Contents?: true
Size: 1.3 KB
Versions: 2
Compression:
Stored size: 1.3 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"/> <link href="{{ system_stylesheet_path }}" media="screen" rel="stylesheet" type="text/css" /> <link rel="stylesheet" type="text/css" href="{{ stylesheet_path }}"> <title>{{ title }}</title> {% page_meta %} </head> <body class="themeBody {{ theme_variation }}"> <div id="header"><div class="container"> <div id="logo"> {% image image_data_id, common/default_image.png %} </div> <h2 id="subheading">{% text text_data_id, Making things more better! %}</h2> </div></div> <div id="nav"><div class="container"> <div id="mainNav" class="horizontal menu">{% menu main %}</div> <div id="loginNav" class="horizontal menu">{% menu account %}</div> </div></div> <div class="themeContentContainer container"> <div class="themeContent"> {% if notice %} <div class="messages notice">{{ notice }}</div> {% endif %} <h1 class="pageTitle">{{ page.title }}</h1> {{ page.content }} </div> </div></div> <div id="footer"><div class="container"> {% text text_data_id, Copyright 2009 Yardstick Software %} </div></div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
themekit-0.1.1 | example_theme/theme.html |
themekit-0.1.0 | example_theme/theme.html |