Devel-QuickCover

 view release on metacpan or  search on metacpan

share/file.tmpl  view on Meta::CPAN

1
2
3
4
5
6
7
8
9
10
11
12
my %variables = %{$_[0]};
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <link rel="stylesheet" type="text/css" href="quickcover.css">
    <title>QuickCover: <?= $variables{display_name} ?></title>
  </head>
  <body>
?= $variables{include}->('header', $_[0])
    <div id="body-content">

share/index.tmpl  view on Meta::CPAN

1
2
3
4
5
6
7
8
9
10
11
12
my %variables = %{$_[0]};
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <link rel="stylesheet" type="text/css" href="quickcover.css">
    <script src="sorttable.js"></script>
    <title>QuickCover: file list</title>
  </head>
  <body>
?= $variables{include}->('header', $_[0])



( run in 0.594 second using v1.01-cache-2.11-cpan-87723dcf8b7 )