[BACK]Return to index.html CVS log [TXT][DIR] Up to [local] / todotxt / Text-Todo-REST-API / example / htdocs

Diff for /todotxt/Text-Todo-REST-API/example/htdocs/index.html between version 1.1 and 1.13

version 1.1, 2010/01/18 04:19:04 version 1.13, 2010/02/23 03:00:26
Line 1 
Line 1 
 <html><head><title></title></head><body>  <html><head>
           <!-- $AFresh1: index.html,v 1.12 2010/02/18 06:25:31 andrew Exp $ -->
           <title>todo.txt - ajax client</title>
           <link rel="stylesheet" href="todo.css">
   
           <script src="scriptaculous/lib/prototype.js"></script>
           <script src="scriptaculous/src/scriptaculous.js?load=effects,controls"></script>
           <script src="lib/todo.js"></script>
   </head>
   
   <body onLoad="TODO.getList('todo');TODO.getTags('todo');TODO.getFiles()">
       <h1>Files:</h1><div id='files'></div>
       <h1>List:</h1> <div id='list'></div>
       <h1>Tags:</h1> <div id='tags'></div>
 </body></html>  </body></html>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.13

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>