Esempio n. 1
0
						</tfoot>
						<tbody>
							<tr>
								<td colspan="2"><h2>Rotation Information</h2></td>
							</tr>
							<tr>
								<td>Rotation Name:</td>
								<td><?php 
                        echo clean_input($evaluate["event_title"], array("htmlbrackets", "trim"));
                        ?>
</td>
							</tr>
							<tr>
								<td>Rotation Region:</td>
								<td><?php 
                        echo html_encode(clerkship_region_name($evaluate["region_id"]));
                        ?>
</td>
							</tr>
							<tr>
								<td>Rotation Started:</td>
								<td><?php 
                        echo date(DEFAULT_DATE_FORMAT, $evaluate["event_start"]);
                        ?>
</td>
							</tr>
							<tr>
								<td>Rotation Ended:</td>
								<td><?php 
                        echo date(DEFAULT_DATE_FORMAT, $evaluate["event_finish"]);
                        ?>
Esempio n. 2
0
                if (trim($result["event_desc"])) {
                    ?>
							<tr>
								<td style="vertical-align: top">Rotation Notes:</td>
								<td><?php 
                    echo html_encode($result["event_desc"]);
                    ?>
</td>
							</tr>
						<?php 
                }
                ?>
						<tr>
							<td>Rotation Region:</td>
							<td><?php 
                echo html_encode(clerkship_region_name($result["region_id"]));
                ?>
</td>
						</tr>
						<tr>
							<td>Rotation Starts:</td>
							<td><?php 
                echo date(DEFAULT_DATE_FORMAT, $result["event_start"]);
                ?>
</td>
						</tr>
						<tr>
							<td>Rotation Ends:</td>
							<td><?php 
                echo date(DEFAULT_DATE_FORMAT, $result["event_finish"]);
                ?>