Add Windsor-specific CAS intro to tpac user/artunit/cas_2_4_windsor
authorArt Rhyno <art632000@yahoo.ca>
Fri, 24 May 2013 15:32:44 +0000 (11:32 -0400)
committerArt Rhyno <art632000@yahoo.ca>
Fri, 24 May 2013 15:32:44 +0000 (11:32 -0400)
This change adds a custom display within tpac for Windsor patrons
authenticating with CAS. The wording reflects the institution's
naming of authentication options and is consistent with other
systems on campus.

Signed-off-by: Art Rhyno <art632000@yahoo.ca>
Open-ILS/src/templates_windsor/opac/parts/cas_intro.tt2 [new file with mode: 0644]

diff --git a/Open-ILS/src/templates_windsor/opac/parts/cas_intro.tt2 b/Open-ILS/src/templates_windsor/opac/parts/cas_intro.tt2
new file mode 100644 (file)
index 0000000..26e87bf
--- /dev/null
@@ -0,0 +1,45 @@
+[%  PROCESS "opac/parts/header.tt2";
+    PROCESS "opac/parts/misc_util.tt2";
+    WRAPPER "opac/parts/base.tt2";
+    INCLUDE "opac/parts/topnav.tt2";
+    ctx.page_title = l("CAS Information") %]
+    <div id="content-wrapper">
+        <div id="main-content">
+        <div style="height:20px;"></div>
+        <table cellpadding="0" cellspacing="0" border="0">
+            <tr>
+                <td valign="top" width="676" class="login_boxes left_brain">
+                    <table cellpadding="10" cellspacing="0" border="0"
+                        width="100%">
+                        <tr>
+                                <td colspan="2" style="padding-bottom: 10px;">
+                                <h1>
+             [%
+             l('You have selected UWin ID Authentication. This will use your ');
+             l('University of Windsor userid (also known as login or user name). ');
+             l('It appears on the front of the ');
+             %] <strong>@</strong> [%
+             l('sign in your University of Windsor e-mail address and it is being ');
+             l('used as login name for most University computer systems.');
+             %]
+                                </h1>
+                                <br /><br />
+                            </td>
+                        </tr>
+                        <tr>
+                                <td colspan="2" style="padding-bottom: 10px;">
+            <a href="[% ctx.cas.url %]"
+                class="opac-button opac-button-header" id="home_myopac_link">
+                [% l('Continue to Your Account with Your UWind ID') %]
+            </a>
+                                <br /><br />
+                            </td>
+                        </tr>
+                    </table>
+                </td>
+            </tr>
+        </table>
+        <div style="height:20px;"></div>
+        </div>
+    </div>
+[% END %]