Labyrinth-Plugin-Survey
view release on metacpan or search on metacpan
vhost/cgi-bin/templates/public/layout.html view on Meta::CPAN
<!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" xml:lang="en" lang="en">
<head>
[% body = PROCESS $content %]
<!-- Document Metadata -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="en" />
<!-- Identity -->
<title>YAPC Conference Surveys - [% yapc_name %] - [% yapc_city %] - [% yapc_date %]</title>
[% IF redirect %]
<meta http-equiv="refresh" content="0;url=[% redirect %]">
[% END %]
<!-- CSS Stylesheets -->
<link rel="stylesheet" type="text/css" href="/css/act-base.css">
<link rel="stylesheet" type="text/css" href="/css/yapc-style.css">
<link rel="stylesheet" type="text/css" href="/css/style.css">
<!-- JavaScript sugar -->
<script type="text/javascript" src="/js/survey.js"></script>
<!-- Favorite icon -->
<link rel="shortcut icon" type="image/png" href="/favicon.png">
</head>
<body>
<div id="outer">
<div id="header">
<img src="[% yapc_logo %]" style="z-index:-10;" alt="[% yapc_name %]" width="100%">
</div>
<div id="menu">
<ul>
<li><a href="/">[% yapc_name %] Surveys</a></li>
<li>•</li>
<li><a href="[% yapc_http %]">Conference Site</a></li>
<li>•</li>
<li><a href="http://yapc-surveys.org">Past Surveys</a></li>
[% IF user.access > 4 %]
<li>/</li>
<li><a href="/admin/users">Users</a></li>
<li>•</li>
<li><a href="/admin/annos">Announcements</a></li>
<li>•</li>
<li><a href="/admin/survey">Surveys</a></li>
<li>•</li>
<li><a href="/admin/talks">Talks</a></li>
[% END %]
</ul>
</div>
<div class="content">
( run in 0.868 second using v1.01-cache-2.11-cpan-6aa56a78535 )