-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (41 loc) · 1.71 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<title>IS Recommendation ContentBlock</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="salesforce-lightning-design-system.css">
</head>
<article class="slds-card">
<div class="slds-card__header slds-grid">
<header class="slds-media slds-media_center slds-has-flexi-truncate">
<div class="slds-media__body">
<h2>
<span class="slds-text-heading_small">IS Recommendation Setting</span>
</h2>
</div>
</header>
</div>
<div class="slds-card__body slds-card__body_inner">
<div id="workspace">
<div style="padding-bottom:10px" class="slds-form-element">
<label class="slds-form-element__label" for="action">Action</label>
<div class="slds-form-element__control">
<input type="text" id="action" class="slds-input" placeholder="Action" />
</div>
</div>
<div style="padding-bottom:10px" class="slds-form-element">
<label class="slds-form-element__label" for="pid">Personal Identifier</label>
<div class="slds-form-element__control">
<input type="text" id="pid" class="slds-input" placeholder="DE Column Name" />
</div>
</div>
</div>
</div>
<footer class="slds-card__footer">IS content block on AmazonS3 v1.1</footer>
</article>
<script src="blocksdk.js"></script>
<script src="main.js"></script>
</body>
</html>