예제 #1
0
파일: dmsg.php 프로젝트: pari/rand0m
    $TMP_MU->userId = $this_uId;
    if ($this_uId == $CURRENT_USERID) {
        continue;
    }
    ?>
										<option value="<?php 
    echo $this_uId;
    ?>
" <?php 
    if ($this_uId == $to_user_Id) {
        ?>
 selected="selected"<?php 
    }
    ?>
><?php 
    echo $TMP_MU->getUserAttribute('emplFullName');
    ?>
</option>
										<?php 
}
?>
										
										</select>
									</td>
								</tr>
								<tr>
									<th style="padding-top: 11px;" valign="top">MESSAGE:</th>
								  <td><textarea name="new_message" class="input_box" id="new_message" tabindex="5" onKeyUp="send_onEnter(event)"></textarea>
									Type a message to your friend.</td>
								</tr>
								<p id="f1_upload_form" align="center">