Exemplo n.º 1
0
        ?>
> <?php 
        echo $metin[94];
        ?>
 </option>
                            <option value="1" <?php 
        if (!strcmp(1, GetSQLValueStringNo($row_eoUsers['userType'], "text"))) {
            echo "selected=\"selected\"";
        }
        ?>
> <?php 
        echo $metin[95];
        ?>
 </option>
                            <option value="2" <?php 
        if (!strcmp(2, GetSQLValueStringNo($row_eoUsers['userType'], "text"))) {
            echo "selected=\"selected\"";
        }
        ?>
> <?php 
        echo $metin[96];
        ?>
 </option>
                          </select></td>
                      </tr>
                      <tr valign="baseline">
                        <td align="right" nowrap="nowrap"><label for="requestDate"> <?php 
        echo $metin[23];
        ?>
 :</label></td>
                        <td bgcolor="#CCFFFF"><input type="text" name="requestDate" id="requestDate" value="<?php 
Exemplo n.º 2
0
                        <td align="right" nowrap="nowrap"><?php 
        echo $metin[26];
        ?>
 :</td>
                        <td><?php 
        echo $row_eoUsers['messageid'];
        ?>
</td>
                      </tr>
                      <tr valign="baseline">
                        <td align="right" nowrap="nowrap"><label for="message"> <?php 
        echo $metin[50];
        ?>
 :</label></td>
                        <td bgcolor="#CCFFFF"><textarea name="message" id="message" cols="60" rows="8"><?php 
        echo GetSQLValueStringNo($row_eoUsers['message'], "text");
        ?>
</textarea></td>
                      </tr>
                      <tr valign="baseline">
                        <td colspan="2" align="center" bgcolor="#CCFFFF" class="tabloAlt"><input type="submit" value="<?php 
        echo $metin[25];
        ?>
" />
                          <input name="geri" type="button" id="geri" onclick="location.href = &quot;dataChatActions.php&quot;;" value="<?php 
        echo $metin[28];
        ?>
" /></td>
                      </tr>
                    </table>
                    <input type="hidden" name="MM_update" value="form3" />
Exemplo n.º 3
0
                        <td align="right" nowrap="nowrap"><?php 
        echo $metin[26];
        ?>
 :</td>
                        <td><?php 
        echo $row_eoUsers['id'];
        ?>
</td>
                      </tr>
                      <tr valign="baseline">
                        <td align="right" nowrap="nowrap"><label for="comment"> <?php 
        echo $metin[290];
        ?>
 :</label></td>
                        <td bgcolor="#CCFFFF"><textarea name="comment" id="comment" cols="60" rows="8"><?php 
        echo GetSQLValueStringNo($row_eoUsers['comment'], "text");
        ?>
</textarea></td>
                      </tr>
                      <tr valign="baseline">
                        <td colspan="2" align="center" bgcolor="#CCFFFF" class="tabloAlt"><input type="submit" value="<?php 
        echo $metin[25];
        ?>
" />
                          <input name="geri" type="button" id="geri" onclick="location.href = &quot;dataCommentList.php&quot;;" value="<?php 
        echo $metin[28];
        ?>
" /></td>
                      </tr>
                    </table>
                    <input type="hidden" name="MM_update" value="form3" />
Exemplo n.º 4
0
echo $metin[20];
?>
 :</label>
                        <div style="width:550px;"> 
                          <input name="userEmail" id="userEmail" type="text" size="32" maxlength="50"   class="required email" value="<?php 
echo GetSQLValueStringNo($row_eoUsers[4], "text");
?>
"  style="width:250px" />
                        </div>
                        <label for="userBirthDate"> <?php 
echo $metin[21];
?>
 :</label>
                        <div style="width:500px;"> 
                          <input name="userBirthDate" id="userBirthDate" type="text" value="<?php 
echo tarihOku3(GetSQLValueStringNo($row_eoUsers[5], "text"));
?>
" size="32" maxlength="50" class="required" style="width:150px" />
                        </div>
						<fieldset style="width:300px;border-color:red;">
                        <label for="userPassword"> <?php 
echo $metin[18];
?>
 :</label>
                        <div style="width:500px;"> 
                          <input name="userPassword" id="userPassword" type="password" value="" size="32" maxlength="40" style="width:150px"  />
                          <font color="red"> <strong> <?php 
echo $metin[90];
?>
 </strong></font> </div>
                        <label for="userPassword2"> <?php