Diffstat (limited to 'htdocs/examples/calendar.chtml') (more/less context) (ignore whitespace changes)
-rw-r--r-- | htdocs/examples/calendar.chtml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htdocs/examples/calendar.chtml b/htdocs/examples/calendar.chtml index eea20cb..85aa7ba 100644 --- a/htdocs/examples/calendar.chtml +++ b/htdocs/examples/calendar.chtml | |||
@@ -1,30 +1,31 @@ | |||
1 | <%impl> | 1 | <%impl> |
2 | /* vim:set ft=sitecing: */ | 2 | /* vim:set ft=sitecing: */ |
3 | #include <time.h> | 3 | #include <time.h> |
4 | #include <konforka/exception.h> | 4 | #include <konforka/exception.h> |
5 | </%impl> | 5 | </%impl> |
6 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | 6 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
7 | % __SCIF->flush(); | ||
7 | <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> | 8 | <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> |
8 | <head> | 9 | <head> |
9 | <title>really simple page</title> | 10 | <title>really simple page</title> |
10 | <style type="text/css"> | 11 | <style type="text/css"> |
11 | table.calendar { | 12 | table.calendar { |
12 | font-family: monospace; | 13 | font-family: monospace; |
13 | } | 14 | } |
14 | table.calendar th.heading { | 15 | table.calendar th.heading { |
15 | border: double blue 3px; | 16 | border: double blue 3px; |
16 | } | 17 | } |
17 | table.calendar td { | 18 | table.calendar td { |
18 | text-align: right; | 19 | text-align: right; |
19 | margin: 0.5ex; padding: 2px; | 20 | margin: 0.5ex; padding: 2px; |
20 | border: solid 1px black; | 21 | border: solid 1px black; |
21 | } | 22 | } |
22 | table.calendar .wd-0, table.calendar .wd-6 { | 23 | table.calendar .wd-0, table.calendar .wd-6 { |
23 | color: red; | 24 | color: red; |
24 | } | 25 | } |
25 | table.calendar td.unexistant { | 26 | table.calendar td.unexistant { |
26 | border: none; | 27 | border: none; |
27 | } | 28 | } |
28 | table.calendar td.today { | 29 | table.calendar td.today { |
29 | background: #ffffc0; | 30 | background: #ffffc0; |
30 | color: blue; | 31 | color: blue; |