CGI-Application-PhotoGallery

 view release on metacpan or  search on metacpan

share/error.tmpl  view on Meta::CPAN

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
    <meta http-equiv="Content-Language" content="en" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title><!-- TMPL_VAR name="error" --></title>
    <style type="text/css">
body {
    font-family: Arial, sans-serif;
    font-size: small;
    background: #f0f0f0;

share/photos_index.tmpl  view on Meta::CPAN

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
    <meta http-equiv="Content-Language" content="en" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title><!-- TMPL_VAR name="title" --></title>
    <style type="text/css">
body {
    font-family: Arial, sans-serif;
    font-size: small;
    background: #f0f0f0;

share/photos_single.tmpl  view on Meta::CPAN

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
    <meta http-equiv="Content-Language" content="en" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title><!-- TMPL_VAR name="title" --></title>
    <style type="text/css">
body {
    font-family: Arial, sans-serif;
    font-size: small;
    background: #f0f0f0;



( run in 1.240 second using v1.01-cache-2.11-cpan-49f99fa48dc )