From: alison benjamin Date: Wed, 31 Aug 2011 15:33:48 +0000 (-0000) Subject: (no commit message) X-Git-Url: https://iam.tj/gitweb/gitweb.cgi?p=atutor.git;a=commitdiff_plain;h=a0f73575fb469b054b3bada7fc92add9c9e9e099 --- diff --git a/docs/themes/default/instructor/glossary/add.tmpl.php b/docs/themes/default/instructor/glossary/add.tmpl.php index e69de29bb..27bd08d6f 100644 --- a/docs/themes/default/instructor/glossary/add.tmpl.php +++ b/docs/themes/default/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