From 02a6c415514df796a9bb14384aa238cde5217a58 Mon Sep 17 00:00:00 2001 From: ChanMyeong Date: Thu, 6 Nov 2008 05:01:30 +0000 Subject: [PATCH] ToDo List HTML. git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4778 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- addons/planet_todo/planet_todo.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/addons/planet_todo/planet_todo.js b/addons/planet_todo/planet_todo.js index a713131f2..7ee7cf031 100644 --- a/addons/planet_todo/planet_todo.js +++ b/addons/planet_todo/planet_todo.js @@ -21,7 +21,7 @@ function planet_showTodoList(o){ } function planet_reload_todo(){ - $('commentList').innerHTML = '

TODO

\n
\n\n

DONE

\n
\n\n\n'; + $('commentList').innerHTML = '

TODO

\n
\n\n

DONE

\n
\n\n\n'; planet_getTodo(); planet_getDone(); } @@ -72,11 +72,11 @@ function result_planet_getTodo(ret_obj,response_tags, params, fo_obj) { tag = tag.$value().join(','); o.push('
  • '); - o.push(it[i]['content']); - o.push(''); - o.push(''); - o.push(it[i]['regdate']); - o.push(''); + o.push(it[i]['content']); + o.push(''); + o.push(''); + o.push(it[i]['regdate']); + o.push(''); o.push("
  • \n"); } @@ -103,7 +103,7 @@ function result_planet_getTodo(ret_obj,response_tags, params, fo_obj) { } if(pageNavigation.total_page != pageNavigation.last_page) str += ''; - $('doneList_page').innerHTML = str; + $('todoList_page').innerHTML = str; } window.location.href="#planet_tab"; }else{ @@ -144,9 +144,9 @@ function result_planet_getDone(ret_obj,response_tags, params, fo_obj) { tag = tag.$value().join(','); o.push('
  • '); - o.push(it[i]['content']); - o.push(''); - o.push(''); + o.push(it[i]['content']); + o.push(''); + o.push(''); o.push("
  • \n"); }