示例#1
0
        }
        ?>
																			</select>
																		</span>
																		<span class="system negative"></span>
																	</div>
																</div>															
																<div class="row">
																	<label>Parceiro:</label>
																	<div class="inputs">
																		<span class="input_wrapper blank">
																			<select name="professor_idprofessor" id="professor_idprofessor" title="">
																				<option selected value="">---</option>
																				<?php 
        $c = new Control();
        $arre = $c->Controle_professor($idi);
        for ($j = 0; $j < count($arre); $j++) {
            ?>
																				<option value="<?php 
            print $arre[$j]->idprofessor['idprofessor'];
            ?>
" <?php 
            if ($arre[$j]->idprofessor['idprofessor'] == $arr[$i]->professor_idprofessor['professor_idprofessor']) {
                echo "selected";
            }
            ?>
><?php 
            print $arre[$j]->nome['nome'];
            ?>
</option>
																				<?php 
示例#2
0
    }
    ?>
																		</select>
																	</span>
																	<span class="system negative"></span>
																</div>
															</div>															
															<div class="row">
																<label>Parceiro:</label>
																<div class="inputs">
																	<span class="input_wrapper blank">
																		<select name="professor_idprofessor" id="professor_idprofessor" title="">
																			<option selected value="">---</option>
																			<?php 
    $c = new Control();
    $arre = $c->Controle_professor($idi = null, $_GET['ed']);
    for ($j = 0; $j < count($arre); $j++) {
        ?>
																			<option value="<?php 
        print $arre[$j]->idprofessor['idprofessor'];
        ?>
"><?php 
        print $arre[$j]->nome['nome'];
        ?>
</option>
																			<?php 
    }
    ?>
																		</select>
																	</span>
																	<span class="system negative"></span>
示例#3
0
    }
    ?>
																		</select>
																	</span>
																	<span class="system negative"></span>
																</div>
															</div>
															<div class="row">
																<label>Parceiro:</label>
																<div class="inputs">
																	<span class="input_wrapper blank">
																		<select name="professor_idprofessor" id="professor_idprofessor" title="">
																			<option selected value="">---</option>
																			<?php 
    $c = new Control();
    $arre = $c->Controle_professor($idi = null);
    for ($j = 0; $j < count($arre); $j++) {
        ?>
																			<option value="<?php 
        print $arre[$j]->idprofessor['idprofessor'];
        ?>
"><?php 
        print $arre[$j]->nome['nome'];
        ?>
</option>
																			<?php 
    }
    ?>
																		</select>
																	</span>
																	<span class="system negative"></span>