1 <div
class = "dialog-overlay">
2 <div id =
"cleanup-dialog">
4 <form action =
"/SiteCleanup/cleanup?siteId=<?=$id?>" method =
"post">
11 <td>Suspend site before cleanup</td>
12 <td><input type =
"checkbox" name =
"suspend"/></td>
15 <td>History cleanup</td>
16 <td><input type =
"checkbox" name =
"history"/></td>
19 <td>State after cleanup</td>
22 echo CHtml::dropDownList(
'state',
'1', array(
36 <td><input name =
"delay" type =
"text" class = "righted"/></td>
39 <td><input type =
"submit" value =
"CleanUp"/></td>
40 <td><input type =
"button" value =
"Cancel" onclick =
"cancelCleanup()"/></td>