From d529672a314e188d9effdc14a30c37a990f80ebe Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Sun, 4 Aug 2013 17:05:20 +0200 Subject: Some changes to the way reviews work - custom styles! --- lib/list/list_models.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 lib/list/list_models.php (limited to 'lib/list/list_models.php') diff --git a/lib/list/list_models.php b/lib/list/list_models.php new file mode 100644 index 0000000..0d34856 --- /dev/null +++ b/lib/list/list_models.php @@ -0,0 +1,17 @@ + array( + "columns" => array("N#", "Kanji", "Keyword", "Strokes"), + "questions" => array( + array( + 'q' => '

%2

', + 'a' => '

#%0: %2 [%3]
%1

' + ), + array( + 'q' => '

%1

', + 'a' => '

#%0: %1 [%3]
%2

' + ), + ), + ), +); -- cgit v1.2.3