[Ils-source] r1552 - in trunk/styles/FLL: . images
dominick at crosswire.org
dominick at crosswire.org
Thu Jun 15 13:17:01 MST 2017
Author: dominick
Date: 2017-06-15 13:17:01 -0700 (Thu, 15 Jun 2017)
New Revision: 1552
Added:
trunk/styles/FLL/images/FLL_iLS.png
Modified:
trunk/styles/FLL/login.jsp
Log:
Updated FLL Style
Added: trunk/styles/FLL/images/FLL_iLS.png
===================================================================
(Binary files differ)
Property changes on: trunk/styles/FLL/images/FLL_iLS.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: trunk/styles/FLL/login.jsp
===================================================================
--- trunk/styles/FLL/login.jsp 2017-06-14 21:19:48 UTC (rev 1551)
+++ trunk/styles/FLL/login.jsp 2017-06-15 20:17:01 UTC (rev 1552)
@@ -173,6 +173,30 @@
</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>
+ toggle('TOS', 'GO2');
+ function toggle(checkboxID, toggleID) {
+ var checkbox = document.getElementById(checkboxID);
+ var toggle = document.getElementById(toggleID);
+ updateToggle = checkbox.checked ? toggle.disabled=false : toggle.disabled=true;
+ }
+ </script>
</form>
<div id="copyright" style="width:100%;">
<%= company.getCompanyCopyright() %>
More information about the Ils-source
mailing list