From 15dc8f4b212a0554844fcc3104942fe6fc944918 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Mon, 16 Apr 2012 18:51:08 +0200 Subject: diabook-themes: small bug/css-fixes ---> ver. 1.019 --- view/theme/diabook-aerith/admin_users.tpl | 88 ++++++++++++++++++++++++++++ view/theme/diabook-aerith/icons/block.png | Bin 0 -> 335 bytes view/theme/diabook-aerith/nets.tpl | 2 +- view/theme/diabook-aerith/style-network.css | 4 ++ view/theme/diabook-aerith/style.css | 8 ++- view/theme/diabook-aerith/theme.php | 4 +- view/theme/diabook-blue/admin_users.tpl | 88 ++++++++++++++++++++++++++++ view/theme/diabook-blue/icons/block.png | Bin 0 -> 335 bytes view/theme/diabook-blue/nets.tpl | 2 +- view/theme/diabook-blue/style-network.css | 4 ++ view/theme/diabook-blue/style.css | 8 ++- view/theme/diabook-blue/theme.php | 4 +- view/theme/diabook-red/admin_users.tpl | 88 ++++++++++++++++++++++++++++ view/theme/diabook-red/icons/block.png | Bin 0 -> 335 bytes view/theme/diabook-red/nets.tpl | 2 +- view/theme/diabook-red/style-network.css | 4 ++ view/theme/diabook-red/style.css | 8 ++- view/theme/diabook-red/theme.php | 4 +- view/theme/diabook/admin_users.tpl | 88 ++++++++++++++++++++++++++++ view/theme/diabook/icons/block.png | Bin 0 -> 335 bytes view/theme/diabook/nets.tpl | 2 +- view/theme/diabook/style-network-wide.css | 4 ++ view/theme/diabook/style-network.css | 4 ++ view/theme/diabook/style-wide.css | 8 ++- view/theme/diabook/style.css | 12 +++- view/theme/diabook/theme.php | 4 +- 26 files changed, 419 insertions(+), 21 deletions(-) create mode 100644 view/theme/diabook-aerith/admin_users.tpl create mode 100755 view/theme/diabook-aerith/icons/block.png create mode 100644 view/theme/diabook-blue/admin_users.tpl create mode 100755 view/theme/diabook-blue/icons/block.png create mode 100644 view/theme/diabook-red/admin_users.tpl create mode 100755 view/theme/diabook-red/icons/block.png create mode 100644 view/theme/diabook/admin_users.tpl create mode 100755 view/theme/diabook/icons/block.png diff --git a/view/theme/diabook-aerith/admin_users.tpl b/view/theme/diabook-aerith/admin_users.tpl new file mode 100644 index 000000000..40f94f5fe --- /dev/null +++ b/view/theme/diabook-aerith/admin_users.tpl @@ -0,0 +1,88 @@ + +
+

$title - $page

+ +
+ +

$h_pending

+ {{ if $pending }} + + + + {{ for $th_pending as $th }}{{ endfor }} + + + + + + {{ for $pending as $u }} + + + + + + + + {{ endfor }} + +
$th
$u.created$u.name + + +
+ +
+ {{ else }} +

$no_pending

+ {{ endif }} + + + + +

$h_users

+ {{ if $users }} + + + + + {{ for $th_users as $th }}{{ endfor }} + + + + + + {{ for $users as $u }} + + + + + + + + + + + + {{ endfor }} + +
$th
$u.nickname$u.name$u.register_date$u.lastitem_date + + +
+ +
+ {{ else }} + NO USERS?!? + {{ endif }} +
+
diff --git a/view/theme/diabook-aerith/icons/block.png b/view/theme/diabook-aerith/icons/block.png new file mode 100755 index 000000000..a0b1dffe9 Binary files /dev/null and b/view/theme/diabook-aerith/icons/block.png differ diff --git a/view/theme/diabook-aerith/nets.tpl b/view/theme/diabook-aerith/nets.tpl index 68a8e88e9..be25ddee1 100644 --- a/view/theme/diabook-aerith/nets.tpl +++ b/view/theme/diabook-aerith/nets.tpl @@ -1,5 +1,5 @@
-

$title

+

$title

$desc