Project

General

Profile

1
<!-- BEGIN main_block -->
2
<script language="JavaScript" type="text/javascript">
3
/*<![CDATA[*/
4
if('{BACKLINK}'!=false) {
5
	redirect_to_page ('{BACKLINK}', 0);
6
}
7
/*]]>*/
8
</script>
9
   <table class="switch-ftan-info" summary="" cellpadding="4" cellspacing="0" border="0">
10
	<thead>
11
		<tr>
12
			<th colspan="3">Status: <span class="{FTAN_COLOR}">{TXT_HEADING}</span></th>
13
		</tr>
14
	</thead>
15
	<tbody>
16
		<tr>
17
			<td colspan="2" class="module-info"><p>{TEXT_INFO}</p></td>
18
		</tr>
19
		<tr>
20
			<td colspan="2"><p {FILE_FORMTAB_WARNING}>{FILE_FORMTAB_NOT_GOUND}</p></td>
21
		</tr>
22
	</tbody>
23
   </table>
24

    
25
   <form class="secure_switch" name="store_settings" action="{SERVER_REQUEST_URI}" method="post" >
26
	{FTAN}
27
	<input type="hidden" name="{SUBMIT_TYPE}" value="true" />
28
	<div class="left-content">
29
	   <table class="switch-ftan-form" summary="" cellpadding="4" cellspacing="0" border="0">
30
		<tbody>
31
			<tr>
32
				<td width="20"><input type="radio" name="ftan_switch" id="ftan_switch" value=""{SELECTED}/></td>
33
				<td><label for="ftan_switch">{TXT_SUBMIT_FORM}</label></td>
34
			</tr>
35
			<tr>
36
				<td width="20"><input type="radio" name="ftan_switch" id="ftan_switch_tab" value="mtab"{SELECTED_TAB}/></td>
37
				<td><label for="ftan_switch_tab">{TXT_SUBMIT_FORMTAB}</label></td>
38
			</tr>
39
			<tr>
40
				<td colspan="2">&nbsp;</td>
41
			</tr>
42
<!-- BEGIN show_mtab_block -->
43
			<tr>
44
				<td colspan="2">&nbsp;</td>
45
			</tr>
46
			<tr>
47
				<td colspan="2">&nbsp;</td>
48
			</tr>
49
			<tr>
50
				<td colspan="2">&nbsp;</td>
51
			</tr>
52
			<tr>
53
				<td colspan="2">&nbsp;</td>
54
			</tr>
55
			<tr>
56
				<td colspan="2">&nbsp;</td>
57
			</tr>
58
<!-- END show_mtab_block -->
59
			<tr>
60
				<td colspan="2">
61
					<input type="submit" name="save_settings" value="{TEXT_SUBMIT}" />
62
					<input type="submit" name="cancel" value="{TEXT_CANCEL}" />
63
				</td>
64
			</tr>
65
		</tbody>
66
	   </table>
67
	</div>
68
	<div class="right-content">
69
	   <table class="switch-ftan-form" summary="" cellpadding="4" cellspacing="0" border="0">
70
		<tbody>
71
			<tr>
72
				<td colspan="2">
73
					<select name="fingerprint_with_ip_octets">
74
						<option value="{USEIP_DEFAULT}"{USEIP_DEFAULT_SELECTED}>{TEXT_DEFAULT_SETTINGS}</option>
75
	<!-- BEGIN useip_mtab_loop -->
76
						<option value="{USEIP_VALUE}"{USEIP_SELECTED}>{USEIP_VALUE}</option>
77
	<!-- END useip_mtab_loop -->
78
					</select>
79
				</td>
80
				<td><label for="fingerprint_with_ip_octets">{TXT_SECFORM_USEIP}
81
						<a class="tooltip" href="#">? {TXT_SECFORM_USEIP_TOOLTIP}</a>
82
				</label></td>
83
			</tr>
84
	<!-- BEGIN mtab_block -->
85
			<tr>
86
				<td colspan="2"><input type="text" name="wb_secform_tokenname" id="wb_secform_tokenname" value="{WB_SECFORM_TOKENNAME}"/></td>
87
				<td><label for="wb_secform_tokenname">{TXT_SECFORM_TOKENNAME}
88
					<a class="tooltip" href="#">? {TXT_SECFORM_TOKENNAME_TOOLTIP}</a>
89
				</label></td>
90
			</tr>
91
			<tr>
92
				<td colspan="2"><input type="text" name="wb_secform_secret" id="wb_secform_secret" value="{WB_SECFORM_SECRET}"/></td>
93
				<td><label for="wb_secform_secret">{TXT_SECFORM_SECRET}
94
					<a class="tooltip" href="#">? {TXT_SECFORM_SECRET_TOOLTIP}</a>
95
				</label></td>
96
			</tr>
97
			<tr>
98
				<td colspan="2"><input type="text" name="wb_secform_secrettime" id="wb_secform_secrettime" value="{WB_SECFORM_SECRETTIME}"/></td>
99
				<td><label for="wb_secform_secrettime">{TXT_SECFORM_SECRETTIME}
100
					<a class="tooltip" href="#">? {TXT_SECFORM_SECRETTIME_TOOLTIP}</a>
101
				</label></td>
102
			</tr>
103
			<tr>
104
				<td colspan="2"><input type="text" name="wb_secform_timeout" id="wb_secform_timeout" value="{WB_SECFORM_TIMEOUT}"/></td>
105
				<td><label for="wb_secform_timeout">{TXT_SECFORM_TIMEOUT}
106
					<a class="tooltip" href="#">? {TXT_SECFORM_TIMEOUT_TOOLTIP}</a>
107
				</label></td>
108
			</tr>
109
			<tr>
110
				<td>
111
					<label for="wb_secform_usefp_true">{TEXT_ENABLED}</label>
112
				</td>
113
				<td width="50">
114
					<input type="radio" value="true" id="wb_secform_usefp_true" name="wb_secform_usefp"{USEFP_CHECKED_TRUE} />
115
					<input type="radio" value="false" id="wb_secform_usefp_false" name="wb_secform_usefp"{USEFP_CHECKED_FALSE} />
116
				</td>
117
				<td><label for="wb_secform_usefp">{TXT_SECFORM_USEFP}
118
					<a class="tooltip" href="#">? {TXT_SECFORM_USEFP_TOOLTIP}</a>
119
				</label></td>
120
			</tr>
121
			<tr>
122
				<td>&nbsp;</td>
123
				<td>&nbsp;</td>
124
				<td>&nbsp;</td>
125
			</tr>
126

    
127
			<tr>
128
				<td colspan="4">&nbsp;</td>
129
			</tr>
130
			<tr>
131
				<td colspan="4">
132
					<input type="submit" name="save_settings_default" value="{TEXT_MSUBMIT}" />
133
				</td>
134
			</tr>
135
<!-- END mtab_block -->
136
		</tbody>
137
	   </table>
138
	</div>
139

    
140
   </form>
141
<!-- END main_block -->
(2-2/2)