-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathopenid_settings.tmp.php
241 lines (231 loc) · 12 KB
/
openid_settings.tmp.php
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<?php
/* * ******************************************************************** */
/* ATutor */
/* * ******************************************************************** */
/* Copyright (c) 2002-2012 */
/* Inclusive Design Institute */
/* http://atutor.ca */
/* */
/* This program is free software. You can redistribute it and/or */
/* modify it under the terms of the GNU General Public License */
/* as published by the Free Software Foundation. */
/* * ******************************************************************** */
// $Id: openid_settings.tmp.php UTF-8 10055 Jul 2, 2012 11:20:09 PM Author:scari $
if (!defined('AT_INCLUDE_PATH')) { exit; }
global $_openid_config;
require (AT_INCLUDE_PATH.'header.inc.php');
function isEmailValidationSetForTwitter(){
global $_openid_config;
return (
$_openid_config['OPENID_TWITTER_CONFIRM_EMAIL_ID'] == 'true'
||
(defined('AT_EMAIL_CONFIRMATION') && AT_EMAIL_CONFIRMATION )
);
}
function isEmailValidationLocked(){
return (defined('AT_EMAIL_CONFIRMATION') && AT_EMAIL_CONFIRMATION );
}
?>
<div class="openid-settings-form">
<form id="openid_settings_form" action="mods/openid/openid_settings.php" method="post" accept-charset="utf-8" autocomplete="off">
<ul class="settings">
<fieldset class="main-fieldset">
<li>
<br>
<img class="main-image" src="mods/openid/images/openid.png" width="84" height="84" alt="OpenID Settings"/>
<p class="title"><h1> <?php echo _AT('openid_settings'); ?> </h1></p>
<p>
<span> <?php echo _AT('openid_settings_sub_heading'); ?> </span>
</p>
</li>
<div id="errorbox" name="errorbox" class="errormsgbox" hidden="true" > </div>
<span class="vertical-space"></span>
<fieldset>
<legend>
<li>
<img src="mods/openid/images/google.png" width="84" height="84" alt="Google OpenID Settings"/>
<p class="title"><h2> <?php echo _AT('openid_settings_google'); ?> </h2></p>
<p>
<span> <?php echo _AT('openid_google_sub_heading'); ?> </span>
</p>
</li>
</legend>
<div class="settings-content">
<dl>
<dt> <?php echo _AT('openid_google_enable'); ?>
</dt>
<dd><input type="checkbox" name="google_enable" id="google_enable" value="true" label="ss" <?php echo ($_openid_config['OPENID_GOOGLE_ENABLED']=='true')? 'checked' : 'unchecked'?> size="1"/></dd>
</dl>
<dl>
<dt>
<?php echo _AT('openid_google_mode'); ?>
</dt>
<dd>
<select name="google_select_mode" id="google_select_mode" >
<option value="checkid_setup" <?php echo ($_openid_config['OPENID_GOOGLE_MODE']=='checkid_setup')? 'selected' : ''?> label="checkid_setup">
<?php echo _AT('openid_google_checkid_setup'); ?>
</option>
<option value="checkid_immediate" <?php echo ($_openid_config['OPENID_GOOGLE_MODE']=='checkid_immediate')? 'selected' : ''?> label="checkid_immediate">
<?php echo _AT('openid_google_checkid_immediate'); ?>
</option>
</select>
</dd>
<a href="mods/openid/docs/ajax/google_mode.html" rel="#overlay">
<img class="help-img" style="margin: 0;" src="mods/openid/images/help.png">
</a>
</dl>
<dl>
<dt> <?php echo _AT('openid_google_use_pape'); ?>
</dt>
<dd><input type="checkbox" name="google_use_pape" id="google_use_pape" value="true" <?php echo ($_openid_config['OPENID_GOOGLE_ENABLE_PAPE']=='true')? 'checked' : 'unchecked'?> /></dd>
</dl>
<dl>
<span class="sub-item"><dt> <?php echo _AT('openid_google_max_auth_age') ; ?>
</dt>
<dd><input type="text" name="google_max_auth_age" id="google_max_auth_age" size="5" value="<?php echo $_openid_config['OPENID_GOOGLE_MAX_AUTH_AGE'] ?>"/></dd></span>
<a href="mods/openid/docs/ajax/google_pape.html" rel="#overlay">
<img class="help-img" style="margin: 0;" src="mods/openid/images/help.png">
</a>
</dl>
<dl>
<dt> <?php echo _AT('openid_google_enable_ui_extension'); ?>
</dt>
<dd><input type="checkbox" name="google_use_ui" id="google_use_ui" value="true" <?php echo ($_openid_config['OPENID_GOOGLE_ENABLE_UI_MODE']=='true')? 'checked' : 'unchecked' ?> />
</dd>
</dl>
<dl>
<span class="sub-item"><dt> <?php echo _AT('openid_google_enable_ui_mode'); ?>
</dt>
<dd>
<select name="google_select_ui_mode" id="google_select_ui_mode">
<option value="x-has-session" <?php echo ($_openid_config['OPENID_GOOGLE_UI_MODE']=='x-has-session')? 'selected' : ''?> label="x-has-session">
<?php echo _AT('openid_google_x_has_session'); ?>
</option>
<option value="popup" <?php echo ($_openid_config['OPENID_GOOGLE_UI_MODE']=='popup')? 'selected' : ''?> label="popup">
<?php echo _AT('openid_google_popup'); ?>
</option>
</select>
</dd>
</span>
<a href="mods/openid/docs/ajax/google_ui_mode.html" rel="#overlay">
<img class="help-img" style="margin: 0;" src="mods/openid/images/help.png">
</a>
</dl>
<dl>
<span class="sub-item"><dt> <?php echo _AT('openid_google_enable_ui_icon'); ?>
</dt>
<dd><input type="checkbox" name="google_use_ui_icon" id="google_use_ui_icon" value="true" <?php echo ($_openid_config['OPENID_GOOGLE_UI_ICON']=='true')? 'checked' : 'unchecked' ?> /></dd></span>
</dl>
<dl>
<dt> <?php echo _AT('openid_google_query_country'); ?>
</dt>
<dd><input type="checkbox" name="google_query_country" id="google_query_country" value="true" <?php echo ($_openid_config['OPENID_GOOGLE_QUERY_COUNTRY']=='true')? 'checked' : 'unchecked'?> /></dd>
</dl>
<dl>
<dt> <?php echo _AT('openid_google_use_oauth'); ?>
</dt>
<dd><input type="checkbox" name="google_use_oauth" id="google_use_oauth" value="true" <?php echo ($_openid_config['OPENID_GOOGLE_REQUEST_OAUTH']=='true')? 'checked' : 'unchecked'?> /></dd>
<a href="mods/openid/docs/ajax/google_app_module.html" rel="#overlay">
<img class="help-img" style="margin: 0;" src="mods/openid/images/help.png">
</a>
</dl>
<dl>
<span class="sub-item"><dt> <?php echo _AT('openid_google_oauth_key'); ?>
</dt>
<dd><input type="text" name="google_oauth_key" id="google_oauth_key" value="<?php echo $_openid_config['OPENID_GOOGLE_OAUTH_CONSUMER_KEY'] ?>"/></dd></span>
<a href="mods/openid/docs/ajax/google_keys.html" rel="#overlay">
<img class="help-img" style="margin: 0;" src="mods/openid/images/help.png">
</a>
</dl>
<br>
</div>
</fieldset>
<fieldset>
<legend>
<li>
<img src="mods/openid/images/twitter.png" width="84" height="84" alt="Twitter OpenID Settings"/>
<p class="title"><h2> <?php echo _AT('openid_settings_twitter'); ?> </h2></p>
<p>
<span> <?php echo _AT('openid_settings_twitter_sub_heading'); ?> </span>
</p>
</li>
</legend>
<div class="settings-content">
<dl>
<dt> <?php echo _AT('openid_twitter_enable'); ?>
</dt>
<dd><input type="checkbox" name="twitter_enable" id="twitter_enable" value="true" <?php echo ($_openid_config['OPENID_TWITTER_ENABLED']=='true')? 'checked' : 'unchecked'?> size="1"/></dd>
<a href="mods/openid/docs/ajax/twitter_keys.html" rel="#overlay">
<img class="help-img" style="margin: 0;" src="mods/openid/images/help.png">
</a>
</dl>
<dl>
<dt> <?php echo _AT('openid_twitter_mail_confirmation'); ?>
</dt>
<dd><input type="checkbox" name="twitter_email_confirmation" id="twitter-email-confirmation" value="true"
<?php echo (isEmailValidationSetForTwitter())? 'checked' : 'unchecked'?>
<?php echo (isEmailValidationLocked())? 'disabled' : 'enabled'?> size="1"/></dd>
</dl><i> <?php echo _AT('openid_recommended'); ?> </i>
<dl>
<dt>
<?php echo _AT('openid_twitter_app_key'); ?>
</dt>
<dd><input type="text" name="twitter_consumer_key" id="twitter_consumer_key" size="40" value="<?php echo $_openid_config['OPENID_TWITTER_APP_CONSUMER_KEY'] ?>" /></dd>
</dl>
<dl>
<dt>
<?php echo _AT('openid_twitter_app_secret_key'); ?>
</dt>
<dd><input type="text" name="twitter_consumer_secret_key" size="40" id="twitter_consumer_secret_key" value="<?php echo $_openid_config['OPENID_TWITTER_APP_CONSUMER_SECRET'] ?>" /></dd>
</dl>
</div>
</fieldset>
<fieldset>
<legend>
<li>
<img src="mods/openid/images/facebook.png" width="84" height="84" alt="Facebook OpenID Settings"/>
<p class="title"><h2> <?php echo _AT('openid_settings_fb'); ?> </h2></p>
<p>
<span> <?php echo _AT('openid_settings_fb_sub_heading'); ?> </span>
</p>
</li>
</legend>
<div class="settings-content">
<dl>
<dt> <?php echo _AT('openid_fb_enable'); ?>
</dt>
<dd><input type="checkbox" name="fb_enable" id="fb_enable" value="true" <?php echo ($_openid_config['OPENID_FB_ENABLED']=='true')? 'checked' : 'unchecked'?> size="1"/></dd>
<a href="mods/openid/docs/ajax/fb_keys.html" rel="#overlay">
<img class="help-img" style="margin: 0;" src="mods/openid/images/help.png">
</a>
</dl>
<dl>
<dt>
<?php echo _AT('openid_fb_app_key'); ?>
</dt>
<dd><input type="text" name="fb_consumer_key" id="fb_consumer_key" size="40" value="<?php echo $_openid_config['OPENID_FB_APP_CONSUMER_KEY'] ?>" /></dd>
</dl>
<dl>
<dt>
<?php echo _AT('openid_fb_app_secret_key'); ?>
</dt>
<dd><input type="text" name="fb_consumer_secret_key" size="40" id="fb_consumer_secret_key" value="<?php echo $_openid_config['OPENID_FB_APP_CONSUMER_SECRET'] ?>" /></dd>
</dl>
</div>
</fieldset>
<div class="buttons" style="margin-left: 250px;">
<button type="submit" class="positive" name="submit" id="submit" value="submit" >
<img src="mods/openid/images/submit.png" alt="submit"/>
<?php echo _AT('submit'); ?>
</button>
</div>
</fieldset>
</ul>
</form>
</div>
<!-- overlayed element -->
<div class="apple_overlay" id="overlay">
<!-- the external content is loaded inside this tag -->
<div class="contentWrap"></div>
</div>
<?php require (AT_INCLUDE_PATH.'footer.inc.php'); ?>