-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
114 lines (89 loc) · 5.6 KB
/
index.html
File metadata and controls
114 lines (89 loc) · 5.6 KB
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="junky">
<title>junky.github.io</title>
<!-- Bootstrap core CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<!-- Custom styles for this template -->
<style>
body {
padding-top: 75px;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/core.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/md5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.1.1/enc-utf8.min.js"></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="#">junky.github.io</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav me-auto mb-2 mb-md-0">
<li class="nav-item"><a class="nav-link active" aria-current="page" href="/">Home</a></li>
<li class="nav-item"><a class="nav-link" href="/noingest.html">No Ingest</a></li>
<li class="nav-item"><a class="nav-link" href="/xhr-demo.html">XHR</a></li>
<li class="nav-item"><a class="nav-link" href="/dates.html">Dates</a></li>
<li class="nav-item"><a class="nav-link" href="/mt.html">MT</a></li>
<li class="nav-item"><a class="nav-link" href="/markdown.html">Markdown</a></li>
<li class="nav-item"><a class="nav-link" href="/dcs-test.html">DCS Test</a></li>
<li class="nav-item"><a class="nav-link" href="/swaps.html">Swaps</a></li>
<li class="nav-item"><a class="nav-link" href="/vue-attributes.html">Vue Attributes</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<label id="lb_value" for="op_value">Value: </label><span id="op_value"></span>
<br>
<textarea id="string_area" rows="5" cols="75"></textarea>
<br>
<button onclick='md5OnClick(document.getElementById("string_area").value);'>MD5 Hashcode</button>
<button onclick='StrLengthOnClick(document.getElementById("string_area").value);'>String Length</button>
<br/><br/>
<label for="cars">Choose <strong class="foo" style="foo" full="true" attr1=1>a car</strong>:</label>
<select name="cars" id="cars">
<optgroup label="Swedish Cars">
<option value="volvo">Volvo</option>
<option value="saab">Saab</option>
</optgroup>
<optgroup label="German Cars">
<option value="mercedes">Mercedes</option>
<option value="audi">Audi</option>
</optgroup>
</select>
<div title="attribute & translate"></div>
<p class="MuiTypography-root ">Our range of women's swimsuits offers a range of designs that will make the perfect addition to your <style data-emotion="plp 1qsits3">.plp-1qsits3{}</style> to complete the look.</p>
<div data-cmp-data-layer="{"text-fdfebec9f1":{"@type":"uxp/components/proxy/content/text","repo:modifyDate":"2025-04-30T09:32:09Z","xdm:text":"<ol>\r\n<li>Memo each account accessed in Samson when completing Salesforce requests. (<b>Exception:</b> If the Salesforce case is dismissed because no response is needed, then no memo is required.)</li>\r\n<li>Include the following information in your memo. Don't copy and paste the response sent to customers in Samson memos; responses can be accessed by searching Salesforce with case or form number. When documenting an account, use EMPH as the memo code.<ul>\r\n<li>Salesforce case number (ex: Case XXXXX)</li>\r\n<li>Full name of customer making request. (For requests from Sales: first name, last initial, and dealer code.)</li>\r\n<li>How issue was resolved, including any account changes made</li>\r\n<li>How response was provided: email, call, fax, SMS</li>\r\n<li>All math used to determine adjustments</li>\r\n<li>Form numbers</li>\r\n</ul>\r\n</li>\r\n</ol>\r\n"}}" id="text-fdfebec9f1" class="cmp-text
tdds:mt-0
tdds:mb-0
tdds:text-inherit
tdds:ta-inherit
color-initial" style="--custom-color:"></div>
</div><!-- /.container -->
<script>
function md5OnClick(str) {
document.getElementById("op_value").innerHTML = CryptoJS.MD5(str).toString();
}
function StrLengthOnClick(str) {
document.getElementById("op_value").innerHTML = str.length;
}
</script>
<!-- Bootstrap core JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>