diff options
Diffstat (limited to 'e_src/templates/articles')
-rw-r--r-- | e_src/templates/articles/footer.html | 0 | ||||
-rw-r--r-- | e_src/templates/articles/header.html | 0 | ||||
-rw-r--r-- | e_src/templates/articles/list_entry.html | 1 | ||||
-rw-r--r-- | e_src/templates/articles/list_footer.html | 1 | ||||
-rw-r--r-- | e_src/templates/articles/list_header.html | 2 | ||||
-rw-r--r-- | e_src/templates/articles/list_separator.html | 0 |
6 files changed, 4 insertions, 0 deletions
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 |