diff options
| author | franck cuny <franck@lumberjaph.net> | 2009-04-05 13:30:27 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2009-04-05 13:30:27 +0200 |
| commit | 9bb42b768ff2369af0a066a538e96ae4e3b5c380 (patch) | |
| tree | 939fce46770f034f9cebfa162607a712be50c99b /root/permalink | |
| parent | update scripts (diff) | |
| download | intention-cloud-9bb42b768ff2369af0a066a538e96ae4e3b5c380.tar.gz | |
add root files
Diffstat (limited to '')
| -rw-r--r-- | root/permalink/footer.tt | 4 | ||||
| -rw-r--r-- | root/permalink/header.tt | 18 | ||||
| -rw-r--r-- | root/permalink/permalink.tt | 9 |
3 files changed, 31 insertions, 0 deletions
diff --git a/root/permalink/footer.tt b/root/permalink/footer.tt new file mode 100644 index 0000000..e92b11b --- /dev/null +++ b/root/permalink/footer.tt @@ -0,0 +1,4 @@ +</div> + +</body> +</html>
\ No newline at end of file diff --git a/root/permalink/header.tt b/root/permalink/header.tt new file mode 100644 index 0000000..9784b47 --- /dev/null +++ b/root/permalink/header.tt @@ -0,0 +1,18 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> + +<html> + +<head> + <title>Intention Cloud</title> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <link rel="stylesheet" href="[% base %]static/css/ic_cloudcolors.css" type="text/css"> + <link rel="stylesheet" href="[% base %]static/css/ic.css" type="text/css"> + + <link rel="icon" href="[% base %]favicon.ico" type="image/x-icon"> + <link rel="shortcut icon" href="[% base %]favicon.ico" type="image/x-icon" > +</head> + +<body id="globalpage" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> + +<!-- CONTENU --> +<div> diff --git a/root/permalink/permalink.tt b/root/permalink/permalink.tt new file mode 100644 index 0000000..be23a6d --- /dev/null +++ b/root/permalink/permalink.tt @@ -0,0 +1,9 @@ +[% +INCLUDE 'permalink/header.tt'; +IF error; + error; +ELSE; + permalink_data; +END; +INCLUDE 'permalink/footer.tt'; + %]
\ No newline at end of file |
