Added Reminder Model and dummy call
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
<input type="text" class="form-control date-picker-default" value="" name="dob">
|
||||
</div>
|
||||
<div class="form-group col-md-6">
|
||||
<label for="inputPassword4">Gendar</label>
|
||||
<label for="inputPassword4">Gender</label>
|
||||
|
||||
<select class="form-control" aria-label="Select Gender" name ="gender">
|
||||
<option selected>Select</option>
|
||||
@@ -65,7 +65,7 @@
|
||||
|
||||
|
||||
|
||||
<div class="form-row">
|
||||
<!-- div class="form-row">
|
||||
<div class="form-group col-md-6">
|
||||
<label for="inputEmail4">Email</label>
|
||||
<input type="email" class="form-control" id="inputEmail4" placeholder="Email">
|
||||
@@ -74,7 +74,13 @@
|
||||
<label for="inputPassword4">Password</label>
|
||||
<input type="password" class="form-control" id="password" value="<?= $password ?>" placeholder="Password">
|
||||
</div>
|
||||
</div -->
|
||||
|
||||
<div class="form-group">
|
||||
<label for="inputAddress">Email</label>
|
||||
<input type="email" class="form-control" id="inputEmail4" name ="email" placeholder="Email">
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="inputAddress">Address</label>
|
||||
<input type="text" class="form-control" id="street1" name="street1" value="<?= $street1 ?>" placeholder="1234 Main St">
|
||||
@@ -105,7 +111,7 @@
|
||||
<!-- div class="form-group">
|
||||
<div class="form-check">
|
||||
<label class="form-check-label">
|
||||
<?= $account_message ?>
|
||||
<?= $account_message ?>
|
||||
</label>
|
||||
</div>
|
||||
</!-->
|
||||
@@ -115,7 +121,7 @@
|
||||
|
||||
</div>
|
||||
<div class="form-group col-md-3">
|
||||
<button type="submit" class="btn btn-primary">Add Patient</button>
|
||||
<button type="submit" class="btn btn-primary btn-sm">Add Patient</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
@@ -148,7 +154,7 @@
|
||||
<div id="link_result">[]</div>
|
||||
</div>
|
||||
<div class="form-group col-md-6">
|
||||
<button type="submit" id="link_submit" class="btn btn-primary btn-block" onclick="return connectLinkID()">Link Patient</button>
|
||||
<button type="submit" id="link_submit" class="btn btn-primary btn-block btn-sm" onclick="return connectLinkID()">Link Patient</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user