[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.4 and 1.5

version 1.4, 2010/01/31 02:31:47 version 1.5, 2010/01/31 03:12:02
Line 1 
Line 1 
 <html><head>  <html><head>
 <title>todo.txt - ajax client</title>  <title>todo.txt - ajax client</title>
 <link rel="stylesheet" href="todo.css">  <link rel="stylesheet" href="todo.css">
 <script src="http://o.aolcdn.com/dojo/1.4/dojo/dojo.xd.js"></script>  <!-- <script src="http://o.aolcdn.com/dojo/1.4/dojo/dojo.xd.js"></script> -->
   <script src="dojo/1.4/dojo/dojo.xd.js"></script>
 <script type='text/javascript'>  <script type='text/javascript'>
 var base_url = '/~andrew/user-bin/todo.cgi';  var base_url = '/~andrew/user-bin/todo.cgi';
   
Line 39 
Line 40 
 </head>  </head>
 <body onLoad="getFiles();getList('todo');getEntry('todo',5)">  <body onLoad="getFiles();getList('todo');getEntry('todo',5)">
   
 <!-- $AFresh1: index.html,v 1.3 2010/01/19 03:33:13 andrew Exp $ -->  <!-- $AFresh1: index.html,v 1.4 2010/01/31 02:31:47 andrew Exp $ -->
 <div id='files'></div>  <div id='files'></div>
 <pre><div id='list'></div></pre>  <pre><div id='list'></div></pre>
 <div id='entry'></div>  <div id='entry'></div>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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