Changeset 2850

Show
Ignore:
Timestamp:
03/08/10 09:31:19
Author:
bleibson
Message:

o update javascript files to have Jasig licensing info.
o remove RPI copyright notice

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/theme/javascript/bedework.js

    r2585 r2850  
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
     19 
     20 
    121dojo.require("dojo.event.*"); 
    222dojo.require("dojo.widget.*"); 
  • trunk/deployment/resources/javascript/bedework/bedeworkAccess.js

    r2529 r2850  
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
     19 
    120/* Bedework Access control form functions 
    221 
     
    726   the acls). 
    827 
    9 /* ********************************************************************** 
    10     Copyright 2007 Rensselaer Polytechnic Institute. All worldwide rights reserved. 
    11  
    12     Redistribution and use of this distribution in source and binary forms, 
    13     with or without modification, are permitted provided that: 
    14        The above copyright notice and this permission notice appear in all 
    15         copies and supporting documentation; 
    16  
    17         The name, identifiers, and trademarks of Rensselaer Polytechnic 
    18         Institute are not used in advertising or publicity without the 
    19         express prior written permission of Rensselaer Polytechnic Institute; 
    20  
    21     DISCLAIMER: The software is distributed" AS IS" without any express or 
    22     implied warranty, including but not limited to, any implied warranties 
    23     of merchantability or fitness for a particular purpose or any warrant)' 
    24     of non-infringement of any current or pending patent rights. The authors 
    25     of the software make no representations about the suitability of this 
    26     software for any particular purpose. The entire risk as to the quality 
    27     and performance of the software is with the user. Should the software 
    28     prove defective, the user assumes the cost of all necessary servicing, 
    29     repair or correction. In particular, neither Rensselaer Polytechnic 
    30     Institute, nor the authors of the software are liable for any indirect, 
    31     special, consequential, or incidental damages related to the software, 
    32     to the maximum extent the law permits. */ 
    33  
    34 // This toggles various elements in the access control form when 
    35 // a checkbox for All, Read, Write, Bind, Schedule, or None is clicked. 
    36 // Each howItem (checkbox) has a corresponding allow/deny flag (radio button) 
    37 // named after the howItem's value (e.g. "A","R","F","N", etc). We enable 
    38 // and disable the corresponding radio buttons as well. 
    39  
    40 // ======================================================================== 
     28*/ 
     29 
    4130// ======================================================================== 
    4231//   Language and customization 
  • trunk/deployment/resources/javascript/bedework/bedeworkUtil.js

    r2160 r2850  
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
     19 
    120/* Bedework Javascript utility functions */ 
    221 
  • trunk/deployment/resources/javascript/bedework/bedeworkXProperties.js

    r2173 r2850  
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
     19 
    120// Bedework x-property functions 
    2  
    3 /* ********************************************************************** 
    4     Copyright 2007 Rensselaer Polytechnic Institute. All worldwide rights reserved. 
    5  
    6     Redistribution and use of this distribution in source and binary forms, 
    7     with or without modification, are permitted provided that: 
    8        The above copyright notice and this permission notice appear in all 
    9         copies and supporting documentation; 
    10  
    11         The name, identifiers, and trademarks of Rensselaer Polytechnic 
    12         Institute are not used in advertising or publicity without the 
    13         express prior written permission of Rensselaer Polytechnic Institute; 
    14  
    15     DISCLAIMER: The software is distributed" AS IS" without any express or 
    16     implied warranty, including but not limited to, any implied warranties 
    17     of merchantability or fitness for a particular purpose or any warrant)' 
    18     of non-infringement of any current or pending patent rights. The authors 
    19     of the software make no representations about the suitability of this 
    20     software for any particular purpose. The entire risk as to the quality 
    21     and performance of the software is with the user. Should the software 
    22     prove defective, the user assumes the cost of all necessary servicing, 
    23     repair or correction. In particular, neither Rensselaer Polytechnic 
    24     Institute, nor the authors of the software are liable for any indirect, 
    25     special, consequential, or incidental damages related to the software, 
    26     to the maximum extent the law permits. */ 
    27  
    2821 
    2922// ======================================================================== 
  • trunk/deployment/webadmin/portlet/resources/resources/bwClock.js

    r2054 r2850  
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
     19 
    120var bwClockHour = null; 
    221var bwClockMinute = null; 
  • trunk/deployment/webadmin/portlet/resources/resources/includes.js

    r1105 r2850  
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
     19 
    120function changeClass(id, newClass) { 
    221  identity = document.getElementById(id); 
  • trunk/deployment/webadmin/portlet/resources/resources/ui.js

    r1105 r2850  
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
     19 
    120var ae = ""; 
    221 
  • trunk/deployment/webadmin/webapp/resources/resources/bedework.js

    r2373 r2850  
    1 /* ********************************************************************** 
    2     Copyright 2008 Rensselaer Polytechnic Institute. All worldwide rights reserved. 
    3  
    4     Redistribution and use of this distribution in source and binary forms, 
    5     with or without modification, are permitted provided that: 
    6        The above copyright notice and this permission notice appear in all 
    7         copies and supporting documentation; 
    8  
    9         The name, identifiers, and trademarks of Rensselaer Polytechnic 
    10         Institute are not used in advertising or publicity without the 
    11         express prior written permission of Rensselaer Polytechnic Institute; 
    12  
    13     DISCLAIMER: The software is distributed" AS IS" without any express or 
    14     implied warranty, including but not limited to, any implied warranties 
    15     of merchantability or fitness for a particular purpose or any warrant)' 
    16     of non-infringement of any current or pending patent rights. The authors 
    17     of the software make no representations about the suitability of this 
    18     software for any particular purpose. The entire risk as to the quality 
    19     and performance of the software is with the user. Should the software 
    20     prove defective, the user assumes the cost of all necessary servicing, 
    21     repair or correction. In particular, neither Rensselaer Polytechnic 
    22     Institute, nor the authors of the software are liable for any indirect, 
    23     special, consequential, or incidental damages related to the software, 
    24     to the maximum extent the law permits. */ 
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
    2519 
    2620/* NOTE: this file is different between Bedework web applications and is 
  • trunk/deployment/webadmin/webapp/resources/resources/bedeworkEventForm.js

    r2262 r2850  
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
     19 
    120// Bedework event form functions 
    221 
    3 /* ********************************************************************** 
    4     Copyright 2007 Rensselaer Polytechnic Institute. All worldwide rights reserved. 
    5  
    6     Redistribution and use of this distribution in source and binary forms, 
    7     with or without modification, are permitted provided that: 
    8        The above copyright notice and this permission notice appear in all 
    9         copies and supporting documentation; 
    10  
    11         The name, identifiers, and trademarks of Rensselaer Polytechnic 
    12         Institute are not used in advertising or publicity without the 
    13         express prior written permission of Rensselaer Polytechnic Institute; 
    14  
    15     DISCLAIMER: The software is distributed" AS IS" without any express or 
    16     implied warranty, including but not limited to, any implied warranties 
    17     of merchantability or fitness for a particular purpose or any warrant)' 
    18     of non-infringement of any current or pending patent rights. The authors 
    19     of the software make no representations about the suitability of this 
    20     software for any particular purpose. The entire risk as to the quality 
    21     and performance of the software is with the user. Should the software 
    22     prove defective, the user assumes the cost of all necessary servicing, 
    23     repair or correction. In particular, neither Rensselaer Polytechnic 
    24     Institute, nor the authors of the software are liable for any indirect, 
    25     special, consequential, or incidental damages related to the software, 
    26     to the maximum extent the law permits. */ 
    27  
    28 // ======================================================================== 
    2922// ======================================================================== 
    3023//   Language and customization 
  • trunk/deployment/webadmin/webapp/resources/resources/bedeworkPrefs.js

    r2373 r2850  
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
     19 
    120// populate timezone select boxes in event form 
    221function setTimezones(timezones) { 
  • trunk/deployment/webadmin/webapp/resources/resources/bwClock.js

    r2054 r2850  
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
     19 
    120var bwClockHour = null; 
    221var bwClockMinute = null; 
  • trunk/deployment/webadmin/webapp/resources/resources/includes.js

    r1157 r2850  
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
     19 
    120var debug = false; // very basic debugging for now 
    221 
  • trunk/deployment/webadmin/webapp/resources/resources/ui.js

    r952 r2850  
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
     19 
    120var ae = ""; 
    221 
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/javascript/bedework.js

    r2712 r2850  
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
     19 
    120function changeClass(id, newClass) { 
    221  identity = document.getElementById(id); 
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/javascript/catSearch.js

    r2511 r2850  
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
     19 
    120/** 
    221 * @author jeremy 
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/javascript/ifs-calendar.js

    r2712 r2850  
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
     19 
    120YAHOO.namespace("bw"); 
    221 
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bwclassicTheme/javascript/bedework.js

    r2712 r2850  
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
     19 
    120function changeClass(id, newClass) { 
    221  identity = document.getElementById(id); 
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/iphoneTheme/javascript/jsphone.js

    r2576 r2850  
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
     19 
    120function gotourl(e, url){ 
    221 e.style.color = '#900'; 
  • trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/themes/bwclassicTheme/javascript/bedework.js

    r2598 r2850  
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
     19 
    120function changeClass(id, newClass) { 
    221  identity = document.getElementById(id); 
  • trunk/deployment/websubmit/webapp/resources/demoskins/resources/bedework.js

    r2055 r2850  
    1 /* ********************************************************************** 
    2     Copyright 2007 Rensselaer Polytechnic Institute. All worldwide rights reserved. 
    3  
    4     Redistribution and use of this distribution in source and binary forms, 
    5     with or without modification, are permitted provided that: 
    6        The above copyright notice and this permission notice appear in all 
    7         copies and supporting documentation; 
    8  
    9         The name, identifiers, and trademarks of Rensselaer Polytechnic 
    10         Institute are not used in advertising or publicity without the 
    11         express prior written permission of Rensselaer Polytechnic Institute; 
    12  
    13     DISCLAIMER: The software is distributed" AS IS" without any express or 
    14     implied warranty, including but not limited to, any implied warranties 
    15     of merchantability or fitness for a particular purpose or any warrant)' 
    16     of non-infringement of any current or pending patent rights. The authors 
    17     of the software make no representations about the suitability of this 
    18     software for any particular purpose. The entire risk as to the quality 
    19     and performance of the software is with the user. Should the software 
    20     prove defective, the user assumes the cost of all necessary servicing, 
    21     repair or correction. In particular, neither Rensselaer Polytechnic 
    22     Institute, nor the authors of the software are liable for any indirect, 
    23     special, consequential, or incidental damages related to the software, 
    24     to the maximum extent the law permits. */ 
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
    2519 
    2620var debug = false; // very basic debugging for now 
  • trunk/deployment/websubmit/webapp/resources/demoskins/resources/bedeworkEventForm.js

    r2175 r2850  
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
     19 
    120// Bedework event form functions 
    2  
    3 /* ********************************************************************** 
    4     Copyright 2007 Rensselaer Polytechnic Institute. All worldwide rights reserved. 
    5  
    6     Redistribution and use of this distribution in source and binary forms, 
    7     with or without modification, are permitted provided that: 
    8        The above copyright notice and this permission notice appear in all 
    9         copies and supporting documentation; 
    10  
    11         The name, identifiers, and trademarks of Rensselaer Polytechnic 
    12         Institute are not used in advertising or publicity without the 
    13         express prior written permission of Rensselaer Polytechnic Institute; 
    14  
    15     DISCLAIMER: The software is distributed" AS IS" without any express or 
    16     implied warranty, including but not limited to, any implied warranties 
    17     of merchantability or fitness for a particular purpose or any warrant)' 
    18     of non-infringement of any current or pending patent rights. The authors 
    19     of the software make no representations about the suitability of this 
    20     software for any particular purpose. The entire risk as to the quality 
    21     and performance of the software is with the user. Should the software 
    22     prove defective, the user assumes the cost of all necessary servicing, 
    23     repair or correction. In particular, neither Rensselaer Polytechnic 
    24     Institute, nor the authors of the software are liable for any indirect, 
    25     special, consequential, or incidental damages related to the software, 
    26     to the maximum extent the law permits. */ 
    2721 
    2822// ======================================================================== 
  • trunk/deployment/websubmit/webapp/resources/demoskins/resources/bedeworkPrefs.js

    r1580 r2850  
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
     19 
    120/* Preferences and Scheduling */ 
    221// build the workdays parameter as a string when submitting user preferences form 
  • trunk/deployment/websubmit/webapp/resources/demoskins/resources/bwClock.js

    r1580 r2850  
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
     19 
    120var bwClockHour = null; 
    221var bwClockMinute = null; 
  • trunk/deployment/webuser/webapp/resources/demoskins/resources/bedework.js

    r2216 r2850  
    1 /* ********************************************************************** 
    2     Copyright 2008 Rensselaer Polytechnic Institute. All worldwide rights reserved. 
    3  
    4     Redistribution and use of this distribution in source and binary forms, 
    5     with or without modification, are permitted provided that: 
    6        The above copyright notice and this permission notice appear in all 
    7         copies and supporting documentation; 
    8  
    9         The name, identifiers, and trademarks of Rensselaer Polytechnic 
    10         Institute are not used in advertising or publicity without the 
    11         express prior written permission of Rensselaer Polytechnic Institute; 
    12  
    13     DISCLAIMER: The software is distributed" AS IS" without any express or 
    14     implied warranty, including but not limited to, any implied warranties 
    15     of merchantability or fitness for a particular purpose or any warrant)' 
    16     of non-infringement of any current or pending patent rights. The authors 
    17     of the software make no representations about the suitability of this 
    18     software for any particular purpose. The entire risk as to the quality 
    19     and performance of the software is with the user. Should the software 
    20     prove defective, the user assumes the cost of all necessary servicing, 
    21     repair or correction. In particular, neither Rensselaer Polytechnic 
    22     Institute, nor the authors of the software are liable for any indirect, 
    23     special, consequential, or incidental damages related to the software, 
    24     to the maximum extent the law permits. */ 
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
    2519 
    2620/* NOTE: this file is different between Bedework web applications and is 
  • trunk/deployment/webuser/webapp/resources/demoskins/resources/bedeworkAttendees.js

    r2637 r2850  
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
     19 
    120var bwAutoCompleteOptions = { 
    221  minChars: 0, 
  • trunk/deployment/webuser/webapp/resources/demoskins/resources/bedeworkCalendarGrid.js

    r2224 r2850  
    1 /* ********************************************************************** 
    2     Copyright 2008 Rensselaer Polytechnic Institute. All worldwide rights reserved. 
    3  
    4     Redistribution and use of this distribution in source and binary forms, 
    5     with or without modification, are permitted provided that: 
    6        The above copyright notice and this permission notice appear in all 
    7         copies and supporting documentation; 
    8  
    9         The name, identifiers, and trademarks of Rensselaer Polytechnic 
    10         Institute are not used in advertising or publicity without the 
    11         express prior written permission of Rensselaer Polytechnic Institute; 
    12  
    13     DISCLAIMER: The software is distributed" AS IS" without any express or 
    14     implied warranty, including but not limited to, any implied warranties 
    15     of merchantability or fitness for a particular purpose or any warrant)' 
    16     of non-infringement of any current or pending patent rights. The authors 
    17     of the software make no representations about the suitability of this 
    18     software for any particular purpose. The entire risk as to the quality 
    19     and performance of the software is with the user. Should the software 
    20     prove defective, the user assumes the cost of all necessary servicing, 
    21     repair or correction. In particular, neither Rensselaer Polytechnic 
    22     Institute, nor the authors of the software are liable for any indirect, 
    23     special, consequential, or incidental damages related to the software, 
    24     to the maximum extent the law permits. */ 
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
    2519 
    2620/* NOTE: this file is different between Bedework web applications and is 
  • trunk/deployment/webuser/webapp/resources/demoskins/resources/bedeworkDojo.js

    r2055 r2850  
    22// DEPRECATED 
    33 
    4 /* ********************************************************************** 
    5     Copyright 2007 Rensselaer Polytechnic Institute. All worldwide rights reserved. 
    6  
    7     Redistribution and use of this distribution in source and binary forms, 
    8     with or without modification, are permitted provided that: 
    9        The above copyright notice and this permission notice appear in all 
    10         copies and supporting documentation; 
    11  
    12         The name, identifiers, and trademarks of Rensselaer Polytechnic 
    13         Institute are not used in advertising or publicity without the 
    14         express prior written permission of Rensselaer Polytechnic Institute; 
    15  
    16     DISCLAIMER: The software is distributed" AS IS" without any express or 
    17     implied warranty, including but not limited to, any implied warranties 
    18     of merchantability or fitness for a particular purpose or any warrant)' 
    19     of non-infringement of any current or pending patent rights. The authors 
    20     of the software make no representations about the suitability of this 
    21     software for any particular purpose. The entire risk as to the quality 
    22     and performance of the software is with the user. Should the software 
    23     prove defective, the user assumes the cost of all necessary servicing, 
    24     repair or correction. In particular, neither Rensselaer Polytechnic 
    25     Institute, nor the authors of the software are liable for any indirect, 
    26     special, consequential, or incidental damages related to the software, 
    27     to the maximum extent the law permits. */ 
     4/* 
     5   Licensed to Jasig under one or more contributor license 
     6   agreements. See the NOTICE file distributed with this work 
     7   for additional information regarding copyright ownership. 
     8   Jasig licenses this file to you under the Apache License, 
     9   Version 2.0 (the "License"); you may not use this file 
     10   except in compliance with the License. You may obtain a 
     11   copy of the License at: 
     12   
     13   http://www.apache.org/licenses/LICENSE-2.0 
     14   
     15   Unless required by applicable law or agreed to in writing, 
     16   software distributed under the License is distributed on 
     17   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     18   KIND, either express or implied. See the License for the 
     19   specific language governing permissions and limitations 
     20   under the License.   
     21*/ 
    2822 
    2923dojo.require("dojo.event.*"); 
  • trunk/deployment/webuser/webapp/resources/demoskins/resources/bedeworkEvent.js

    r2218 r2850  
    1 /* ********************************************************************** 
    2     Copyright 2008 Rensselaer Polytechnic Institute. All worldwide rights reserved. 
    3  
    4     Redistribution and use of this distribution in source and binary forms, 
    5     with or without modification, are permitted provided that: 
    6        The above copyright notice and this permission notice appear in all 
    7         copies and supporting documentation; 
    8  
    9         The name, identifiers, and trademarks of Rensselaer Polytechnic 
    10         Institute are not used in advertising or publicity without the 
    11         express prior written permission of Rensselaer Polytechnic Institute; 
    12  
    13     DISCLAIMER: The software is distributed" AS IS" without any express or 
    14     implied warranty, including but not limited to, any implied warranties 
    15     of merchantability or fitness for a particular purpose or any warrant)' 
    16     of non-infringement of any current or pending patent rights. The authors 
    17     of the software make no representations about the suitability of this 
    18     software for any particular purpose. The entire risk as to the quality 
    19     and performance of the software is with the user. Should the software 
    20     prove defective, the user assumes the cost of all necessary servicing, 
    21     repair or correction. In particular, neither Rensselaer Polytechnic 
    22     Institute, nor the authors of the software are liable for any indirect, 
    23     special, consequential, or incidental damages related to the software, 
    24     to the maximum extent the law permits. */ 
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
    2519 
    2620/* NOTE: this file is different between Bedework web applications and is 
  • trunk/deployment/webuser/webapp/resources/demoskins/resources/bedeworkEventForm.js

    r2077 r2850  
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
     19 
    120// Bedework event form functions 
    2  
    3 /* ********************************************************************** 
    4     Copyright 2007 Rensselaer Polytechnic Institute. All worldwide rights reserved. 
    5  
    6     Redistribution and use of this distribution in source and binary forms, 
    7     with or without modification, are permitted provided that: 
    8        The above copyright notice and this permission notice appear in all 
    9         copies and supporting documentation; 
    10  
    11         The name, identifiers, and trademarks of Rensselaer Polytechnic 
    12         Institute are not used in advertising or publicity without the 
    13         express prior written permission of Rensselaer Polytechnic Institute; 
    14  
    15     DISCLAIMER: The software is distributed" AS IS" without any express or 
    16     implied warranty, including but not limited to, any implied warranties 
    17     of merchantability or fitness for a particular purpose or any warrant)' 
    18     of non-infringement of any current or pending patent rights. The authors 
    19     of the software make no representations about the suitability of this 
    20     software for any particular purpose. The entire risk as to the quality 
    21     and performance of the software is with the user. Should the software 
    22     prove defective, the user assumes the cost of all necessary servicing, 
    23     repair or correction. In particular, neither Rensselaer Polytechnic 
    24     Institute, nor the authors of the software are liable for any indirect, 
    25     special, consequential, or incidental damages related to the software, 
    26     to the maximum extent the law permits. */ 
    2721 
    2822// ======================================================================== 
  • trunk/deployment/webuser/webapp/resources/demoskins/resources/bedeworkPrefs.js

    r2061 r2850  
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
     19 
    120/* Preferences and Scheduling */ 
    221// build the workdays parameter as a string when submitting user preferences form 
  • trunk/deployment/webuser/webapp/resources/demoskins/resources/bedeworkSetup.js

    r2221 r2850  
    1 /* ********************************************************************** 
    2     Copyright 2008 Rensselaer Polytechnic Institute. All worldwide rights reserved. 
    3  
    4     Redistribution and use of this distribution in source and binary forms, 
    5     with or without modification, are permitted provided that: 
    6        The above copyright notice and this permission notice appear in all 
    7         copies and supporting documentation; 
    8  
    9         The name, identifiers, and trademarks of Rensselaer Polytechnic 
    10         Institute are not used in advertising or publicity without the 
    11         express prior written permission of Rensselaer Polytechnic Institute; 
    12  
    13     DISCLAIMER: The software is distributed" AS IS" without any express or 
    14     implied warranty, including but not limited to, any implied warranties 
    15     of merchantability or fitness for a particular purpose or any warrant)' 
    16     of non-infringement of any current or pending patent rights. The authors 
    17     of the software make no representations about the suitability of this 
    18     software for any particular purpose. The entire risk as to the quality 
    19     and performance of the software is with the user. Should the software 
    20     prove defective, the user assumes the cost of all necessary servicing, 
    21     repair or correction. In particular, neither Rensselaer Polytechnic 
    22     Institute, nor the authors of the software are liable for any indirect, 
    23     special, consequential, or incidental damages related to the software, 
    24     to the maximum extent the law permits. */ 
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
    2519 
    2620/* NOTE: this file is different between Bedework web applications and is 
  • trunk/deployment/webuser/webapp/resources/demoskins/resources/bwClock.js

    r1445 r2850  
     1/* 
     2   Licensed to Jasig under one or more contributor license 
     3   agreements. See the NOTICE file distributed with this work 
     4   for additional information regarding copyright ownership. 
     5   Jasig licenses this file to you under the Apache License, 
     6   Version 2.0 (the "License"); you may not use this file 
     7   except in compliance with the License. You may obtain a 
     8   copy of the License at: 
     9   
     10   http://www.apache.org/licenses/LICENSE-2.0 
     11   
     12   Unless required by applicable law or agreed to in writing, 
     13   software distributed under the License is distributed on 
     14   an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
     15   KIND, either express or implied. See the License for the 
     16   specific language governing permissions and limitations 
     17   under the License.   
     18*/ 
     19 
    120var bwClockHour = null; 
    221var bwClockMinute = null;