create Mh.Ex model and MH & DC model and upload commit
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{{ title if title else "IndustryBase" }}</title>
|
||||
<title>{{ title if title else "ComparisonSoftware" }}</title>
|
||||
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
|
||||
|
||||
@@ -21,11 +21,11 @@
|
||||
<label class="form-label">Select File Type</label>
|
||||
<select name="file_type" id="file_type" class="form-select mb-3" required>
|
||||
<option value="">-- Select File Type --</option>
|
||||
<option value="subcontractor_sheet">Subcontractor Sheet</option>
|
||||
<option value="">Subcontractor Sheet</option>
|
||||
<option value="trench_excavation">Trench Excavation (Tr.Ex)</option>
|
||||
<option value="item_rate_sheet">Item Rate Sheet</option>
|
||||
<option value="billing_sheet">Billing Sheet</option>
|
||||
<option value="comparison_sheet">Comparison Sheet</option>
|
||||
<option value="manhole_excavation">Manhole Excavation (Mh.Ex)</option>
|
||||
<option value="manhole_domestic_chamber">Manhole & Domestic Chambers Construction (MH & DC)</option>
|
||||
<option value="">Laying Sheet</option>
|
||||
</select>
|
||||
|
||||
<!-- 3. FILE UPLOAD -->
|
||||
|
||||
Reference in New Issue
Block a user