darsoarafa commited on
Commit
746e0df
·
verified ·
1 Parent(s): e377bc0

Update chat_app.html

Browse files
Files changed (1) hide show
  1. chat_app.html +0 -58
chat_app.html CHANGED
@@ -200,10 +200,6 @@ figcaption {
200
 
201
  </style>
202
 
203
-
204
-
205
-
206
-
207
  <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
208
  <style>
209
  main {
@@ -356,60 +352,6 @@ figcaption {
356
  </div>
357
  </main>
358
 
359
- <!--
360
- <button class="open-button" onclick="openForm()">Open Form</button>
361
-
362
- <div class="form-popup" id="myForm">
363
- <form action="" class="form-container">
364
- <h3>Pesanan</h3>
365
-
366
-
367
-
368
- <table>
369
- <tr>
370
- <td><label for="ds_salesOrderId"><b>SO#</b></label><input type="text" placeholder="SO#" name="ds_salesOrderId" required></td>
371
- <td><label for="ds_salesDate"><b>Date</b></label><input type="text" placeholder="Date" name="ds_salesDate" required></td>
372
- </tr>
373
- </table>
374
-
375
- <label for="ds_customerName"><b></b></label><input type="text" placeholder="Cust" name="ds_customerName" required>
376
- <label for="ds_customerAddress"><b></b></label><input type="text" placeholder="Addr" name="ds_customerAddress" required>
377
-
378
- <table>
379
- <tr><th>Prod</th><th>Qty</th><th>Prc</th><th>Rp</th></tr>
380
- <tr>
381
- <td><input type="text" placeholder="-" name="ds_productName1"></td>
382
- <td><input type="text" placeholder="0" name="ds_quantity1"></td>
383
- <td><input type="text" placeholder="0" name="ds_unitPrice1"></td>
384
- <td><input type="text" placeholder="0" name="ds_itemAmt1"></td>
385
- </tr>
386
- <tr>
387
- <td><input type="text" placeholder="-" name="ds_productName2"></td>
388
- <td><input type="text" placeholder="0" name="ds_quantity2"></td>
389
- <td><input type="text" placeholder="0" name="ds_unitPrice2"></td>
390
- <td><input type="text" placeholder="0" name="ds_itemAmt2"></td>
391
- </tr>
392
- <tr>
393
- <td><input type="text" placeholder="-" name="ds_productName3"></td>
394
- <td><input type="text" placeholder="0" name="ds_quantity3"></td>
395
- <td><input type="text" placeholder="0" name="ds_unitPrice3"></td>
396
- <td><input type="text" placeholder="0" name="ds_itemAmt3"></td>
397
- </tr>
398
- </table>
399
-
400
- <table>
401
- <tr>
402
- <td><label for="ds_shippingCost"><b>Ongkir</b></label><input type="text" placeholder="Ongkir" name="ds_shippingCost" required></td>
403
- <td><label for="ds_totalAmount"><b>Total</b></label><input type="text" placeholder="Total" name="ds_totalAmount" required></td>
404
- </tr>
405
- </table>
406
-
407
-
408
- <button type="submit" class="btn">Submit</button>
409
- <button type="button" class="btn cancel" onclick="closeForm()">Close</button>
410
- </form>
411
- </div>
412
- -->
413
  </body>
414
  </html>
415
  <script src="https://cdnjs.cloudflare.com/ajax/libs/typescript/5.6.3/typescript.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
 
200
 
201
  </style>
202
 
 
 
 
 
203
  <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
204
  <style>
205
  main {
 
352
  </div>
353
  </main>
354
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
355
  </body>
356
  </html>
357
  <script src="https://cdnjs.cloudflare.com/ajax/libs/typescript/5.6.3/typescript.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>