Revision: 7764 http://sourceforge.net/p/ipcop/svn/7764 Author: owes Date: 2014-12-29 09:09:02 +0000 (Mon, 29 Dec 2014) Log Message: ----------- Bump year. Update scheduled for January.
Modified Paths: -------------- ipcop/trunk/src/libs/header.pl ipcop/trunk/updates/2.1.8/ROOTFILES.i486-2.1.8 ipcop/trunk/updates/2.1.8/information.xml Modified: ipcop/trunk/src/libs/header.pl =================================================================== --- ipcop/trunk/src/libs/header.pl 2014-12-29 08:19:26 UTC (rev 7763) +++ ipcop/trunk/src/libs/header.pl 2014-12-29 09:09:02 UTC (rev 7764) @@ -21,7 +21,7 @@ # Copyright (c) 2002/04/13 Steve Bootes - add alias section, helper functions # Copyright (c) 2002/08/23 Mark Wormgoor <m...@wormgoor.com> validfqdn() # Copyright (c) 2003/09/11 Darren Critchley <darr...@telus.net> srtarray() -# Copyright (c) 2004-2014 The IPCop Team - way to many changes to specify here +# Copyright (c) 2004-2015 The IPCop Team - way to many changes to specify here # # $Id$ # @@ -153,21 +153,21 @@ print <<EOF domMenu_settings.set('domMenu_main', new Hash( - 'menuBarWidth', '0%', - 'menuBarClass', 'ipcop_menuBar', - 'menuElementClass', 'ipcop_menuElement', - 'menuElementHoverClass', 'ipcop_menuElementHover', - 'menuElementActiveClass', 'ipcop_menuElementHover', - 'subMenuBarClass', 'ipcop_subMenuBar', - 'subMenuElementClass', 'ipcop_subMenuElement', - 'subMenuElementHoverClass', 'ipcop_subMenuElementHover', - 'subMenuElementActiveClass', 'ipcop_subMenuElementHover', - 'subMenuMinWidth', 'auto', - 'distributeSpace', false, - 'openMouseoverMenuDelay', 0, - 'openMousedownMenuDelay', 0, - 'closeClickMenuDelay', 0, - 'closeMouseoutMenuDelay', 800 + 'menuBarWidth', '0%', + 'menuBarClass', 'ipcop_menuBar', + 'menuElementClass', 'ipcop_menuElement', + 'menuElementHoverClass', 'ipcop_menuElementHover', + 'menuElementActiveClass', 'ipcop_menuElementHover', + 'subMenuBarClass', 'ipcop_subMenuBar', + 'subMenuElementClass', 'ipcop_subMenuElement', + 'subMenuElementHoverClass', 'ipcop_subMenuElementHover', + 'subMenuElementActiveClass', 'ipcop_subMenuElementHover', + 'subMenuMinWidth', 'auto', + 'distributeSpace', false, + 'openMouseoverMenuDelay', 0, + 'openMousedownMenuDelay', 0, + 'closeClickMenuDelay', 0, + 'closeMouseoutMenuDelay', 800 )); </script> EOF @@ -254,9 +254,7 @@ $onload_menu = "onload=\"domMenu_activate('domMenu_main');\"" if ($menu == 1); print <<END -<!DOCTYPE html - PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head> <title>$full_title</title> @@ -265,7 +263,7 @@ <link rel="shortcut icon" href="/favicon.ico" /> <style type="text/css">\@import url(/include/ipcop.css);</style> END - ; + ; if ($javascript) { print "<script type='text/javascript' src='/include/domLib.js'></script>\n"; print "<script type='text/javascript' src='/include/domMenu.js'></script>\n"; @@ -307,15 +305,14 @@ if ($javascript) { print <<END - <script type="text/javascript"> - document.onmouseup = function() - { - domMenu_deactivate('domMenu_main'); - } - </script> - </head> - - <body $onload_menu> +<script type="text/javascript"> +document.onmouseup = function() +{ + domMenu_deactivate('domMenu_main'); +} +</script> +</head> +<body $onload_menu> END ; } @@ -326,20 +323,18 @@ print <<END <!-- IPCOP HEADER --> <table width='100%' border='0' cellpadding='0' cellspacing='0'> +<col width='719' /><col /><col width='32' /> <tr><td align='center' colspan='3'><img src='/images/header_top.png' alt='' /></td></tr> -<tr> -<td width='719' style='background: url(/images/header_left.png); background-repeat:no-repeat;'> +<tr><td style='background: url(/images/header_left.png); background-repeat:no-repeat;'> <table width='100%' border='0' cellpadding='0' cellspacing='0' style='table-layout:fixed;'> - <col width='75' /> - <col width='182' /> - <col /> - <tr valign='bottom'><td></td> - <td class='ipcop_menuLocationMain' colspan='2' height='25'><img src='/images/null.gif' width='8' height='1' alt='' />$location - <img src='/images/null.gif' width='16' alt='' /><img src='/images/header_arrow.gif' width='20' height='12' alt='' /><img src='/images/null.gif' width='24' height='1' alt='' /><font style='font-size: 12px;'>$sublocation</font></td> - </tr> - <tr valign='bottom'><td colspan='3' height='3'></td></tr> - <tr valign='bottom'><td height='27'></td> - <td colspan='2'> + <col width='75' /><col width='182' /><col /> + <tr valign='bottom'><td></td> + <td class='ipcop_menuLocationMain' colspan='2' height='25'><img src='/images/null.gif' width='8' height='1' alt='' />$location + <img src='/images/null.gif' width='16' alt='' /><img src='/images/header_arrow.gif' width='20' height='12' alt='' /><img src='/images/null.gif' width='24' height='1' alt='' /><font style='font-size: 12px;'>$sublocation</font></td> + </tr> + <tr valign='bottom'><td colspan='3' height='3'></td></tr> + <tr valign='bottom'><td height='27'></td> + <td colspan='2'> END ; if ($menu == 1) { @@ -353,7 +348,7 @@ print <<END </td> <td valign='top' style='background: url(/images/header_dyn.png);background-repeat:repeat-x;'> </td> -<td width='32' style='background: url(/images/header_right.png); background-repeat:no-repeat;'> </td> +<td style='background: url(/images/header_right.png); background-repeat:no-repeat;'> </td> </tr> </table> <!-- IPCOP CONTENT --> @@ -367,16 +362,16 @@ sub closepage { my $connected = shift; - my $status = "<small>IPCop v${General::version} © 2001-2014 The IPCop Team</small>"; + my $status = "<small>IPCop v${General::version} © 2001-2015 The IPCop Team</small>"; $status = &General::connectionstatus() . "<br />" . `/bin/date "+%Y-%m-%d %H:%M:%S"`. "<br /><br />$status" if ($connected ne 'skip_connected'); print <<END <!-- IPCOP FOOTER --> <table width='100%' border='0'><tr> - <td width='175' align='left'><img src='/images/null.gif' width='15' height='12' alt='' /><a href='http://sourceforge.net/projects/ipcop' target='_blank'><img src='/images/sflogo.gif' width='153' height='30' alt='Get IPCop Firewall at SourceForge.net. Fast, secure and Free Open Source software downloads' /></a></td> - <td align='center' valign='middle'>$status</td> - <td width='175' align='right' valign='bottom'><a href='http://www.ipcop.org/' target='_blank'><img src='/images/shieldedtux.png' width='113' height='82' alt='IPCop Tux' /></a><img src='/images/null.gif' width='15' height='12' alt='' /></td> + <td width='175' align='left'><img src='/images/null.gif' width='15' height='12' alt='' /><a href='http://sourceforge.net/projects/ipcop' target='_blank'><img src='/images/sflogo.gif' width='153' height='30' alt='Get IPCop Firewall at SourceForge.net. Fast, secure and Free Open Source software downloads' /></a></td> + <td align='center' valign='middle'>$status</td> + <td width='175' align='right' valign='bottom'><a href='http://www.ipcop.org/' target='_blank'><img src='/images/shieldedtux.png' width='113' height='82' alt='IPCop Tux' /></a><img src='/images/null.gif' width='15' height='12' alt='' /></td> </tr></table> </body></html> END Modified: ipcop/trunk/updates/2.1.8/ROOTFILES.i486-2.1.8 =================================================================== --- ipcop/trunk/updates/2.1.8/ROOTFILES.i486-2.1.8 2014-12-29 08:19:26 UTC (rev 7763) +++ ipcop/trunk/updates/2.1.8/ROOTFILES.i486-2.1.8 2014-12-29 09:09:02 UTC (rev 7764) @@ -3,6 +3,7 @@ /home/httpd/cgi-bin/time.cgi /home/httpd/cgi-bin/updates.cgi /home/httpd/cgi-bin/urlfilter.cgi +/usr/lib/ipcop/header.pl /usr/local/sbin/setup ## ## acpid-2.0.23 Modified: ipcop/trunk/updates/2.1.8/information.xml =================================================================== --- ipcop/trunk/updates/2.1.8/information.xml 2014-12-29 08:19:26 UTC (rev 7763) +++ ipcop/trunk/updates/2.1.8/information.xml 2014-12-29 09:09:02 UTC (rev 7764) @@ -1,7 +1,7 @@ <ipcop> <update> <version>2.1.8</version> - <releasedate>2014-12-dd</releasedate> + <releasedate>2015-01-dd</releasedate> <size>0</size> <isoimages>no</isoimages> <description> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn