source: trunk/LATMOS-Accounts-Web/MANIFEST @ 2361

Last change on this file since 2361 was 2361, checked in by nanardon, 4 years ago

Add templates management pages

File size: 15.9 KB
Line 
1Changes
2MANIFEST
3MANIFEST.SKIP
4Makefile.PL
5README
6apache/proxy.conf
7etc/httpd/latmos-accounts-web.conf
8etc/init.d/latmos-accounts-web
9etc/latmos-accounts-web.yml
10etc/sudoers.d/latmos-accounts
11latmos-accounts-web.spec.in
12lib/Catalyst/Authentication/Credential/La.pm
13lib/Catalyst/Helper/View/CSV.pm
14lib/Catalyst/View/CSV.pm
15lib/I18N/AcceptLanguage.pm
16lib/LATMOS/Accounts/Web.pm
17lib/LATMOS/Accounts/Web/Controller/About.pm
18lib/LATMOS/Accounts/Web/Controller/Ajax.pm
19lib/LATMOS/Accounts/Web/Controller/Aliases.pm
20lib/LATMOS/Accounts/Web/Controller/Create.pm
21lib/LATMOS/Accounts/Web/Controller/Data.pm
22lib/LATMOS/Accounts/Web/Controller/Data/ListEmployments.pm
23lib/LATMOS/Accounts/Web/Controller/Diag.pm
24lib/LATMOS/Accounts/Web/Controller/Groups.pm
25lib/LATMOS/Accounts/Web/Controller/Json.pm
26lib/LATMOS/Accounts/Web/Controller/Json/AccAge.pm
27lib/LATMOS/Accounts/Web/Controller/Json/DpmtRH.pm
28lib/LATMOS/Accounts/Web/Controller/Json/Employment.pm
29lib/LATMOS/Accounts/Web/Controller/Json/EmploymentByPeriod.pm
30lib/LATMOS/Accounts/Web/Controller/Json/Expire.pm
31lib/LATMOS/Accounts/Web/Controller/Json/FreeIp.pm
32lib/LATMOS/Accounts/Web/Controller/Json/Info.pm
33lib/LATMOS/Accounts/Web/Controller/Json/List.pm
34lib/LATMOS/Accounts/Web/Controller/Json/RefVal.pm
35lib/LATMOS/Accounts/Web/Controller/Json/Stat.pm
36lib/LATMOS/Accounts/Web/Controller/Json/Timeline.pm
37lib/LATMOS/Accounts/Web/Controller/Json/Tree.pm
38lib/LATMOS/Accounts/Web/Controller/Login.pm
39lib/LATMOS/Accounts/Web/Controller/Logout.pm
40lib/LATMOS/Accounts/Web/Controller/Logs.pm
41lib/LATMOS/Accounts/Web/Controller/NetHosts.pm
42lib/LATMOS/Accounts/Web/Controller/NetZones.pm
43lib/LATMOS/Accounts/Web/Controller/OAliases.pm
44lib/LATMOS/Accounts/Web/Controller/PwRst.pm
45lib/LATMOS/Accounts/Web/Controller/Remote.pm
46lib/LATMOS/Accounts/Web/Controller/Remote/AskPwReset.pm
47lib/LATMOS/Accounts/Web/Controller/Remote/ChangePw.pm
48lib/LATMOS/Accounts/Web/Controller/Remote/Listing.pm
49lib/LATMOS/Accounts/Web/Controller/Remote/Obj.pm
50lib/LATMOS/Accounts/Web/Controller/Remote/PwReset.pm
51lib/LATMOS/Accounts/Web/Controller/Remote/Search.pm
52lib/LATMOS/Accounts/Web/Controller/Remote/Write.pm
53lib/LATMOS/Accounts/Web/Controller/Root.pm
54lib/LATMOS/Accounts/Web/Controller/Search.pm
55lib/LATMOS/Accounts/Web/Controller/Search/Adv.pm
56lib/LATMOS/Accounts/Web/Controller/Services.pm
57lib/LATMOS/Accounts/Web/Controller/Sites.pm
58lib/LATMOS/Accounts/Web/Controller/Stat.pm
59lib/LATMOS/Accounts/Web/Controller/Summary/AccAge.pm
60lib/LATMOS/Accounts/Web/Controller/Summary/Departments.pm
61lib/LATMOS/Accounts/Web/Controller/Summary/Employment.pm
62lib/LATMOS/Accounts/Web/Controller/Summary/EmploymentByPeriod.pm
63lib/LATMOS/Accounts/Web/Controller/Summary/Expire.pm
64lib/LATMOS/Accounts/Web/Controller/Summary/ListEmployments.pm
65lib/LATMOS/Accounts/Web/Controller/Summary/Offices.pm
66lib/LATMOS/Accounts/Web/Controller/Summary/Tree.pm
67lib/LATMOS/Accounts/Web/Controller/Templates.pm
68lib/LATMOS/Accounts/Web/Controller/Tools/CSV.pm
69lib/LATMOS/Accounts/Web/Controller/Tools/LoadNew.pm
70lib/LATMOS/Accounts/Web/Controller/Tools/LoadPasswd.pm
71lib/LATMOS/Accounts/Web/Controller/Users.pm
72lib/LATMOS/Accounts/Web/Controller/Users/Employment.pm
73lib/LATMOS/Accounts/Web/I18N/fr.po
74lib/LATMOS/Accounts/Web/I18N/messages.pot
75lib/LATMOS/Accounts/Web/Model/Accounts.pm
76lib/LATMOS/Accounts/Web/Model/AttrFilter.pm
77lib/LATMOS/Accounts/Web/Model/AttrForms.pm
78lib/LATMOS/Accounts/Web/Model/AttrFormsA.pm
79lib/LATMOS/Accounts/Web/View/CSV.pm
80lib/LATMOS/Accounts/Web/View/Json.pm
81lib/LATMOS/Accounts/Web/View/TT.pm
82lib/LATMOS/Accounts/Web/View/TTpart.pm
83root/favicon.ico
84root/html/about/index.tt
85root/html/ajax/check_new_name.tt
86root/html/ajax/check_ug_validity.tt
87root/html/ajax/cracklib.tt
88root/html/ajax/displayattr.tt
89root/html/ajax/list_objects.tt
90root/html/ajax/objattrexist.tt
91root/html/ajax/objexist.tt
92root/html/ajax/random_password.tt
93root/html/ajax/rawattr.tt
94root/html/ajax/select_freeip_select.tt
95root/html/ajax/select_objects_list.tt
96root/html/ajax/set_attrs.tt
97root/html/ajax/user_to_group_form.tt
98root/html/aliases/default.tt
99root/html/aliases/index.tt
100root/html/component_disabled.tt
101root/html/create/default.tt
102root/html/default.tt
103root/html/diag/index.tt
104root/html/groups/default.tt
105root/html/groups/dpmt.tt
106root/html/groups/index.tt
107root/html/groups/menu.tt
108root/html/groups/object_header.tt
109root/html/groups/users.tt
110root/html/includes/adv_filter.tt
111root/html/includes/aliases_list.tt
112root/html/includes/defs.tt
113root/html/includes/filter.tt
114root/html/includes/form.tt
115root/html/includes/list_objects.tt
116root/html/includes/object_header.tt
117root/html/includes/object_log.tt
118root/html/includes/select_objects_list.tt
119root/html/includes/sidebar.tt
120root/html/includes/wrapper.tt
121root/html/index.tt
122root/html/login/index.tt
123root/html/logout.tt
124root/html/logout/index.tt
125root/html/logs/index.tt
126root/html/nethosts/default.tt
127root/html/nethosts/index.tt
128root/html/nethosts/menu.tt
129root/html/nethosts/object_header.tt
130root/html/netzones/default.tt
131root/html/netzones/index.tt
132root/html/netzones/menu.tt
133root/html/netzones/object_header.tt
134root/html/no_object.tt
135root/html/oaliases/Create.tt
136root/html/oaliases/Edit.tt
137root/html/oaliases/index.tt
138root/html/pwrst/changedone.tt
139root/html/pwrst/changepw.tt
140root/html/pwrst/index.tt
141root/html/pwrst/reqdone.tt
142root/html/search/adv/index.tt
143root/html/search/index.tt
144root/html/services/default.tt
145root/html/services/index.tt
146root/html/services/menu.tt
147root/html/services/object_header.tt
148root/html/sites/default.tt
149root/html/sites/index.tt
150root/html/sites/menu.tt
151root/html/sites/object_header.tt
152root/html/stat/display.tt
153root/html/stat/index.tt
154root/html/summary/accage/index.tt
155root/html/summary/departments/index.tt
156root/html/summary/employment/index.tt
157root/html/summary/employmentbyperiod/index.tt
158root/html/summary/expire/index.tt
159root/html/summary/listemployments/index.tt
160root/html/summary/offices/index.tt
161root/html/summary/rh/index.tt
162root/html/summary/tree/index.tt
163root/html/templates/default.tt
164root/html/templates/index.tt
165root/html/tools/csv/index.tt
166root/html/tools/csv/parseCSV.tt
167root/html/tools/loadnew/index.tt
168root/html/tools/loadpasswd/index.tt
169root/html/users/Add.tt
170root/html/users/Display.tt
171root/html/users/address.tt
172root/html/users/address_form.tt
173root/html/users/employment.tt
174root/html/users/groups.tt
175root/html/users/index.tt
176root/html/users/log.tt
177root/html/users/mail.tt
178root/html/users/my.tt
179root/html/users/object_header.tt
180root/html/users/passwd.tt
181root/static/images/add.png
182root/static/images/appointment-new.png
183root/static/images/arrow-right.png
184root/static/images/avatar-default.png
185root/static/images/btn_120x50_built.png
186root/static/images/btn_120x50_built_shadow.png
187root/static/images/btn_120x50_powered.png
188root/static/images/btn_120x50_powered_shadow.png
189root/static/images/btn_88x31_built.png
190root/static/images/btn_88x31_built_shadow.png
191root/static/images/btn_88x31_powered.png
192root/static/images/btn_88x31_powered_shadow.png
193root/static/images/catalyst_logo.png
194root/static/images/changes-prevent.png
195root/static/images/contact-new.png
196root/static/images/dialog-cancel.png
197root/static/images/dialog-ok-apply.png
198root/static/images/edit-delete.png
199root/static/images/edit-disable.png
200root/static/images/edit-enable.png
201root/static/images/editclear.png
202root/static/images/emblem-default.png
203root/static/images/emblem-favorite.png
204root/static/images/emblem-urgent.png
205root/static/images/find.png
206root/static/images/gnome-globe.png
207root/static/images/group_add.png
208root/static/images/group_conf.png
209root/static/images/group_del.png
210root/static/images/gtk-add.png
211root/static/images/gtk-delete.png
212root/static/images/gtk-find.png
213root/static/images/gtk-go-back-ltr.png
214root/static/images/gtk-go-back-rtl.png
215root/static/images/gtk-goto-first-ltr.png
216root/static/images/gtk-goto-first-rtl.png
217root/static/images/gtk-home.png
218root/static/images/gtk-jump-to-rtl.png
219root/static/images/icon_edit.png
220root/static/images/locked.png
221root/static/images/logviewer.png
222root/static/images/mail-mark-important.png
223root/static/images/mail-mark-junk.png
224root/static/images/mail-mark-unread-new.png
225root/static/images/mail-mark-unread.png
226root/static/images/mail-read.png
227root/static/images/mail_forward.png
228root/static/images/network-workgroup.png
229root/static/images/preferences-desktop-wallpaper.png
230root/static/images/process-stop.png
231root/static/images/service_conf.png
232root/static/images/site_conf.png
233root/static/images/system-users.png
234root/static/images/user-trash.png
235root/static/images/user_add.png
236root/static/images/user_conf.png
237root/static/images/user_del.png
238root/static/images/video-display.png
239root/static/images/view-calendar-day.png
240root/static/images/view-media-artist.png
241root/static/images/view-pim-contacts.png
242root/static/js/d3/LICENSE
243root/static/js/d3/d3.v3.js
244root/static/js/d3/d3.v3.min.js
245root/static/js/jQRangeSlider/GPL-License.txt
246root/static/js/jQRangeSlider/History.md
247root/static/js/jQRangeSlider/MIT-License.txt
248root/static/js/jQRangeSlider/Readme.md
249root/static/js/jQRangeSlider/css/classic-min.css
250root/static/js/jQRangeSlider/css/classic.css
251root/static/js/jQRangeSlider/css/iThing-min.css
252root/static/js/jQRangeSlider/css/iThing.css
253root/static/js/jQRangeSlider/css/icons-classic/label.png
254root/static/js/jQRangeSlider/css/icons-classic/resultset_next.png
255root/static/js/jQRangeSlider/css/icons-classic/resultset_previous.png
256root/static/js/jQRangeSlider/demo/dateSliderDemo.js
257root/static/js/jQRangeSlider/demo/demo.js
258root/static/js/jQRangeSlider/demo/editSliderDemo.js
259root/static/js/jQRangeSlider/demo/img/calendar.png
260root/static/js/jQRangeSlider/demo/img/classicTheme.png
261root/static/js/jQRangeSlider/demo/img/iThingTheme.png
262root/static/js/jQRangeSlider/demo/index.html
263root/static/js/jQRangeSlider/demo/lib/jquery-ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png
264root/static/js/jQRangeSlider/demo/lib/jquery-ui/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png
265root/static/js/jQRangeSlider/demo/lib/jquery-ui/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png
266root/static/js/jQRangeSlider/demo/lib/jquery-ui/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png
267root/static/js/jQRangeSlider/demo/lib/jquery-ui/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png
268root/static/js/jQRangeSlider/demo/lib/jquery-ui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png
269root/static/js/jQRangeSlider/demo/lib/jquery-ui/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png
270root/static/js/jQRangeSlider/demo/lib/jquery-ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png
271root/static/js/jQRangeSlider/demo/lib/jquery-ui/css/smoothness/images/ui-icons_222222_256x240.png
272root/static/js/jQRangeSlider/demo/lib/jquery-ui/css/smoothness/images/ui-icons_2e83ff_256x240.png
273root/static/js/jQRangeSlider/demo/lib/jquery-ui/css/smoothness/images/ui-icons_454545_256x240.png
274root/static/js/jQRangeSlider/demo/lib/jquery-ui/css/smoothness/images/ui-icons_888888_256x240.png
275root/static/js/jQRangeSlider/demo/lib/jquery-ui/css/smoothness/images/ui-icons_cd0a0a_256x240.png
276root/static/js/jQRangeSlider/demo/lib/jquery-ui/css/smoothness/jquery-ui-1.8.10.custom.css
277root/static/js/jQRangeSlider/demo/lib/jquery-ui/js/jquery-ui-1.8.16.custom.min.js
278root/static/js/jQRangeSlider/demo/sliderDemo.js
279root/static/js/jQRangeSlider/demo/style.css
280root/static/js/jQRangeSlider/jQAllRangeSliders-min.js
281root/static/js/jQRangeSlider/jQAllRangeSliders-withRuler-min.js
282root/static/js/jQRangeSlider/jQDateRangeSlider-min.js
283root/static/js/jQRangeSlider/jQDateRangeSlider-withRuler-min.js
284root/static/js/jQRangeSlider/jQEditRangeSlider-min.js
285root/static/js/jQRangeSlider/jQEditRangeSlider-withRuler-min.js
286root/static/js/jQRangeSlider/jQRangeSlider-min.js
287root/static/js/jQRangeSlider/jQRangeSlider-withRuler-min.js
288root/static/js/jQRangeSlider/lib/jquery.mousewheel.license.txt
289root/static/js/jQRangeSlider/lib/jquery.mousewheel.min.js
290root/static/js/jqplot/jquery.jqplot.css
291root/static/js/jqplot/jquery.jqplot.js
292root/static/js/jqplot/plugins/jqplot.BezierCurveRenderer.js
293root/static/js/jqplot/plugins/jqplot.barRenderer.js
294root/static/js/jqplot/plugins/jqplot.blockRenderer.js
295root/static/js/jqplot/plugins/jqplot.bubbleRenderer.js
296root/static/js/jqplot/plugins/jqplot.canvasAxisLabelRenderer.js
297root/static/js/jqplot/plugins/jqplot.canvasAxisTickRenderer.js
298root/static/js/jqplot/plugins/jqplot.canvasOverlay.js
299root/static/js/jqplot/plugins/jqplot.canvasTextRenderer.js
300root/static/js/jqplot/plugins/jqplot.categoryAxisRenderer.js
301root/static/js/jqplot/plugins/jqplot.ciParser.js
302root/static/js/jqplot/plugins/jqplot.cursor.js
303root/static/js/jqplot/plugins/jqplot.dateAxisRenderer.js
304root/static/js/jqplot/plugins/jqplot.donutRenderer.js
305root/static/js/jqplot/plugins/jqplot.dragable.js
306root/static/js/jqplot/plugins/jqplot.enhancedLegendRenderer.js
307root/static/js/jqplot/plugins/jqplot.funnelRenderer.js
308root/static/js/jqplot/plugins/jqplot.highlighter.js
309root/static/js/jqplot/plugins/jqplot.json2.js
310root/static/js/jqplot/plugins/jqplot.logAxisRenderer.js
311root/static/js/jqplot/plugins/jqplot.mekkoAxisRenderer.js
312root/static/js/jqplot/plugins/jqplot.mekkoRenderer.js
313root/static/js/jqplot/plugins/jqplot.meterGaugeRenderer.js
314root/static/js/jqplot/plugins/jqplot.mobile.js
315root/static/js/jqplot/plugins/jqplot.ohlcRenderer.js
316root/static/js/jqplot/plugins/jqplot.pieRenderer.js
317root/static/js/jqplot/plugins/jqplot.pointLabels.js
318root/static/js/jqplot/plugins/jqplot.pyramidAxisRenderer.js
319root/static/js/jqplot/plugins/jqplot.pyramidGridRenderer.js
320root/static/js/jqplot/plugins/jqplot.pyramidRenderer.js
321root/static/js/jqplot/plugins/jqplot.trendline.js
322root/static/js/jquery/external/jquery/jquery.js
323root/static/js/jquery/images/ui-bg_flat_55_999999_40x100.png
324root/static/js/jquery/images/ui-bg_flat_75_aaaaaa_40x100.png
325root/static/js/jquery/images/ui-bg_glass_45_0078ae_1x400.png
326root/static/js/jquery/images/ui-bg_glass_55_f8da4e_1x400.png
327root/static/js/jquery/images/ui-bg_glass_75_79c9ec_1x400.png
328root/static/js/jquery/images/ui-bg_gloss-wave_45_e14f1c_500x100.png
329root/static/js/jquery/images/ui-bg_gloss-wave_50_6eac2c_500x100.png
330root/static/js/jquery/images/ui-bg_gloss-wave_75_2191c0_500x100.png
331root/static/js/jquery/images/ui-bg_inset-hard_100_fcfdfd_1x100.png
332root/static/js/jquery/images/ui-icons_0078ae_256x240.png
333root/static/js/jquery/images/ui-icons_056b93_256x240.png
334root/static/js/jquery/images/ui-icons_d8e7f3_256x240.png
335root/static/js/jquery/images/ui-icons_e0fdff_256x240.png
336root/static/js/jquery/images/ui-icons_f5e175_256x240.png
337root/static/js/jquery/images/ui-icons_f7a50d_256x240.png
338root/static/js/jquery/images/ui-icons_fcd113_256x240.png
339root/static/js/jquery/index.html
340root/static/js/jquery/jquery-ui.css
341root/static/js/jquery/jquery-ui.js
342root/static/js/jquery/jquery-ui.min.css
343root/static/js/jquery/jquery-ui.min.js
344root/static/js/jquery/jquery-ui.structure.css
345root/static/js/jquery/jquery-ui.structure.min.css
346root/static/js/jquery/jquery-ui.theme.css
347root/static/js/jquery/jquery-ui.theme.min.css
348root/static/js/jquery/jquery.orgchart.css
349root/static/js/jquery/jquery.orgchart.js
350root/static/js/timeline/timeframe.js
351root/static/struct.css
352root/static/style.css
353script/latmos_accounts_web_cgi.pl
354script/latmos_accounts_web_create.pl
355script/latmos_accounts_web_fastcgi.pl
356script/latmos_accounts_web_server.pl
357script/latmos_accounts_web_test.pl
358t/01app.t
359t/02pod.t
360t/03podcoverage.t
361t/04config_load.t
362t/controller_About.t
363t/controller_Ajax.t
364t/controller_Aliases.t
365t/controller_Create.t
366t/controller_Groups.t
367t/controller_Json-DpmtRH.t
368t/controller_Json-Employment.t
369t/controller_Json-EmploymentByPeriod.t
370t/controller_Json-Expire.t
371t/controller_Json-List.t
372t/controller_Json-RefVal.t
373t/controller_Json-Stat.t
374t/controller_Json-Timeline.t
375t/controller_Json.t
376t/controller_Logout.t
377t/controller_Logs.t
378t/controller_Remote-AskPwReset.t
379t/controller_Remote-Listing.t
380t/controller_Remote-Obj.t
381t/controller_Remote-PwReset.t
382t/controller_Remote-Search.t
383t/controller_Remote.t
384t/controller_Search-Adv.t
385t/controller_Search.t
386t/controller_Sites.t
387t/controller_Summary-Employment.t
388t/controller_Summary-EmploymentByPeriod.t
389t/controller_Summary-Offices.t
390t/controller_Users-Employment.t
391t/controller_Users.t
392t/model_Accounts.t
393t/model_AttrForms.t
394t/view_Json.t
395t/view_TT.t
396t/view_TTpart.t
Note: See TracBrowser for help on using the repository browser.