|
|
@ -40,19 +40,19 @@ |
|
|
|
{ |
|
|
|
#list {cpareas} {find} {%3} {exists}; |
|
|
|
#if {$exists == 0} { #list {cpareas} {sort} {%3}; }; |
|
|
|
#list {%3} {sort} {%2}; |
|
|
|
#list {cplist[%3]} {sort} {%2}; |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
#ACTION {left to finish this campaign.$} |
|
|
|
{ |
|
|
|
#var {cplog} {0}; |
|
|
|
#foreach {$cpareas[%*]} {name} |
|
|
|
#foreach {$cpareas[%*]} {area} |
|
|
|
{ |
|
|
|
#line {log} {$dir/logs/notes.log} {<199>$name:<099>}; |
|
|
|
#foreach {${$name}[%*]} {target} |
|
|
|
#line {log} {$dir/logs/notes.log} {<199>$area:<099>}; |
|
|
|
#foreach {$cplist[$area][%*]} {target} |
|
|
|
{ |
|
|
|
#line {log} {$dir/logs/notes.log} { * <029>$target<099>}; |
|
|
|
#line {log} {$dir/logs/notes.log} { * <029>$target<099>}; |
|
|
|
} |
|
|
|
} |
|
|
|
}; |