summaryrefslogtreecommitdiff
path: root/e_src/templates
diff options
context:
space:
mode:
Diffstat (limited to 'e_src/templates')
-rw-r--r--e_src/templates/article/footer.html0
-rw-r--r--e_src/templates/article/header.html1
-rw-r--r--e_src/templates/articles/footer.html0
-rw-r--r--e_src/templates/articles/header.html0
-rw-r--r--e_src/templates/articles/list_entry.html1
-rw-r--r--e_src/templates/articles/list_footer.html1
-rw-r--r--e_src/templates/articles/list_header.html2
-rw-r--r--e_src/templates/articles/list_separator.html0
-rw-r--r--e_src/templates/common/footer.html2
-rw-r--r--e_src/templates/common/header.html8
-rw-r--r--e_src/templates/tag/footer.html0
-rw-r--r--e_src/templates/tag/header.html0
-rw-r--r--e_src/templates/tag/list_entry.html1
-rw-r--r--e_src/templates/tag/list_footer.html1
-rw-r--r--e_src/templates/tag/list_header.html1
-rw-r--r--e_src/templates/tag/list_separator.html1
16 files changed, 19 insertions, 0 deletions
diff --git a/e_src/templates/article/footer.html b/e_src/templates/article/footer.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/e_src/templates/article/footer.html
diff --git a/e_src/templates/article/header.html b/e_src/templates/article/header.html
new file mode 100644
index 0000000..d2954d9
--- /dev/null
+++ b/e_src/templates/article/header.html
@@ -0,0 +1 @@
+<h1>$$TITLE</h1> \ No newline at end of file
diff --git a/e_src/templates/articles/footer.html b/e_src/templates/articles/footer.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/e_src/templates/articles/footer.html
diff --git a/e_src/templates/articles/header.html b/e_src/templates/articles/header.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/e_src/templates/articles/header.html
diff --git a/e_src/templates/articles/list_entry.html b/e_src/templates/articles/list_entry.html
new file mode 100644
index 0000000..91d2d75
--- /dev/null
+++ b/e_src/templates/articles/list_entry.html
@@ -0,0 +1 @@
+<li><a href="$$URL">$$DATE - $$TITLE</a></li>
diff --git a/e_src/templates/articles/list_footer.html b/e_src/templates/articles/list_footer.html
new file mode 100644
index 0000000..3d3a44c
--- /dev/null
+++ b/e_src/templates/articles/list_footer.html
@@ -0,0 +1 @@
+</ul>
diff --git a/e_src/templates/articles/list_header.html b/e_src/templates/articles/list_header.html
new file mode 100644
index 0000000..7b504ea
--- /dev/null
+++ b/e_src/templates/articles/list_header.html
@@ -0,0 +1,2 @@
+<h2>Articles</h2>
+<ul>
diff --git a/e_src/templates/articles/list_separator.html b/e_src/templates/articles/list_separator.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/e_src/templates/articles/list_separator.html
diff --git a/e_src/templates/common/footer.html b/e_src/templates/common/footer.html
new file mode 100644
index 0000000..308b1d0
--- /dev/null
+++ b/e_src/templates/common/footer.html
@@ -0,0 +1,2 @@
+</body>
+</html>
diff --git a/e_src/templates/common/header.html b/e_src/templates/common/header.html
new file mode 100644
index 0000000..9c423df
--- /dev/null
+++ b/e_src/templates/common/header.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<html lang="$$LANG">
+<head>
+<meta charset="utf-8">
+<title>$$TITLE</title>
+$$EXTRAHEAD
+</head>
+<body>
diff --git a/e_src/templates/tag/footer.html b/e_src/templates/tag/footer.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/e_src/templates/tag/footer.html
diff --git a/e_src/templates/tag/header.html b/e_src/templates/tag/header.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/e_src/templates/tag/header.html
diff --git a/e_src/templates/tag/list_entry.html b/e_src/templates/tag/list_entry.html
new file mode 100644
index 0000000..3a7aaad
--- /dev/null
+++ b/e_src/templates/tag/list_entry.html
@@ -0,0 +1 @@
+<a href="$$URL">$$NAME</a> \ No newline at end of file
diff --git a/e_src/templates/tag/list_footer.html b/e_src/templates/tag/list_footer.html
new file mode 100644
index 0000000..8ce77e5
--- /dev/null
+++ b/e_src/templates/tag/list_footer.html
@@ -0,0 +1 @@
+</p>
diff --git a/e_src/templates/tag/list_header.html b/e_src/templates/tag/list_header.html
new file mode 100644
index 0000000..5bb080d
--- /dev/null
+++ b/e_src/templates/tag/list_header.html
@@ -0,0 +1 @@
+<p>Tags: \ No newline at end of file
diff --git a/e_src/templates/tag/list_separator.html b/e_src/templates/tag/list_separator.html
new file mode 100644
index 0000000..c3a6e48
--- /dev/null
+++ b/e_src/templates/tag/list_separator.html
@@ -0,0 +1 @@
+, \ No newline at end of file