HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
HCE Project DC service web UI
Bootstrap Colorpicker 2.0
Overview
CKEditor 4 Changelog
Software License Agreement
ChangeLog
Installing instructions
widgets
yii2-debug
Todo List
Deprecated List
Namespaces
Classes
Files
File List
app
protected
commands
components
config
controllers
extensions
helpers
models
modules
runtime
tests
vendor
views
ajax
app
layouts
resourceDownload
site
siteCleanup
siteDelete
siteNew
siteRecrawl
sitesView
system
urlCleanup
urlDelete
urlRecrawl
urlReprocess
__urlReprocessDialog.php
urlsView
yiic.php
themes
index.php
File Members
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
__urlReprocessDialog.php
Go to the documentation of this file.
1
<div
class
= "dialog-overlay">
2
<div id =
"recrawl-dialog"
>
3
<h3>WARNING!</h3>
4
<div>
5
<p>
6
After re-process resource’s
7
processed content will be updated. Real time when re-process will be started depends on many
8
factors.
9
</p>
10
</div>
11
<form action =
"/UrlReprocess/reprocess"
method =
"post"
>
12
<table>
13
<tr>
14
<td>
15
<input type=
"submit"
value
=
"Re-process"
/>
16
</td>
17
<td>
18
<input type =
"button"
value
=
"Cancel"
onclick =
"cancelRecrawl()"
/>
19
</td>
20
<td>
21
<input type =
"button"
value
=
"Help"
onclick =
"showHelp()"
disabled/>
22
</td>
23
</tr>
24
</table>
25
<?php
26
echo CHtml::hiddenField(
'siteId'
, $siteId);
27
echo CHtml::hiddenField(
'urlMd5'
, $urlMd5);
28
?>
29
</form>
30
</div>
31
</div>
app
protected
views
urlReprocess
__urlReprocessDialog.php
Generated on Tue Jun 30 2015 20:12:37 for HCE Project DC service web UI by
1.8.1.2