diff options
Diffstat (limited to 'bucky2/template')
| -rw-r--r-- | bucky2/template/splash_day | 1 | ||||
| -rw-r--r-- | bucky2/template/splash_list_page | 20 | ||||
| -rw-r--r-- | bucky2/template/splash_month | 4 | ||||
| -rw-r--r-- | bucky2/template/splash_year | 4 |
4 files changed, 29 insertions, 0 deletions
diff --git a/bucky2/template/splash_day b/bucky2/template/splash_day new file mode 100644 index 0000000..49499a8 --- /dev/null +++ b/bucky2/template/splash_day @@ -0,0 +1 @@ +<a href="%%URL%%">%%KEY%%</a> diff --git a/bucky2/template/splash_list_page b/bucky2/template/splash_list_page new file mode 100644 index 0000000..467b406 --- /dev/null +++ b/bucky2/template/splash_list_page @@ -0,0 +1,20 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> + <head> + <title>Carbon Pictures%%TITLE%%</title> + <link rel="stylesheet" href="/splash/splash.css" type="text/css"> + <style type="text/css"> + </style> + </head> +<body> + +<div class="container"> +<header> +<h1 class="classy">old splash pages</h1> +<i>"crank up the zoom if yr on a big monitor"</i> +</header> +%%YEARS%% +</div> + +</body> +</html> diff --git a/bucky2/template/splash_month b/bucky2/template/splash_month new file mode 100644 index 0000000..24f00cc --- /dev/null +++ b/bucky2/template/splash_month @@ -0,0 +1,4 @@ +<article> +<h3>%%MONTH%%</h3> +%%DAYS%% +</article> diff --git a/bucky2/template/splash_year b/bucky2/template/splash_year new file mode 100644 index 0000000..12bc2b0 --- /dev/null +++ b/bucky2/template/splash_year @@ -0,0 +1,4 @@ +<section id="year_%%YEAR%%"> +<h2>%%YEAR%%</h2> +%%MONTHS%% +</section> |
