Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
domainepublic
alternc
Commits
5ca85e73
Commit
5ca85e73
authored
Jul 15, 2019
by
santiagomr
Browse files
Fix #326 - Minor detail in form
parent
5e9fadd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
bureau/admin/ip_main.php
View file @
5ca85e73
<?php
<?php
/*
/*
----------------------------------------------------------------------
----------------------------------------------------------------------
...
@@ -18,10 +18,10 @@
...
@@ -18,10 +18,10 @@
----------------------------------------------------------------------
----------------------------------------------------------------------
*/
*/
/**
/**
* List and edit IP-Authentication list for this account
* List and edit IP-Authentication list for this account
*
*
* @copyright AlternC-Team 2000-2017 https://alternc.com/
* @copyright AlternC-Team 2000-2017 https://alternc.com/
*/
*/
require_once
(
"../class/config.php"
);
require_once
(
"../class/config.php"
);
...
@@ -90,7 +90,7 @@ echo $msg->msg_html_all();
...
@@ -90,7 +90,7 @@ echo $msg->msg_html_all();
<th>
<?php
__
(
"Access type"
);
?>
</th>
<th>
<?php
__
(
"Access type"
);
?>
</th>
<th></th>
<th></th>
</tr>
</tr>
<?php
<?php
foreach
(
$lac
as
$ll
)
{
foreach
(
$lac
as
$ll
)
{
echo
"<tr class='lst' >"
;
echo
"<tr class='lst' >"
;
echo
"<td><span title=
\"
{
$list_ip
[
$ll
[
'authorised_ip_id'
]][
'ip_human'
]
}
\"
>"
.
$list_ip
[
$ll
[
'authorised_ip_id'
]][
'infos'
];
echo
"<td><span title=
\"
{
$list_ip
[
$ll
[
'authorised_ip_id'
]][
'ip_human'
]
}
\"
>"
.
$list_ip
[
$ll
[
'authorised_ip_id'
]][
'infos'
];
...
@@ -133,7 +133,7 @@ echo $msg->msg_html_all();
...
@@ -133,7 +133,7 @@ echo $msg->msg_html_all();
</select>
</select>
<?php
}
else
{
?>
<?php
}
else
{
?>
<?php
foreach
(
$a
[
'values'
]
as
$k
=>
$v
)
{
?>
<?php
foreach
(
$a
[
'values'
]
as
$k
=>
$v
)
{
?>
<label><b>
<?php
ehe
(
$v
);
?>
</b></label>
<label><b>
<?php
ehe
(
$v
);
?>
</b></label>
<input
type=
"hidden"
name=
"s_affect_
<?php
ehe
(
$a
[
'protocol'
]);
?>
"
id=
"s_affect_
<?php
ehe
(
$a
[
'protocol'
]);
?>
"
value=
"
<?php
ehe
(
$k
);
?>
"
readonly=
"readonly"
/>
<input
type=
"hidden"
name=
"s_affect_
<?php
ehe
(
$a
[
'protocol'
]);
?>
"
id=
"s_affect_
<?php
ehe
(
$a
[
'protocol'
]);
?>
"
value=
"
<?php
ehe
(
$k
);
?>
"
readonly=
"readonly"
/>
<?php
}
?>
<?php
}
?>
<?php
}
?>
<?php
}
?>
...
@@ -147,7 +147,7 @@ echo $msg->msg_html_all();
...
@@ -147,7 +147,7 @@ echo $msg->msg_html_all();
<p>
<p>
<select
name=
"s_ipsub"
>
<select
name=
"s_ipsub"
>
<?php
foreach
(
$list_ip
as
$li
)
{
?>
<?php
foreach
(
$list_ip
as
$li
)
{
?>
<option
value=
"
<?php
echo
$li
[
'id'
];
?>
"
>
<?php
ehe
(
$li
[
'infos'
]);
<option
value=
"
<?php
echo
$li
[
'id'
];
?>
"
>
<?php
ehe
(
$li
[
'infos'
]);
//echo " - ".$li['ip'] ; if (!($li['subnet']==32 || $li['subnet'] == 128)) echo "/".$li['subnet'];
//echo " - ".$li['ip'] ; if (!($li['subnet']==32 || $li['subnet'] == 128)) echo "/".$li['subnet'];
?>
</option>
?>
</option>
<?php
}
?>
<?php
}
?>
...
@@ -170,7 +170,7 @@ echo $msg->msg_html_all();
...
@@ -170,7 +170,7 @@ echo $msg->msg_html_all();
<
h3
><?
php
__
(
"Known IP and networks"
);
?>
</h3>
<
h3
><?
php
__
(
"Known IP and networks"
);
?>
</h3>
<table
class=
"tlist"
>
<table
class=
"tlist"
>
<tr><th>
<?php
__
(
"Name"
);
?>
</th><th>
<?php
__
(
"IP or network"
);
?>
</th><th>
<?php
__
(
"Type"
);
?>
</th><th
colspan=
'2'
></th></tr>
<tr><th>
<?php
__
(
"Name"
);
?>
</th><th>
<?php
__
(
"IP or network"
);
?>
</th><th>
<?php
__
(
"Type"
);
?>
</th><th
colspan=
'2'
></th></tr>
<?php
<?php
foreach
(
$list_ip
as
$i
)
{
foreach
(
$list_ip
as
$i
)
{
if
(
checkip
(
$i
[
'ip'
]))
{
if
(
checkip
(
$i
[
'ip'
]))
{
if
(
$i
[
'subnet'
]
==
32
)
{
if
(
$i
[
'subnet'
]
==
32
)
{
...
@@ -207,8 +207,8 @@ foreach($list_ip as $i) {
...
@@ -207,8 +207,8 @@ foreach($list_ip as $i) {
<input
type=
"hidden"
name=
"id"
value=
""
id=
"edit_id"
/>
<input
type=
"hidden"
name=
"id"
value=
""
id=
"edit_id"
/>
<table
class=
"tlistb"
>
<table
class=
"tlistb"
>
<tr><th>
<?php
__
(
"Name"
);
?>
</th><th>
<?php
__
(
"IP or network. <i>IPv4, IPv6 and subnet allowed</i>"
);
?>
</th><th></th></tr>
<tr><th>
<?php
__
(
"IP or network. <i>IPv4, IPv6 and subnet allowed</i>"
);
?>
</th><th>
<?php
__
(
"Name"
);
?>
</th><th></th></tr>
<tr
class=
"lst2"
>
<tr
class=
"lst2"
>
<td><input
type=
"text"
size=
"20"
maxlength=
"39"
name=
"ipsub"
id=
"edit_ip"
/></td>
<td><input
type=
"text"
size=
"20"
maxlength=
"39"
name=
"ipsub"
id=
"edit_ip"
/></td>
<td><input
type=
"text"
size=
"25"
maxlength=
"200"
name=
"infos"
id=
"edit_infos"
/></td>
<td><input
type=
"text"
size=
"25"
maxlength=
"200"
name=
"infos"
id=
"edit_infos"
/></td>
...
@@ -227,7 +227,7 @@ foreach($list_ip as $i) {
...
@@ -227,7 +227,7 @@ foreach($list_ip as $i) {
}
}
function
edit_ip
(
id
,
iph
,
infos
)
{
function
edit_ip
(
id
,
iph
,
infos
)
{
if
(
id
!=
''
)
{
if
(
id
!=
''
)
{
$
(
"
#reset_edit_ip
"
).
show
();
$
(
"
#reset_edit_ip
"
).
show
();
}
}
$
(
"
#edit_id
"
).
val
(
id
);
$
(
"
#edit_id
"
).
val
(
id
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment