From d45c7f14891d951f8a6987cc6492073b97e05b5b Mon Sep 17 00:00:00 2001 From: Nicolas BERNSTEIN Date: Sun, 20 Nov 2011 13:39:47 +0100 Subject: Added the bit list study system --- tpl/list/index.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tpl/list/index.php (limited to 'tpl/list/index.php') diff --git a/tpl/list/index.php b/tpl/list/index.php new file mode 100644 index 0000000..85a503c --- /dev/null +++ b/tpl/list/index.php @@ -0,0 +1,20 @@ +' . filters_html_full() . ''; + +echo ""; +foreach ($lists as $list) { + echo ''; + echo ''; +} +echo "
NameUsers
' . $list["owner"] . ':' . $list["name"] . '' . $list["nbUsers"] . '
"; + +require("tpl/study/lib_sidebar.php"); + +require("tpl/general/bottom.php"); -- cgit v1.2.3