[BACK]Return to todo1.html CVS log [TXT][DIR] Up to [local] / todotxt / Text-Todo / t / dudelicious / l

File: [local] / todotxt / Text-Todo / t / dudelicious / l / todo1.html (download) (as text)

Revision 1.4, Wed May 5 02:01:08 2010 UTC (14 years, 2 months ago) by andrew
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +14 -1 lines

add some dropdown menus of the tags we have in order to show them off.

<body><h1>todo1</h1>
project: 
<select>
    <option>GarageSale</option>
    <option>report_bug</option>
</select>
<br />
context: 
<select>
    <option>home</option>
    <option>phone</option>
    <option>shopping</option>
    <option>wherever</option>
</select>
<br />
<ol>
    <li>
(B) +GarageSale @phone schedule Goodwill pickup
    </li>
    <li>
+GarageSale @home post signs around the neighborhood DUE:2006-08-01
    </li>
    <li>
X eat meatballs @home
    </li>
    <li>
(A) @phone thank Mom for the meatballs WAIT
    </li>
    <li>

    </li>
    <li>
@shopping Eskimo pies
    </li>
    <li>
email andrew@cpan.org for help +report_bug @wherever
    </li>
    <li>
x 2009-01-01 completed with a date
    </li>
</ol>