[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 2 <div id="auth_oauth_settings"> 3 <p>{L_AUTH_PROVIDER_OAUTH_EXPLAIN}</p> 4 5 <!-- BEGIN oauth_services --> 6 <fieldset> 7 <legend>{oauth_services.ACTUAL_NAME}</legend> 8 <dl> 9 <dt><label for="oauth_service_{oauth_services.NAME}_key">{L_AUTH_PROVIDER_OAUTH_KEY}{L_COLON}</label></dt> 10 <dd><input type="text" id="oauth_service_{oauth_services.NAME}_key" size="40" name="config[auth_oauth_{oauth_services.NAME}_key]" value="{oauth_services.KEY}" /></dd> 11 </dl> 12 <dl> 13 <dt><label for="oauth_service_{oauth_services.NAME}_secret">{L_AUTH_PROVIDER_OAUTH_SECRET}{L_COLON}</label></dt> 14 <dd><input type="text" id="oauth_service_{oauth_services.NAME}_secret" size="40" name="config[auth_oauth_{oauth_services.NAME}_secret]" value="{oauth_services.SECRET}" /></dd> 15 </dl> 16 </fieldset> 17 <!-- END oauth_services --> 18 </div>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |