-
Notifications
You must be signed in to change notification settings - Fork 0
/
upload.html
30 lines (28 loc) · 1.03 KB
/
upload.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
27
28
29
30
<section id="upload-data-panel">
<form action="/transfer" method="POST">
<fieldset>
<legend>Transfer Data</legend>
<p>Demo Data Sets</p> </ br>
<p>I Love Lamp client_id=SFguKUE5fskzV5oS8txSPkROppG1hYh4fE3oPm96dL</p>
<p>Bright Cosmetics client_id=g3hseurjGYNLzs83nRPAneJP2nDurkbkXn1901hEJP</p>
<p>Clothing Retail client_id=NwuiqHehKwCpPQ8HFT47BS3Xx0fyX8FnDpYYosF9mQ</p>
<div style="display:inline-block;">
Old client_id:
<input type="text" name="old_client_id" value="">
<br>
<br>
</div>
<br>
<div style="display:inline-block;">
New client_id:
<input type="text" name="new_client_id" value="">
New client_secret:
<input type="text" name="new_client_secret" value="">
</div>
<div>
<br>
<input type="submit" value="Submit"/>
</div>
</form>
</fieldset>
</section>