Files
2022-11-22 15:31:36 +01:00

112 lines
3.7 KiB
HTML
Executable File

<div class="card bg-secondary" id="profile_window" style="
position: absolute;
width: 84%;
left: 15%; top: 55%; height: 44%;
margin: 5px;
display: none; box-sizing: border-box; z-index:10000">
<div id="profile_titlebar" class="pv-titlebar card-header text-light" style="display: flex; position: absolute; width: 100%; box-sizing: border-box;">
<span id="profile_window_title" data-i18n="profile.title"></span>
<span id="profileInfo" style="flex-grow: 1; flex-direction: row"> </span>
<!-- <span id="profile_toggle_size_button" class="ui-icon ui-icon-newwin profile-button"> </span> -->
<!--<span id="closeProfileContainer" class="ui-icon ui-icon-close profile-button"> </span>-->
<img id="closeProfileContainer" class="button-icon" style="width: 16px; height: 16px;"/>
</div>
<div style="position: absolute; top: 30px; width: 100%; height: calc(100% - 30px); box-sizing: border-box; padding: 4px;" class="pw_content card-body bg-light">
<span class="pv-main-color" style="height: 100%; width: 100%; padding: 5px; display:flex; flex-direction: column; box-sizing: border-box;">
<div class="d-none" style="width: 100%; color: #9d9d9d; margin: 5px; display: flex; flex-direction: row; box-sizing: border-box;">
<!-- <span data-i18n="profile.nb_points"></span>: &nbsp; -->
<!-- <span id="profile_num_points">-</span> -->
<!--<span id="profile_threshold" style="width: 300px">
Threshold: <span id="potree_profile_threshold_label">123</span> <div id="potree_profile_threshold_slider"></div>
</span>-->
<span class="d-none" style="flex-grow: 1;"></span>
<span class="d-none">
<!-- <span contenteditable="true" style="display: inline-block;
width: 24px; height: 24px;
vertical-align: top;
background: white; color:black"></span> -->
<input id="potree_profile_rotate_amount"
type="text" maxlength="4" value="10" style="
display: inline-block;
width: 2.5em;
vertical-align: top;
background: white;
margin: 2px;
">
</span>
<img id="potree_profile_rotate_cw" class="text-icon"/>
<img id="potree_profile_rotate_ccw" class="text-icon"/>
<img id="potree_profile_move_forward" class="text-icon"/>
<img id="potree_profile_move_backward" class="text-icon"/>
<a id="potree_download_profile_ortho_link" href="#" download="profile.csv">
<img id="potree_download_csv_icon" class="text-icon"/>
</a>
<a id="potree_download_profile_link" href="#" download="profile.las">
<img id="potree_download_las_icon" class="text-icon"/>
</a>
</span>
</div>
<div id="profile_draw_container" style="
width: 100%;
flex-grow: 1;
position: relative; height: 100%;
box-sizing: border-box; user-select: none">
<div style="
position: absolute;
left: 41px;
top: 0;
bottom: 20;
width: calc(100% - 41px);
height: calc(100% - 20px);
background-color: #222222;
opacity: 0.1;
"></div>
<svg id="profileSVG" style="
fill: #9d9d9d;
position: absolute;
left: 0; right: 0;
top: 0; bottom: 0;
width: 100%;
height: 100%;
"></svg>
<div id="profileCanvasContainer" style="
position: absolute;
left: 41px;
top: 0;
bottom: 20;
width: calc(100% - 41px);
height: calc(100% - 20px);
/*background-color: #000000;*/
"></div>
<div id="profileSelectionProperties" class="card" style="
position: absolute;
left: 50px;
top: 10px;
background-color: #ffffff;
color: black;
opacity: 0.7;
padding: 5px;
border: 1px solid white;
user-select: text;
">
position: asdsadf asdf<br>
rgb: 123 423 123
</div>
</div>
</div>
</div>