forked from google/bulkdozer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Bulkdozer.html
26 lines (26 loc) · 1.1 KB
/
Bulkdozer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<meta charset="utf-8">
<title>Bulkdozer</title>
<body>
<b>Notices</b>
<ul>
<li>
This version of Bulkdozer is experimental and should not used against live campaigns or campaigns that will be launched in the future. If you decide to do so you assume all risk and responsibility of such usage.
</li>
<li>
By using any of the functionality below you agree with the <a onclick='showTerms()' href='#'>Bulkdozer Terms and Conditions</a>.
</li>
<li>
Closing this sidebar mid process will cause the process to stop shortly thereafter, however the feed will be in an inconsistent state and should be fully cleared or loaded from CM before any subsequent operations are executed.
</li>
</ul>
Status: <span id='status'>Ready</span>
<br />
<br />
<button id='clearFeed' onclick='clearFeed()'>Clear Feed</button><br />
<button id='loadFromCM' onclick='loadFromCM()'>Load from CM</button><br />
<button id='pushToCM' onclick='pushToCM()'>Push to CM</button><br />
<?!= include('runner'); ?>
<?!= include('sidebar'); ?>
<?!= include('logger'); ?>
</body>