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.
33 lines
1.5 KiB
33 lines
1.5 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<templates id="template" xml:space="preserve">
|
|
<!-- Template for alternative chatgpt -->
|
|
<t t-name="alternativeChatGPT" id="chatGPTdialog">
|
|
<div class="popChatGPTAlter">
|
|
<div style="display: flex; align-items: end;margin-top:-20px;">
|
|
<img src="chatgpt_odoo_connector/static/src/Icons/icon.png" height="35px"/>
|
|
<div class="h2 heading">ChatGPT</div>
|
|
</div>
|
|
<hr/>
|
|
<div style="display:flex;justify-content: space-evenly;">
|
|
<div>
|
|
<button class="alterButton btn btn-outline-light" data-value="shorten">Shorten</button>
|
|
</div>
|
|
<div>
|
|
<button class="alterButton btn btn-outline-light" data-value="lengthen">Lengthen</button>
|
|
</div>
|
|
<div>
|
|
<button class="alterButton btn btn-outline-light" data-value="rephrase">Rephrase</button>
|
|
</div>
|
|
</div>
|
|
<br/>
|
|
<div class="mb-3">
|
|
<label for="response" style="color:white;" class="form-label">Response</label>
|
|
<textarea class="custom-text" id="response" rows="4"/>
|
|
</div>
|
|
<div style="display: flex;justify-content: space-around;">
|
|
<button class="Replace custom btn btn-primary">Replace</button>
|
|
<button class="Cancel custom btn btn-secondary">Cancel</button>
|
|
</div>
|
|
</div>
|
|
</t>
|
|
</templates>
|
|
|