Sha256: 457ef6c87fd67557343bfc0629e79a4b585cb03dedbe4f79f8b646e2fcaf573e

Contents?: true

Size: 1.44 KB

Versions: 36

Compression:

Stored size: 1.44 KB

Contents

<?xml version="1.0" encoding="utf-8"?>
<!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>
    <title><%= h file.name %></title>
    <meta http-equiv="Content-Type" content="text/html; charset=<%= @options.charset %>" />
    <link rel="stylesheet" href="<%= "#{rel_prefix}/css/main.css" %>" type="text/css" media="screen" />
    <script src="<%= "#{rel_prefix}/js/main.js" %>" type="text/javascript" charset="utf-8"></script>
</head>

<body>     
    <table border='0' cellpadding='0' cellspacing='0' width="100%" class='banner'>
      <tr><td>
        <table width="100%" border='0' cellpadding='0' cellspacing='0'><tr>
          <td class="file-title" colspan="2"><span class="file-title-prefix">File</span><br /><%= h file.name %></td>
          <td align="right">
            <table border='0' cellspacing="0" cellpadding="2">
              <tr>
                <td>Path:</td>
                <td><%= h file.relative_name %></td>
              </tr>
              <tr>
                <td>Modified:</td>
                <td><%= file.file_stat.mtime %></td>
              </tr>
            </table>
          </td></tr>
        </table>
      </td></tr>
    </table><br />

    <div id="bodyContent">
        <%= include_template '_context.rhtml', {:context => file, :rel_prefix => rel_prefix} %>
    </div>
  </body>
</html>

Version data entries

36 entries across 33 versions & 7 rubygems

Version Path
prepor-erlapi-0.1.8 lib/erlapi/templates/html/shtml/file.rhtml
prepor-erlapi-0.1.8 lib/erlapi/generator/template/shtml/file.rhtml
prepor-erlapi-0.1.9 lib/erlapi/templates/html/shtml/file.rhtml
prepor-erlapi-0.1.9 lib/erlapi/generator/template/shtml/file.rhtml
toy-sdoc-0.2.12.1 lib/sdoc/generator/template/shtml/file.rhtml
toy-sdoc-0.2.13 lib/sdoc/generator/template/shtml/file.rhtml
toy-sdoc-0.2.14.1 lib/sdoc/generator/template/shtml/file.rhtml
toy-sdoc-0.2.15 lib/sdoc/generator/template/shtml/file.rhtml
voloko-sdoc-0.2.10.1 lib/sdoc/generator/template/shtml/file.rhtml
voloko-sdoc-0.2.10 lib/sdoc/generator/template/shtml/file.rhtml
voloko-sdoc-0.2.11.1 lib/sdoc/generator/template/shtml/file.rhtml
voloko-sdoc-0.2.11 lib/sdoc/generator/template/shtml/file.rhtml
voloko-sdoc-0.2.12.1 lib/sdoc/generator/template/shtml/file.rhtml
voloko-sdoc-0.2.12 lib/sdoc/generator/template/shtml/file.rhtml
voloko-sdoc-0.2.13 lib/sdoc/generator/template/shtml/file.rhtml
voloko-sdoc-0.2.14.1 lib/sdoc/generator/template/shtml/file.rhtml
voloko-sdoc-0.2.14 lib/sdoc/generator/template/shtml/file.rhtml
voloko-sdoc-0.2.8 lib/sdoc/generator/template/shtml/file.rhtml
voloko-sdoc-0.2.9 lib/sdoc/generator/template/shtml/file.rhtml
sdoc-0.3.0 lib/sdoc/generator/template/shtml/file.rhtml