Пример #1
0
                              </div></td>
                          </tr>
                          <tr>
                            <td><strong>Nome do manifestante:</strong></td>
                            <td>' . $manifestacao->GetNome() . '</td>
  </tr>
						  <tr>
                            <td><strong>CPF:</strong></td>
                			<td>' . $manifestacao->GetCpf() . '</td>
  </tr>
                          <tr>
                            <td><strong>Tipo de manifesta&ccedil;&atilde;o: </strong></td>
                            <td><label>
                              <select name="dpdTipo" id="dpdTipo">
							  <option value="' . $manifestacao->GetCodigoTipo() . '">' . $manifestacao->GetTipo() . '</option>
							  ' . $tipo->ListaComboTipo(0) . '
                              </select>
                            </label></td>
  </tr>
                          <tr>
                            <td><strong>Clientela: </strong></td>
                            <td>
                            ' . $manifestacao->GetClientela() . '
                            </td>
  </tr>
                          <tr>
                            <td><strong>Endere&ccedil;o: </strong></td>
                            <td>' . $manifestacao->GetEndereco() . '</td>
                          </tr>
                          <tr>
                            <td><strong>Email: </strong></td>
Пример #2
0
          <td class="labelTextos">Eu</td>
          <td><select name="dpdClientela" class="caixaElegante" id="dpdClientela" >
            <option selected="selected" value="">-- Selecione --</option>
            <?php 
$clientela = new clsClientela();
echo $clientela->ListaComboClientela();
?>
          </select></td>
        </tr>
        <tr>
          <td class="labelTextos">Gostaria de fazer um(a) </td>
          <td><select name="dpdTipo" class="caixaElegante" id="dpdTipo">
            <option selected="selected" value="">-- Selecione --</option>
            <?php 
$tipo = new clsTipo();
echo $tipo->ListaComboTipo(1);
?>
          </select></td>
        </tr>
        <tr>
          <td class="labelTextos">Meu email é </td>
          <td><input name="txtEmail" type="text" class="caixaTextoElegante" id="txtEmail" size="300" value="<?php 
echo $_SESSION['vox_email'];
?>
"/>
            <img src="imagens/info.png" alt="" width="17" height="17" onmouseover="Tip('É importante que o manifestante forneça &lt;br&gt; um endereço de <strong> email válido </strong> para contato. &lt;br&gt; Através desse email o manifestante terá acesso &lt;br&gt; ao código para visualizar o andamento de sua manifesta&ccedil;&atilde;o', BGCOLOR, '#FFFFFF')" onmouseout="UnTip()" /></td>
        </tr>
        <tr>
          <td class="labelTextos">Eu</td>
          <td><select name="dpdIdentificacao" class="caixaElegante" id="dpdIdentificacao" onchange="OcultaCampo(this.value);">
            <option value="">-- Selecione --</option>