privateuserh commited on
Commit
d851bdc
·
verified ·
1 Parent(s): f4d7708

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +15 -1
index.html CHANGED
@@ -82,7 +82,21 @@
82
  <button id="modal-close-button" class="modal-close">&times;</button>
83
  <h3>Deal Information</h3>
84
  <div id="modal-body">
85
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
86
  </div>
87
  </div>
88
  </div>
 
82
  <button id="modal-close-button" class="modal-close">&times;</button>
83
  <h3>Deal Information</h3>
84
  <div id="modal-body">
85
+ <p><strong>Deal ID:</strong> <span id="modal-deal-id"></span></p>
86
+ <p><strong>Status:</strong> <span id="modal-status-badge" class="badge"></span></p>
87
+ <hr class="modal-hr">
88
+ <p><strong>Owner:</strong> <span id="modal-owner-name"></span></p>
89
+ <p><strong>Contact Email:</strong> <span id="modal-contact-email"></span></p>
90
+ <p><strong>Contact Phone:</strong> <span id="modal-contact-phone"></span></p>
91
+ <hr class="modal-hr">
92
+ <p><strong>Vessel Year Built:</strong> <span id="modal-year-built"></span></p>
93
+ <p><strong>Gross Tonnage:</strong> <span id="modal-gross-tonnage"></span></p>
94
+ <p><strong>Tokens Requested:</strong> <span id="modal-token-amount"></span></p>
95
+ <p class="description-label"><strong>Description:</strong></p>
96
+ <p id="modal-vessel-description" class="description-text"></p>
97
+ </div>
98
+ </div>
99
+ </div>
100
  </div>
101
  </div>
102
  </div>