[NBP web-reskin] [SCM] UNNAMED PROJECT branch, master,
updated. b841a8be5356918909075b05bca0e318ebd41f6a
fidelity_camp at nbp.org
fidelity_camp at nbp.org
Sat Nov 7 09:05:12 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 b841a8be5356918909075b05bca0e318ebd41f6a (commit)
from ace7a9f245620cb8507bd162da043598f11a815e (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 b841a8be5356918909075b05bca0e318ebd41f6a
Author: Steve DiDomenico <swdidomenico at comcast.net>
Date: Sat Nov 7 09:03:33 2009 -0500
Steve DiDomenico 9:05am 11/07/09 - removed template HEAD_P with git rm
-----------------------------------------------------------------------
Summary of changes:
commit b841a8be5356918909075b05bca0e318ebd41f6a
Author: Steve DiDomenico <swdidomenico at comcast.net>
Date: Sat Nov 7 09:03:33 2009 -0500
Steve DiDomenico 9:05am 11/07/09 - removed template HEAD_P with git rm
---
catalogs/nbp/templates/regions/HEAD_P | 100 ---------------------------------
1 files changed, 0 insertions(+), 100 deletions(-)
delete mode 100644 catalogs/nbp/templates/regions/HEAD_P
diff --git a/catalogs/nbp/templates/regions/HEAD_P b/catalogs/nbp/templates/regions/HEAD_P
deleted file mode 100644
index 35247eb..0000000
--- a/catalogs/nbp/templates/regions/HEAD_P
+++ /dev/null
@@ -1,100 +0,0 @@
-<<<<<<< HEAD:catalogs/nbp/templates/regions/HEAD_P
-<!-- 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
--->
-
-=======
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<head>
- <title>NBP Home Page</title>
->>>>>>> c6f49347b084b90a000491e86e4d1bd2c80b8105:catalogs/nbp/templates/regions/HEAD_P
- <link href="/nbp/StylesNew.css" rel="stylesheet" type="text/css" />
- <style type="text/css">
- .style1
- {
- width: 24px;
- }
- </style>
-<<<<<<< HEAD:catalogs/nbp/templates/regions/HEAD_P
-
-<!-- The JavaScript will also stay here until we create the .js files -->
-
-=======
->>>>>>> c6f49347b084b90a000491e86e4d1bd2c80b8105:catalogs/nbp/templates/regions/HEAD_P
- <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>
-<<<<<<< HEAD:catalogs/nbp/templates/regions/HEAD_P
-<!-- END HEAD_P -->
-=======
->>>>>>> c6f49347b084b90a000491e86e4d1bd2c80b8105:catalogs/nbp/templates/regions/HEAD_P
hooks/post-receive
--
UNNAMED PROJECT
More information about the Web-reskin
mailing list