Apache-Blog

 view release on metacpan or  search on metacpan

templates/lightblue/entry-template.html  view on Meta::CPAN

<html>
<head>
<title>my diary...</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {  background-color: #99CCFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px}
.lightblue {  background-color: #D2E9FF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; border: 1px #999999 dashed; text-align: justify; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px}
-->
</style>
</head>

<body bgcolor="#FFFFFF" text="#000000" tracingsrc="../simpleblue.png" tracingopacity="26">

templates/lightblue/older.html  view on Meta::CPAN

<html>
<head>
<title>my diary...</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {  background-color: #99CCFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px}
.lightblue {  background-color: #D2E9FF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; border: 1px #999999 dashed; text-align: justify; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px}
-->
</style>
</head>

<body bgcolor="#FFFFFF" text="#000000" tracingsrc="../simpleblue.png" tracingopacity="26">

templates/simple/entry-template.html  view on Meta::CPAN

<html>
<head>
<title>my diary...</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<table><tr><td bgcolor="#FFCCCC">
<h1>This is a minimal template</h1>
It's easy to choose another template or make one of your own
</td></tr></table>

<!-- This is how to make links to the next and previous
     entries date-wise -->
[ <a href="<!--tmpl_var name="prev"-->">Previous</a> ] 
[ <a href="<!--tmpl_var name="next"-->">Next</a> ] 

templates/simple/older.html  view on Meta::CPAN

<html>
<head>
<title>my diary...</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<!-- very simple stuff here -->

<tmpl_loop older_entries>
<li><tmpl_var date> - <a href="<tmpl_var escape=url name=filename>"><tmpl_var escape=html name=short_name></a> (<tmpl_var wc> words)
</tmpl_loop>
</ul>
		
</p>
<hr>



( run in 0.330 second using v1.01-cache-2.11-cpan-4d50c553e7e )