| 1 |
<html lang="en">
|
<html lang="en">
|
| 2 |
<head>
|
<head>
|
| 3 |
<meta charset="utf-8">
|
<meta charset="utf-8">
|
| 4 |
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 6 |
<meta name="description" content="CURA Healthcare Service; (678) 813-1KMS">
|
<meta name="description" content="CURA Healthcare Service; (678) 813-1KMS">
|
| 7 |
<meta name="robots" content="noindex">
|
<meta name="robots" content="noindex">
|
| 8 |
<title>CURA Healthcare Service</title> <!-- Bootstrap Core CSS -->
|
<title>CURA Healthcare Service</title> <!-- Bootstrap Core CSS -->
|
| 9 |
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
|
| 10 |
<link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.6.4/css/bootstrap-datepicker.min.css" rel="stylesheet"> <!-- Custom CSS -->
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.6.4/css/bootstrap-datepicker.min.css" rel="stylesheet"> <!-- Custom CSS -->
|
| 11 |
<link href="https://katalon-demo-cura.herokuapp.com//css/theme.css" rel="stylesheet"> <!-- Custom Fonts -->
|
<link href="https://katalon-demo-cura.herokuapp.com//css/theme.css" rel="stylesheet"> <!-- Custom Fonts -->
|
| 12 |
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
| 13 |
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]>
|
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]>
|
| 14 |
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
| 15 |
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
| 16 |
<![endif]-->
|
<![endif]-->
|
| 17 |
</head>
|
</head>
|
| 18 |
<body> <!-- Navigation --> <a id="menu-toggle" href="#" class="btn btn-dark btn-lg toggle"><i class="fa fa-bars"></i></a>
|
<body> <!-- Navigation --> <a id="menu-toggle" href="#" class="btn btn-dark btn-lg toggle"><i class="fa fa-bars"></i></a>
|
| 19 |
<nav id="sidebar-wrapper">
|
<nav id="sidebar-wrapper">
|
| 20 |
<ul class="sidebar-nav"> <a id="menu-close" href="#" class="btn btn-light btn-lg pull-right toggle"><i class="fa fa-times"></i></a>
|
<ul class="sidebar-nav"> <a id="menu-close" href="#" class="btn btn-light btn-lg pull-right toggle"><i class="fa fa-times"></i></a>
|
| 21 |
<li class="sidebar-brand"> <a href="./" onclick="$('#menu-close').click();">CURA Healthcare</a> </li>
|
<li class="sidebar-brand"> <a href="./" onclick="$('#menu-close').click();">CURA Healthcare</a> </li>
|
| 22 |
<li> <a href="./" onclick="$('#menu-close').click();">Home</a> </li>
|
<li> <a href="./" onclick="$('#menu-close').click();">Home</a> </li>
|
| 23 |
<li> <a href="history.php#history" onclick="$('#menu-close').click();">History</a> </li>
|
<li> <a href="history.php#history" onclick="$('#menu-close').click();">History</a> </li>
|
| 24 |
<li> <a href="profile.php#profile" onclick="$('#menu-close').click();">Profile</a> </li>
|
<li> <a href="profile.php#profile" onclick="$('#menu-close').click();">Profile</a> </li>
|
| 25 |
<li> <a href="authenticate.php?logout" onclick="$('#menu-close').click();">Logout</a> </li>
|
<li> <a href="authenticate.php?logout" onclick="$('#menu-close').click();">Logout</a> </li>
|
| 26 |
</ul>
|
</ul>
|
| 27 |
</nav> <!-- Header -->
|
</nav> <!-- Header -->
|
| 28 |
<header id="top" class="header">
|
<header id="top" class="header">
|
| 29 |
<div class="text-vertical-center">
|
<div class="text-vertical-center">
|
| 30 |
<h1>CURA Healthcare Service</h1>
|
<h1>CURA Healthcare Service</h1>
|
| 31 |
<h3>We Care About Your Health</h3>
|
<h3>We Care About Your Health</h3>
|
| 32 |
<br> <a id="btn-make-appointment" href="./index.php#appointment" class="btn btn-dark btn-lg">Make Appointment</a>
|
<br> <a id="btn-make-appointment" href="./index.php#appointment" class="btn btn-dark btn-lg">Make Appointment</a>
|
| 33 |
</div>
|
</div>
|
| 34 |
</header>
|
</header>
|
| 35 |
<section id="appointment" class="section bg-primary">
|
<section id="appointment" class="section bg-primary">
|
| 36 |
<div class="container">
|
<div class="container">
|
| 37 |
<div class="row">
|
<div class="row">
|
| 38 |
<div class="col-sm-12 text-center">
|
<div class="col-sm-12 text-center">
|
| 39 |
<h2>Make Appointment</h2>
|
<h2>Make Appointment</h2>
|
| 40 |
<hr class="small">
|
<hr class="small">
|
| 41 |
</div>
|
</div>
|
| 42 |
<form class="form-horizontal" action="https://katalon-demo-cura.herokuapp.com/appointment.php#summary" method="post">
|
<form class="form-horizontal" action="https://katalon-demo-cura.herokuapp.com/appointment.php#summary" method="post">
|
| 43 |
<div class="form-group"> <label for="combo_facility" class="col-sm-offset-3 col-sm-2 control-label">Facility</label>
|
<div class="form-group"> <label for="combo_facility" class="col-sm-offset-3 col-sm-2 control-label">Facility</label>
|
| 44 |
<div class="col-sm-4"> <select id="combo_facility" name="facility" class="form-control"> <option value="Tokyo CURA Healthcare Center">Tokyo CURA Healthcare Center</option> <option value="Hongkong CURA Healthcare Center">Hongkong CURA Healthcare Center</option> <option value="Seoul CURA Healthcare Center">Seoul CURA Healthcare Center</option> </select>
|
<div class="col-sm-4"> <select id="combo_facility" name="facility" class="form-control"> <option value="Tokyo CURA Healthcare Center">Tokyo CURA Healthcare Center</option> <option value="Hongkong CURA Healthcare Center">Hongkong CURA Healthcare Center</option> <option value="Seoul CURA Healthcare Center">Seoul CURA Healthcare Center</option> </select>
|
| 45 |
</div>
|
</div>
|
| 46 |
</div>
|
</div>
|
| 47 |
<div class="form-group">
|
<div class="form-group">
|
| 48 |
<div class="col-sm-offset-5 col-sm-4"> <label for="chk_hospotal_readmission" class="checkbox-inline"> <input type="checkbox" id="chk_hospotal_readmission" name="hospital_readmission" value="Yes"> Apply for hospital readmission </label>
|
<div class="col-sm-offset-5 col-sm-4"> <label for="chk_hospotal_readmission" class="checkbox-inline"> <input type="checkbox" id="chk_hospotal_readmission" name="hospital_readmission" value="Yes"> Apply for hospital readmission </label>
|
| 49 |
</div>
|
</div>
|
| 50 |
</div>
|
</div>
|
| 51 |
<div class="form-group"> <label class="col-sm-offset-3 col-sm-2 control-label">Healthcare Program</label>
|
<div class="form-group"> <label class="col-sm-offset-3 col-sm-2 control-label">Healthcare Program</label>
|
| 52 |
<div class="col-sm-4"> <label class="radio-inline"> <input type="radio" name="programs" id="radio_program_medicare" value="Medicare" checked> Medicare </label> <label class="radio-inline"> <input type="radio" name="programs" id="radio_program_medicaid" value="Medicaid"> Medicaid </label> <label class="radio-inline"> <input type="radio" name="programs" id="radio_program_none" value="None"> None </label>
|
<div class="col-sm-4"> <label class="radio-inline"> <input type="radio" name="programs" id="radio_program_medicare" value="Medicare" checked> Medicare </label> <label class="radio-inline"> <input type="radio" name="programs" id="radio_program_medicaid" value="Medicaid"> Medicaid </label> <label class="radio-inline"> <input type="radio" name="programs" id="radio_program_none" value="None"> None </label>
|
| 53 |
</div>
|
</div>
|
| 54 |
</div>
|
</div>
|
| 55 |
<div class="form-group"> <label for="txt_visit_date" class="col-sm-offset-3 col-sm-2 control-label">Visit Date (Required)</label>
|
<div class="form-group"> <label for="txt_visit_date" class="col-sm-offset-3 col-sm-2 control-label">Visit Date (Required)</label>
|
| 56 |
<div class="col-sm-4">
|
<div class="col-sm-4">
|
| 57 |
<div class="input-group date" data-provide="datepicker" data-date-format="dd/mm/yyyy">
|
<div class="input-group date" data-provide="datepicker" data-date-format="dd/mm/yyyy">
|
| 58 |
<input type="text" class="form-control" id="txt_visit_date" name="visit_date" placeholder="dd/mm/yyyy" autocomplete="off" required>
|
<input type="text" class="form-control" id="txt_visit_date" name="visit_date" placeholder="dd/mm/yyyy" autocomplete="off" required>
|
| 59 |
<div class="input-group-addon"> <span class="glyphicon glyphicon-calendar"></span>
|
<div class="input-group-addon"> <span class="glyphicon glyphicon-calendar"></span>
|
| 60 |
</div>
|
</div>
|
| 61 |
</div>
|
</div>
|
| 62 |
</div>
|
</div>
|
| 63 |
</div>
|
</div>
|
| 64 |
<div class="form-group"> <label for="txt_comment" class="col-sm-offset-3 col-sm-2 control-label">Comment</label>
|
<div class="form-group"> <label for="txt_comment" class="col-sm-offset-3 col-sm-2 control-label">Comment</label>
|
| 65 |
<div class="col-sm-4"> <textarea class="form-control" id="txt_comment" name="comment" placeholder="Comment" rows="10"></textarea>
|
<div class="col-sm-4"> <textarea class="form-control" id="txt_comment" name="comment" placeholder="Comment" rows="10"></textarea>
|
| 66 |
</div>
|
</div>
|
| 67 |
</div>
|
</div>
|
| 68 |
<div class="form-group">
|
<div class="form-group">
|
| 69 |
<div class="col-sm-offset-5 col-sm-4"> <button id="btn-book-appointment" type="submit" class="btn btn-default">Book Appointment</button>
|
<div class="col-sm-offset-5 col-sm-4"> <button id="btn-book-appointment" type="submit" class="btn btn-default">Book Appointment</button>
|
| 70 |
</div>
|
</div>
|
| 71 |
</div>
|
</div>
|
| 72 |
</form>
|
</form>
|
| 73 |
</div>
|
</div>
|
| 74 |
</div>
|
</div>
|
| 75 |
</section> <!-- Footer -->
|
</section> <!-- Footer -->
|
| 76 |
<footer>
|
<footer>
|
| 77 |
<div class="container">
|
<div class="container">
|
| 78 |
<div class="row">
|
<div class="row">
|
| 79 |
<div class="col-lg-10 col-lg-offset-1 text-center">
|
<div class="col-lg-10 col-lg-offset-1 text-center">
|
| 80 |
<h4><strong>CURA Healthcare Service</strong> </h4>
|
<h4><strong>CURA Healthcare Service</strong> </h4>
|
| 81 |
<p>Atlanta 550 Pharr Road NE Suite 525<br>Atlanta, GA 30305</p>
|
<p>Atlanta 550 Pharr Road NE Suite 525<br>Atlanta, GA 30305</p>
|
| 82 |
<ul class="list-unstyled">
|
<ul class="list-unstyled">
|
| 83 |
<li><i class="fa fa-phone fa-fw"></i> (678) 813-1KMS</li>
|
<li><i class="fa fa-phone fa-fw"></i> (678) 813-1KMS</li>
|
| 84 |
<li><i class="fa fa-envelope-o fa-fw"></i> <a href="mailto:info@katalon.com">info@katalon.com</a> </li>
|
<li><i class="fa fa-envelope-o fa-fw"></i> <a href="mailto:info@katalon.com">info@katalon.com</a> </li>
|
| 85 |
</ul>
|
</ul>
|
| 86 |
<br>
|
<br>
|
| 87 |
<ul class="list-inline">
|
<ul class="list-inline">
|
| 88 |
<li> <a href="#"><i class="fa fa-facebook fa-fw fa-3x"></i></a> </li>
|
<li> <a href="#"><i class="fa fa-facebook fa-fw fa-3x"></i></a> </li>
|
| 89 |
<li> <a href="#"><i class="fa fa-twitter fa-fw fa-3x"></i></a> </li>
|
<li> <a href="#"><i class="fa fa-twitter fa-fw fa-3x"></i></a> </li>
|
| 90 |
<li> <a href="#"><i class="fa fa-dribbble fa-fw fa-3x"></i></a> </li>
|
<li> <a href="#"><i class="fa fa-dribbble fa-fw fa-3x"></i></a> </li>
|
| 91 |
</ul>
|
</ul>
|
| 92 |
<hr class="small">
|
<hr class="small">
|
| 93 |
<p class="text-muted">Copyright © CURA Healthcare Service 2022</p>
|
<p class="text-muted">Copyright © CURA Healthcare Service 2022</p>
|
| 94 |
</div>
|
</div>
|
| 95 |
</div>
|
</div>
|
| 96 |
</div> <a id="to-top" href="#top" class="btn btn-dark btn-lg" style="display: block; position: fixed; overflow: hidden; height: 5.1636px; padding: 1.12252px 1.79603px; margin: 0px; width: 6.39837px; opacity: 0.112252;"><i class="fa fa-chevron-up fa-fw fa-1x"></i></a>
|
</div> <a id="to-top" href="#top" class="btn btn-dark btn-lg" style="display: block; position: fixed; overflow: hidden; height: 3.58046px; padding: 0.77836px 1.24538px; margin: 0px; width: 4.43665px; opacity: 0.077836;"><i class="fa fa-chevron-up fa-fw fa-1x"></i></a>
|
| 97 |
</footer>
|
</footer>
|
| 98 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
| 99 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
|
| 100 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.6.4/js/bootstrap-datepicker.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.6.4/js/bootstrap-datepicker.min.js"></script>
|
| 101 |
<script src="https://katalon-demo-cura.herokuapp.com//js/theme.js"></script>
|
<script src="https://katalon-demo-cura.herokuapp.com//js/theme.js"></script>
|
| 102 |
<div class="datepicker datepicker-dropdown dropdown-menu datepicker-orient-left datepicker-orient-top" style="top: 523px; left: 443.664px; display: block;">
|
<div class="datepicker datepicker-dropdown dropdown-menu datepicker-orient-left datepicker-orient-top" style="top: 523px; left: 443.664px; display: block;">
|
| 103 |
<div class="datepicker-days" style="display: block;">
|
<div class="datepicker-days" style="display: block;">
|
| 104 |
<table class="table-condensed">
|
<table class="table-condensed">
|
| 105 |
<thead>
|
<thead>
|
| 106 |
<tr>
|
<tr>
|
| 107 |
<th colspan="7" class="datepicker-title" style="display: none;"></th>
|
<th colspan="7" class="datepicker-title" style="display: none;"></th>
|
| 108 |
</tr>
|
</tr>
|
| 109 |
<tr>
|
<tr>
|
| 110 |
<th class="prev" style="visibility: visible;">«</th>
|
<th class="prev" style="visibility: visible;">«</th>
|
| 111 |
<th colspan="5" class="datepicker-switch">October 2022</th>
|
<th colspan="5" class="datepicker-switch">October 2022</th>
|
| 112 |
<th class="next" style="visibility: visible;">»</th>
|
<th class="next" style="visibility: visible;">»</th>
|
| 113 |
</tr>
|
</tr>
|
| 114 |
<tr>
|
<tr>
|
| 115 |
<th class="dow">Su</th>
|
<th class="dow">Su</th>
|
| 116 |
<th class="dow">Mo</th>
|
<th class="dow">Mo</th>
|
| 117 |
<th class="dow">Tu</th>
|
<th class="dow">Tu</th>
|
| 118 |
<th class="dow">We</th>
|
<th class="dow">We</th>
|
| 119 |
<th class="dow">Th</th>
|
<th class="dow">Th</th>
|
| 120 |
<th class="dow">Fr</th>
|
<th class="dow">Fr</th>
|
| 121 |
<th class="dow">Sa</th>
|
<th class="dow">Sa</th>
|
| 122 |
</tr>
|
</tr>
|
| 123 |
</thead>
|
</thead>
|
| 124 |
<tbody>
|
<tbody>
|
| 125 |
<tr>
|
<tr>
|
| 126 |
<td class="old day">25</td>
|
<td class="old day">25</td>
|
| 127 |
<td class="old day">26</td>
|
<td class="old day">26</td>
|
| 128 |
<td class="old day">27</td>
|
<td class="old day">27</td>
|
| 129 |
<td class="old day">28</td>
|
<td class="old day">28</td>
|
| 130 |
<td class="old day">29</td>
|
<td class="old day">29</td>
|
| 131 |
<td class="old day">30</td>
|
<td class="old day">30</td>
|
| 132 |
<td class="day">1</td>
|
<td class="day">1</td>
|
| 133 |
</tr>
|
</tr>
|
| 134 |
<tr>
|
<tr>
|
| 135 |
<td class="day">2</td>
|
<td class="day">2</td>
|
| 136 |
<td class="day">3</td>
|
<td class="day">3</td>
|
| 137 |
<td class="day">4</td>
|
<td class="day">4</td>
|
| 138 |
<td class="day">5</td>
|
<td class="day">5</td>
|
| 139 |
<td class="day">6</td>
|
<td class="day">6</td>
|
| 140 |
<td class="day">7</td>
|
<td class="day">7</td>
|
| 141 |
<td class="day">8</td>
|
<td class="day">8</td>
|
| 142 |
</tr>
|
</tr>
|
| 143 |
<tr>
|
<tr>
|
| 144 |
<td class="day">9</td>
|
<td class="day">9</td>
|
| 145 |
<td class="day">10</td>
|
<td class="day">10</td>
|
| 146 |
<td class="day">11</td>
|
<td class="day">11</td>
|
| 147 |
<td class="day">12</td>
|
<td class="day">12</td>
|
| 148 |
<td class="day">13</td>
|
<td class="day">13</td>
|
| 149 |
<td class="day">14</td>
|
<td class="day">14</td>
|
| 150 |
<td class="day">15</td>
|
<td class="day">15</td>
|
| 151 |
</tr>
|
</tr>
|
| 152 |
<tr>
|
<tr>
|
| 153 |
<td class="day">16</td>
|
<td class="day">16</td>
|
| 154 |
<td class="day">17</td>
|
<td class="day">17</td>
|
| 155 |
<td class="day">18</td>
|
<td class="day">18</td>
|
| 156 |
<td class="day">19</td>
|
<td class="day">19</td>
|
| 157 |
<td class="day">20</td>
|
<td class="day">20</td>
|
| 158 |
<td class="day">21</td>
|
<td class="day">21</td>
|
| 159 |
<td class="day">22</td>
|
<td class="day">22</td>
|
| 160 |
</tr>
|
</tr>
|
| 161 |
<tr>
|
<tr>
|
| 162 |
<td class="active day">23</td>
|
<td class="active day">23</td>
|
| 163 |
<td class="day">24</td>
|
<td class="day">24</td>
|
| 164 |
<td class="day">25</td>
|
<td class="day">25</td>
|
| 165 |
<td class="day">26</td>
|
<td class="day">26</td>
|
| 166 |
<td class="day">27</td>
|
<td class="day">27</td>
|
| 167 |
<td class="day">28</td>
|
<td class="day">28</td>
|
| 168 |
<td class="day">29</td>
|
<td class="day">29</td>
|
| 169 |
</tr>
|
</tr>
|
| 170 |
<tr>
|
<tr>
|
| 171 |
<td class="day">30</td>
|
<td class="day">30</td>
|
| 172 |
<td class="day">31</td>
|
<td class="day">31</td>
|
| 173 |
<td class="new day">1</td>
|
<td class="new day">1</td>
|
| 174 |
<td class="new day">2</td>
|
<td class="new day">2</td>
|
| 175 |
<td class="new day">3</td>
|
<td class="new day">3</td>
|
| 176 |
<td class="new day">4</td>
|
<td class="new day">4</td>
|
| 177 |
<td class="new day">5</td>
|
<td class="new day">5</td>
|
| 178 |
</tr>
|
</tr>
|
| 179 |
</tbody>
|
</tbody>
|
| 180 |
<tfoot>
|
<tfoot>
|
| 181 |
<tr>
|
<tr>
|
| 182 |
<th colspan="7" class="today" style="display: none;">Today</th>
|
<th colspan="7" class="today" style="display: none;">Today</th>
|
| 183 |
</tr>
|
</tr>
|
| 184 |
<tr>
|
<tr>
|
| 185 |
<th colspan="7" class="clear" style="display: none;">Clear</th>
|
<th colspan="7" class="clear" style="display: none;">Clear</th>
|
| 186 |
</tr>
|
</tr>
|
| 187 |
</tfoot>
|
</tfoot>
|
| 188 |
</table>
|
</table>
|
| 189 |
</div>
|
</div>
|
| 190 |
<div class="datepicker-months" style="display: none;">
|
<div class="datepicker-months" style="display: none;">
|
| 191 |
<table class="table-condensed">
|
<table class="table-condensed">
|
| 192 |
<thead>
|
<thead>
|
| 193 |
<tr>
|
<tr>
|
| 194 |
<th colspan="7" class="datepicker-title" style="display: none;"></th>
|
<th colspan="7" class="datepicker-title" style="display: none;"></th>
|
| 195 |
</tr>
|
</tr>
|
| 196 |
<tr>
|
<tr>
|
| 197 |
<th class="prev" style="visibility: visible;">«</th>
|
<th class="prev" style="visibility: visible;">«</th>
|
| 198 |
<th colspan="5" class="datepicker-switch">2022</th>
|
<th colspan="5" class="datepicker-switch">2022</th>
|
| 199 |
<th class="next" style="visibility: visible;">»</th>
|
<th class="next" style="visibility: visible;">»</th>
|
| 200 |
</tr>
|
</tr>
|
| 201 |
</thead>
|
</thead>
|
| 202 |
<tbody>
|
<tbody>
|
| 203 |
<tr>
|
<tr>
|
| 204 |
<td colspan="7"><span class="month">Jan</span><span class="month">Feb</span><span class="month">Mar</span><span class="month">Apr</span><span class="month">May</span><span class="month">Jun</span><span class="month">Jul</span><span class="month">Aug</span><span class="month">Sep</span><span class="month focused active">Oct</span><span class="month">Nov</span><span class="month">Dec</span></td>
|
<td colspan="7"><span class="month">Jan</span><span class="month">Feb</span><span class="month">Mar</span><span class="month">Apr</span><span class="month">May</span><span class="month">Jun</span><span class="month">Jul</span><span class="month">Aug</span><span class="month">Sep</span><span class="month focused active">Oct</span><span class="month">Nov</span><span class="month">Dec</span></td>
|
| 205 |
</tr>
|
</tr>
|
| 206 |
</tbody>
|
</tbody>
|
| 207 |
<tfoot>
|
<tfoot>
|
| 208 |
<tr>
|
<tr>
|
| 209 |
<th colspan="7" class="today" style="display: none;">Today</th>
|
<th colspan="7" class="today" style="display: none;">Today</th>
|
| 210 |
</tr>
|
</tr>
|
| 211 |
<tr>
|
<tr>
|
| 212 |
<th colspan="7" class="clear" style="display: none;">Clear</th>
|
<th colspan="7" class="clear" style="display: none;">Clear</th>
|
| 213 |
</tr>
|
</tr>
|
| 214 |
</tfoot>
|
</tfoot>
|
| 215 |
</table>
|
</table>
|
| 216 |
</div>
|
</div>
|
| 217 |
<div class="datepicker-years" style="display: none;">
|
<div class="datepicker-years" style="display: none;">
|
| 218 |
<table class="table-condensed">
|
<table class="table-condensed">
|
| 219 |
<thead>
|
<thead>
|
| 220 |
<tr>
|
<tr>
|
| 221 |
<th colspan="7" class="datepicker-title" style="display: none;"></th>
|
<th colspan="7" class="datepicker-title" style="display: none;"></th>
|
| 222 |
</tr>
|
</tr>
|
| 223 |
<tr>
|
<tr>
|
| 224 |
<th class="prev" style="visibility: visible;">«</th>
|
<th class="prev" style="visibility: visible;">«</th>
|
| 225 |
<th colspan="5" class="datepicker-switch">2020-2029</th>
|
<th colspan="5" class="datepicker-switch">2020-2029</th>
|
| 226 |
<th class="next" style="visibility: visible;">»</th>
|
<th class="next" style="visibility: visible;">»</th>
|
| 227 |
</tr>
|
</tr>
|
| 228 |
</thead>
|
</thead>
|
| 229 |
<tbody>
|
<tbody>
|
| 230 |
<tr>
|
<tr>
|
| 231 |
<td colspan="7"><span class="year old">2019</span><span class="year">2020</span><span class="year">2021</span><span class="year active focused">2022</span><span class="year">2023</span><span class="year">2024</span><span class="year">2025</span><span class="year">2026</span><span class="year">2027</span><span class="year">2028</span><span class="year">2029</span><span class="year new">2030</span></td>
|
<td colspan="7"><span class="year old">2019</span><span class="year">2020</span><span class="year">2021</span><span class="year active focused">2022</span><span class="year">2023</span><span class="year">2024</span><span class="year">2025</span><span class="year">2026</span><span class="year">2027</span><span class="year">2028</span><span class="year">2029</span><span class="year new">2030</span></td>
|
| 232 |
</tr>
|
</tr>
|
| 233 |
</tbody>
|
</tbody>
|
| 234 |
<tfoot>
|
<tfoot>
|
| 235 |
<tr>
|
<tr>
|
| 236 |
<th colspan="7" class="today" style="display: none;">Today</th>
|
<th colspan="7" class="today" style="display: none;">Today</th>
|
| 237 |
</tr>
|
</tr>
|
| 238 |
<tr>
|
<tr>
|
| 239 |
<th colspan="7" class="clear" style="display: none;">Clear</th>
|
<th colspan="7" class="clear" style="display: none;">Clear</th>
|
| 240 |
</tr>
|
</tr>
|
| 241 |
</tfoot>
|
</tfoot>
|
| 242 |
</table>
|
</table>
|
| 243 |
</div>
|
</div>
|
| 244 |
<div class="datepicker-decades" style="display: none;">
|
<div class="datepicker-decades" style="display: none;">
|
| 245 |
<table class="table-condensed">
|
<table class="table-condensed">
|
| 246 |
<thead>
|
<thead>
|
| 247 |
<tr>
|
<tr>
|
| 248 |
<th colspan="7" class="datepicker-title" style="display: none;"></th>
|
<th colspan="7" class="datepicker-title" style="display: none;"></th>
|
| 249 |
</tr>
|
</tr>
|
| 250 |
<tr>
|
<tr>
|
| 251 |
<th class="prev" style="visibility: visible;">«</th>
|
<th class="prev" style="visibility: visible;">«</th>
|
| 252 |
<th colspan="5" class="datepicker-switch">2000-2090</th>
|
<th colspan="5" class="datepicker-switch">2000-2090</th>
|
| 253 |
<th class="next" style="visibility: visible;">»</th>
|
<th class="next" style="visibility: visible;">»</th>
|
| 254 |
</tr>
|
</tr>
|
| 255 |
</thead>
|
</thead>
|
| 256 |
<tbody>
|
<tbody>
|
| 257 |
<tr>
|
<tr>
|
| 258 |
<td colspan="7"><span class="decade old">1990</span><span class="decade">2000</span><span class="decade">2010</span><span class="decade active">2020</span><span class="decade">2030</span><span class="decade">2040</span><span class="decade">2050</span><span class="decade">2060</span><span class="decade">2070</span><span class="decade">2080</span><span class="decade">2090</span><span class="decade new">2100</span></td>
|
<td colspan="7"><span class="decade old">1990</span><span class="decade">2000</span><span class="decade">2010</span><span class="decade active">2020</span><span class="decade">2030</span><span class="decade">2040</span><span class="decade">2050</span><span class="decade">2060</span><span class="decade">2070</span><span class="decade">2080</span><span class="decade">2090</span><span class="decade new">2100</span></td>
|
| 259 |
</tr>
|
</tr>
|
| 260 |
</tbody>
|
</tbody>
|
| 261 |
<tfoot>
|
<tfoot>
|
| 262 |
<tr>
|
<tr>
|
| 263 |
<th colspan="7" class="today" style="display: none;">Today</th>
|
<th colspan="7" class="today" style="display: none;">Today</th>
|
| 264 |
</tr>
|
</tr>
|
| 265 |
<tr>
|
<tr>
|
| 266 |
<th colspan="7" class="clear" style="display: none;">Clear</th>
|
<th colspan="7" class="clear" style="display: none;">Clear</th>
|
| 267 |
</tr>
|
</tr>
|
| 268 |
</tfoot>
|
</tfoot>
|
| 269 |
</table>
|
</table>
|
| 270 |
</div>
|
</div>
|
| 271 |
<div class="datepicker-centuries" style="display: none;">
|
<div class="datepicker-centuries" style="display: none;">
|
| 272 |
<table class="table-condensed">
|
<table class="table-condensed">
|
| 273 |
<thead>
|
<thead>
|
| 274 |
<tr>
|
<tr>
|
| 275 |
<th colspan="7" class="datepicker-title" style="display: none;"></th>
|
<th colspan="7" class="datepicker-title" style="display: none;"></th>
|
| 276 |
</tr>
|
</tr>
|
| 277 |
<tr>
|
<tr>
|
| 278 |
<th class="prev" style="visibility: visible;">«</th>
|
<th class="prev" style="visibility: visible;">«</th>
|
| 279 |
<th colspan="5" class="datepicker-switch">2000-2900</th>
|
<th colspan="5" class="datepicker-switch">2000-2900</th>
|
| 280 |
<th class="next" style="visibility: visible;">»</th>
|
<th class="next" style="visibility: visible;">»</th>
|
| 281 |
</tr>
|
</tr>
|
| 282 |
</thead>
|
</thead>
|
| 283 |
<tbody>
|
<tbody>
|
| 284 |
<tr>
|
<tr>
|
| 285 |
<td colspan="7"><span class="century old">1900</span><span class="century active">2000</span><span class="century">2100</span><span class="century">2200</span><span class="century">2300</span><span class="century">2400</span><span class="century">2500</span><span class="century">2600</span><span class="century">2700</span><span class="century">2800</span><span class="century">2900</span><span class="century new">3000</span></td>
|
<td colspan="7"><span class="century old">1900</span><span class="century active">2000</span><span class="century">2100</span><span class="century">2200</span><span class="century">2300</span><span class="century">2400</span><span class="century">2500</span><span class="century">2600</span><span class="century">2700</span><span class="century">2800</span><span class="century">2900</span><span class="century new">3000</span></td>
|
| 286 |
</tr>
|
</tr>
|
| 287 |
</tbody>
|
</tbody>
|
| 288 |
<tfoot>
|
<tfoot>
|
| 289 |
<tr>
|
<tr>
|
| 290 |
<th colspan="7" class="today" style="display: none;">Today</th>
|
<th colspan="7" class="today" style="display: none;">Today</th>
|
| 291 |
</tr>
|
</tr>
|
| 292 |
<tr>
|
<tr>
|
| 293 |
<th colspan="7" class="clear" style="display: none;">Clear</th>
|
<th colspan="7" class="clear" style="display: none;">Clear</th>
|
| 294 |
</tr>
|
</tr>
|
| 295 |
</tfoot>
|
</tfoot>
|
| 296 |
</table>
|
</table>
|
| 297 |
</div>
|
</div>
|
| 298 |
</div>
|
</div>
|
| 299 |
</body>
|
</body>
|
| 300 |
</html>
|
</html>
|