-
Notifications
You must be signed in to change notification settings - Fork 18
/
popup.html
97 lines (97 loc) · 3.87 KB
/
popup.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title class="msg">__MSG_appName__</title>
<link href="styles/css/all.css" rel="stylesheet" type="text/css">
<link href="styles/css/bootstrap.css" rel="stylesheet" type="text/css">
<link href="styles/css/bootstrap-tagsinput.css" rel="stylesheet" type="text/css">
<link href="styles/popup.css" rel="stylesheet" type="text/css">
<title class="msg">__MSG_appName__</title>
</head>
<body>
<header>
<a href="https://gaixinhchonloc.com/" target="_blank"><h3 class="msg">__MSG_appName__</h3></h3>
</header>
<main class="container">
<div class="row">
<div class="col-12 text-center">
<h1 class="text-center mb-0 msg">__MSG_h1_title__</h1>
<a target="_blank" href="https://gaixinhchonloc.com">
<i class="fas fa-link"></i>
<span class="d-none d-sm-inline">gaixinhchonloc.com</span>
</a>
</div>
</div>
<div class="row">
<div class="col-12 pb-0">
<h4 class="text-center mb-0">Facebook</h4>
</div>
</div>
<div class="row lists">
<div class="col-sm-6 col-md-5 offset-md-1 list-custom">
<label class="checkbox msg">
<input type="checkbox" name="ads" checked>
<span class="input-group-addon"><i class="fa fa-fw fa-ad"></i></span> __MSG_ads__
</label>
<label class="checkbox msg">
<input type="checkbox" name="store" checked>
<span class="input-group-addon"><i class="fa fa-fw fa-shopping-cart"></i></span> __MSG_store__
</label>
<label class="checkbox msg">
<input type="checkbox" id="checkbox_contains_name" name="contains_name">
<span class="input-group-addon"><i class="fa fa-address-card"></i></span> __MSG_contains_name__
</label>
<div id="div_contains_name" style="display: none;" class="form-group offset-md-1">
<label class="control-label offset-md-1" for="pog"><span class="msg">__MSG_pog__</span> <i class="msg">__MSG_guide__</i></label>
<textarea class="form-control col-sm-11" id="pog" name="pog"></textarea>
</div>
</div>
<div class="col-sm-6 offset-md-1 col-lg-5 list-custom">
<label class="checkbox msg">
<input type="checkbox" name="shared_post">
<span class="input-group-addon"><i class="fa fa-fw fa-share"></i></span> __MSG_shared_post__
</label>
<label class="checkbox disabled">
<input type="checkbox" disabled name="suggest">
<span class="input-group-addon"><i class="fa fa-fw fa-lightbulb"></i></span>
<span class="msg">__MSG_suggest__</span>
<span class="msg">__MSG_upcoming__</span>
</label>
<label class="checkbox msg">
<input type="checkbox" id="checkbox_contains_keywords" name="contains_keywords">
<span class="input-group-addon"><i class="fa fa-fw fa-envelope-open-text"></i></span> __MSG_contains_keywords__
</label>
<div id="div_contains_keywords" style="display: none;" class="form-group offset-md-1">
<label class="control-label offset-md-1" for="poc"><span class="msg">__MSG_poc__</span> <i class="msg">__MSG_guide__</i></label>
<textarea class="form-control col-sm-11" id="poc" name="poc"></textarea>
</div>
</div>
</div>
<!-- <div class="row">
<div class="col-12 pb-0">
<h4 class="text-center mb-0 disabled msg">Youtube __MSG_upcoming__</h4>
</div>
</div>
<div class="row lists">
<div class="col-sm-6 col-md-5 offset-md-1 list-custom">
<label class="checkbox disabled msg">
<input type="checkbox" disabled name="yt">
<span class="input-group-addon"><i class="fa fa-fw fa-ad"></i></span> __MSG_ads__
</label>
</div>
</div> -->
</main>
<footer>
<a href="https://facebook.com/groups/gaixinhchonloc" target="_blank" class="msg">
<i class="fas fa-users"></i> __MSG_group__
</a>
<a href="https://facebook.com/gaixinhchonloc" target="_blank" class="msg">
<i class="fas fa-thumbs-up"></i> __MSG_page__
</a>
</footer>
<script src="scripts/libs/jquery.min.js"></script>
<script src="scripts/libs/bootstrap-tagsinput.js"></script>
<script src="scripts/popup.js"></script>
</body>
</html>