Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
78511aa5
Commit
78511aa5
authored
Jun 19, 2020
by
黄静
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hj
parent
9e39232a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
11 deletions
+19
-11
entprofile/templates/potential_business.html
+19
-11
No files found.
entprofile/templates/potential_business.html
View file @
78511aa5
...
...
@@ -5,10 +5,17 @@
<meta
charset=
"UTF-8"
>
<title>
潜在商机
</title>
</head>
<script>
function
app_url
(){
window
.
open
(
'{{app_item.app_url}}'
)
}
</script>
<body>
<div
id=
"main"
>
<!-- <div id="reason">该公司的网站及app详情如下:</div>-->
<div
class=
"app"
>
{% if app_info != [] %}
<div
class=
"reason"
>
App如下:
</div>
<div
class=
"info"
>
<div
class=
"png"
>
...
...
@@ -19,10 +26,15 @@
</div>
<div
class=
"app_url"
>
<input
style=
"margin-top: 1%;margin-bottom: 2%;cursor: pointer"
type=
"button"
value=
"查看"
onclick=
"app_url()"
>
</input>
</div>
</div>
q
</div>
</div>
{% endif %}
{% endfor %}
</div>
<div>
{% if website_info != [] %}
<div
class=
"reason"
>
网站如下:
</div>
<div
class=
"info"
>
{% for website in website_info %}
...
...
@@ -31,7 +43,10 @@
</a>
{% endfor %}
</div>
{% endif %}
</div>
</div>
</body>
<style>
...
...
@@ -91,10 +106,4 @@
}
</style>
<script>
function
app_url
(){
window
.
open
(
'{{app_item.app_url}}'
)
}
</script>
{% endfor %}
</html>
\ No newline at end of file
</html>
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