?>
</td>
        </tr>
      </tbody>
    </table>

          </td>
        </tr>
        <tr>
          <td colspan="2" class="asstoptobottom" height="30"></td>
        </tr>
        <tr>
          <td colspan="2">

	<?php 
HtmlFilterBox("accesspathlist", 1);
?>

    <table id="accesspathlist" class="datatable">
      <thead>
        <tr>
          <th width="20"><input type="checkbox" id="selectallpaths"></th>
          <th colspan="2"><?php 
Translate("Access-Path");
?>
</th>
        </tr>
      </thead>
      <tbody>
        <?php 
foreach (GetArrayValue("AccessPathList") as $p) {
Beispiel #2
0
    }
  });
});
</script>

<h1><?php 
Translate("User management");
?>
</h1>
<p class="hdesc"><?php 
Translate("Here you can see a list of all users which can be authenticated by your subversion server.");
?>
</p>

<?php 
HtmlFilterBox("userlist", 1);
?>

<form action="userlist.php" method="POST">
	<table id="userlist" class="datatable">
	
	<thead>
	<tr>
	  <th width="20">
	  	<?php 
if (HasAccess(ACL_MOD_USER, ACL_ACTION_DELETE) || HasAccess(ACL_MOD_ROLE, ACL_ACTION_ASSIGN)) {
    ?>
	    <input type="checkbox" id="selectall">
	    <?php 
}
?>
Beispiel #3
0
-->
<h2><?php 
    Translate("Permissions of users");
    ?>
</h2>
<form action="userview.php?username=<?php 
    PrintStringValue("UsernameEncoded");
    ?>
" method="POST">
<input type="hidden" name="selected_users[]" value="<?php 
    PrintStringValue("Username");
    ?>
">

<?php 
    HtmlFilterBox("userpermissionlist", 1);
    ?>

	<table id="userpermissionlist" class="datatable">
  
	<thead>
	<tr>
	  <th width="20">#</th>
	  <th><?php 
    Translate("Access-Path");
    ?>
</th>
	  <th><?php 
    Translate("Permission");
    ?>
</th>
foreach (GetArrayValue('RepositoryParentList') as $rp) {
    ?>

	<h2><?php 
    Translate('Location');
    ?>
: <?php 
    print $rp->description;
    ?>
<br><small>(<?php 
    print $rp->path;
    ?>
)</small></h2>

	<?php 
    HtmlFilterBox('repolist_' . $rp->identifier);
    ?>

	<form action="repositorylist.php" method="POST">
		<input type="hidden" name="pi" value="<?php 
    print $rp->getEncodedIdentifier();
    ?>
">
		
		<table id="repolist_<?php 
    print $rp->identifier;
    ?>
" class="datatable">

		<thead>
			<tr>
    ?>
<h2><?php 
    Translate("Permissions of group");
    ?>
</h2>
<form action="groupview.php?groupname=<?php 
    PrintStringValue('GroupNameEncoded');
    ?>
" method="POST">
<input type="hidden" name="selected_groups[]" value="<?php 
    PrintStringValue('GroupNameEncoded');
    ?>
">

  <?php 
    HtmlFilterBox("grouplist", 1);
    ?>

  <table id="grouplist" class="datatable">
    <thead>
    <tr>
      <th width="20">#</th>
      <th><?php 
    Translate("Access-Path");
    ?>
</th>
      <th><?php 
    Translate("Permission");
    ?>
</th>
    </tr>
      <h2><?php 
Translate("Assigned groups");
?>
</h2>
      <form action="accesspathview.php?accesspath=<?php 
PrintStringValue("AccessPathEncoded");
?>
" method="POST">
      <input type="hidden" name="selected_accesspaths[]" value="<?php 
PrintStringValue("AccessPath");
?>
">

      <?php 
HtmlFilterBox("assignedgrouplist", 1);
?>

      <table id="assignedgrouplist" class="datatable">
      <thead>
      <tr>
        <th width="20">#</th>
        <th width="300"><?php 
Translate("Group");
?>
</th>
        <th><?php 
Translate("Permission");
?>
</th>
      </tr>