-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdelete-reset-code.html
135 lines (132 loc) · 7.73 KB
/
delete-reset-code.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<html data-navbar="navbar.html">
<head>
<title>"Delete #resetCodeid" documentation for Dashboard</title>
<link rel="stylesheet" href="/public/style.css" integrity="sha384-XmYAsTgQ0mGje5sxXJRryYc/mmaL3bnA+Hn9kHkpyRTgdpgM220bOzj5BgWZ41jo" crossorigin="anonymous" />
<script async="" src="/public/highlight.min.js" integrity="sha384-YicwDnP9OMQKl5DfX4/eDA3oUGqPTcuyq0+eFbwv595VqixFKEgoO/T8TxD0tjB8" crossorigin="anonymous"></script>
<script src="/public/browser.js" integrity="sha384-pNXFiUIAMNO/S1fGF4GF3fq8OV5x2fZdicewcpuMG/2EOOJ7+HH3no0GDKTePhCD" crossorigin="anonymous"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/public/wa-mediabox.min.css" integrity="sha384-QIgOYIjb0GaFg2SpPCDf9jgtvfzsRaiwg2u1oMLlYiKGQih52JJA0CLi2MQt3s4B" crossorigin="anonymous" />
<script async="" src="/public/wa-mediabox.min.js" integrity="sha384-y/gOtcDxMMvaI24JJvEerKFbwXLCa847BpxiBxQKCUAXkPHl5VMJ8JumCJKgGc5x" crossorigin="anonymous"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="UTF-8" />
<body><a name="top" id="top"></a>
<div class="body-container">
<header>
<h1 id="dashboard">Dashboard UI explorer</h1>
<section id="navigation" class="navigation">
<menu id="navbar-handle" class="super-navbar" style="display: none">
<li><a href="#" title="Show menu">Show navigation menu</a></li>
</menu>
<ul id="navbar-menu" style="display: block">
<li>
<h2>Dashboard</h2>
<ul>
<li><a href="/dashboard">Documentation</a></li>
<li><a href="/dashboard-configuration">Configuration variables</a></li>
<li><a href="/dashboard-sitemap">Visual sitemap</a></li>
<li><a href="/dashboard-ui">UI index</a></li>
<li><a href="/dashboard-api">API index</a></li>
</ul>
</li>
<li>
<h2>MaxMind GeoIP</h2>
<ul>
<li><a href="/maxmind-geoip-module">Documentation</a></li>
<li><a href="/maxmind-geoip-api">API index</a></li>
</ul>
</li>
<li>
<h2>Organizations</h2>
<ul>
<li><a href="/organizations-module">Documentation</a></li>
<li><a href="/organizations-configuration">Configuration variables</a></li>
<li><a href="/organizations-sitemap">Visual sitemap</a></li>
<li><a href="/organizations-ui">UI index</a></li>
<li><a href="/organizations-api">API index</a></li>
</ul>
</li>
<li>
<h2>Stripe Connect</h2>
<ul>
<li><a href="/stripe-connect-module">Documentation</a></li>
<li><a href="/stripe-connect-configuration">Configuration variables</a></li>
<li><a href="/stripe-connect-sitemap">Visual sitemap</a></li>
<li><a href="/stripe-connect-ui">UI index</a></li>
<li><a href="/stripe-connect-api">API index</a></li>
</ul>
</li>
<li>
<h2>Stripe Subscriptions</h2>
<ul>
<li><a href="/stripe-subscriptions-module">Documentation</a></li>
<li><a href="/stripe-subscriptions-configuration">Configuration variables</a></li>
<li><a href="/stripe-subscriptions-sitemap">Visual sitemap</a></li>
<li><a href="/stripe-subscriptions-ui">UI index</a></li>
<li><a href="/stripe-subscriptions-api">API index</a></li>
</ul>
</li>
<li>
<h2>Example app</h2>
<ul>
<li><a href="/example-web-app">Documentation</a></li>
<li><a href="/example-web-app-sitemap">Visual sitemap</a></li>
<li><a href="/example-web-app-ui">UI index</a></li>
</ul>
</li>
<li>
<h2>Example subscription app</h2>
<ul>
<li><a href="/example-subscription-web-app">Documentation</a></li>
<li><a href="/example-subscription-web-app-sitemap">Visual sitemap</a></li>
<li><a href="/example-subscription-web-app-ui">UI index</a></li>
</ul>
</li>
</ul>
<style>
.reveal,
.reveal ul {
display: block
}
</style>
<script>
var menu = document.getElementById("navbar-menu")
menu.style.display = "none"
var handle = document.getElementById("navbar-handle")
handle.style.display = "block"
handle.onclick = function(e) {
if (menu.style.display === "block") {
menu.style.display = "none"
menu.className = ""
handle.firstElementChild.firstElementChild.innerHTML = "Show navigation menu"
} else {
menu.style.display = "block"
menu.className = "reveal"
handle.firstElementChild.firstElementChild.innerHTML = "Hide navigation menu"
}
}
</script>
</section>
</header>
<div class="section-container">
<section class="full"><a name="content" id="content"></a>
<div class="content">
<h1 id="title">Delete #resetCodeid</h1>
<ul id="screenshots" class="screenshots desktop">
<li><a class="screenshot-link" href="/screenshots/account/delete-reset-code/1-hover-form-desktop-en.png"><img data-src="/screenshots/account/delete-reset-code/1-hover-form-desktop-en.png" title="1. Hover Form" /><span class="description">1. Hover Form</span></a></li>
<li><a class="screenshot-link" href="/screenshots/account/delete-reset-code/2-click-my-account-desktop-en.png"><img data-src="/screenshots/account/delete-reset-code/2-click-my-account-desktop-en.png" title="2. Click My Account" /><span class="description">2. Click My Account</span></a></li>
<li><a class="screenshot-link" href="/screenshots/account/delete-reset-code/3-click-reset-codes-desktop-en.png"><img data-src="/screenshots/account/delete-reset-code/3-click-reset-codes-desktop-en.png" title="3. Click Reset Codes" /><span class="description">3. Click Reset Codes</span></a></li>
<li><a class="screenshot-link" href="/screenshots/account/delete-reset-code/4-click-code-desktop-en.png"><img data-src="/screenshots/account/delete-reset-code/4-click-code-desktop-en.png" title="4. Click Code" /><span class="description">4. Click Code</span></a></li>
<li><a class="screenshot-link" href="/screenshots/account/delete-reset-code/5-click-delete-code-desktop-en.png"><img data-src="/screenshots/account/delete-reset-code/5-click-delete-code-desktop-en.png" title="5. Click Delete Code" /><span class="description">5. Click Delete Code</span></a></li>
<li><a class="screenshot-link" href="/screenshots/account/delete-reset-code/6-submit-form-desktop-en.png"><img data-src="/screenshots/account/delete-reset-code/6-submit-form-desktop-en.png" title="6. Submit Form" /><span class="description">6. Submit Form</span></a></li>
<li><a class="screenshot-link" href="/screenshots/account/delete-reset-code/7-complete-desktop-en.png"><img data-src="/screenshots/account/delete-reset-code/7-complete-desktop-en.png" title="7. Complete" /><span class="description">7. Complete</span></a></li>
</ul>
<p><a class="skip" href="#top">Top of page</a></p>
</div>
</section>
</div>
</div><template id="screenshot-template" template="screenshot-template">
<li><a class="screenshot-link" href="${screenshot.urlPath}"><img data-src="${screenshot.urlPath}" title="${screenshot.description}" /><span class="description">${screenshot.description}</span></a></li>
</template>
</body>
</head>
</html>