From 8ef935226be6386dc1236b71b5e8ce94a7f48b17 Mon Sep 17 00:00:00 2001 From: alison benjamin Date: Wed, 31 Aug 2011 15:36:02 +0000 Subject: [PATCH] --- .../mobile/instructor/glossary/add.tmpl.php | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 docs/themes/mobile/instructor/glossary/add.tmpl.php diff --git a/docs/themes/mobile/instructor/glossary/add.tmpl.php b/docs/themes/mobile/instructor/glossary/add.tmpl.php new file mode 100644 index 000000000..27bd08d6f --- /dev/null +++ b/docs/themes/mobile/instructor/glossary/add.tmpl.php @@ -0,0 +1,61 @@ +
+ +num_terms;$i++) { + if ($glossary[$word[$i]] != '') { + echo ''; + continue; + } + + for ($j=0;$j<$i;$j++) { + if ($word[$j] == $word[$i]) { + echo ''; + continue 2; + } + } + + if ($word[$i] == '') { + $word[$i] = ContentManager::cleanOutput($_POST['word'][$i]); + } +?> +
+
+
+ *
+ .'; + } + ?> +
+ +
+ *
+ +
+ +
+
+ result_glossary)) { + echo ''; + } else { + echo _AT('none_available'); + } + } // endfor + ?> +
+ +
+ + +
+
+
+
\ No newline at end of file -- 2.17.1