]> git.evergreen-ils.org Git - Evergreen.git/commit
JS stubbed out, mostly. See longer commit msg.
authorsenator <lebbeous@esilibrary.com>
Thu, 3 Feb 2011 20:34:19 +0000 (15:34 -0500)
committersenator <lebbeous@esilibrary.com>
Thu, 3 Feb 2011 20:34:19 +0000 (15:34 -0500)
commit57681c53f503616a9f24343fb26de681daa86d25
treef632b52bbba0856d49c0ea0ff27d8b89b43d4abe
parentff20d1b1ac53fc7fecc743750adb04d7c9140567
JS stubbed out, mostly. See longer commit msg.

Here's the deal with JS so far.

A few instances of onfocus, onblur, onmouseout, and onmouseover have been
left alone, as they're doing simple cosmetic things.

A lot of instances of onclick remain, and a couple onchange, but these
now either a) just do cosmetic things (hide/unhide) or b) call stubbed
out functions prepared in misc.js

That doesn't mean we won't still totally rip out lots of this JS, but
it leaves us a hint as to what is supposed to happen where.  I can
easily see us losing track of that later.  So anyway, many of the
stubbed functions will probably be replaced with purely server side
functionality later, but until then, they can serve as a kind of
documentation.
Open-ILS/web/opac/skin/kcls-wire/js/misc.js
Open-ILS/web/templates/default/kcls-wire/advanced.tt2
Open-ILS/web/templates/default/kcls-wire/parts/base.tt2
Open-ILS/web/templates/default/kcls-wire/parts/record/body.tt2
Open-ILS/web/templates/default/kcls-wire/parts/record/cn_details.tt2
Open-ILS/web/templates/default/kcls-wire/record.tt2