[NBP web-reskin] [SCM] UNNAMED PROJECT branch, master, updated. b8371120a4b2b76aa87a7570f548897f45fcdb6f

fidelity_camp at nbp.org fidelity_camp at nbp.org
Thu Nov 5 13:45:31 EST 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".

The branch, master has been updated
       via  b8371120a4b2b76aa87a7570f548897f45fcdb6f (commit)
       via  b03128fe0c82de2a106eee7bc205134d8ef5e7ca (commit)
       via  ce4b28e50ed1e081c94631463f4547b123ff7f58 (commit)
       via  573648ff94b60cac41ccdff56475a3fe48528bcd (commit)
      from  2bf971e8d7889e7fe37298f79d0deb029296e839 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b8371120a4b2b76aa87a7570f548897f45fcdb6f
Merge: b03128fe0c82de2a106eee7bc205134d8ef5e7ca 2bf971e8d7889e7fe37298f79d0deb029296e839
Author: Steve DiDomenico <swdidomenico at comcast.net>
Date:   Thu Nov 5 13:44:27 2009 -0500

    Merge branch 'master' of /home/camp/reskin/nbp

commit b03128fe0c82de2a106eee7bc205134d8ef5e7ca
Merge: ce4b28e50ed1e081c94631463f4547b123ff7f58 c6f49347b084b90a000491e86e4d1bd2c80b8105
Author: Steve DiDomenico <swdidomenico at comcast.net>
Date:   Thu Nov 5 13:38:53 2009 -0500

    Merge branch 'master' of /home/camp/reskin/nbp
    
    Conflicts:
    	catalogs/nbp/templates/regions/HEAD_P

commit ce4b28e50ed1e081c94631463f4547b123ff7f58
Author: Steve DiDomenico <swdidomenico at comcast.net>
Date:   Thu Nov 5 13:08:18 2009 -0500

    start tracking HEAD_P

commit 573648ff94b60cac41ccdff56475a3fe48528bcd
Author: Steve DiDomenico <swdidomenico at comcast.net>
Date:   Thu Nov 5 07:47:26 2009 -0500

    Steve DiDomenico - adding new page site.html

-----------------------------------------------------------------------

Summary of changes:
commit b8371120a4b2b76aa87a7570f548897f45fcdb6f
Merge: b03128f 2bf971e
Author: Steve DiDomenico <swdidomenico at comcast.net>
Date:   Thu Nov 5 13:44:27 2009 -0500

    Merge branch 'master' of /home/camp/reskin/nbp

commit b03128fe0c82de2a106eee7bc205134d8ef5e7ca
Merge: ce4b28e c6f4934
Author: Steve DiDomenico <swdidomenico at comcast.net>
Date:   Thu Nov 5 13:38:53 2009 -0500

    Merge branch 'master' of /home/camp/reskin/nbp
    
    Conflicts:
    	catalogs/nbp/templates/regions/HEAD_P

commit ce4b28e50ed1e081c94631463f4547b123ff7f58
Author: Steve DiDomenico <swdidomenico at comcast.net>
Date:   Thu Nov 5 13:08:18 2009 -0500

    start tracking HEAD_P
---
 catalogs/nbp/templates/regions/HEAD_P |   87 +++++++++++++++++++++++++++++++++
 1 files changed, 87 insertions(+), 0 deletions(-)
 create mode 100644 catalogs/nbp/templates/regions/HEAD_P

diff --git a/catalogs/nbp/templates/regions/HEAD_P b/catalogs/nbp/templates/regions/HEAD_P
new file mode 100644
index 0000000..32f9913
--- /dev/null
+++ b/catalogs/nbp/templates/regions/HEAD_P
@@ -0,0 +1,87 @@
+<!-- BEGIN HEAD_P 09-29-2009 -->
+[perl]
+$Scratch->{xtitle} = 'NBP - ' . $Scratch->{xsection_title} . ' - ' . $Scratch->{xpage_title} if ($Scratch->{xsection_title} && $Scratch->{xpage_title});
+ return '';
+[/perl][tmpn with_highlights]1[/tmpn]
+<html xmlns="http://www.w3.org/1999/xhtml" >
+<head>
+	<title>[if scratch xtitle][scratchd xtitle][else]NBP - Promoting Braille Literacy, Braille Books, and other Braille Publications[/else][/if]</title>
+	<META name="description" content="National Braille Press offers blind children the power of literacy and blind adults access to the printed word.">
+	<META name="keywords" content="Louis Braille biography, braille books, books in braille, blind literacy">
+
+[comment] The style sheet variable is commented out until it is ready SWD 9-29-09 [var CUSTOM_CSS]  [/comment]
+
+<script type="text/javascript" language="JavaScript">
+<!--
+	TMonth = new Array('January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'); 
+	TDate = new Date(); 
+	CurYear = TDate.getFullYear(); 
+	CurMonth = TDate.getMonth(); 
+	CurDay = TDate.getDate();  
+	TheDate = TMonth[CurMonth] + ' ' + CurDay + ', ' + CurYear;
+// --> 
+</script>
+
+
+<!-- Until all the styles in StylesNew.css and style1 are added to the .css files
+     they will be included here. 
+     S.DiDomenico 9/16/2009	 
+-->
+
+    <link href="/nbp/StylesNew.css" rel="stylesheet" type="text/css" />
+    <style type="text/css">
+        .style1
+        {
+            width: 24px;
+        }
+    </style>
+	
+<!-- The JavaScript will also stay here until we create the .js files -->
+	
+    <script type="text/javascript">
+    // SECOND MENU TYPE
+        var timeout         = 500;
+        var closetimer		= 0;
+        var ddmenuitem      = 0;
+
+        // open hidden layer
+        function mopen(id)
+        {	
+	        // cancel close timer
+	        mcancelclosetime();
+
+	        // close old layer
+	        if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
+
+	        // get new layer and show it
+	        ddmenuitem = document.getElementById(id);
+	        ddmenuitem.style.visibility = 'visible';
+
+        }
+        // close showed layer
+        function mclose()
+        {
+	        if(ddmenuitem) ddmenuitem.style.visibility = 'hidden';
+        }
+
+        // go close timer
+        function mclosetime()
+        {
+	        closetimer = window.setTimeout(mclose, timeout);
+        }
+
+        // cancel close timer
+        function mcancelclosetime()
+        {
+	        if(closetimer)
+	        {
+		        window.clearTimeout(closetimer);
+		        closetimer = null;
+	        }
+        }
+
+        // close layer when click-out
+        document.onclick = mclose; 
+    </script>
+</head>
+<!-- END HEAD_P -->
\ No newline at end of file

commit 573648ff94b60cac41ccdff56475a3fe48528bcd
Author: Steve DiDomenico <swdidomenico at comcast.net>
Date:   Thu Nov 5 07:47:26 2009 -0500

    Steve DiDomenico - adding new page site.html
---
 catalogs/nbp/pages/site.html |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
 create mode 100644 catalogs/nbp/pages/site.html

diff --git a/catalogs/nbp/pages/site.html b/catalogs/nbp/pages/site.html
new file mode 100644
index 0000000..51db6a6
--- /dev/null
+++ b/catalogs/nbp/pages/site.html
@@ -0,0 +1,9 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+[set xtitle]Site Map[/set]
+
+ at _TITLE_@
+
+
+<h1 align="center">SITE MAP IS UNDER CONSTRUCTION </h1>
+</body>


hooks/post-receive
--
UNNAMED PROJECT


More information about the Web-reskin mailing list