Bigtop

 view release on metacpan or  search on metacpan

examples/Billing-Finished/html/genwrapper.tt  view on Meta::CPAN

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>[% view.title %]</title>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- include a style sheet if you like:
		<link rel="stylesheet" type="text/css" media="screen"
			title="Default" href="[% self.css_rootp %]/default.css" />
    -->
    <style type='text/css'>
        input {
            border: 1px solid #777;
            background: dce2da;
        }
        a {
            color: #333;
        }
        a:active {
            color: #ddd;
        }
        a:hover {
            color: blue;
        }
        
        #user_content {
          width: 150px;
          margin: 0 0 10px 0;
        }
        
        #products {
          width: 150px;
          margin: 0 0 10px 0;
        }
        
        #product_attribs {
          width: 150px;
          margin: 0 0 10px 0;
        }
        
        #users {
          width: 150px;
          margin: 0 0 10px 0;
        }
        
        #user_content ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        
        #products ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        
        #product_attribs ul {
            list-style: none;
            margin: 0;



( run in 0.395 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )