diff --git a/public/userarea/insert_template_xls.php b/public/userarea/insert_template_xls.php index 44ea5bc..71b1a2e 100644 --- a/public/userarea/insert_template_xls.php +++ b/public/userarea/insert_template_xls.php @@ -1,28 +1,30 @@ - +getConnection(); +$stmt = $pdo->prepare("SELECT * FROM routine"); +$stmt->execute(); +$routines = $stmt->fetchAll(PDO::FETCH_ASSOC); +?> - - + + Insert XLS Template <?= htmlspecialchars($titlewebsite, ENT_QUOTES, 'UTF-8'); ?> -
- - - - -
@@ -35,7 +37,7 @@
  • Template Name
  • Row Header and Column Header: where the title of the excel starts
  • -
  • Scheme and client
  • +
  • Schema and client
@@ -73,7 +75,6 @@ -
- +
- +
- +
-
- - - -
-
Field Name
-
Type
- -
Required
-
Export Column Name
-
Default Value
-
Actions
+ + + - -
- -
-
-
- -
-
- -
- -
- -
-
- -
-
- -
-
- -
-
-
-
- -

@@ -178,125 +144,72 @@
- -
- - - - - - - - - - - - - - - -