summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-04-05 17:52:39 +0200
committerfranck cuny <franck@lumberjaph.net>2009-04-05 17:52:39 +0200
commit8f5fdab2b47e0b8c1795bbf01e395e5ce6c91cf6 (patch)
tree96dcd9cce3a2e12dbf554463a6846659ae9b2f1d
parentupdate makefile (diff)
downloadintention-cloud-8f5fdab2b47e0b8c1795bbf01e395e5ce6c91cf6.tar.gz
remove old permalink stuff
-rw-r--r--root/permalink/footer.tt4
-rw-r--r--root/permalink/header.tt18
-rw-r--r--root/permalink/permalink.tt9
3 files changed, 0 insertions, 31 deletions
diff --git a/root/permalink/footer.tt b/root/permalink/footer.tt
deleted file mode 100644
index e92b11b..0000000
--- a/root/permalink/footer.tt
+++ /dev/null
@@ -1,4 +0,0 @@
-</div>
-
-</body>
-</html>
\ No newline at end of file
diff --git a/root/permalink/header.tt b/root/permalink/header.tt
deleted file mode 100644
index 9784b47..0000000
--- a/root/permalink/header.tt
+++ /dev/null
@@ -1,18 +0,0 @@
-<!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
deleted file mode 100644
index be23a6d..0000000
--- a/root/permalink/permalink.tt
+++ /dev/null
@@ -1,9 +0,0 @@
-[% 
-INCLUDE 'permalink/header.tt';
-IF error;
-	error;
-ELSE;
-	permalink_data;
-END;
-INCLUDE 'permalink/footer.tt';
- %]
\ No newline at end of file