diff options
author | Colin Fleming <cj_fleming@sky.com> | 2013-04-08 20:14:58 +0100 |
---|---|---|
committer | Colin Fleming <cj_fleming@sky.com> | 2013-04-08 20:14:58 +0100 |
commit | 9dfaf533d41932fb66e6044cafd051e6d44cd210 (patch) | |
tree | 3cc0ce029f73494656a3029b2fd7701267973f32 /usr | |
parent | 4fd2fed2ad6672c3be771146048bee61317f3197 (diff) | |
download | pfsense-9dfaf533d41932fb66e6044cafd051e6d44cd210.zip pfsense-9dfaf533d41932fb66e6044cafd051e6d44cd210.tar.gz |
Tidy up "system_groupmanager.php" XHTML
Add CDATA sections to SCRIPT tags
Close INPUT and BR tags
Update HTML boolean operators
Deprecate the ampersand in ANCHOR tags
Move NOWRAP into class statement
Move TFOOT between the THEAD and TBODY tags, this is a "quirck" of HTML
Move closing BODY tag after "fend.inc"
Add missing closing HTML tag
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/system_groupmanager.php | 100 |
1 files changed, 50 insertions, 50 deletions
diff --git a/usr/local/www/system_groupmanager.php b/usr/local/www/system_groupmanager.php index d6ffe25..ed2cd31 100644 --- a/usr/local/www/system_groupmanager.php +++ b/usr/local/www/system_groupmanager.php @@ -175,8 +175,8 @@ include("head.inc"); <body link="#000000" vlink="#000000" alink="#000000" onload="<?= $jsevents["body"]["onload"] ?>"> <?php include("fbegin.inc"); ?> -<script language="JavaScript"> -<!-- +<script type="text/javascript"> +//<![CDATA[ function setall_selected(id) { selbox = document.getElementById(id); @@ -224,7 +224,7 @@ function presubmit() { setall_selected('members'); } -//--> +//]]> </script> <?php if ($input_errors) @@ -232,7 +232,7 @@ function presubmit() { if ($savemsg) print_info_box($savemsg); ?> -<table width="100%" border="0" cellpadding="0" cellspacing="0"> +<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="group manager"> <tr> <td> <?php @@ -252,11 +252,11 @@ function presubmit() { <?php if($_GET['act']=="new" || $_GET['act']=="edit"): ?> <form action="system_groupmanager.php" method="post" name="iform" id="iform" onsubmit="presubmit()"> - <table width="100%" border="0" cellpadding="6" cellspacing="0"> + <table width="100%" border="0" cellpadding="6" cellspacing="0" summary="main area"> <?php $ro = ""; if ($pconfig['gtype'] == "system") - $ro = "readonly = \"readonly\""; + $ro = "readonly=\"readonly\""; ?> <tr> <td width="22%" valign="top" class="vncell"><?=gettext("Defined by");?></td> @@ -268,14 +268,14 @@ function presubmit() { <tr> <td width="22%" valign="top" class="vncellreq"><?=gettext("Group name");?></td> <td width="78%" class="vtable"> - <input name="groupname" type="text" class="formfld group" id="groupname" size="20" value="<?=htmlspecialchars($pconfig['name']);?>" <?=$ro;?>> + <input name="groupname" type="text" class="formfld group" id="groupname" size="20" value="<?=htmlspecialchars($pconfig['name']);?>" <?=$ro;?> /> </td> </tr> <tr> <td width="22%" valign="top" class="vncell"><?=gettext("Description");?></td> <td width="78%" class="vtable"> - <input name="description" type="text" class="formfld unknown" id="description" size="20" value="<?=htmlspecialchars($pconfig['description']);?>"> - <br> + <input name="description" type="text" class="formfld unknown" id="description" size="20" value="<?=htmlspecialchars($pconfig['description']);?>" /> + <br/> <?=gettext("Group description, for your own information only");?> </td> </tr> @@ -285,12 +285,12 @@ function presubmit() { <tr> <td width="22%" valign="top" class="vncell"><?=gettext("Group Memberships");?></td> <td width="78%" class="vtable" align="center"> - <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0"> + <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0" summary="membership"> <tr> <td align="center" width="50%"> <strong><?=gettext("Not Members");?></strong><br/> <br/> - <select size="10" style="width: 75%" name="notmembers[]" class="formselect" id="notmembers" onChange="clear_selected('members')" multiple> + <select size="10" style="width: 75%" name="notmembers[]" class="formselect" id="notmembers" onchange="clear_selected('members')" multiple="multiple"> <?php foreach ($config['system']['user'] as $user): if (is_array($pconfig['members']) && in_array($user['uid'],$pconfig['members'])) @@ -316,7 +316,7 @@ function presubmit() { <td align="center" width="50%"> <strong><?=gettext("Members");?></strong><br/> <br/> - <select size="10" style="width: 75%" name="members[]" class="formselect" id="members" onChange="clear_selected('notmembers')" multiple> + <select size="10" style="width: 75%" name="members[]" class="formselect" id="members" onchange="clear_selected('notmembers')" multiple="multiple"> <?php foreach ($config['system']['user'] as $user): if (!(is_array($pconfig['members']) && in_array($user['uid'],$pconfig['members']))) @@ -341,7 +341,7 @@ function presubmit() { <tr> <td width="22%" valign="top" class="vncell"><?=gettext("Assigned Privileges");?></td> <td width="78%" class="vtable"> - <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0"> + <table class="tabcont" width="100%" border="0" cellpadding="0" cellspacing="0" summary="privileges"> <tr> <td width="40%" class="listhdrr"><?=gettext("Name");?></td> <td width="60%" class="listhdrr"><?=gettext("Description");?></td> @@ -359,9 +359,9 @@ function presubmit() { <td class="listbg"> <?=htmlspecialchars($priv_list[$priv]['descr']);?> </td> - <td valign="middle" nowrap class="list"> - <a href="system_groupmanager.php?act=delpriv&id=<?=htmlspecialchars($id)?>&privid=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this privilege?");?>')"> - <img src="/themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0" alt="" /> + <td valign="middle" class="list nowrap"> + <a href="system_groupmanager.php?act=delpriv&id=<?=htmlspecialchars($id)?>&privid=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this privilege?");?>')"> + <img src="/themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0" alt="delete" /> </a> </td> </tr> @@ -374,7 +374,7 @@ function presubmit() { <td class="list" colspan="2"></td> <td class="list"> <a href="system_groupmanager_addprivs.php?groupid=<?=htmlspecialchars($id)?>"> - <img src="/themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0" alt="" /> + <img src="/themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" width="17" height="17" border="0" alt="add" /> </a> </td> @@ -387,10 +387,10 @@ function presubmit() { <tr> <td width="22%" valign="top"> </td> <td width="78%"> - <input name="save" type="submit" class="formbtn" value="<?=gettext("Save");?>"> + <input name="save" type="submit" class="formbtn" value="<?=gettext("Save");?>" /> <?php if (isset($id) && $a_group[$id]): ?> - <input name="id" type="hidden" value="<?=htmlspecialchars($id);?>"> - <input name="gid" type="hidden" value="<?=htmlspecialchars($pconfig['gid']);?>"> + <input name="id" type="hidden" value="<?=htmlspecialchars($id);?>" /> + <input name="gid" type="hidden" value="<?=htmlspecialchars($pconfig['gid']);?>" /> <?php endif; ?> </td> </tr> @@ -399,7 +399,7 @@ function presubmit() { <?php else: ?> - <table class="sortable" width="100%" border="0" cellpadding="0" cellspacing="0"> + <table class="sortable" width="100%" border="0" cellpadding="0" cellspacing="0" summary=""> <thead> <tr> <th width="25%" class="listhdrr"><?=gettext("Group name");?></th> @@ -408,6 +408,25 @@ function presubmit() { <th width="10%" class="list"></th> </tr> </thead> + <tfoot> + <tr> + <td class="list" colspan="3"></td> + <td class="list"> + <a href="system_groupmanager.php?act=new"><img src="./themes/<?=$g['theme'];?>/images/icons/icon_plus.gif" title="<?=gettext("add group");?>" width="17" height="17" border="0" alt="add" /> + </a> + </td> + </tr> + <tr> + <td colspan="3"> + <p> + <?=gettext("Additional webConfigurator groups can be added here. + Group permissions can be assigned which are inherited by users who are members of the group. + An icon that appears grey indicates that it is a system defined object. + Some system object properties can be modified but they cannot be deleted.");?> + </p> + </td> + </tr> + </tfoot> <tbody> <?php $i = 0; @@ -421,14 +440,13 @@ function presubmit() { if ($group["name"] == "all") $groupcount = count($config['system']['user']); ?> - <tr ondblclick="document.location='system_groupmanager.php?act=edit&id=<?=$i;?>'"> + <tr ondblclick="document.location='system_groupmanager.php?act=edit&id=<?=$i;?>'"> <td class="listlr"> - <table border="0" cellpadding="0" cellspacing="0"> + <table border="0" cellpadding="0" cellspacing="0" summary=""> <tr> - <td align="left" valign="center"> + <td align="left" valign="middle"> <img src="<?=$grpimg;?>" alt="<?=gettext("User");?>" title="<?=gettext("User");?>" border="0" height="16" width="16" /> </td> - </td> <td align="left" valign="middle"> <?=htmlspecialchars($group['name']); ?> </td> @@ -441,14 +459,14 @@ function presubmit() { <td class="listbg"> <?=$groupcount;?> </td> - <td valign="middle" nowrap class="list"> - <a href="system_groupmanager.php?act=edit&id=<?=$i;?>"> - <img src="./themes/<?=$g['theme'];?>/images/icons/icon_e.gif" title="<?=gettext("edit group");?>" width="17" height="17" border="0"> + <td valign="middle" class="list nowrap"> + <a href="system_groupmanager.php?act=edit&id=<?=$i;?>"> + <img src="./themes/<?=$g['theme'];?>/images/icons/icon_e.gif" title="<?=gettext("edit group");?>" width="17" height="17" border="0" alt="edit" /> </a> <?php if($group['scope'] != "system"): ?> - <a href="system_groupmanager.php?act=delgroup&id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this group?"); ?>')"> - <img src="/themes/<?=$g['theme'];?>/images/icons/icon_x.gif" title="<?=gettext("delete group"); ?>" width="17" height="17" border="0"> + <a href="system_groupmanager.php?act=delgroup&id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this group?"); ?>')"> + <img src="/themes/<?=$g['theme'];?>/images/icons/icon_x.gif" title="<?=gettext("delete group"); ?>" width="17" height="17" border="0" alt="delete" /> </a> <?php endif; ?> </td> @@ -458,25 +476,6 @@ function presubmit() { endforeach; ?> </tbody> - <tfoot> - <tr> - <td class="list" colspan="3"></td> - <td class="list"> - <a href="system_groupmanager.php?act=new"><img src="./themes/<?=$g['theme'];?>/images/icons/icon_plus.gif" title="<?=gettext("add group");?>" width="17" height="17" border="0"> - </a> - </td> - </tr> - <tr> - <td colspan="3"> - <p> - <?=gettext("Additional webConfigurator groups can be added here. - Group permissions can be assigned which are inherited by users who are members of the group. - An icon that appears grey indicates that it is a system defined object. - Some system object properties can be modified but they cannot be deleted.");?> - </p> - </td> - </tr> - </tfoot> </table> <?php endif; ?> @@ -485,5 +484,6 @@ function presubmit() { </td> </tr> </table> -</body> <?php include("fend.inc"); ?> +</body> +</html> |