コード例 #1
0
                    </td>  
                    <td width="30%" >
                    <input id="RegimenPensionario" name="RegimenPensionario" class="text ui-widget-content ui-corner-all" style=" width: 150px; text-align: left;" value="<?php 
echo $obj->RegimenPensionario;
?>
"  />
          
                    </td>
                    </tr>
                    <tr class="fil">
                    <td width="20%" align="left">
                    <label for="FechaIngreso">Fecha Ingreso:</label>
                    </td>
                    <td width="30%">
        	    <input id="FechaIngreso" name="FechaIngreso" class="text ui-widget-content ui-corner-all" style=" width: 150px; text-align: left;" value="<?php 
echo ffecha($obj->FechaIngreso);
?>
"  />
                    </td>
                    <td width="20%" align="left">
                    <label for="Telefono">Telefono:</label>
                    </td>  
                    <td width="30%" >
             	    <input id="Telefono" name="Telefono" class="text ui-widget-content ui-corner-all" style=" width: 150px; text-align: left;" value="<?php 
echo $obj->Telefono;
?>
" onkeypress="return permite(event,'num')"  />
                    </td>
                    </tr>
                    <tr class="fil">
                    <td width="20%" align="left">
コード例 #2
0
<form id="frm" action="index.php" method="POST">
    <input type="hidden" name="controller" value="viaje" />
    <input type="hidden" name="action" value="save" />
    <div class="contFrm ui-corner-all" style="background: #fff;">
        <div class="contenido" style="margin:0 auto; width: 800px; ">
            <fieldset class="ui-corner-all" >
                <legend>Datos</legend>            
                <label for="idviaje" class="labels">Codigo:</label>
                <input id="idviaje" name="idviaje" class="text ui-widget-content ui-corner-all" style=" width: 100px; text-align: left;" value="<?php 
echo $obj->idviaje;
?>
" readonly />
                <label for="idviaje" class="labels">Fecha:</label>
                <input id="fecha" name="fecha" class="text ui-widget-content ui-corner-all" style=" width: 100px; text-align: left;" value="<?php 
if ($obj->fecha != "") {
    echo ffecha($obj->fecha);
} else {
    echo date('d/m/Y');
}
?>
" readonly=""  />                
                <label for="cronograma" class="labels" >Cronog:</label>                
                <input id="idcronograma" name="idcronograma" class="text ui-widget-content ui-corner-all" style=" width: 77px; text-align: left;" value="<?php 
echo $obj->idcronograma;
?>
" readonly />                
                <a title="Buscar Cronograma" href="javascript:popup('index.php?controller=cronograma&action=search',860,400);"><img src="images/lupa.gif"/></a>
                <label for="origen" class="labels" >Origen:</label>
                <input id="origen" name="origen" class="text ui-widget-content ui-corner-all" style=" width: 100px; text-align: left;" value="<?php 
echo $obj->origen;
?>