[Ils-source] r1554 - trunk/styles/FLL

dominick at crosswire.org dominick at crosswire.org
Thu Jun 15 14:25:34 MST 2017


Author: dominick
Date: 2017-06-15 14:25:34 -0700 (Thu, 15 Jun 2017)
New Revision: 1554

Modified:
   trunk/styles/FLL/login.jsp
Log:
Updated FLL Style

Modified: trunk/styles/FLL/login.jsp
===================================================================
--- trunk/styles/FLL/login.jsp	2017-06-15 20:19:51 UTC (rev 1553)
+++ trunk/styles/FLL/login.jsp	2017-06-15 21:25:34 UTC (rev 1554)
@@ -14,7 +14,6 @@
 <%@ page import="java.io.InputStreamReader"%>
 <%@ page import="java.util.Properties"%>
 <%@ page import="org.apache.log4j.Logger" %>
-
 <%
     String requestURL = request.getRequestURL().toString() + "?" + request.getQueryString();
     String co = com.resolutions.ils.Utils.getCompanyFromConfig(session, requestURL);
@@ -97,12 +96,10 @@
         return;
     }
 %>
-
-
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
-<title><%= company.getCompanyName() %> eLearning Portal</title>
+<title><%= company.getCompanyName() %>eLearning Portal</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <link href="lms_style.css" rel="stylesheet" type="text/css">
 <script type="text/javascript" src="crosswire.js"></script>
@@ -126,70 +123,68 @@
 
 </script>
 </head>
-
 <body style="margin-top:75px; text-align:left;" onload="init();">
 <div style="width:527px; margin-left:30%;">
-<div id="loginHeader">
-<img src="<%= company.getCompanyLogoURL() %>" width="525" height="90" alt="Company logo"></div>
-
+<div id="loginHeader"> <img src="<%= company.getCompanyLogoURL() %>" width="525" height="90" alt="Company logo"></div>
 <div id="loginContainer">
   <form  name="login" method="post" action="<%= (initURL == null)?"login.jsp":initURL %>">
-                <table cellpadding="0" cellspacing="0" id="tableFormLogin">
-                <tr><th>Login</th></tr>
-        <tr>
-          <td valign="top">
-        
-            <table  id="tableLogData">
-              <tr>
-                <td class="formHeadings">User ID:</td>
-                <td><input class="coursetxt" id="userID" name="userID" type="text" value="" size="30"/></td>
-              </tr>
-              <tr>
-                <td class="formHeadings">Password:</td>
-                <td><input class="coursetxt" id="userPW" name="userPw" type="password" value="" size="30"/></td>
-              </tr>
-              <tr>
-                <td>&nbsp;</td>
-                <td style="white-space: nowrap;">
-<%
+    <table cellpadding="0" cellspacing="0" id="tableFormLogin">
+      <tr>
+        <th>Login</th>
+      </tr>
+      <tr>
+        <td valign="top"><table  id="tableLogData">
+            <tr>
+              <td class="formHeadings">User ID:</td>
+              <td><input class="coursetxt" id="userID" name="userID" type="text" value="" size="30"/></td>
+            </tr>
+            <tr>
+              <td class="formHeadings">Password:</td>
+              <td><input class="coursetxt" id="userPW" name="userPw" type="password" value="" size="30"/></td>
+            </tr>
+            <tr>
+              <td>&nbsp;</td>
+              <td style="white-space: nowrap;"><%
 if (selfReg) {
 %>
                 <span><a href="selfregistration.jsp" class="formButtons">Create Account</a></span>
-<%
+                <%
 }
 %>
-                <span style="float:right; margin: 0px 5px 0px 0px;"><a href="#" class="formButtons" onClick="retrievePW();">Forgot Password</a></span>
-                </td>
-              </tr>
-              <tr>
-                <td>&nbsp;</td>
-                <td><input name="GO2" value="GO" type="image" src="images/login_btn.gif" width="66" height="24">
-                    <input name="clear2" value="clear" type="image" src="images/cancel_btn.gif" /></td>
-              </tr>
-              <tr>
-                <td colspan="2"><span class="instructiontxt"><%= errorMsg %></span></td>
-              </tr>
-            </table>
-          </td>
-        </tr>
-      </table>
-<br/>
-      <table cellpadding="0" cellspacing="0" id="tableFormLogin">
-        <tr>
-          <th>Disclaimer</th>
-        </tr>
-        <tr>
-          <td valign="top">
-            <table  id="tableLogData">
-              <tr>
-                <td class="formHeadings" style="text-align:justify; width:400px; font-weight:normal; padding-left:40px;"><input id="TOS" name="TOS" onClick="toggle('TOS', 'GO2')" type="checkbox" value="1" style="margin-left:-30px;" />No photography, texting, videotaping, audio recording, or phone calls in the Training Center or the Credentialing Office using any electronic device, including but not limited to cell phones or tablets.   Violators are subject to penalties, including but not limited to monetary fines and/or the loss of credentials pursuant to Broward County ordinances or otherwise by law.<br/><br/>By clicking on the box above, you agree to comply with this policy.<br/><br/><img src="images/FLL_iLS.png" width="280" height="111"/></td>
-              </tr>
-            </table>
-          </td>
-        </tr>
-      </table>
-<br/><br/>
-      <script>
+                <span style="float:right; margin: 0px 5px 0px 0px;"><a href="#" class="formButtons" onClick="retrievePW();">Forgot Password</a></span></td>
+            </tr>
+            <tr>
+              <td>&nbsp;</td>
+              <td><input id="GO2" name="GO2" value="GO" type="image" src="images/login_btn.gif" width="66" height="24">
+                <input name="clear2" value="clear" type="image" src="images/cancel_btn.gif" /></td>
+            </tr>
+            <tr>
+              <td colspan="2"><span class="instructiontxt"><%= errorMsg %></span></td>
+            </tr>
+          </table></td>
+      </tr>
+    </table>
+    <br/>
+    <table cellpadding="0" cellspacing="0" id="tableFormLogin">
+      <tr>
+        <th>Disclaimer</th>
+      </tr>
+      <tr>
+        <td valign="top"><table  id="tableLogData">
+            <tr>
+              <td class="formHeadings" style="text-align:justify; width:400px; font-weight:normal; padding-left:40px;"><input id="TOS" name="TOS" onClick="toggle('TOS', 'GO2')" type="checkbox" value="1" style="margin-left:-20px;" />
+                No photography, texting, videotaping, audio recording, or phone calls in the Training Center or the Credentialing Office using any electronic device, including but not limited to cell phones or tablets.   Violators are subject to penalties, including but not limited to monetary fines and/or the loss of credentials pursuant to Broward County ordinances or otherwise by law.<br/>
+                <br/>
+                By clicking on the box above, you agree to comply with this policy.<br/>
+                <br/>
+                <img src="images/FLL_iLS.png" width="280" height="111"/></td>
+            </tr>
+          </table></td>
+      </tr>
+    </table>
+    <br/>
+    <br/>
+    <script>
 	  	toggle('TOS', 'GO2');
       	function toggle(checkboxID, toggleID) {
       		var checkbox = document.getElementById(checkboxID);
@@ -197,17 +192,14 @@
       		updateToggle = checkbox.checked ? toggle.disabled=false : toggle.disabled=true;
       	}
       </script>
-    </form>
-<div id="copyright" style="width:100%;">
-<%= company.getCompanyCopyright() %>
+  </form>
+  <div id="copyright" style="width:100%;"> <%= company.getCompanyCopyright() %> </div>
 </div>
-</div>
-
 <div style="visibility:hidden; display:none">
-<form name="retrievePWForm" method="post" action="<%= (initURL == null)?"login.jsp":initURL %>">
-		<input type="hidden" name="action" value="retrievePW"/>
-		<input type="hidden" id="retrievePWEmail" name="retrievePWEmail" value=""/>
-</form>
+  <form name="retrievePWForm" method="post" action="<%= (initURL == null)?"login.jsp":initURL %>">
+    <input type="hidden" name="action" value="retrievePW"/>
+    <input type="hidden" id="retrievePWEmail" name="retrievePWEmail" value=""/>
+  </form>
 </div>
 <script type="text/javascript">
 
@@ -216,7 +208,6 @@
 	document.getElementById('userID').focus();
 }
 </script>
-
 </body>
 </html>
 <%!




More information about the Ils-source mailing list