You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.2 KiB
28 lines
1.2 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<templates xml:space="preserve">
|
|
<t t-name="chatter_camera.camera" t-inherit="mail.ChatterTopbar" t-inherit-mode="extension" owl="1">
|
|
<xpath expr="//div[hasclass('o_ChatterTopbar_controllers')]" position="inside">
|
|
<button id="camera_button" type="button" t-on-click="chatterTopbar.chatter.onClickCamera" style="border:none;background-color:white;">
|
|
<i class="fa fa-camera-retro"></i>
|
|
</button>
|
|
<center>
|
|
<div id="myModal" class="modal" style=" width:35%; height:58%;">
|
|
<div class="modal-content">
|
|
<header>
|
|
<video id="videoCam"></video>
|
|
</header>
|
|
<footer>
|
|
<center>
|
|
<button id="click_photo" t-on-click="chatterTopbar.chatter.ImageCapture">Capture</button>
|
|
<button id="stop-camera-button">Cancel</button>
|
|
</center>
|
|
</footer>
|
|
<span hidden="hidden">
|
|
<canvas id="canvas" width="150" height="100"></canvas>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</center>
|
|
</xpath>
|
|
</t>
|
|
</templates>
|
|
|