From 721d1ffa6ecf5cbc7d973f766aed5823c6ff5478 Mon Sep 17 00:00:00 2001 From: Eriksen Costa Paixão Date: Wed, 7 Jul 2010 10:49:20 +0000 Subject: [PATCH] Adicionada nova biblioteca JavaScript no escopo global: PHP_JS, pacote customizado. --- ieducar/intranet/scripts/phpjs/ieducar.package.js | 174 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ieducar/intranet/templates/nvp_htmlhead.tpl | 45 +++------------------------------------------ 2 files changed, 177 insertions(+), 42 deletions(-) create mode 100644 ieducar/intranet/scripts/phpjs/ieducar.package.js diff --git a/ieducar/intranet/scripts/phpjs/ieducar.package.js b/ieducar/intranet/scripts/phpjs/ieducar.package.js new file mode 100644 index 0000000..38cf890 --- /dev/null +++ b/ieducar/intranet/scripts/phpjs/ieducar.package.js @@ -0,0 +1,174 @@ +/** + * i-Educar - Sistema de gestão escolar + * + * Copyright (C) 2006 Prefeitura Municipal de Itajaí + * + * + * Este programa é software livre; você pode redistribuí-lo e/ou modificá-lo + * sob os termos da Licença Pública Geral GNU conforme publicada pela Free + * Software Foundation; tanto a versão 2 da Licença, como (a seu critério) + * qualquer versão posterior. + * + * Este programa é distribuí­do na expectativa de que seja útil, porém, SEM + * NENHUMA GARANTIA; nem mesmo a garantia implí­cita de COMERCIABILIDADE OU + * ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA. Consulte a Licença Pública Geral + * do GNU para mais detalhes. + * + * Você deve ter recebido uma cópia da Licença Pública Geral do GNU junto + * com este programa; se não, escreva para a Free Software Foundation, Inc., no + * endereço 59 Temple Street, Suite 330, Boston, MA 02111-1307 USA. + * + * Contém funções PHP portadas para o Javascript. + * + * Pacote PHPJS disponível em: + * + * + * Transliterado com iconv para ISO-8859-1. + * $ iconv -f UTF-8 -t ISO-8859-1//translit + * + * Contém as seguintes funções: + * - checkdate + * + * @author Eriksen Costa + * @license @@license@@ + * @since Arquivo disponível desde a versão 2.0.0 + * @version $Id$ + */ + +/** + * Singleton para evitar múltipla instanciação de PHP_JS. Para obter o objeto, + * basta chamar o método getInstance(): + * + * + * phpjs = ied_phpjs.getInstance() + * phpjs.PHP_JS_FUNCTION(args, ...); + * + * + * @return PHP_JS + */ +var ied_phpjs = new function() { + var phpjs = new PHP_JS(); + this.getInstance = function() { + return phpjs; + } +} + + + /* + * More info at: http://phpjs.org + * + * This is version: 3.17 + * php.js is copyright 2010 Kevin van Zonneveld. + * + * Portions copyright Brett Zamir (http://brett-zamir.me), Kevin van Zonneveld + * (http://kevin.vanzonneveld.net), Onno Marsman, Theriault, Michael White + * (http://getsprink.com), Waldo Malqui Silva, Paulo Freitas, Jonas Raoni + * Soares Silva (http://www.jsfromhell.com), Jack, Philip Peterson, Legaev + * Andrey, Ates Goral (http://magnetiq.com), Alex, Ratheous, Martijn Wieringa, + * lmeyrick (https://sourceforge.net/projects/bcmath-js/), Nate, Philippe + * Baumann, Enrique Gonzalez, Webtoolkit.info (http://www.webtoolkit.info/), + * Jani Hartikainen, Ash Searle (http://hexmen.com/blog/), travc, Ole + * Vrijenhoek, Carlos R. L. Rodrigues (http://www.jsfromhell.com), + * http://stackoverflow.com/questions/57803/how-to-convert-decimal-to-hex-in-javascript, + * Michael Grier, Johnny Mast (http://www.phpvrouwen.nl), stag019, Rafal + * Kukawski (http://blog.kukawski.pl), pilus, T.Wild, Andrea Giammarchi + * (http://webreflection.blogspot.com), WebDevHobo + * (http://webdevhobo.blogspot.com/), GeekFG (http://geekfg.blogspot.com), + * d3x, Erkekjetter, marrtins, Steve Hilder, Martin + * (http://www.erlenwiese.de/), Robin, Oleg Eremeev, mdsjack + * (http://www.mdsjack.bo.it), majak, Mailfaker (http://www.weedem.fr/), + * David, felix, Mirek Slugen, KELAN, Paul Smith, Marc Palau, Chris, Josh + * Fraser + * (http://onlineaspect.com/2007/06/08/auto-detect-a-time-zone-with-javascript/), + * Breaking Par Consulting Inc + * (http://www.breakingpar.com/bkp/home.nsf/0/87256B280015193F87256CFB006C45F7), + * Tim de Koning (http://www.kingsquare.nl), Arpad Ray (mailto:arpad@php.net), + * Public Domain (http://www.json.org/json2.js), Michael White, Steven + * Levithan (http://blog.stevenlevithan.com), Joris, gettimeofday, Sakimori, + * Alfonso Jimenez (http://www.alfonsojimenez.com), Aman Gupta, Caio Ariede + * (http://caioariede.com), AJ, Diplom@t (http://difane.com/), saulius, + * Pellentesque Malesuada, Thunder.m, Tyler Akins (http://rumkin.com), Felix + * Geisendoerfer (http://www.debuggable.com/felix), gorthaur, Imgen Tata + * (http://www.myipdf.com/), Karol Kowalski, Kankrelune + * (http://www.webfaktory.info/), Lars Fischer, Subhasis Deb, josh, Frank + * Forte, Douglas Crockford (http://javascript.crockford.com), Adam Wallner + * (http://web2.bitbaro.hu/), Marco, paulo kuong, madipta, Gilbert, duncan, + * ger, mktime, Oskar Larsson Högfeldt (http://oskar-lh.name/), Arno, Nathan, + * Mateusz "loonquawl" Zalega, ReverseSyntax, Francois, Scott Cariss, Slawomir + * Kaniecki, Denny Wardhana, sankai, 0m3r, noname, john + * (http://www.jd-tech.net), Nick Kolosov (http://sammy.ru), Sanjoy Roy, + * Shingo, nobbler, Fox, marc andreu, T. Wild, class_exists, Jon Hohle, + * Pyerre, JT, Thiago Mata (http://thiagomata.blog.com), Linuxworld, Ozh, + * nord_ua, lmeyrick (https://sourceforge.net/projects/bcmath-js/this.), + * Thomas Beaucourt (http://www.webapp.fr), David Randall, merabi, T0bsn, + * Soren Hansen, Peter-Paul Koch (http://www.quirksmode.org/js/beat.html), + * MeEtc (http://yass.meetcweb.com), Bryan Elliott, Tim Wiel, Brad Touesnard, + * XoraX (http://www.xorax.info), djmix, Hyam Singer + * (http://www.impact-computing.com/), Paul, J A R, kenneth, Raphael (Ao + * RUDLER), David James, Steve Clay, Ole Vrijenhoek (http://www.nervous.nl/), + * Marc Jansen, Francesco, Der Simon (http://innerdom.sourceforge.net/), echo + * is bad, Lincoln Ramsay, Eugene Bulkin (http://doubleaw.com/), JB, Bayron + * Guevara, Stoyan Kyosev (http://www.svest.org/), LH, Matt Bradley, date, + * Kristof Coomans (SCK-CEN Belgian Nucleair Research Centre), Pierre-Luc + * Paour, Martin Pool, Brant Messenger (http://www.brantmessenger.com/), Kirk + * Strobeck, Saulo Vallory, Christoph, Wagner B. Soares, Artur Tchernychev, + * Valentina De Rosa, Jason Wong (http://carrot.org/), Daniel Esteban, + * strftime, Rick Waldron, Mick@el, Anton Ongson, Simon Willison + * (http://simonwillison.net), Gabriel Paderni, Philipp Lenssen, Marco van + * Oort, Bug?, Blues (http://tech.bluesmoon.info/), Tomasz Wesolowski, rezna, + * Eric Nagel, Bobby Drake, Luke Godfrey, Pul, uestla, Alan C, Zahlii, Ulrich, + * Yves Sucaet, hitwork, sowberry, johnrembo, Brian Tafoya + * (http://www.premasolutions.com/), Nick Callen, Steven Levithan + * (stevenlevithan.com), ejsanders, Scott Baker, Philippe Jausions + * (http://pear.php.net/user/jausions), Aidan Lister + * (http://aidanlister.com/), Norman "zEh" Fuchs, Rob, HKM, ChaosNo1, metjay, + * strcasecmp, strcmp, Taras Bogach, jpfle, Alexander Ermolaev + * (http://snippets.dzone.com/user/AlexanderErmolaev), DxGx, kilops, Orlando, + * dptr1988, Le Torbi, Pedro Tainha (http://www.pedrotainha.com), James, + * penutbutterjelly, Christian Doebler, baris ozdil, Greg Frazier, Tod + * Gentille, Alexander M Beedie, Ryan W Tenney (http://ryan.10e.us), + * FGFEmperor, gabriel paderni, Atli Þór, Maximusya, daniel airton wermann + * (http://wermann.com.br), 3D-GRAF, Yannoo, jakes, Riddler + * (http://www.frontierwebdev.com/), T.J. Leahy, stensi, Matteo, Billy, vlado + * houba, Itsacon (http://www.itsacon.net/), Jalal Berrami, Victor, fearphage + * (http://http/my.opera.com/fearphage/), Luis Salazar + * (http://www.freaky-media.com/), FremyCompany, Tim de Koning, taith, Cord, + * Manish, davook, Benjamin Lupton, Garagoth, Andrej Pavlovic, Dino, William, + * rem, Russell Walker (http://www.nbill.co.uk/), Jamie Beck + * (http://www.terabit.ca/), setcookie, Michael, YUI Library: + * http://developer.yahoo.com/yui/docs/YAHOO.util.DateLocale.html, Blues at + * http://hacks.bluesmoon.info/strftime/strftime.js, DtTvB + * (http://dt.in.th/2008-09-16.string-length-in-bytes.html), Andreas, meo, + * Greenseed, Luke Smith (http://lucassmith.name), Kheang Hok Chin + * (http://www.distantia.ca/), Rival, Diogo Resende, Allan Jensen + * (http://www.winternet.no), Howard Yeend, Jay Klehr, Amir Habibi + * (http://www.residence-mixte.com/), mk.keck, Yen-Wei Liu, Leslie Hoare, Ben + * Bryan, Cagri Ekin, booeyOH + * + * Dual licensed under the MIT (MIT-LICENSE.txt) + * and GPL (GPL-LICENSE.txt) licenses. + * + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the + * "Software"), to deal in the Software without restriction, including + * without limitation the rights to use, copy, modify, merge, publish, + * distribute, sublicense, and/or sell copies of the Software, and to + * permit persons to whom the Software is furnished to do so, subject to + * the following conditions: + * + * The above copyright notice and this permission notice shall be included + * in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + * IN NO EVENT SHALL KEVIN VAN ZONNEVELD BE LIABLE FOR ANY CLAIM, DAMAGES + * OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR + * OTHER DEALINGS IN THE SOFTWARE. + */ + + // Compression: minified + (function(){if(typeof(this.PHP_JS)==="undefined"){var PHP_JS=function(cfgObj){if(!(this instanceof PHP_JS)){return new PHP_JS(cfgObj);} + this.window=cfgObj&&cfgObj.window?cfgObj.window:window;this.php_js={};this.php_js.ini={};if(cfgObj){for(var ini in cfgObj.ini){this.php_js.ini[ini]={};this.php_js.ini[ini].local_value=cfgObj.ini[ini];this.php_js.ini[ini].global_value=cfgObj.ini[ini];}}};} + var php_js_shared={};PHP_JS.prototype={constructor:PHP_JS,checkdate:function(m,d,y){return m>0&&m<13&&y>0&&y<32768&&d>0&&d<=(new Date(y,m,0)).getDate();}};this.PHP_JS=PHP_JS;}()); \ No newline at end of file diff --git a/ieducar/intranet/templates/nvp_htmlhead.tpl b/ieducar/intranet/templates/nvp_htmlhead.tpl index 1cf79ca..531e3a0 100755 --- a/ieducar/intranet/templates/nvp_htmlhead.tpl +++ b/ieducar/intranet/templates/nvp_htmlhead.tpl @@ -1,4 +1,5 @@ - + @@ -6,12 +7,6 @@ - - - - - - <!-- #&TITULO&# --> @@ -27,6 +22,7 @@ + > -
- - - - - - - - - - - - - - - - <!-- #&TITULO&# --> - - - - - - - - - - - - - - - ->
\ No newline at end of file -- libgit2 0.21.2