PageRenderTime 183ms CodeModel.GetById 92ms RepoModel.GetById 0ms app.codeStats 0ms

/dozer/media/trace.html

https://bitbucket.org/bbangert/dozer/
HTML | 39 lines | 31 code | 8 blank | 0 comment | 0 complexity | 1d7bb4dde61bd39db68726f4f1cac419 MD5 | raw file
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/strict.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <title>Dozer: Trace</title>
  6. <link href="%(maincss)s" rel="stylesheet" type="text/css" />
  7. <style type='text/css'>
  8. .gparent {
  9. border: 1px dashed #CCCCCC;
  10. padding: 0.5em;
  11. margin: 2px 2px 2px 2em;
  12. font: 10pt Arial, sans-serif;
  13. vertical-align: middle;
  14. }
  15. .attr {
  16. margin: 0.25em;
  17. padding: 0;
  18. font: 9pt Courier, monospace;
  19. }
  20. </style>
  21. </head>
  22. <body>
  23. <div id="header">
  24. <h1><a href="%(home)s">Dozer</a>: Trace</h1>
  25. </div>
  26. <h2>%(typename)s %(objid)s</h2>
  27. <div id="output">
  28. %(output)s
  29. </div>
  30. </body>
  31. </html>