-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathauth_config_sreg.html
48 lines (43 loc) · 1.68 KB
/
auth_config_sreg.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
<tr>
<td colspan="2">
<h4><?php print_string('auth_openid_sreg_settings', 'auth_openid') ?> </h4>
</td>
</tr>
<tr>
<td colspan="2">
<?php print_string('auth_openid_sreg_description','auth_openid') ?>
</td>
</tr>
<tr valign="top" class="required">
<td align="right"><label for="openid_sreg_required"><?php print_string('auth_openid_sreg_required_key','auth_openid') ?></label></td>
<td>
<input id="openid_sreg_required" name="openid_sreg_required" type="text" value="<?php p($this->config->openid_sreg_required); ?>" size="40" />
</td>
</tr>
<tr valign="top" class="required">
<td colspan="2">
<small><?php print_string('auth_openid_sreg_required','auth_openid') ?></small>
</td>
</tr>
<tr valign="top" class="required">
<td align="right"><label for="openid_sreg_optional"><?php print_string('auth_openid_sreg_optional_key','auth_openid') ?></label></td>
<td>
<input id="openid_sreg_optional" name="openid_sreg_optional" type="text" value="<?php p($this->config->openid_sreg_optional); ?>" size="40" />
</td>
</tr>
<tr valign="top" class="required">
<td colspan="2">
<small><?php print_string('auth_openid_sreg_optional','auth_openid') ?></small>
</td>
</tr>
<tr valign="top" class="required">
<td align="right"><label for="openid_privacy_url"><?php print_string('auth_openid_privacy_url_key','auth_openid') ?></label></td>
<td>
<input id="openid_privacy_url" name="openid_privacy_url" type="text" value="<?php p($this->config->openid_privacy_url); ?>" size="40" />
</td>
</tr>
<tr valign="top" class="required">
<td colspan="2">
<small><?php print_string('auth_openid_privacy_url','auth_openid') ?></small>
</td>
</tr>