added edit page
This commit is contained in:
parent
03fce6f309
commit
b07950f797
7 changed files with 128 additions and 87 deletions
131
tags
131
tags
|
|
@ -1,69 +1,64 @@
|
|||
!_TAG_FILE_SORTED 1 //
|
||||
ArgParser /home/stuce/haskell/todo/app/ArgParser.hs 1;" m
|
||||
Args /home/stuce/haskell/todo/app/ArgParser.hs 5;" t
|
||||
DBActions /home/stuce/haskell/todo/app/DBActions.hs 4;" m
|
||||
FileActions /home/stuce/haskell/todo/app/FileActions.hs 5;" m
|
||||
HtmlPrimitives /home/stuce/haskell/todo/app/HtmlPrimitives.hs 3;" m
|
||||
Main /home/stuce/haskell/todo/app/Main.hs 3;" m
|
||||
Server /home/stuce/haskell/todo/app/Server.hs 7;" m
|
||||
TodoListItem /home/stuce/haskell/todo/app/TodoListItem.hs 1;" m
|
||||
add /home/stuce/haskell/todo/app/FileActions.hs 16;" f
|
||||
application /home/stuce/haskell/todo/app/Server.hs 22;" f
|
||||
argAdd /home/stuce/haskell/todo/app/ArgParser.hs 6;" f
|
||||
argCheck /home/stuce/haskell/todo/app/ArgParser.hs 8;" f
|
||||
argDelete /home/stuce/haskell/todo/app/ArgParser.hs 7;" f
|
||||
argTui /home/stuce/haskell/todo/app/ArgParser.hs 9;" f
|
||||
args /home/stuce/haskell/todo/app/ArgParser.hs 12;" f
|
||||
check /home/stuce/haskell/todo/app/FileActions.hs 28;" f
|
||||
checkbox /home/stuce/haskell/todo/app/HtmlPrimitives.hs 26;" f
|
||||
checkbox /home/stuce/haskell/todo/app/Server.hs 76;" f
|
||||
checkboxPrimitive /home/stuce/haskell/todo/app/HtmlPrimitives.hs 21;" f
|
||||
checkboxPrimitive /home/stuce/haskell/todo/app/Server.hs 71;" f
|
||||
closingTag /home/stuce/haskell/todo/app/HtmlPrimitives.hs 8;" f
|
||||
closingTag /home/stuce/haskell/todo/app/Server.hs 57;" f
|
||||
delete /home/stuce/haskell/todo/app/FileActions.hs 22;" f
|
||||
docType /home/stuce/haskell/todo/app/HtmlPrimitives.hs 13;" f
|
||||
done /home/stuce/haskell/todo/app/TodoListItem.hs 5;" f
|
||||
h1 /home/stuce/haskell/todo/app/HtmlPrimitives.hs 14;" f
|
||||
h1 /home/stuce/haskell/todo/app/Server.hs 64;" f
|
||||
h2 /home/stuce/haskell/todo/app/HtmlPrimitives.hs 15;" f
|
||||
h2 /home/stuce/haskell/todo/app/Server.hs 65;" f
|
||||
h3 /home/stuce/haskell/todo/app/HtmlPrimitives.hs 16;" f
|
||||
h3 /home/stuce/haskell/todo/app/Server.hs 66;" f
|
||||
headHtml /home/stuce/haskell/todo/app/Server.hs 62;" f
|
||||
item /home/stuce/haskell/todo/app/HtmlPrimitives.hs 29;" f
|
||||
item /home/stuce/haskell/todo/app/Server.hs 90;" f
|
||||
label /home/stuce/haskell/todo/app/HtmlPrimitives.hs 24;" f
|
||||
label /home/stuce/haskell/todo/app/Server.hs 74;" f
|
||||
li /home/stuce/haskell/todo/app/HtmlPrimitives.hs 18;" f
|
||||
li /home/stuce/haskell/todo/app/Server.hs 68;" f
|
||||
link /home/stuce/haskell/todo/app/HtmlPrimitives.hs 17;" f
|
||||
link /home/stuce/haskell/todo/app/Server.hs 67;" f
|
||||
main /home/stuce/haskell/todo/app/Main.hs 7;" f
|
||||
name /home/stuce/haskell/todo/app/TodoListItem.hs 4;" f
|
||||
newItemForm /home/stuce/haskell/todo/app/Server.hs 93;" f
|
||||
openingTag /home/stuce/haskell/todo/app/HtmlPrimitives.hs 7;" f
|
||||
openingTag /home/stuce/haskell/todo/app/Server.hs 56;" f
|
||||
p /home/stuce/haskell/todo/app/HtmlPrimitives.hs 19;" f
|
||||
p /home/stuce/haskell/todo/app/Server.hs 69;" f
|
||||
path /home/stuce/haskell/todo/app/HtmlPrimitives.hs 31;" f
|
||||
rawEditButton /home/stuce/haskell/todo/app/Server.hs 95;" f
|
||||
runAdd /home/stuce/haskell/todo/app/DBActions.hs 9;" f
|
||||
runCheck /home/stuce/haskell/todo/app/DBActions.hs 20;" f
|
||||
runDelete /home/stuce/haskell/todo/app/DBActions.hs 15;" f
|
||||
runServer /home/stuce/haskell/todo/app/Server.hs 97;" f
|
||||
runShow /home/stuce/haskell/todo/app/DBActions.hs 24;" f
|
||||
simpleSite /home/stuce/haskell/todo/app/HtmlPrimitives.hs 33;" f
|
||||
simpleSite /home/stuce/haskell/todo/app/Server.hs 78;" f
|
||||
singleWrap /home/stuce/haskell/todo/app/HtmlPrimitives.hs 11;" f
|
||||
singleWrap /home/stuce/haskell/todo/app/Server.hs 60;" f
|
||||
splitKeyValue /home/stuce/haskell/todo/app/Server.hs 53;" f
|
||||
swapCheck /home/stuce/haskell/todo/app/FileActions.hs 36;" f
|
||||
swapIfMatch /home/stuce/haskell/todo/app/FileActions.hs 34;" f
|
||||
tailHtml /home/stuce/haskell/todo/app/Server.hs 63;" f
|
||||
tempFile /home/stuce/haskell/todo/app/FileActions.hs 12;" f
|
||||
ul /home/stuce/haskell/todo/app/HtmlPrimitives.hs 38;" f
|
||||
wrapContent /home/stuce/haskell/todo/app/HtmlPrimitives.hs 9;" f
|
||||
wrapContent /home/stuce/haskell/todo/app/Server.hs 58;" f
|
||||
wrapContentWithArgs /home/stuce/haskell/todo/app/HtmlPrimitives.hs 10;" f
|
||||
wrapContentWithArgs /home/stuce/haskell/todo/app/Server.hs 59;" f
|
||||
ArgParser /home/stuce/dev/haskell/todo/app/ArgParser.hs 1;" m
|
||||
Args /home/stuce/dev/haskell/todo/app/ArgParser.hs 5;" t
|
||||
FileActions /home/stuce/dev/haskell/todo/app/FileActions.hs 5;" m
|
||||
HtmlPrimitives /home/stuce/dev/haskell/todo/app/HtmlPrimitives.hs 3;" m
|
||||
Main /home/stuce/dev/haskell/todo/app/Main.hs 3;" m
|
||||
Server /home/stuce/dev/haskell/todo/app/Server.hs 7;" m
|
||||
TodoListItem /home/stuce/dev/haskell/todo/app/TodoListItem.hs 1;" m
|
||||
add /home/stuce/dev/haskell/todo/app/FileActions.hs 16;" f
|
||||
application /home/stuce/dev/haskell/todo/app/Server.hs 22;" f
|
||||
argAdd /home/stuce/dev/haskell/todo/app/ArgParser.hs 6;" f
|
||||
argCheck /home/stuce/dev/haskell/todo/app/ArgParser.hs 8;" f
|
||||
argDelete /home/stuce/dev/haskell/todo/app/ArgParser.hs 7;" f
|
||||
argTui /home/stuce/dev/haskell/todo/app/ArgParser.hs 9;" f
|
||||
args /home/stuce/dev/haskell/todo/app/ArgParser.hs 12;" f
|
||||
check /home/stuce/dev/haskell/todo/app/FileActions.hs 28;" f
|
||||
checkbox /home/stuce/dev/haskell/todo/app/HtmlPrimitives.hs 26;" f
|
||||
checkbox /home/stuce/dev/haskell/todo/app/Server.hs 76;" f
|
||||
checkboxPrimitive /home/stuce/dev/haskell/todo/app/HtmlPrimitives.hs 21;" f
|
||||
checkboxPrimitive /home/stuce/dev/haskell/todo/app/Server.hs 71;" f
|
||||
closingTag /home/stuce/dev/haskell/todo/app/HtmlPrimitives.hs 8;" f
|
||||
closingTag /home/stuce/dev/haskell/todo/app/Server.hs 57;" f
|
||||
delete /home/stuce/dev/haskell/todo/app/FileActions.hs 22;" f
|
||||
docType /home/stuce/dev/haskell/todo/app/HtmlPrimitives.hs 13;" f
|
||||
done /home/stuce/dev/haskell/todo/app/TodoListItem.hs 5;" f
|
||||
h1 /home/stuce/dev/haskell/todo/app/HtmlPrimitives.hs 14;" f
|
||||
h1 /home/stuce/dev/haskell/todo/app/Server.hs 64;" f
|
||||
h2 /home/stuce/dev/haskell/todo/app/HtmlPrimitives.hs 15;" f
|
||||
h2 /home/stuce/dev/haskell/todo/app/Server.hs 65;" f
|
||||
h3 /home/stuce/dev/haskell/todo/app/HtmlPrimitives.hs 16;" f
|
||||
h3 /home/stuce/dev/haskell/todo/app/Server.hs 66;" f
|
||||
headHtml /home/stuce/dev/haskell/todo/app/Server.hs 62;" f
|
||||
item /home/stuce/dev/haskell/todo/app/HtmlPrimitives.hs 29;" f
|
||||
item /home/stuce/dev/haskell/todo/app/Server.hs 90;" f
|
||||
label /home/stuce/dev/haskell/todo/app/HtmlPrimitives.hs 24;" f
|
||||
label /home/stuce/dev/haskell/todo/app/Server.hs 74;" f
|
||||
li /home/stuce/dev/haskell/todo/app/HtmlPrimitives.hs 18;" f
|
||||
li /home/stuce/dev/haskell/todo/app/Server.hs 68;" f
|
||||
link /home/stuce/dev/haskell/todo/app/HtmlPrimitives.hs 17;" f
|
||||
link /home/stuce/dev/haskell/todo/app/Server.hs 67;" f
|
||||
main /home/stuce/dev/haskell/todo/app/Main.hs 7;" f
|
||||
name /home/stuce/dev/haskell/todo/app/TodoListItem.hs 4;" f
|
||||
newItemForm /home/stuce/dev/haskell/todo/app/Server.hs 93;" f
|
||||
openingTag /home/stuce/dev/haskell/todo/app/HtmlPrimitives.hs 7;" f
|
||||
openingTag /home/stuce/dev/haskell/todo/app/Server.hs 56;" f
|
||||
p /home/stuce/dev/haskell/todo/app/HtmlPrimitives.hs 19;" f
|
||||
p /home/stuce/dev/haskell/todo/app/Server.hs 69;" f
|
||||
path /home/stuce/dev/haskell/todo/app/HtmlPrimitives.hs 31;" f
|
||||
rawEditButton /home/stuce/dev/haskell/todo/app/Server.hs 95;" f
|
||||
runServer /home/stuce/dev/haskell/todo/app/Server.hs 97;" f
|
||||
simpleSite /home/stuce/dev/haskell/todo/app/HtmlPrimitives.hs 33;" f
|
||||
simpleSite /home/stuce/dev/haskell/todo/app/Server.hs 78;" f
|
||||
singleWrap /home/stuce/dev/haskell/todo/app/HtmlPrimitives.hs 11;" f
|
||||
singleWrap /home/stuce/dev/haskell/todo/app/Server.hs 60;" f
|
||||
splitKeyValue /home/stuce/dev/haskell/todo/app/Server.hs 53;" f
|
||||
swapCheck /home/stuce/dev/haskell/todo/app/FileActions.hs 36;" f
|
||||
swapIfMatch /home/stuce/dev/haskell/todo/app/FileActions.hs 34;" f
|
||||
tailHtml /home/stuce/dev/haskell/todo/app/Server.hs 63;" f
|
||||
tempFile /home/stuce/dev/haskell/todo/app/FileActions.hs 12;" f
|
||||
ul /home/stuce/dev/haskell/todo/app/HtmlPrimitives.hs 38;" f
|
||||
wrapContent /home/stuce/dev/haskell/todo/app/HtmlPrimitives.hs 9;" f
|
||||
wrapContent /home/stuce/dev/haskell/todo/app/Server.hs 58;" f
|
||||
wrapContentWithArgs /home/stuce/dev/haskell/todo/app/HtmlPrimitives.hs 10;" f
|
||||
wrapContentWithArgs /home/stuce/dev/haskell/todo/app/Server.hs 59;" f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue