diff options
| author | tim b <timb@camcompu.home> | 2010-07-02 09:24:34 -0700 |
|---|---|---|
| committer | tim b <timb@camcompu.home> | 2010-07-02 09:24:34 -0700 |
| commit | fb4f8932ad3caf7a5ffdb09685d7424879a92ead (patch) | |
| tree | b018770c09f58da9b511baadb5b9b32bbcf6c137 /template/cal.st | |
| parent | 532d81b0207314aad593d1e398076915e53da7e9 (diff) | |
| parent | 5b2139d5a747f37264160b43b4c776846b54cb74 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template/cal.st')
| -rw-r--r-- | template/cal.st | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/template/cal.st b/template/cal.st new file mode 100644 index 0000000..20781ea --- /dev/null +++ b/template/cal.st @@ -0,0 +1,14 @@ +<html><head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>dump.fm - july calendar</title> + $head()$ + +</head> + +<body onload='window.focus();' class="profile"> $banner()$ + +<div id="chatrap"><div id="dcontent"><div id="messagePane"> +<iframe src="http://dump.fm/static/cal.html" width="100%"height="100%"></iframe></div></div></div> + <div id="footerc"> + $footer()$ + </div> +</body></html>
\ No newline at end of file |
