Sha256: 73de63fb5f1a3e22b3e36443c0ab8c5459369cf1e459fb0737d56f290d338901

Contents?: true

Size: 1.37 KB

Versions: 17

Compression:

Stored size: 1.37 KB

Contents

<?xml version="1.0" encoding="%charset%"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
    <title><%= h file.name %></title>
    <meta http-equiv="Content-Type" content="text/html; charset=%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

17 entries across 17 versions & 1 rubygems

Version Path
voloko-sdoc-0.1.1 lib/sdoc/generator/template/shtml/file.rhtml
voloko-sdoc-0.1.10 lib/sdoc/generator/template/shtml/file.rhtml
voloko-sdoc-0.1.2 lib/sdoc/generator/template/shtml/file.rhtml
voloko-sdoc-0.1.3 lib/sdoc/generator/template/shtml/file.rhtml
voloko-sdoc-0.1.4 lib/sdoc/generator/template/shtml/file.rhtml
voloko-sdoc-0.1.5 lib/sdoc/generator/template/shtml/file.rhtml
voloko-sdoc-0.1.6 lib/sdoc/generator/template/shtml/file.rhtml
voloko-sdoc-0.1.7 lib/sdoc/generator/template/shtml/file.rhtml
voloko-sdoc-0.1.9 lib/sdoc/generator/template/shtml/file.rhtml
voloko-sdoc-0.2.0 lib/sdoc/generator/template/shtml/file.rhtml
voloko-sdoc-0.2.1 lib/sdoc/generator/template/shtml/file.rhtml
voloko-sdoc-0.2.2 lib/sdoc/generator/template/shtml/file.rhtml
voloko-sdoc-0.2.3 lib/sdoc/generator/template/shtml/file.rhtml
voloko-sdoc-0.2.4 lib/sdoc/generator/template/shtml/file.rhtml
voloko-sdoc-0.2.5 lib/sdoc/generator/template/shtml/file.rhtml
voloko-sdoc-0.2.6 lib/sdoc/generator/template/shtml/file.rhtml
voloko-sdoc-0.2.7 lib/sdoc/generator/template/shtml/file.rhtml