diff options
author | Alex AUVOLAT <alexis211@gmail.com> | 2013-08-09 19:29:59 +0200 |
---|---|---|
committer | Alex AUVOLAT <alexis211@gmail.com> | 2013-08-09 19:29:59 +0200 |
commit | 2a748125c27c7f7c41a32a1dba14484c66dc351f (patch) | |
tree | 8f46500bbfc05b740c2050e818e049b0175d316e /lib | |
parent | d529672a314e188d9effdc14a30c37a990f80ebe (diff) | |
download | Bits-2a748125c27c7f7c41a32a1dba14484c66dc351f.tar.gz Bits-2a748125c27c7f7c41a32a1dba14484c66dc351f.zip |
Minor changes...
Diffstat (limited to 'lib')
-rw-r--r-- | lib/list/list_models.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/list/list_models.php b/lib/list/list_models.php index 0d34856..8db28a0 100644 --- a/lib/list/list_models.php +++ b/lib/list/list_models.php @@ -14,4 +14,17 @@ $list_models = array( ), ), ), + "JA-Vocab" => array( + "columns" => array("N#", "Kanji", "Kana", "English"), + "questions" => array( + array( + 'q' => '<p class="rtk_kr_q_2">%3</p>', + 'a' => '<p class="rtk_kr_a_2">%2<br /><span>%1</span><br />%3</p>', + ), + array( + 'q' => '<p class="rtk_kr_q_1">%1</p>', + 'a' => '<p class="rtk_kr_a_1">%1 【%2】<br /><span>%3</span></p>', + ), + ), + ), ); |