Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
app-stable-website
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Android
app-stable-website
Commits
72bbe461
Commit
72bbe461
authored
Nov 21, 2019
by
jackzhou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
08d2019e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
29 deletions
+29
-29
cartonDetail.php
leankcanary/cartonDetail.php
+27
-27
cartonList.php
leankcanary/cartonList.php
+1
-1
details.php
leankcanary/details.php
+1
-1
No files found.
leankcanary/cartonDetail.php
View file @
72bbe461
...
@@ -46,40 +46,40 @@
...
@@ -46,40 +46,40 @@
$className
=
$json
[
"className"
];
$className
=
$json
[
"className"
];
echo
"<div class=title>
{
$className
}
</div>"
;
echo
"<div class=title>
{
$className
}
</div>"
;
foreach
(
$elements
as
$key
=>
$value
)
{
//
foreach ($elements as $key => $value) {
$classChildName
=
$value
[
"className"
];
//
$classChildName = $value["className"];
$referenceName
=
$value
[
"referenceName"
];
//
$referenceName = $value["referenceName"];
$classHierarchy
=
$value
[
"classHierarchy"
];
//
$classHierarchy = $value["classHierarchy"];
echo
"
// echo "
<div class=
\"
track-rcol
\"
>
//
<div class=\"track-rcol\">
<div class=
\"
track-list
\"
>
//
<div class=\"track-list\">
<ul>
//
<ul>
<li class=
\"
first
\"
>
//
<li class=\"first\">
<i class=
\"
node-icon
\"
></i>
//
<i class=\"node-icon\"></i>
<div class=txt>
//
<div class=txt>
{
$classChildName
}
//
{$classChildName}
</div>
//
</div>
</li>
//
</li>
<li>
//
<li>
"
;
//
";
echo
"
//
echo "
<div class=title-1>
//
<div class=title-1>
{
$referenceName
}
//
{$referenceName}
</div>
//
</div>
"
;
//
";
foreach
(
$classHierarchy
as
$key
=>
$value
)
{
//
foreach ($classHierarchy as $key => $value) {
echo
"
echo
"
<div class=title-2>
<div class=title-2>
-------
{
$
value
}
-------
{
$
contentJson
}
</div>
</div>
"
;
"
;
}
//
}
echo
"</li>
echo
"</li>
</ul>
</ul>
</div>
</div>
</div>"
;
</div>"
;
}
//
}
echo
"<div class=line></div>"
;
echo
"<div class=line></div>"
;
/*echo "</tr>";*/
/*echo "</tr>";*/
...
@@ -89,7 +89,7 @@
...
@@ -89,7 +89,7 @@
mysqli_close
(
$link
);
mysqli_close
(
$link
);
?>
?>
</
table
>
</
div
>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
function
changestatus
(
id
)
{
function
changestatus
(
id
)
{
...
@@ -98,7 +98,7 @@
...
@@ -98,7 +98,7 @@
}
}
}
}
function
enterpage
(
id
)
{
function
enterpage
(
id
)
{
window
.
location
=
"
d
etail.php?id="
+
id
;
window
.
location
=
"
cartonD
etail.php?id="
+
id
;
}
}
</script>
</script>
<style
type=
"text/css"
>
<style
type=
"text/css"
>
...
...
leankcanary/cartonList.php
View file @
72bbe461
...
@@ -159,7 +159,7 @@
...
@@ -159,7 +159,7 @@
}
}
}
}
function
enterpage
(
id
)
{
function
enterpage
(
id
)
{
window
.
location
=
"cartonDetail
s
.php?id="
+
id
;
window
.
location
=
"cartonDetail.php?id="
+
id
;
}
}
</script>
</script>
...
...
leankcanary/details.php
View file @
72bbe461
...
@@ -89,7 +89,7 @@
...
@@ -89,7 +89,7 @@
mysqli_close
(
$link
);
mysqli_close
(
$link
);
?>
?>
</
table>
</
div>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
function
changestatus
(
id
)
{
function
changestatus
(
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