1+ < body >
2+ < div class ="vp-sv-grid-box ">
3+ <!-- <div class="vp-sv-prepare-box">
4+ <label>Prepare to use Pandas Profiling <a href="https://github.com/pandas-profiling/pandas-profiling" target="_blank"><i class="fa fa-link vp-sv-link" title="Go to pandas-profiling github page"></i></a></label>
5+ <div>
6+ <button class="vp-button activated vp-sv-install-btn">Install</button>
7+ <div class="vp-cursor vp-sv-check-btn" title="Check if installed"><img src="${vp_base}/img/refresh.svg"></div>
8+ <button class="vp-button vp-sv-import-btn">Import</button>
9+ </div>
10+ </div> -->
11+ < div class ="vp-sv-show-box ">
12+ < div class ="vp-sv-df-box ">
13+ < label for ="vp_pfVariable " class ="vp-orange-text "> DataFrame</ label >
14+ < div >
15+ < select id ="vp_pfVariable " class ="vp-select vp-sv-select ">
16+ </ select >
17+
18+ <!-- LAB: img to url -->
19+ < div class ="vp-sv-df-refresh " title ="Refresh variable list ">
20+ <!-- <img src="${vp_base}/img/refresh.svg"> -->
21+ </ div >
22+ </ div >
23+ < label for ="vp_pfReturn " class ="vp-orange-text "> Allocate to</ label >
24+ < input type ="text " id ="vp_pfReturn " class ="vp-input vp-sv-input " placeholder ="New variable name " required ="true ">
25+ < label for ="vp_pfPath " class ="vp-orange-text "> File path</ label >
26+ < div >
27+ < input type ="text " id ="vp_pfPath " class ="vp-input vp-sv-input " placeholder ="SWEETVIZ_REPORT.html ">
28+ < div class ="vp-file-browser-button " id ="vp_pfPathButton " data-parent ="vp_pfPath "> </ div >
29+ </ div >
30+ < label for ="vp_pfOpenBrowser " class ="vp-orange-text "> Open browser</ label >
31+ < label > < input type ="checkbox " id ="vp_pfOpenBrowser " class ="vp-input vp-sv-input " checked > < span > </ span > </ label >
32+ < label for ="vp_pfTitle "> Report Title</ label >
33+ < div >
34+ < input type ="text " id ="vp_pfTitle " class ="vp-input vp-sv-input " placeholder ="Title name ">
35+ < button class ="vp-button activated vp-sv-menu-item " data-type ="1 "> Generate Report</ button >
36+ </ div >
37+ < input type ="hidden " class ="vp-input vp-sv-filename ">
38+ < input type ="hidden " class ="vp-input vp-sv-filepath ">
39+ </ div >
40+ </ div >
41+ < div class ="vp-sv-list-box ">
42+ < div class ="vp-sv-list-header ">
43+ < div > < label class ="vp-sv-list-header-item "> Allocated to</ label > </ div >
44+ < div > < label class ="vp-sv-list-header-item "> Report Title</ label > </ div >
45+ < div > < label class ="vp-sv-list-header-item "> </ label > </ div >
46+ </ div >
47+ < div class ="vp-apiblock-scrollbar ">
48+ < div class ="vp-sv-list-body vp-apiblock-scrollbar ">
49+ </ div >
50+ </ div >
51+ </ div >
52+
53+
54+ </ div >
55+ </ body >
0 commit comments