|
|
@ -23,21 +23,19 @@ let xhtml = `<div xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
this case the class names will be .paintweb_cmd_historyUndo and
|
|
|
|
this case the class names will be .paintweb_cmd_historyUndo and
|
|
|
|
.paintweb_command. -->
|
|
|
|
.paintweb_command. -->
|
|
|
|
|
|
|
|
|
|
|
|
<li class="paintweb_buttonStyle" data-pwCommand="historyUndo">실행취소</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li data-pwTool="selection" hidden>영역 선택</li>
|
|
|
|
<li data-pwTool="selection" hidden>영역 선택</li>
|
|
|
|
|
|
|
|
|
|
|
|
<li class="paintweb_toolSeparator"> </li>
|
|
|
|
<span>
|
|
|
|
|
|
|
|
<li class="paintweb_buttonStyle" data-pwCommand="selectionCrop">자르기</li><br/>
|
|
|
|
<span class="align-self-center">
|
|
|
|
<li class="paintweb_buttonStyle" data-pwCommand="selectionForNumberPlate">번호판</li>
|
|
|
|
<li class="paintweb_buttonStyle py-1 h-px-30" data-pwCommand="selectionCrop">자르기</li><br/>
|
|
|
|
|
|
|
|
<li class="paintweb_buttonStyle py-1 h-px-30" data-pwCommand="selectionFill">가림막</li><br/>
|
|
|
|
|
|
|
|
<li class="paintweb_buttonStyle py-1 h-px-30" data-pwCommand="selectionForNumberPlate">번호판</li>
|
|
|
|
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
<span>
|
|
|
|
<span>
|
|
|
|
<li class="paintweb_buttonStyle" data-pwCommand="imageRotateLeft">왼쪽 회전</li><br/>
|
|
|
|
<li class="paintweb_buttonStyle" data-pwCommand="imageRotateLeft">왼쪽 회전</li><br/>
|
|
|
|
<li class="paintweb_buttonStyle" data-pwCommand="imageRotateRight">오른쪽 회전</li>
|
|
|
|
<li class="paintweb_buttonStyle" data-pwCommand="imageRotateRight">오른쪽 회전</li>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li class="paintweb_toolSeparator"> </li>
|
|
|
|
|
|
|
|
|
|
|
|
<span>
|
|
|
|
<span>
|
|
|
|
<li class="paintweb_buttonStyle" data-pwCommand="imageBright">밝게</li><br/>
|
|
|
|
<li class="paintweb_buttonStyle" data-pwCommand="imageBright">밝게</li><br/>
|
|
|
|
<li class="paintweb_buttonStyle" data-pwCommand="imageDark">어둡게</li>
|
|
|
|
<li class="paintweb_buttonStyle" data-pwCommand="imageDark">어둡게</li>
|
|
|
@ -45,6 +43,13 @@ let xhtml = `<div xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
|
|
|
|
|
|
|
|
<li class="paintweb_toolSeparator"> </li>
|
|
|
|
<li class="paintweb_toolSeparator"> </li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<span>
|
|
|
|
|
|
|
|
<li class="paintweb_buttonStyle" data-pwCommand="selectionFill">가림막</li><br/>
|
|
|
|
|
|
|
|
<li class="paintweb_buttonStyle" data-pwCommand="historyUndo">실행취소</li>
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<li class="paintweb_toolSeparator"> </li>
|
|
|
|
|
|
|
|
|
|
|
|
<li>
|
|
|
|
<li>
|
|
|
|
<label class="w-px-60 pe-2 text-sm-end">차량번호</label><input type='text' id='vhrno' name='vhrno' class='form-control-sm my-1' /><br />
|
|
|
|
<label class="w-px-60 pe-2 text-sm-end">차량번호</label><input type='text' id='vhrno' name='vhrno' class='form-control-sm my-1' /><br />
|
|
|
|
<label class="w-px-60 pe-2 text-sm-end">차량명</label><input type='text' id='vhclNm' name='vhclNm' class='form-control-sm my-1' disabled /><br />
|
|
|
|
<label class="w-px-60 pe-2 text-sm-end">차량명</label><input type='text' id='vhclNm' name='vhclNm' class='form-control-sm my-1' disabled /><br />
|
|
|
|