1 <div
class = "dialog-overlay">
2 <div id =
"recrawl-dialog">
6 After re-crawl process resource content will be fetched
7 from web-server and processed by processor according the site configuration. Content will be updated.
8 Real time when re-crawl process will be started depends on many factors.
11 <form action =
"/UrlRecrawl/recrawl" method =
"post">
15 <input type=
"submit" value=
"Re-crawl"/>
18 <input type =
"button" value =
"Cancel" onclick =
"cancelRecrawl()"/>
21 <input type =
"button" value =
"Help" onclick =
"showHelp()" disabled/>
26 echo CHtml::hiddenField(
'url',
$url);
27 echo CHtml::hiddenField(
'urlType', $urlType);
28 echo CHtml::hiddenField(
'siteId', $siteId);