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
9e39232a
Commit
9e39232a
authored
Jun 18, 2020
by
黄静
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hj
parent
a81b46a8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
10 deletions
+13
-10
entprofile/templates/potential_business.html
+13
-10
No files found.
entprofile/templates/potential_business.html
View file @
9e39232a
<!DOCTYPE html>
<!DOCTYPE html>
<html
lang=
"utf-8"
>
<html
lang=
"utf-8"
>
{% for app_item in app_info %}
<head>
<head>
<meta
charset=
"UTF-8"
>
<meta
charset=
"UTF-8"
>
<title>
潜在商机
</title>
<title>
潜在商机
</title>
...
@@ -10,7 +11,6 @@
...
@@ -10,7 +11,6 @@
<div
class=
"app"
>
<div
class=
"app"
>
<div
class=
"reason"
>
App如下:
</div>
<div
class=
"reason"
>
App如下:
</div>
<div
class=
"info"
>
<div
class=
"info"
>
{% for app_item in app_info %}
<div
class=
"png"
>
<div
class=
"png"
>
<img
style=
"padding-top: 2%"
<img
style=
"padding-top: 2%"
src=
{{app_item.app_logo}}
>
src=
{{app_item.app_logo}}
>
...
@@ -18,24 +18,19 @@
...
@@ -18,24 +18,19 @@
{{app_item.app_name}}
{{app_item.app_name}}
</div>
</div>
<div
class=
"app_url"
>
<div
class=
"app_url"
>
<input
style=
"margin-top: 1%;margin-bottom: 2%;cursor: pointer"
type=
"button"
value=
"查看"
onclick=
"location.href = '{{app_item.app_url}}'"
>
<input
style=
"margin-top: 1%;margin-bottom: 2%;cursor: pointer"
type=
"button"
value=
"查看"
onclick=
"app_url()"
>
</input>
</div>
</div>
</div>
</div>
q
{% endfor %}
</div>
</div>
<div
class=
"reason"
>
网站如下:
</div>
<div
class=
"reason"
>
网站如下:
</div>
<div
class=
"info"
>
<div
class=
"info"
>
{% for website in website_info %}
{% for website in website_info %}
<a
class=
"website"
href=
"{{website.website_url}}"
>
<a
class=
"website"
href=
"{{website.website_url}}"
target=
"_blank"
>
{{website.website_name}}
{{website.website_name}}
</a>
</a>
{% endfor %}
{% endfor %}
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</body>
...
@@ -95,4 +90,11 @@
...
@@ -95,4 +90,11 @@
font-size
:
12px
;
font-size
:
12px
;
}
}
</style>
</style>
<script>
function
app_url
(){
window
.
open
(
'{{app_item.app_url}}'
)
}
</script>
{% endfor %}
</html>
</html>
\ No newline at end of file
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