Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
80b4beec
Commit
80b4beec
authored
Mar 03, 2003
by
Chad Barb
Browse files
Fixed minor error in brief view.
(Showing empty td's for pid="emulab-ops")
parent
346dd44f
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/showexp_list.php3
View file @
80b4beec
...
...
@@ -299,6 +299,9 @@ if ($thumb && !$idle) {
"<a href='showexp.php3?pid=
$pid
&eid=
$eid
'>
$eid
</a>"
.
"</b>"
.
"</td>"
;
$thumbcount
++
;
if
((
$thumbcount
%
4
)
==
0
)
{
echo
"</tr><tr>
\n
"
;
}
}
}
else
{
...
...
@@ -351,15 +354,10 @@ if ($thumb && !$idle) {
echo
"</td></tr></table>
\n
"
;
echo
"</td>"
;
}
$thumbcount
++
;
if
(
$thumb
==
2
)
{
if
((
$thumbcount
%
4
)
==
0
)
{
echo
"</tr><tr>
\n
"
;
}
}
else
{
$thumbcount
++
;
if
((
$thumbcount
%
2
)
==
0
)
{
echo
"</tr><tr>
\n
"
;
}
}
}
echo
"</tr></table>"
;
...
...
Write
Preview
Supports
Markdown
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