mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 08:00:02 -06:00
49584d6efc
We now catch the hashchange event and use that to drive most of the site. To trigger page transitions, modify location.hash. Params start with # not ?. Removed user-group.inc. converted tabs to spaces trivial imlementation of add and details for netgroup and hostgroup lots of bug fixes based on routing problems and the refactorings.
43 lines
861 B
Makefile
43 lines
861 B
Makefile
NULL =
|
|
|
|
appdir = $(IPA_DATA_DIR)/static
|
|
app_DATA = \
|
|
add.js \
|
|
but-reset.png \
|
|
but-update.png \
|
|
but-selected.png \
|
|
but-unselected.png \
|
|
ipa_logo_180x50.png \
|
|
ipa.js \
|
|
ipa.css \
|
|
jquery.js \
|
|
group.js \
|
|
host.js \
|
|
hostgroup.js \
|
|
index.xhtml \
|
|
jquery.cookie.js \
|
|
navigation.js \
|
|
netgroup.js \
|
|
pageparams.js \
|
|
search.js \
|
|
details.js \
|
|
user.js \
|
|
user-add.inc \
|
|
ipalogo.png \
|
|
gray-fade-line.png \
|
|
Mainnav-background.png \
|
|
Mainnav-offtab.png \
|
|
Mainnav-ontab.png \
|
|
Subnav-background.png \
|
|
Subnav-offbutton.png \
|
|
Subnav-onbutton.png \
|
|
$(NULL)
|
|
|
|
EXTRA_DIST = \
|
|
$(app_DATA) \
|
|
$(NULL)
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
*~ \
|
|
Makefile.in
|