From 57cf3ba758cadf56e35aa030edf525e61a56cfc6 Mon Sep 17 00:00:00 2001 From: nikrou Date: Sun, 18 Jun 2006 12:04:59 +0000 Subject: Issue 426: first step; separation of admin and public into two templates Need to simplify and delete files not needed git-svn-id: http://piwigo.org/svn/trunk@1363 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/public/yoga/admin/stats.tpl | 51 ++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 template/public/yoga/admin/stats.tpl (limited to 'template/public/yoga/admin/stats.tpl') diff --git a/template/public/yoga/admin/stats.tpl b/template/public/yoga/admin/stats.tpl new file mode 100644 index 000000000..75de81f79 --- /dev/null +++ b/template/public/yoga/admin/stats.tpl @@ -0,0 +1,51 @@ + +

{lang:title_history}

+ +

{L_STAT_TITLE}

+{L_STAT_MONTHLY_ALT} + +

{L_STAT_DETAIL_TITLE}

+ + + + + + + + + + + + + + + +
{L_VALUE}{L_PAGES_SEEN}{L_VISITORS}{L_PICTURES}
{statrow.VALUE}{statrow.PAGES}{statrow.VISITORS}{statrow.IMAGES}
+ +

{L_DATE_TITLE}

+ + + + + + + + + + + + + + + + + + + +
{L_STAT_HOUR}{L_STAT_LOGIN}{L_STAT_ADDR}{L_STAT_CATEGORY}{L_STAT_FILE}{L_STAT_PICTURE}
{detail.HOUR}{detail.LOGIN}{detail.IP}{detail.CATEGORY}{detail.FILE}{detail.PICTURE}
+ + +
+{navigation.NAV_BAR} +
+ -- cgit v1.2.3