From a4e1b4945a7becca5c0cea66edde286cb4080e41 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Thu, 11 Jul 2013 01:37:41 +0100 Subject: Non-translatable string plus feature enabled check --- view/tpl/webpagelist.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view') diff --git a/view/tpl/webpagelist.tpl b/view/tpl/webpagelist.tpl index 8ae9a1da8..c05e2ebee 100644 --- a/view/tpl/webpagelist.tpl +++ b/view/tpl/webpagelist.tpl @@ -3,7 +3,7 @@ {{foreach $pages as $key => $items}}
-- cgit v1.2.3 From f45efcab780cefaaa5a677684ac1fc444632a3de Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Fri, 12 Jul 2013 23:01:55 +0100 Subject: Small amount of work on webpages. --- view/theme/redbasic/css/dark.css | 14 +++++++++++++- view/theme/redbasic/css/style.css | 14 +++++++++++++- view/tpl/webpagelist.tpl | 21 +++++++++++---------- 3 files changed, 37 insertions(+), 12 deletions(-) (limited to 'view') diff --git a/view/theme/redbasic/css/dark.css b/view/theme/redbasic/css/dark.css index 74e109f95..43912be69 100644 --- a/view/theme/redbasic/css/dark.css +++ b/view/theme/redbasic/css/dark.css @@ -167,4 +167,16 @@ ul.menu-popup .menu-sep { .my-comment-photo { border-radius: 5px; box-shadow: 4px 4px 3px #000; -} \ No newline at end of file +} + + +div#pagelist-content-wrapper { +width: 80%; +background: #111; +margin-left: auto; +margin-right: auto; +} + +div.page-list-item { +margin: 20px; +} diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 762c35a18..9caa9145a 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3893,4 +3893,16 @@ width: 200px; float: left; margin-right: 25px; } -*/ \ No newline at end of file +*/ + + +div#pagelist-content-wrapper { +width: 80%; +background: #fff; +margin-left: auto; +margin-right: auto; +} + +div.page-list-item { +margin: 20px; +} diff --git a/view/tpl/webpagelist.tpl b/view/tpl/webpagelist.tpl index c05e2ebee..5c00dee6b 100644 --- a/view/tpl/webpagelist.tpl +++ b/view/tpl/webpagelist.tpl @@ -1,12 +1,13 @@ {{if $pages}} -
-{{foreach $pages as $key => $items}} -
    -{{foreach $items as $item}} -
  • {{$editlink}} {{$item.title}}
  • -{{/foreach}} -
-
-
-{{/foreach}} + +
+ {{foreach $pages as $key => $items}} + {{foreach $items as $item}} +
{{$editlink}} | {{$view}} {{$item.title}}
+ {{/foreach}} + {{/foreach}} +
+ +
+ {{/if}} -- cgit v1.2.3 From 380871ccc7cc64be29da89c102e99748b25361f9 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Fri, 12 Jul 2013 23:43:14 +0100 Subject: Old theme stuff we don't use anymore. --- view/theme/redbasic/img/bg.png | Bin 119030 -> 0 bytes view/theme/redbasic/img/events.png | Bin 1686 -> 0 bytes view/theme/redbasic/img/head.jpg | Bin 383 -> 0 bytes view/theme/redbasic/img/home.png | Bin 1198 -> 0 bytes view/theme/redbasic/img/introductions.png | Bin 1210 -> 0 bytes view/theme/redbasic/img/lock.cur | Bin 4286 -> 0 bytes view/theme/redbasic/img/message.png | Bin 765 -> 0 bytes view/theme/redbasic/img/network.png | Bin 1632 -> 0 bytes view/theme/redbasic/img/settings.png | Bin 1609 -> 0 bytes 9 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 view/theme/redbasic/img/bg.png delete mode 100644 view/theme/redbasic/img/events.png delete mode 100644 view/theme/redbasic/img/head.jpg delete mode 100644 view/theme/redbasic/img/home.png delete mode 100644 view/theme/redbasic/img/introductions.png delete mode 100644 view/theme/redbasic/img/lock.cur delete mode 100644 view/theme/redbasic/img/message.png delete mode 100644 view/theme/redbasic/img/network.png delete mode 100644 view/theme/redbasic/img/settings.png (limited to 'view') diff --git a/view/theme/redbasic/img/bg.png b/view/theme/redbasic/img/bg.png deleted file mode 100644 index eae49e037..000000000 Binary files a/view/theme/redbasic/img/bg.png and /dev/null differ diff --git a/view/theme/redbasic/img/events.png b/view/theme/redbasic/img/events.png deleted file mode 100644 index 96dd86899..000000000 Binary files a/view/theme/redbasic/img/events.png and /dev/null differ diff --git a/view/theme/redbasic/img/head.jpg b/view/theme/redbasic/img/head.jpg deleted file mode 100644 index 6210b76be..000000000 Binary files a/view/theme/redbasic/img/head.jpg and /dev/null differ diff --git a/view/theme/redbasic/img/home.png b/view/theme/redbasic/img/home.png deleted file mode 100644 index d1ba7b3f3..000000000 Binary files a/view/theme/redbasic/img/home.png and /dev/null differ diff --git a/view/theme/redbasic/img/introductions.png b/view/theme/redbasic/img/introductions.png deleted file mode 100644 index 9e0498227..000000000 Binary files a/view/theme/redbasic/img/introductions.png and /dev/null differ diff --git a/view/theme/redbasic/img/lock.cur b/view/theme/redbasic/img/lock.cur deleted file mode 100644 index 892c5e851..000000000 Binary files a/view/theme/redbasic/img/lock.cur and /dev/null differ diff --git a/view/theme/redbasic/img/message.png b/view/theme/redbasic/img/message.png deleted file mode 100644 index f3fea75ee..000000000 Binary files a/view/theme/redbasic/img/message.png and /dev/null differ diff --git a/view/theme/redbasic/img/network.png b/view/theme/redbasic/img/network.png deleted file mode 100644 index f3e45c3ec..000000000 Binary files a/view/theme/redbasic/img/network.png and /dev/null differ diff --git a/view/theme/redbasic/img/settings.png b/view/theme/redbasic/img/settings.png deleted file mode 100644 index a935b225e..000000000 Binary files a/view/theme/redbasic/img/settings.png and /dev/null differ -- cgit v1.2.3 From ba5803bebc144f46fe1a9d29b08e3b6ac71aaecc Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Sun, 14 Jul 2013 02:36:59 +0100 Subject: Give prettyphoto it's own template to make themeing it less annoying. --- view/tpl/photo_album.tpl | 12 +----------- view/tpl/photo_view.tpl | 11 +---------- view/tpl/prettyphoto.tpl | 6 ++++++ 3 files changed, 8 insertions(+), 21 deletions(-) create mode 100644 view/tpl/prettyphoto.tpl (limited to 'view') diff --git a/view/tpl/photo_album.tpl b/view/tpl/photo_album.tpl index 33ab84df7..d2016e41c 100755 --- a/view/tpl/photo_album.tpl +++ b/view/tpl/photo_album.tpl @@ -1,14 +1,4 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - - +{{include file="prettyphoto.tpl"}}
{{$imgalt}} diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl index fce6f6fa8..f825dcba6 100755 --- a/view/tpl/photo_view.tpl +++ b/view/tpl/photo_view.tpl @@ -1,13 +1,4 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - +{{include file="prettyphoto.tpl"}}

{{$album.1}}

diff --git a/view/tpl/prettyphoto.tpl b/view/tpl/prettyphoto.tpl new file mode 100644 index 000000000..6d047e620 --- /dev/null +++ b/view/tpl/prettyphoto.tpl @@ -0,0 +1,6 @@ + + -- cgit v1.2.3