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

    + + +

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

    text('user_overview')?>

    +

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

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

    template('user_heading_text', [escapeHTML($USER['ATTR']['FULLNAME']), $USER['ATTR']['USERNAME']])?>

    +

    template('user_heading_desc', [escapeHTML($USER['ATTR']['FULLNAME']), $COUNT['POST'], $COUNT['PAGE']])?>

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