RSS Git Download  Clone
Raw Blame History
<!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">
<head>
    <meta http-equiv="Content-type" content="text/html; charset=[% settings.charset %]" />
    <title>Labels</title>
 
    <link rel="stylesheet"
        href="[% request.uri_base %]/css/bootstrap/3.2.0/bootstrap.min.css">
        
    <!-- Generic page styles -->
    <link rel="stylesheet" href="[% request.uri_base %]/css/style.css" />
    <link rel="stylesheet" href="[% request.uri_base %]/css/labels.css" />

    <!-- CSS to style the file input field as button and adjust the Bootstrap
        progress bars -->
    <link rel="stylesheet" href="[% request.uri_base %]/css/jquery.fileupload.css">
 
    <script src="[% request.uri_base %]/js/jquery.js"></script>
    <!-- The jQuery UI widget factory, can be omitted if jQuery UI is already included -->
    <script src="[% request.uri_base %]/js/vendor/jquery.ui.widget.js"></script>
    <!-- The Iframe Transport is required for browsers without support for XHR file uploads -->
    <script src="[% request.uri_base %]/js/jquery.iframe-transport.js"></script>
    <!-- The basic File Upload plugin -->
    <script src="[% request.uri_base %]/js/jquery.fileupload.js"></script> 
</head>
<body>
    [% content %]
    <div id="footer">
        Powered by <a href="http://perldancer.org/">Dancer2</a>
        [v[% dancer_version %]], <a href="http://getbootstrap.com/">Bootstrap</a>
        and <a href="http://jquery.com/">jQuery</a>
    </div>
</body>
</html>