| Server IP : 180.180.241.3 / Your IP : 216.73.216.25 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Program Files (x86)/LogMeIn/ |
Upload File : |
RAB1 a c l e d i t . h t m l d kO`<?ratmpl?>
<?
nocache
include "macros.html"
?>
<html>
<head>
<?include "title.inc"?>
<?include "style.inc"?>
<?include "tooltip.inc"?>
</head>
<body>
<script type="text/javascript">
function checkRadio(radio, check) {
if (check.checked) {
radio.checked = true;
check.checked = true;
}
return true;
}
</script>
<?
if REQ.APPLY
action "aclsave"
if not WINERRNUM
redirect REQ.BACK
exit
else
usemacro WINERRDLG()
endif
endif
if REQ.CANCEL
action "aclend" // drop editing session
redirect REQ.BACK // go to "back" page
exit
endif
?>
<div class="window">
<div class="titleBar"><?usemacro TITLEICON("admin")?><span class="titleText"><?&MSG.ACL.TITLE?></span></div>
<center>
<form action="&TEMPLATE&" method="post">
<?if REQ.USRLST?>
<?action "aclusers"?>
<fieldset style="width:95%"><br>
<table>
<tr><td colspan="3" align="center">
<input type="submit" name="usrlst" value="&MSG.CONFIG.USERLIST.BTNTEXT&">
(<input type="checkbox" name="listcached" &LISTCACHED&> &MSG.CONFIG.USERLIST.CACHED&)
&MSG.CONFIG.USERLIST.FROM&
<input type="text" name="listdomain" value="&LISTDOMAIN&">
<?if CFG.TOOLTIPS>0?>
<img src="/img/ico_evt_info.png?bg=%COLOR.DlgBack%" border=0 onmouseover="showTip(event,'$MSG.CONFIG.USERLIST.DESCRIPTION$',false,'IMG');" width=16 height=16>
<?endif?>
<br>
<br>
</td></tr>
<tr valign="top"><td align="center">
<select name="sid" size="18">
<?enum USERS?><option value="&USER.SID&">&USER.NAME&<?next?>
</select><br>
</td><td>
</td><td>
<table cellpsacing=0 cellpadding=0>
<tr>
<td><?&MSG.ACL.PERME?>:</td>
<?if ACL.MODE="dir"?><td><?&MSG.ACL.PERMI?>:</td><?endif?>
</tr>
<?if ACL.MODE="dir"?>
<tr>
<td></td>
<td><input type="radio" name="imask" value="0"><?&MSG.ACL.MASK.NONE?></td>
</tr>
<?endif?>
<tr>
<td><input type="radio" name="pmask" value="-1"><?&MSG.ACL.MASK.DENY?></td>
<?if ACL.MODE="dir"?><td><input type="radio" name="imask" value="-1"><?&MSG.ACL.MASK.DENY?></td><?endif?>
</tr>
<tr>
<td><input type="radio" name="pmask" value="2032127" checked id="pfull"><?&MSG.ACL.MASK.FULL?></td>
<?if ACL.MODE="dir"?><td><input type="radio" name="imask" value="2032127" checked><?&MSG.ACL.MASK.FULL?></td><?endif?>
</tr>
<tr>
<td><input type="radio" name="pmask" value="1179817"><?&MSG.ACL.MASK.READ?></td>
<?if ACL.MODE="dir"?><td><input type="radio" name="imask" value="1179817"><?&MSG.ACL.MASK.READ?></td><?endif?>
</tr>
<tr>
<td><input type="radio" name="pmask" value="1245631"><?&MSG.ACL.MASK.CHNG?></td>
<?if ACL.MODE="dir"?><td><input type="radio" name="imask" value="1245631"><?&MSG.ACL.MASK.CHNG?></td><?endif?>
</tr>
<tr>
<td><input type="radio" name="pmask" value="0" id="pother"><?&MSG.ACL.MASK.OTHER?>:</td>
<?if ACL.MODE="dir"?><td><input type="radio" name="imask" value="0" id="iother"><?&MSG.ACL.MASK.OTHER?>:</td><?endif?>
</tr>
<tr>
<td> <input type="checkbox" name="pmask" value="1179785" onclick="checkRadio(pother,this)"><?&MSG.ACL.MASK.R?></td>
<?if ACL.MODE="dir"?><td> <input type="checkbox" name="imask" value="1179785" onclick="checkRadio(iother,this)"><?&MSG.ACL.MASK.R?></td><?endif?>
</tr>
<tr>
<td> <input type="checkbox" name="pmask" value="1179926" onclick="checkRadio(pother,this)"><?&MSG.ACL.MASK.W?></td>
<?if ACL.MODE="dir"?><td> <input type="checkbox" name="imask" value="1179926" onclick="checkRadio(iother,this)"><?&MSG.ACL.MASK.W?></td><?endif?>
</tr>
<tr>
<td> <input type="checkbox" name="pmask" value="1179808" onclick="checkRadio(pother,this)"><?&MSG.ACL.MASK.X?></td>
<?if ACL.MODE="dir"?><td> <input type="checkbox" name="imask" value="1179808" onclick="checkRadio(iother,this)"><?&MSG.ACL.MASK.X?></td><?endif?>
</tr>
<tr>
<td> <input type="checkbox" name="pmask" value="65536" onclick="checkRadio(pother,this)"><?&MSG.ACL.MASK.D?></td>
<?if ACL.MODE="dir"?><td> <input type="checkbox" name="imask" value="65536" onclick="checkRadio(iother,this)"><?&MSG.ACL.MASK.D?></td><?endif?>
</tr>
<tr>
<td> <input type="checkbox" name="pmask" value="262144" onclick="checkRadio(pother,this)"><?&MSG.ACL.MASK.P?></td>
<?if ACL.MODE="dir"?><td> <input type="checkbox" name="imask" value="262144" onclick="checkRadio(iother,this)"><?&MSG.ACL.MASK.P?></td><?endif?>
</tr>
<tr>
<td> <input type="checkbox" name="pmask" value="524288" onclick="checkRadio(pother,this)"><?&MSG.ACL.MASK.O?></td>
<?if ACL.MODE="dir"?><td> <input type="checkbox" name="imask" value="524288" onclick="checkRadio(iother,this)"><?&MSG.ACL.MASK.O?></td><?endif?>
</tr>
</table>
</td></tr>
</table>
</fieldset><br>
<br>
<input type="submit" name="addace" value="&MSG.ACL.BUTTON.NEW&">
<input type="submit" name="lstace" value="&MSG.ACL.BUTTON.CANCEL&"><br><br>
<input type="hidden" name="updatefiles" value="&REQ.UPDATEFILES&">
<input type="hidden" name="updatedirs" value="&REQ.UPDATEDIRS&">
<input type="hidden" name="token" value="&CSRFTOKEN&">
<?else
if REQ.ADDACE
action "acladd"
elseif REQ.DELACE
action "acldel"
endif
action "acllist"
usemacro WINERRDLG()
endif
?>
<?if OBJECTS?>
<fieldset style="width:95%"><legend>
<?&MSG.ACL.OBJECTS?></legend>
<ul><?enum OBJECTS?><li>&OBJECT.PATH&<?next?></ul>
<?if ACL.DIFF?><b>&MSG.ACL.ACLMISMATCH&<?endif?>
</fieldset><br>
<?endif?>
<br>
<?if ACES?>
<fieldset style="width:95%"><legend><?&MSG.ACL.ACES?></legend>
<table align=center>
<tr>
<td>
<br>
<select name="ace" size="10" multiple>
<?if ACES=0?>
<option value="" disabled><?&CONFIG.NA?>----------</option>
<?endif?>
<?enum ACES?><option value="&ACE.INDEX&">&ACE.USER& - &MSG.ACL.MODE:ACE.MODE& <?if ACE.SPECIAL?>&MSG.ACL.MASK:ACE.SPECIAL&<?else?>&MSG.ACL.MASK.OTHER& (&ACE.FLAGS&)<?endif?></option><?next?>
</select><br><br>
</td>
</tr>
<tr>
<td>
<input type="submit" name="usrlst" value="&MSG.ACL.BUTTON.NEW&"> <input type="submit" name="delace" value="&MSG.ACL.BUTTON.DEL&">
<br>
</td>
</tr>
</table>
</fieldset>
<br>
<?if ACL.MODE="dir"?>
<fieldset style="width:95%"><legend>&MSG.ACL.DIROPTIONS&</legend>
<table><tr><td>
<input type="checkbox" name="updatefiles" <?checked REQ.UPDATEFILES?>> &MSG.ACL.BUTTON.UPDFILES&<br>
<input type="checkbox" name="updatedirs" <?checked REQ.UPDATEDIRS?>> &MSG.ACL.BUTTON.UPDDIRS&<br>
</td></tr></table>
</fieldset>
<?endif //ACL.MODE="dir"?>
<br>
<br>
<input type="hidden" name="listcached" value="yes">
<input type="submit" name="apply" value="&MSG.ACL.BUTTON.APPLY&" <?if ACL.DIFF?>onclick="return confirm('$MSG.ACL.ACLMISMATCH$')"<?endif?>>
<input type="submit" name="cancel" value="&MSG.ACL.BUTTON.CANCEL&">
<?endif //ACES?>
<input type="hidden" name="aclid" value="&ACL.ID&">
<input type="hidden" name="back" value="&REQ.BACK&">
<input type="hidden" name="token" value="&CSRFTOKEN&">
</form>
</center>
</div>
</body>
</html>
_( a c t i v e x \ n p R A C t r l . d m g 8 kO`xc`#9 x1 Om@a0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0`0` <