예제 #1
0
                    </div>
                </div>
                <div class="control-group">
                    <label for="eventtype_description" class="form-nrequired control-label">Event Type Description: </label>
                    <div class="controls">
                        <textarea id="eventtype_description" name="eventtype_description" style="width: 98%; height: 200px"><?php 
                echo $event_type ? html_encode($event_type->getEventTypeDescription()) : "";
                ?>
</textarea>
                    </div>
                </div>
                <div class="control-group">
                    <label class="form-nrequired control-label">Medbiquitos Instructional Method:</label>
                    <div class="controls">
                    <?php 
                $medbiq_instructional_methods = Models_MedbiqInstructionalMethod::fetchAllMedbiqInstructionalMethods();
                if ($medbiq_instructional_methods) {
                    foreach ($medbiq_instructional_methods as $medbiq_method) {
                        ?>
                            <div class="radio">
                                <label for="instructional_method_<?php 
                        echo $medbiq_method->getID();
                        ?>
">
                                    <input type="radio" name="medbiq_instructional_method_id" id="instructional_method_<?php 
                        echo $medbiq_method->getID();
                        ?>
" value="<?php 
                        echo $medbiq_method->getID();
                        ?>
" <?php 
예제 #2
0
		<div class="pull-right">
			<a href="<?php 
    echo ENTRADA_URL;
    ?>
/admin/settings/manage/medbiqinstructional?section=add&amp;org=<?php 
    echo $ORGANISATION_ID;
    ?>
" class="btn btn-primary">Add New Medbiquitos Instructional Method</a>
		</div>
	</div>
	<?php 
    /*
     * To change this template, choose Tools | Templates
     * and open the template in the editor.
     */
    $results = Models_MedbiqInstructionalMethod::fetchAllMedbiqInstructionalMethods();
    if ($results) {
        ?>
	<form action ="<?php 
        echo ENTRADA_URL;
        ?>
/admin/settings/manage/medbiqinstructional?section=delete&amp;org=<?php 
        echo $ORGANISATION_ID;
        ?>
" method="post">
	<table class="tableList" cellspacing="0" cellpadding="1" border="0" summary="List of Medbiq Instructional Methods">
		<colgroup>
			<col class="modified" />
			<col class="title" />
		</colgroup>
		<thead>