Changeset 358
- Timestamp:
- 12/18/06 18:03:16 (2 years ago)
- Files:
-
- trunk/app/views/layouts/mainlevel.rhtml (modified) (1 diff)
- trunk/app/views/user/login.rhtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/app/views/layouts/mainlevel.rhtml
r351 r358 45 45 <% end -%> 46 46 47 <script type="text/javascript"> 48 //<![CDATA[ 49 50 // If the page is loaded in an IFrame, redirect its parent to this page. 51 // This is used by the Windows version's loader page. 52 if (window.parent.location != window.location) 53 window.parent.location.replace(window.location); 54 55 //]]> 56 </script> 57 47 58 <!-- Style for asset type links --> 48 59 <% types = AssetType.find(:all, :readonly => true, :select => 'id, asset_type_icon_id') -%> trunk/app/views/user/login.rhtml
r304 r358 5 5 <title>Welcome to NorfelloCMMS</title> 6 6 <%= stylesheet_link_tag 'login' %> 7 <script type="text/javascript"> 8 //<![CDATA[ 9 10 // If the page is loaded in an IFrame, redirect its parent to this page. 11 // This is used by the Windows version's loader page. 12 if (window.parent.location != window.location) 13 window.parent.location.replace(window.location); 14 15 //]]> 16 </script> 7 17 </head> 8 18