PluginProbe
404 Solution / 4.3.3
404 Solution v4.3.3
4.3.5 4.3.4 4.3.3 4.3.2 4.3.1 4.3.0 4.2.0 4.1.19 4.1.18 4.1.17 4.1.16 4.1.15 4.1.13 4.1.12 4.1.11 4.1.10 4.1.9 4.1.8 4.1.7 4.1.6 4.1.5 4.1.4 4.1.3 trunk 2.30.0 All 109 releases
404-solution / includes / html / setupWizardModal.html

setupWizardModal.html in 404 Solution 4.3.3, at includes/html/setupWizardModal.html

89 lines 4.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <div id="abj404-setup-wizard" class="abj404-setup-overlay">
2 <div class="abj404-setup-modal">
3 <form method="post" action="">
4 {nonce_field}
5
6 <div class="abj404-setup-header">
7 <h2>{welcome_heading}</h2>
8 <button type="button" id="abj404-setup-close" class="abj404-setup-close" title="{close_label}">&times;</button>
9 </div>
10
11 <div class="abj404-setup-content">
12 <p class="abj404-setup-intro">
13 {intro_primary} {intro_secondary}
14 </p>
15
16 <div class="abj404-setup-question">
17 <h3>{q1_heading}</h3>
18 <div class="abj404-setup-options">
19 <label class="abj404-setup-option">
20 <input type="radio" name="abj404_setup_q1" value="redirect"{q1_redirect_checked}>
21 <span class="abj404-setup-option-text">
22 <span class="abj404-setup-option-label">{q1_redirect_label}</span>
23 <span class="abj404-setup-option-desc">{q1_redirect_desc}</span>
24 </span>
25 </label>
26 <label class="abj404-setup-option">
27 <input type="radio" name="abj404_setup_q1" value="default"{q1_default_checked}>
28 <span class="abj404-setup-option-text">
29 <span class="abj404-setup-option-label">{q1_default_label}</span>
30 <span class="abj404-setup-option-desc">{q1_default_desc}</span>
31 </span>
32 </label>
33 </div>
34 </div>
35
36 <div class="abj404-setup-question">
37 <h3>{q2_heading}</h3>
38 <div class="abj404-setup-options">
39 <label class="abj404-setup-option">
40 <input type="radio" name="abj404_setup_q2" value="yes"{q2_yes_checked}>
41 <span class="abj404-setup-option-text">
42 <span class="abj404-setup-option-label">{q2_yes_label}</span>
43 <span class="abj404-setup-option-desc">{q2_yes_desc}</span>
44 </span>
45 </label>
46 <label class="abj404-setup-option">
47 <input type="radio" name="abj404_setup_q2" value="no"{q2_no_checked}>
48 <span class="abj404-setup-option-text">
49 <span class="abj404-setup-option-label">{q2_no_label}</span>
50 <span class="abj404-setup-option-desc">{q2_no_desc}</span>
51 </span>
52 </label>
53 </div>
54 </div>
55
56 <div class="abj404-setup-question">
57 <h3>{q3_heading}</h3>
58 <div class="abj404-setup-options">
59 <label class="abj404-setup-option">
60 <input type="radio" name="abj404_setup_q3" value="yes"{q3_yes_checked}>
61 <span class="abj404-setup-option-text">
62 <span class="abj404-setup-option-label">{q3_yes_label}</span>
63 <span class="abj404-setup-option-desc">{q3_yes_desc}</span>
64 </span>
65 </label>
66 <label class="abj404-setup-option">
67 <input type="radio" name="abj404_setup_q3" value="no"{q3_no_checked}>
68 <span class="abj404-setup-option-text">
69 <span class="abj404-setup-option-label">{q3_no_label}</span>
70 <span class="abj404-setup-option-desc">{q3_no_desc}</span>
71 </span>
72 </label>
73 </div>
74 </div>
75 </div>
76
77 <div class="abj404-setup-footer">
78 <button type="button" id="abj404-setup-skip" class="abj404-setup-skip">
79 {skip_label}
80 </button>
81 <input type="hidden" name="abj404_setup_wizard_action" value="save">
82 <button type="submit" class="button abj404-setup-primary">
83 {save_label}
84 </button>
85 </div>
86 </form>
87 </div>
88 </div>
89