Labyrinth-Plugin-Survey
view release on metacpan or search on metacpan
vhost/cgi-bin/templates/survey/results-feedback.html view on Meta::CPAN
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb">
<head><!-- Document Metadata -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="en" />
<!-- Syndication -->
<link rel="icon" type="image/png" href="images/favicon.png" />
<title>[% yapc_name %] Survey Results - YAPC Conference Surveys</title>
<link rel="icon" type="image/png" href="/images/favicon.png" />
<!-- CSS stylesheets -->
<!-- <link rel="stylesheet" type="text/css" href="css/results.css"> -->
<link rel="stylesheet" type="text/css" href="/css/style.css" />
<link rel="stylesheet" type="text/css" href="/css/lightbox.css" media="screen" />
<script type="text/javascript" src="/js/prototype.js"></script>
<script type="text/javascript" src="/js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="/js/lightbox.js"></script>
<script type="text/javascript">
<!--
function toggleLayer( whichLayer )
{
var elem, vis;
if( document.getElementById ) // this is the way the standards work
elem = document.getElementById( whichLayer );
else if( document.all ) // this is the way old msie versions work
elem = document.all[whichLayer];
else if( document.layers ) // this is the way nn4 works
elem = document.layers[whichLayer];
vis = elem.style;
// if the style.display value is blank we try to figure it out here
if(vis.display==''&&elem.offsetWidth!=undefined&&elem.offsetHeight!=undefined)
vis.display = (elem.offsetWidth!=0&&elem.offsetHeight!=0)?'block':'none';
vis.display = (vis.display==''||vis.display=='block')?'none':'block';
}
-->
</script>
<!--
Original layout design by <a href="http://www.animatedbanner.com/">AnimatedBanner.com</a>.
Additional modifications by Barbie for Miss Barbell Productions.
-->
</head>
<body>
<div id="container">
<div id="header">
<span class="quotes1">
<h1>YAPC Conference Surveys</h1>
<h2>[% yapc_name %] Survey Results</h2>
</span>
</div>
( run in 2.000 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )