Annotation of todotxt/Text-Todo-REST-API/example/htdocs/index.html, Revision 1.13
1.2 andrew 1: <html><head>
1.13 ! andrew 2: <!-- $AFresh1: index.html,v 1.12 2010/02/18 06:25:31 andrew Exp $ -->
1.7 andrew 3: <title>todo.txt - ajax client</title>
4: <link rel="stylesheet" href="todo.css">
1.9 andrew 5:
1.7 andrew 6: <script src="scriptaculous/lib/prototype.js"></script>
7: <script src="scriptaculous/src/scriptaculous.js?load=effects,controls"></script>
1.13 ! andrew 8: <script src="lib/todo.js"></script>
1.2 andrew 9: </head>
1.6 andrew 10:
1.9 andrew 11: <body onLoad="TODO.getList('todo');TODO.getTags('todo');TODO.getFiles()">
1.7 andrew 12: <h1>Files:</h1><div id='files'></div>
1.11 andrew 13: <h1>List:</h1> <div id='list'></div>
1.9 andrew 14: <h1>Tags:</h1> <div id='tags'></div>
1.1 andrew 15: </body></html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>