-
-
Notifications
You must be signed in to change notification settings - Fork 118
Expand file tree
/
Copy pathvpContainer.html
More file actions
53 lines (46 loc) · 1.55 KB
/
vpContainer.html
File metadata and controls
53 lines (46 loc) · 1.55 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<div id="vp_headerContainer">
<!-- <div class="vp-header-icon"></div>
<span class="vp-header vp-multilang"
data-caption-id="main_ContainerTitle">
Visual Python
</span> -->
<!-- Full Logo as Image -->
<img src="/nbextensions/visualpython/resource/VisualPython_Logo.svg" style="
float: left;
width:138px;
height:25px;
margin-left: 5px;
"/>
<!-- 2021 01 17 이진용 : 새버전에서 주석 처리 -->
<!-- <span class="vp-palette-selector vp-on vp-multilang"
data-caption-id="paletteSelectorAPI"
id="vp_apiModeBtn">
API
</span>
<span class="vp-palette-selector vp-off vp-multilang"
data-caption-id="paletteSelectorVPNote"
id="vp_NoteModeBtn">
VP Note
</span> -->
<!-- <div id="vp_headerExtraMenuBtn">
<div id="vp_headerExtraMenu"
style="display: none;">
<ul class="vp-header-extra-menu-list">
<li id="vp_">Login</li>
<hr class="vp-extra-menu-line">
<li id="vp_menuSystem">System Preferences</li>
<li id="vp_menuPackage">Package Manager</li>
<hr class="vp-extra-menu-line">
<li id="vp_menuFAQ">FAQ</li>
<li id="vp_menuAbout">About Visual Python</li>
</ul>
</div>
</div> -->
</div>
<div class="vp-main-container">
<div id="vp_apiContainer">
</div>
<div id="vp_noteContainer"
style="display: none;">
</div>
</div>