Skip to content

Commit

Permalink
update for go live
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Jul 30, 2018
1 parent 2a53e0a commit f70ff57
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 14 deletions.
4 changes: 3 additions & 1 deletion assets/dsroot/custom-body.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<option value="-" <?php echo $defaultSelected ?>><?php echo getLocalString('select_idp') ?> ...</option>
<?php printDropDownList($IDProviders, $selectedIDP) ?>
</select>
<input type="submit" name="Select" accesskey="s" value="<?php echo getLocalString('select_button') ?>">
<input type="submit" style="background-color:#26A69A;color:white;" name="Select" accesskey="s" value="<?php echo getLocalString('select_button') ?>">
</div>
<div style="text-align: left">
<p class="selectOptions">
Expand All @@ -21,6 +21,8 @@
<!-- Value permanent must be a number which is equivalent to the days the cookie should be valid -->
<input type="checkbox" name="permanent" id="rememberPermanent" value="100">
<label for="rememberPermanent"><?php echo getLocalString('permanently_remember_selection') ?></label>
<br />
<a href="https://www.internet2.edu/about-us/contact-us/" target="_blank">Help</a>
<?php endif ?>
</p>
</div>
Expand Down
10 changes: 1 addition & 9 deletions assets/dsroot/custom-header.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,7 @@ function init(){
<div class="box">
<div id="header">
<a href="<?php echo sprintf($federationURL, $language) ?>"><img src="./images/logo.png" alt="Internet2 Logo" id="I2Logo"></a>
<br /><h3>Thank you for visiting the ICMP!</h3>
<p>
The ICMP is comprised of a set of services offered by Internet2 to support its mission of fostering the research and educational endeavors of its participants. The ICMP is operated by Internet2. If you have questions or need assistance, please send email to <a href="mailto:admin@incommon.org">admin@incommon.org</a>.
<br /><br />
You are being asked to authenticate with your home institution.
<br /><br />
NOTE: If you have login credentials at any of the Research and Education institutions in the list below, please use them for better access to ICMP-based services. If you do not have such credentials, you may opt to use Google from the list below to login to ICMP-based services.
<br /><br />
</p>
<br /><h5>Select an Identity Provider</h5>
</div>
<div id="content">

Expand Down
10 changes: 6 additions & 4 deletions assets/dsroot/custom-languages.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
$langStrings['en']['help'] = 'Help';// This string can be hidden by setting it to ''
$langStrings['en']['privacy'] = 'Data Privacy'; // This string can be hidden by setting it to ''
$langStrings['en']['title'] = 'Institution Selection';
$langStrings['en']['header'] = 'Select your institution';
//$langStrings['en']['header'] = 'Select your institution';
$langStrings['en']['header'] = 'Please select a trusted identity provider from the list below by beginning to type in the edit box.';
$langStrings['en']['make_selection'] = 'You must select an institution.';
$langStrings['en']['settings'] = 'Default organization for this web browser';
$langStrings['en']['permanent_select_header'] = 'Permanently set your organization';
Expand All @@ -47,7 +48,8 @@
$langStrings['en']['permanently_remember_selection'] = 'Remember selection permanently and bypass this step from now on.';
$langStrings['en']['confirm_permanent_selection'] = 'Are you sure you want to make the selected organization your default organization? Don\'t proceed if you have several user accounts from multiple organizations.';
$langStrings['en']['save_button'] = 'Save';
$langStrings['en']['access_host'] = 'In order to access the service %s please select or search for the institution that you are affiliated with.';
//$langStrings['en']['access_host'] = 'In order to access the service %s please select or search for the institution that you are affiliated with.';
$langStrings['en']['access_host'] = 'Enter your organization's name';
$langStrings['en']['select_idp'] = 'Select the organization you are affiliated with.';
$langStrings['en']['search_idp'] = 'Enter the name of the organization you are affiliated with...';
$langStrings['en']['remember_selection'] = 'Remember selection for this web browser session.';
Expand All @@ -58,7 +60,7 @@
$langStrings['en']['valid_request_description'] = 'A valid request needs at least the arguments <code>shire</code> and <code>target</code> with valid values. Optionally the arguments <code>providerID</code>, <code>origin</code> and <code>redirect</code> can be supplied to automtically redirect the web browser to an organization and to do that automatically for the current web browser session';
$langStrings['en']['valid_saml2_request_description'] = 'A valid SAML2 request needs at least the arguments <code>entityID</code> and <code>return</code> with valid values. Instead of the <code>return</code> argument, metadata for the Service Provider can include a <code>DiscoveryResponse</code> endpoint. Optionally the arguments <code>isPassive</code>, <code>policy</code> and <code>returnIDParam</code> can be supplied to automtically redirect the web browser to an organization and to do that automatically for the current web browser session';
$langStrings['en']['invalid_query'] = 'Error: Invalid Query';
$langStrings['en']['select_button'] = 'Select';
$langStrings['en']['select_button'] = 'Continue';
$langStrings['en']['login'] = 'Login';
$langStrings['en']['login_with'] = 'Login with:';
$langStrings['en']['other_federation'] = 'From other federations';
Expand All @@ -71,4 +73,4 @@
$langStrings['en']['no_idp_available'] = 'No organization available';
$langStrings['en']['last_used'] = 'Last used';

?>
?>

0 comments on commit f70ff57

Please sign in to comment.