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/page/item.php | 20 ++++++++++++++++ template/standard/html/page/list.php | 19 +++++++++++++++ template/standard/html/page/main.php | 46 ++++++++++++++++++++++++++++++++++++ 3 files changed, 85 insertions(+) create mode 100644 template/standard/html/page/item.php create mode 100644 template/standard/html/page/list.php create mode 100644 template/standard/html/page/main.php (limited to 'template/standard/html/page') diff --git a/template/standard/html/page/item.php b/template/standard/html/page/item.php new file mode 100644 index 0000000..29ab9cf --- /dev/null +++ b/template/standard/html/page/item.php @@ -0,0 +1,20 @@ +] # +#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# +# # +# [see documentation] # +# # +#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%# +?> +
  • +
    +

    + + +

    +
    +
    +

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

    text('page_overview')?>Feed

    +

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

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

    template('page_main_heading_text', $PAGE['ATTR']['NAME']))?>

    +

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

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