2014-01-23 02:46:16 +01:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="fr" >
|
2014-01-20 01:08:03 +01:00
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-type" content="text/html; charset=<% settings.charset %>" />
|
|
|
|
<title>DNSManager</title>
|
|
|
|
|
|
|
|
<script type="text/javascript">/* <![CDATA[ */
|
2014-01-25 18:00:18 +01:00
|
|
|
!window.jQuery && document.write('<script type="text/javascript" src="<% request.uri_base %>/js/jquery.min.js"><\/script>')
|
2014-01-20 01:08:03 +01:00
|
|
|
/* ]]> */</script>
|
|
|
|
|
2014-01-23 02:46:16 +01:00
|
|
|
<link rel="stylesheet" href="<% request.uri_base %>/css/bootstrap.min.css">
|
|
|
|
<link rel="stylesheet" href="<% request.uri_base %>/css/bootstrap-theme.min.css">
|
|
|
|
<script src="<% request.uri_base %>/js/bootstrap.min.js"></script>
|
|
|
|
|
2014-01-20 01:08:03 +01:00
|
|
|
</head>
|
2014-01-23 02:46:16 +01:00
|
|
|
|
2014-01-20 01:08:03 +01:00
|
|
|
<body>
|
2014-01-23 02:46:16 +01:00
|
|
|
|
2014-01-20 01:08:03 +01:00
|
|
|
<% content %>
|
2014-01-23 02:46:16 +01:00
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-sm-8 col-sm-offset-3">
|
|
|
|
<div class="well" id="footer">
|
2014-04-21 11:42:40 +02:00
|
|
|
Fièrement aidé par <a href="http://perldancer.org/">Dancer</a> <% dancer_version %> ♥<br/>
|
|
|
|
Le code est disponible <a href="https://github.com/KaneRoot/dnsmanager">ici</a> ! \o/
|
2014-01-23 02:46:16 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
2014-01-20 01:08:03 +01:00
|
|
|
</div>
|
|
|
|
</body>
|
2014-01-23 02:46:16 +01:00
|
|
|
|
2014-01-20 01:08:03 +01:00
|
|
|
</html>
|