예제 #1
0
파일: radlform.php 프로젝트: grycap/im-web
    if ($other_w == "1") {
        echo 'checked';
    }
    ?>
>
                                            &nbsp&nbsp&nbspx: <input type="checkbox" name="other_x" value="1"
                                            <?php 
    if ($other_x == "1") {
        echo 'checked';
    }
    ?>
></td>

</tr>
<?php 
    if (!isset($id) || radl_user_can($id, $user, "w")) {
        ?>
<tr>
<td colspan=2 align=right>
					<a href="radlinfo.php?op=launch&id=<?php 
        echo $id;
        ?>
"><input type="button" name="Launch" value="Launch"></a>
 					<input type="submit" value="Save"/>
					<a href="radl_list.php"><input type="button" name="Cancelar" value="Cancel"></a>
					
					
</td>
</tr>
<?php 
    }
예제 #2
0
파일: radl_list.php 프로젝트: grycap/im-web
                echo $radl['rowid'];
                ?>
"><img src="images/lanzar.gif" border="0" alt="Launch" title="Launch"></a>
                <?php 
            }
            ?>
                </td>
                <td>
                    <a href="radlform.php?id=<?php 
            echo $radl['rowid'];
            ?>
"><img src="images/modificar.gif" border="0" alt="Edit" title="Edit"></a>
                </td>
                <td>
               <?php 
            if (radl_user_can($radl['rowid'], $user, "w")) {
                ?>
                    <a onclick="javascript:confirm_delete('radlinfo.php?op=delete&id=<?php 
                echo $radl['rowid'];
                ?>
', '<?php 
                echo $radl['name'];
                ?>
')" href="#"><img src="images/borrar.gif" border="0" alt="Delete" title="Delete"></a>
                <?php 
            }
            ?>
                </td>
            </tr>
            <?php 
        }