Merge pull request #960 from expsa/dev_base_temp
modify form name attribute
This commit is contained in:
commit
0680e5a81b
|
|
@ -14,7 +14,7 @@
|
|||
<div class="form-row">
|
||||
<label for="">Your Name</label>
|
||||
<div class="input-container">
|
||||
<input type="text" name=""/>
|
||||
<input type="text" name="name"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-row">
|
||||
|
|
@ -38,19 +38,19 @@
|
|||
<div class="form-row">
|
||||
<label for="">Database Name</label>
|
||||
<div class="input-container">
|
||||
<input type="text" name=""/>
|
||||
<input type="text" name="db_name"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="">Model Name</label>
|
||||
<label for="">Module Name</label>
|
||||
<div class="input-container">
|
||||
<input type="text" name=""/>
|
||||
<input type="text" name="module_name"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="">Category</label>
|
||||
<div class="input-container">
|
||||
<select name="ticket-type" id="ticket-type">
|
||||
<select name="category" id="category">
|
||||
<option value="question1">Category 1</option>
|
||||
<option value="question2">Category 2</option>
|
||||
<option value="question3">Category 3</option>
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
<div class="form-row">
|
||||
<label for="">Ticket Type</label>
|
||||
<div class="input-container">
|
||||
<select name="ticket-type" id="ticket-type">
|
||||
<select name="ticket_type" id="ticket_type">
|
||||
<option value="question1">Question 1</option>
|
||||
<option value="question2">Question 2</option>
|
||||
<option value="question3">Question 3</option>
|
||||
|
|
@ -74,13 +74,13 @@
|
|||
<div class="form-row">
|
||||
<label for="">Subject</label>
|
||||
<div class="input-container">
|
||||
<input type="text" name=""/>
|
||||
<input type="text" name="subject"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-row align-top">
|
||||
<label for="">Details</label>
|
||||
<div class="input-container">
|
||||
<textarea name="" id=""></textarea>
|
||||
<textarea name="details" id=""></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-row align-top">
|
||||
|
|
|
|||
|
|
@ -1,98 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<template id="support" name="support">
|
||||
<t t-call="website.layout">
|
||||
|
||||
<div class="oe_structure"/>
|
||||
<div id="wrap">
|
||||
<div class="support-banner">
|
||||
<img src="/odex25_website/static/img/support_banner.jpg" alt=""/>
|
||||
<h1>Get Some Help</h1>
|
||||
</div>
|
||||
<div class="support-form-container">
|
||||
<form id="support-form" action="">
|
||||
<div class="form-row">
|
||||
<label for="">Your Name</label>
|
||||
<div class="input-container">
|
||||
<input type="text"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="email">Your Email</label>
|
||||
<div class="input-container">
|
||||
<input type="email" name="email" id=""/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="phone">Your Phone</label>
|
||||
<div class="input-container">
|
||||
<input type="tel" name="phone" id=""/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="url">System URL</label>
|
||||
<div class="input-container">
|
||||
<input type="url" name="url" id=""/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="">Database Name</label>
|
||||
<div class="input-container">
|
||||
<input type="text"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-row align-top small-devices">
|
||||
<label for="">Ticket Type (Question - Issue/Error)</label>
|
||||
<div class="questions-container">
|
||||
<label for="questions1">
|
||||
<input type="radio" id="questions1" name="ticket-type" checked=""/>
|
||||
<p>Question 1</p>
|
||||
</label>
|
||||
<label for="questions2">
|
||||
<input type="radio" id="questions2" name="ticket-type" checked=""/>
|
||||
<p>Question 2</p>
|
||||
</label>
|
||||
<label for="questions3">
|
||||
<input type="radio" id="questions3" name="ticket-type" checked=""/>
|
||||
<p>Question 3</p>
|
||||
</label>
|
||||
<label for="questions4">
|
||||
<input type="radio" id="questions4" name="ticket-type" checked=""/>
|
||||
<p>Question 4</p>
|
||||
</label>
|
||||
<label for="questions5">
|
||||
<input type="radio" id="questions5" name="ticket-type" checked=""/>
|
||||
<p>Question 5</p>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<label for="">Subject</label>
|
||||
<div class="input-container">
|
||||
<input type="text"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-row align-top">
|
||||
<label for="">Details</label>
|
||||
<div class="input-container">
|
||||
<textarea name="" id=""></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-row align-top">
|
||||
<label for="">Attachments</label>
|
||||
<div class="input-container" id="file-input-container">
|
||||
<input type="file" name="attachments[]" id="file-input-1"/>
|
||||
<a href="#" id="add-file-input"><img src="/odex25_website/static/img/add.png" alt=""/> Add More Attachments</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<button type="submit" id="support-submit">Submit</button>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</t>
|
||||
</template>
|
||||
</odoo>
|
||||
Loading…
Reference in New Issue