summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-11-23 11:07:26 +0100
committerYorhel <git@yorhel.nl>2019-11-23 11:07:26 +0100
commit429ec76f3127f11f13f4fc4330fd86d8bfd531cf (patch)
treeae88784c49ff28a88cc86a436c0c6c7432fc8ebd /lib
parenta185a7bcb459b4961e375e43fd19d3133a66aed2 (diff)
ulist: Add some test menu links
Diffstat (limited to 'lib')
-rw-r--r--lib/VNWeb/User/Lists.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/VNWeb/User/Lists.pm b/lib/VNWeb/User/Lists.pm
index b2adba7b..5b78b93d 100644
--- a/lib/VNWeb/User/Lists.pm
+++ b/lib/VNWeb/User/Lists.pm
@@ -473,6 +473,14 @@ TUWF::get qr{/$RE{uid}/ulist}, sub {
};
};
p_ class => 'center', sub { b_ class => 'standout', style => 'font-size: 30px', '!BETA BETA BETA BETA!'; };
+ p_ class => 'center', sub {
+ txt_ 'Menu links: ';
+ a_ href => '?l=1&l=2&l=3&l=4&l=7&l=-1&l=0', 'My Visual Novel list';
+ txt_ ' - ';
+ a_ href => '?l=7', 'My Votes'; # TODO: Show and sort by date cast, hide start/end date columns
+ txt_ ' - ';
+ a_ href => '?l=5', 'My Wishlist'; # Hide start/end date columns
+ };
};
my $opt;