Top Level Namespace

Defined Under Namespace

Classes: ClothMark

Constant Summary collapse

HEADER =

Header for an output file.

<<-EOF
<html>
  <head>
  <style type="text/css">
      #wrapper {
        width: 600px; margin: 0 auto;
        font-family: "Trebuchet MS", Verdana, sans-serif;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        line-height: 1.5em;
      }
      pre {
        font-size:90%;
        line-height:1.5em !important;
        overflow:auto;
        margin:1em 0;
        padding:0.5em;
      }
      
      pre, code {
        font-family:Monaco, "Courier New", monospace;
        color:#444;
        background-color:#F8F8FF;
        border:1px solid #DEDEDE;
      }
    </style>
    <title>ClothMark file preview</title>
  </head>
  <body>
    <div id="wrapper">
EOF
<<-EOF
    </div>
  </body>
</html>
EOF