Bigtop

 view release on metacpan or  search on metacpan

docs/keyword_cookbook/RPCSoap/Kids/html/templates/genwrapper.tt  view on Meta::CPAN

    #page { background: #fff; width: 95%; margin: 0 auto; padding: 0px 0px 0px 0px; border: 1px solid #c7c7c7; border-top: 0;}
    #content { background: #fff; margin: 0px 0px 0px 0px; padding: 10px 10px 10px 10px; font: normal 12px/20px sans-serif; /* border-right: 1px dotted #99d; */}
    #title_bar { clear: both; border: 1px solid #c7c7c7; background: #b9c5b4; width: 95%; text-align: center; padding: 3px 0 0 0; margin: 0 auto 0 auto; -moz-border-radius-topright: 6px;}
    #nav { background: #eee; margin: 0px auto 0px auto; padding: 0px; width: 95%;}
    #nav ul { background: #fff; list-style: none; border: 0; margin: 0 0 0 0 ; padding: 0;}
    #nav ul li { display: block; float: left; text-align: center; padding: 0; margin: 0; border-left: 1px solid #99d;}
    #nav ul li + li { border-left: none; display: block; float: left; text-align: center; padding: 0; margin: 0;}
    #nav ul li a { background: #fff; border-bottom: 1px solid #99d; border-right: 1px solid #99d; border-left: none; padding: 0 8px 0 8px; margin: 0 0 0px 0; color: #9a9a9a; text-decoration: none; display: block; text-align: center; font: normal 12px...
    #nav ul li a:hover { color: #000; background: #bbe;}
    #nav a:active { background: #c60; color: #fff;}
    #nav li strong a { background: #bbf; font-weight: bold; color: #000;}
    .lowtech { visibility: hidden;}
    </style>

    </head>
    
    <body>
	
    <div id="header">
        <span style="font-size: 10pt;">
            [% self.fish_config('app_name') %]

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

            background: #bbe;
        }
        
        #nav a:active {
            background: #c60;
            color: #fff;
        }
        
        #nav li strong a {
            background: #bbf;
            font-weight: bold;
            color: #000;
        }

        .lowtech {
            visibility: hidden;
        }
    </style>

    </head>
    

tenttemplates/tenter.tt  view on Meta::CPAN


    <button type='button'
          onclick='javascript:saver()'>       Save As: </button>

    <input type='text'
         value="[% view.data.file_name || '' %]"
         id='save_file_name'
         size='35' />

    &nbsp; &nbsp;
    <span style='font-weight: bold;'>tentmaker - A Bigtop Editor</span>

      <div id="chatter">
      </div>

    </div>

<!--    **********************************************
        Begin the Main Table where all the input lives
        ********************************************** -->
[% tab = view.data.tab || 'tab-bigtop-config' %]



( run in 0.280 second using v1.01-cache-2.11-cpan-5dc5da66d9d )