コード例 #1
0
ファイル: rights.php プロジェクト: pmtool/pmtool
        echo "<option value=\"" . $element . "\">" . $accessInst->getRightName($element) . "\n";
        next($list);
    }
    ?>
        </select>
      </td>
      <td align="center">
        <input type="submit" value="&lt; <?php 
    echo $lang['common_switch'];
    ?>
 &gt;">
      </td>
      <td>
        <select name="remove[]" size="16" multiple>
        <?php 
    $list = $accessInst->getRights();
    while ($element = current($list)) {
        echo "<option value=\"" . $element . "\">" . $accessInst->getRightName($element) . "\n";
        next($list);
    }
    ?>
        </select>
      </td>
    </tr>
  </table>
  </form>
<?php 
}
#######################################################################
## list existing records
?>