From 52b077a48c743ba4d08ac00520a0bf1ef6deef5f Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Fri, 24 Feb 2017 21:27:59 +0100 Subject: Initial commit. --- template/standard/html/post/item.php | 20 ++++++++++++++++ template/standard/html/post/list.php | 19 +++++++++++++++ template/standard/html/post/main.php | 46 ++++++++++++++++++++++++++++++++++++ 3 files changed, 85 insertions(+) create mode 100644 template/standard/html/post/item.php create mode 100644 template/standard/html/post/list.php create mode 100644 template/standard/html/post/main.php (limited to 'template/standard/html/post') diff --git a/template/standard/html/post/item.php b/template/standard/html/post/item.php new file mode 100644 index 0000000..ab00624 --- /dev/null +++ b/template/standard/html/post/item.php @@ -0,0 +1,20 @@ +] # +#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# +# # +# [see documentation] # +# # +#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# +?> +
  • +
    +

    + + +

    +
    +
    + +
    +
  • \ No newline at end of file diff --git a/template/standard/html/post/list.php b/template/standard/html/post/list.php new file mode 100644 index 0000000..457c1df --- /dev/null +++ b/template/standard/html/post/list.php @@ -0,0 +1,19 @@ +] # +#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# +# # +# [see documentation] # +# # +#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# +?> +

    text('post_overview')?>Feed

    +

    template('post_base_heading_desc', $PAGINATION['THIS'])?>

    + + + + \ No newline at end of file diff --git a/template/standard/html/post/main.php b/template/standard/html/post/main.php new file mode 100644 index 0000000..31d7102 --- /dev/null +++ b/template/standard/html/post/main.php @@ -0,0 +1,46 @@ +] # +#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# +# # +# [see documentation] # +# # +#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# + +$user = "{$USER['ATTR']['FULLNAME']}"; +$time = ""; +?> +

    template('post_main_heading_text', $POST['ATTR']['NAME']))?>

    +

    template('post_main_heading_desc', [$user, $time])?>

    + +
    + +
    + + + + \ No newline at end of file -- cgit v1.2.3