mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 14:29:03 +02:00
Code minor adjustments.
Code minor adjustments to be compliant with the coding convention.
This commit is contained in:
parent
f3096ae74d
commit
124b3fe6a2
1 changed files with 46 additions and 50 deletions
|
@ -15,57 +15,53 @@
|
||||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
-->
|
-->
|
||||||
<html>
|
<html>
|
||||||
|
<head>
|
||||||
<head>
|
<title>Properties</title>
|
||||||
<title>Properties</title>
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
<link rel="stylesheet" type="text/css" href="../../../html/css/edit-style.css">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../html/css/edit-style.css">
|
<link rel="stylesheet" type="text/css" href="../../../html/css/colpick.css">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../html/css/colpick.css">
|
<link rel="stylesheet" type="text/css" href="../../../html/css/jsoneditor.css">
|
||||||
<link rel="stylesheet" type="text/css" href="../../../html/css/jsoneditor.css">
|
<link rel="stylesheet" type="text/css" href="tabs/tabs.css">
|
||||||
<link rel="stylesheet" type="text/css" href="tabs/tabs.css">
|
<script type="text/javascript" src="qrc:///qtwebchannel/qwebchannel.js"></script>
|
||||||
<script type="text/javascript" src="qrc:///qtwebchannel/qwebchannel.js"></script>
|
<script src="../../../html/js/jquery-2.1.4.min.js"></script>
|
||||||
<script src="../../../html/js/jquery-2.1.4.min.js"></script>
|
<script type="text/javascript" src="../../../html/js/colpick.js"></script>
|
||||||
<script type="text/javascript" src="../../../html/js/colpick.js"></script>
|
<script type="text/javascript" src="../../../html/js/jsoneditor.min.js"></script>
|
||||||
<script type="text/javascript" src="../../../html/js/jsoneditor.min.js"></script>
|
<script type="text/javascript" src="../../../html/js/eventBridgeLoader.js"></script>
|
||||||
<script type="text/javascript" src="../../../html/js/eventBridgeLoader.js"></script>
|
<script type="text/javascript" src="../../../html/js/spinButtons.js"></script>
|
||||||
<script type="text/javascript" src="../../../html/js/spinButtons.js"></script>
|
<script type="text/javascript" src="../../../html/js/utils.js"></script>
|
||||||
<script type="text/javascript" src="../../../html/js/utils.js"></script>
|
<script type="text/javascript" src="../../../html/js/includes.js"></script>
|
||||||
<script type="text/javascript" src="../../../html/js/includes.js"></script>
|
<script type="text/javascript" src="js/underscore-min.js"></script>
|
||||||
<script type="text/javascript" src="js/underscore-min.js"></script>
|
<script type="text/javascript" src="js/createAppTooltip.js"></script>
|
||||||
<script type="text/javascript" src="js/createAppTooltip.js"></script>
|
<script type="text/javascript" src="js/draggableNumber.js"></script>
|
||||||
<script type="text/javascript" src="js/draggableNumber.js"></script>
|
<script type="text/javascript" src="js/entityProperties.js"></script>
|
||||||
<script type="text/javascript" src="js/entityProperties.js"></script>
|
</head>
|
||||||
|
<body onload='loaded();'>
|
||||||
</head>
|
<div id="properties-list">
|
||||||
|
<div class='property container'>
|
||||||
<body onload='loaded();'>
|
<label id='placeholder-property-type'></label>
|
||||||
<div id="properties-list">
|
<div class='value'>
|
||||||
<div class='property container'>
|
<div class='row flex-center' style='padding-bottom: 8px;'>
|
||||||
<label id='placeholder-property-type'></label>
|
<div id="placeholder-property-name" class="stretch"></div>
|
||||||
<div class='value'>
|
<div id="placeholder-property-locked" class="shrink"></div>
|
||||||
<div class='row flex-center' style='padding-bottom: 8px;'>
|
<div id="placeholder-property-visible" class="shrink"></div>
|
||||||
<div id="placeholder-property-name" class="stretch"></div>
|
</div>
|
||||||
<div id="placeholder-property-locked" class="shrink"></div>
|
<div class='row'>
|
||||||
<div id="placeholder-property-visible" class="shrink"></div>
|
<div id="placeholder-property-id" class="stretch"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class='row'>
|
|
||||||
<div id="placeholder-property-id" class="stretch"></div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<table style="width:100%; min-height: 352px; display: block;">
|
||||||
|
<tr style="width:100%;">
|
||||||
|
<td style="width:32px; vertical-align:top; background-color:#575757; padding:0px; border:0px;">
|
||||||
|
<div id="tabs" class="tabsContainer"></div>
|
||||||
|
</td>
|
||||||
|
<td style="width:100%; vertical-align: top; border:0px;">
|
||||||
|
<div id="properties-pages" style="min-height: 352px; display: block;">
|
||||||
|
<!-- each property is added at runtime in entityProperties -->
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<table style="width:100%; min-height: 352px; display: block;">
|
</body>
|
||||||
<tr style="width:100%;">
|
|
||||||
<td style="width:32px; vertical-align:top; background-color:#575757; padding:0px; border:0px;">
|
|
||||||
<div id="tabs" class="tabsContainer"></div>
|
|
||||||
</td>
|
|
||||||
<td style="width:100%; vertical-align: top; border:0px;">
|
|
||||||
<div id="properties-pages" style="min-height: 352px; display: block;">
|
|
||||||
<!-- each property is added at runtime in entityProperties -->
|
|
||||||
</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue