实例介绍
汉化说明v2014-07-17 11:15 1.集成简体中文语言包,安装后切换即可 2.日历弹窗,中文处理 3.所有项目甘特图、乱码处理 4.单个项目甘特图、乱码处理 5.甘特图日历星期等乱码处理 6.代码包包含微软雅黑字体
【实例截图】
【核心代码】
4744300845239821040.rar
├── base.php
├── ChangeLog
├── classes
│ ├── authenticator.class.php
│ ├── csscolor.class.php
│ ├── CustomFields.class.php
│ ├── customfieldsparser.class.php
│ ├── date.class.php
│ ├── dp.class.php
│ ├── event_queue.class.php
│ ├── index.html
│ ├── libmail.class.php
│ ├── permissions.class.php
│ ├── query.class.php
│ ├── tree.class.php
│ └── ui.class.php
├── COPYING
├── db
│ ├── dotproject.sql
│ ├── index.html
│ ├── README
│ ├── upgrade_101_to_102.sql
│ ├── upgrade_102_to_20alpha.sql
│ ├── upgrade_201_to_202.sql
│ ├── upgrade_204_to_21rc1.sql
│ ├── upgrade_20alpha_to_20beta.sql
│ ├── upgrade_20beta_to_20.sql
│ ├── upgrade_20_to_201.sql
│ ├── upgrade_211_to_212.sql
│ ├── upgrade_212_to_213.sql
│ ├── upgrade_213_to_214.sql
│ ├── upgrade_214_to_215.sql
│ ├── upgrade_215_to_216.sql
│ ├── upgrade_217_to_218.sql
│ ├── upgrade_21rc1_to_21rc2.sql
│ ├── upgrade_21rc2_to_21.sql
│ ├── upgrade_21_to_211.sql
│ ├── upgrade_contacts_company.php
│ ├── upgrade_contacts.php
│ ├── upgrade_latest.php
│ ├── upgrade_latest.sql
│ └── upgrade_permissions.php
├── files
│ ├── index.html
│ └── temp
│ └── index.html
├── fileviewer.php
├── functions
│ ├── admin_func.php
│ ├── forums_func.php
│ ├── index.html
│ ├── projects_func.php
│ └── tasks_func.php
├── images
│ ├── arrow-down.gif
│ ├── arrow-right.gif
│ ├── arrow-up.gif
│ ├── block-end-16.png
│ ├── block-start-16.png
│ ├── calendar.gif
│ ├── clip.png
│ ├── colorchart.gif
│ ├── corner-dots.gif
│ ├── googlemaps.gif
│ ├── helpdesk.png
│ ├── icons
│ │ ├── 1.gif
│ │ ├── admin.gif
│ │ ├── birthday.png
│ │ ├── calendar.gif
│ │ ├── collapse.gif
│ │ ├── companies.gif
│ │ ├── customfields.png
│ │ ├── dialog-warning5.png
│ │ ├── dp.gif
│ │ ├── expand.gif
│ │ ├── graph.gif
│ │ ├── index.html
│ │ ├── low.gif
│ │ ├── mail.gif
│ │ ├── milestone.gif
│ │ ├── pencil.gif
│ │ ├── pin.gif
│ │ ├── posticon.gif
│ │ ├── priority+1.gif
│ │ ├── priority-1.gif
│ │ ├── priority+2.gif
│ │ ├── priority-2.gif
│ │ ├── rc-gui-status-downgr.png
│ │ ├── shim.gif
│ │ ├── stock_attach-16.png
│ │ ├── stock_cancel-16.png
│ │ ├── stock_delete-16.png
│ │ ├── stock_edit-16.png
│ │ ├── stock_help-16.png
│ │ ├── stock_new.png
│ │ ├── stock_new_small.png
│ │ ├── stock_ok-16.png
│ │ ├── stock_print-16.png
│ │ ├── stock_trash_full-16.png
│ │ ├── ticketsmith.gif
│ │ ├── trash.gif
│ │ ├── unpin.gif
│ │ ├── updown.gif
│ │ └── users.gif
│ ├── index.html
│ ├── log-error.gif
│ ├── log-info.gif
│ ├── log-notice.gif
│ ├── navfirst.gif
│ ├── navlast.gif
│ ├── navleft.gif
│ ├── navright.gif
│ ├── next.gif
│ ├── obj
│ │ ├── alert.gif
│ │ ├── contact.gif
│ │ ├── dotgreen.gif
│ │ ├── dotgrey.gif
│ │ ├── dotredanim.gif
│ │ ├── dotyellowanim.gif
│ │ ├── email.gif
│ │ ├── error.gif
│ │ ├── event-attendees.gif
│ │ ├── event.gif
│ │ ├── folder.gif
│ │ ├── folder-shared.gif
│ │ ├── help.gif
│ │ ├── index.html
│ │ ├── lock.gif
│ │ ├── palette.gif
│ │ ├── phone.gif
│ │ └── warning.gif
│ ├── prev.gif
│ ├── shim.gif
│ ├── smartfolder.gif
│ ├── trash_small.gif
│ ├── view.week.gif
│ └── week.gif
├── includes
│ ├── config-dist.php
│ ├── db_adodb.php
│ ├── db_connect.php
│ ├── dP_compat.php
│ ├── filter.php
│ ├── gateway.pl
│ ├── index.html
│ ├── main_functions.php
│ ├── permissions.php
│ ├── sendpass.php
│ ├── session.php
│ ├── unicode.entities.inc.php
│ └── version.php
├── index.php
├── install
│ ├── check_upgrade.php
│ ├── db.php
│ ├── docs
│ │ ├── about.html
│ │ ├── check.php
│ │ ├── index.html
│ │ ├── main.css
│ │ ├── nav.html
│ │ ├── phpinfo.php
│ │ └── rfc0001.00.html
│ ├── do_install_db.php
│ ├── dp.png
│ ├── index.php
│ ├── install.inc.php
│ ├── versions.inc.php
│ └── vw_idx_check.php
├── js
│ ├── base.js
│ └── collapse.js
├── lib
│ ├── adodb
│ │ ├── adodb-csvlib.inc.php
│ │ ├── adodb-datadict.inc.php
│ │ ├── adodb-errorhandler.inc.php
│ │ ├── adodb-error.inc.php
│ │ ├── adodb-errorpear.inc.php
│ │ ├── adodb-exceptions.inc.php
│ │ ├── adodb.inc.php
│ │ ├── adodb-iterator.inc.php
│ │ ├── adodb-lib.inc.php
│ │ ├── adodb-pager.inc.php
│ │ ├── adodb-pear.inc.php
│ │ ├── adodb-perf.inc.php
│ │ ├── adodb-php4.inc.php
│ │ ├── adodb-time.inc.php
│ │ ├── adodb-time.zip
│ │ ├── adodb-xmlschema.inc.php
│ │ ├── contrib
│ │ │ └── toxmlrpc.inc.php
│ │ ├── cute_icons_for_site
│ │ │ ├── adodb2.gif
│ │ │ └── adodb.gif
│ │ ├── datadict
│ │ │ ├── datadict-access.inc.php
│ │ │ ├── datadict-db2.inc.php
│ │ │ ├── datadict-firebird.inc.php
│ │ │ ├── datadict-generic.inc.php
│ │ │ ├── datadict-ibase.inc.php
│ │ │ ├── datadict-informix.inc.php
│ │ │ ├── datadict-mssql.inc.php
│ │ │ ├── datadict-mysql.inc.php
│ │ │ ├── datadict-oci8.inc.php
│ │ │ ├── datadict-postgres.inc.php
│ │ │ ├── datadict-sapdb.inc.php
│ │ │ └── datadict-sybase.inc.php
│ │ ├── docs
│ │ │ ├── docs-adodb.htm
│ │ │ ├── docs-datadict.htm
│ │ │ ├── docs-oracle.htm
│ │ │ ├── docs-perf.htm
│ │ │ ├── docs-session.htm
│ │ │ ├── old-changelog.htm
│ │ │ ├── readme.htm
│ │ │ ├── tips_portable_sql.htm
│ │ │ └── tute.htm
│ │ ├── drivers
│ │ │ ├── adodb-access.inc.php
│ │ │ ├── adodb-ado5.inc.php
│ │ │ ├── adodb-ado_access.inc.php
│ │ │ ├── adodb-ado.inc.php
│ │ │ ├── adodb-ado_mssql.inc.php
│ │ │ ├── adodb-borland_ibase.inc.php
│ │ │ ├── adodb-csv.inc.php
│ │ │ ├── adodb-db2.inc.php
│ │ │ ├── adodb-fbsql.inc.php
│ │ │ ├── adodb-firebird.inc.php
│ │ │ ├── adodb-ibase.inc.php
│ │ │ ├── adodb-informix72.inc.php
│ │ │ ├── adodb-informix.inc.php
│ │ │ ├── adodb-ldap.inc.php
│ │ │ ├── adodb-mssql.inc.php
│ │ │ ├── adodb-mssqlpo.inc.php
│ │ │ ├── adodb-mysqli.inc.php
│ │ │ ├── adodb-mysql.inc.php
│ │ │ ├── adodb-mysqlt.inc.php
│ │ │ ├── adodb-netezza.inc.php
│ │ │ ├── adodb-oci805.inc.php
│ │ │ ├── adodb-oci8.inc.php
│ │ │ ├── adodb-oci8po.inc.php
│ │ │ ├── adodb-odbc_db2.inc.php
│ │ │ ├── adodb-odbc.inc.php
│ │ │ ├── adodb-odbc_mssql.inc.php
│ │ │ ├── adodb-odbc_oracle.inc.php
│ │ │ ├── adodb-odbtp.inc.php
│ │ │ ├── adodb-odbtp_unicode.inc.php
│ │ │ ├── adodb-oracle.inc.php
│ │ │ ├── adodb-pdo.inc.php
│ │ │ ├── adodb-pdo_mssql.inc.php
│ │ │ ├── adodb-pdo_mysql.inc.php
│ │ │ ├── adodb-pdo_oci.inc.php
│ │ │ ├── adodb-pdo_pgsql.inc.php
│ │ │ ├── adodb-postgres64.inc.php
│ │ │ ├── adodb-postgres7.inc.php
│ │ │ ├── adodb-postgres8.inc.php
│ │ │ ├── adodb-postgres.inc.php
│ │ │ ├── adodb-proxy.inc.php
│ │ │ ├── adodb-sapdb.inc.php
│ │ │ ├── adodb-sqlanywhere.inc.php
│ │ │ ├── adodb-sqlite.inc.php
│ │ │ ├── adodb-sqlitepo.inc.php
│ │ │ ├── adodb-sybase_ase.inc.php
│ │ │ ├── adodb-sybase.inc.php
│ │ │ └── adodb-vfp.inc.php
│ │ ├── lang
│ │ │ ├── adodb-ar.inc.php
│ │ │ ├── adodb-bg.inc.php
│ │ │ ├── adodb-bgutf8.inc.php
│ │ │ ├── adodb-ca.inc.php
│ │ │ ├── adodb-cn.inc.php
│ │ │ ├── adodb-cz.inc.php
│ │ │ ├── adodb-da.inc.php
│ │ │ ├── adodb-de.inc.php
│ │ │ ├── adodb-en.inc.php
│ │ │ ├── adodb-es.inc.php
│ │ │ ├── adodb-esperanto.inc.php
│ │ │ ├── adodb-fr.inc.php
│ │ │ ├── adodb-hu.inc.php
│ │ │ ├── adodb-it.inc.php
│ │ │ ├── adodb-nl.inc.php
│ │ │ ├── adodb-pl.inc.php
│ │ │ ├── adodb-pt-br.inc.php
│ │ │ ├── adodb-ro.inc.php
│ │ │ ├── adodb-ru1251.inc.php
│ │ │ ├── adodb-sv.inc.php
│ │ │ └── adodb-uk1251.inc.php
│ │ ├── license.txt
│ │ ├── pear
│ │ │ ├── Auth
│ │ │ │ └── Container
│ │ │ │ └── ADOdb.php
│ │ │ └── readme.Auth.txt
│ │ ├── perf
│ │ │ ├── perf-db2.inc.php
│ │ │ ├── perf-informix.inc.php
│ │ │ ├── perf-mssql.inc.php
│ │ │ ├── perf-mysql.inc.php
│ │ │ ├── perf-oci8.inc.php
│ │ │ └── perf-postgres.inc.php
│ │ ├── pivottable.inc.php
│ │ ├── readme.txt
│ │ ├── rsfilter.inc.php
│ │ ├── server.php
│ │ ├── session
│ │ │ ├── adodb-compress-bzip2.php
│ │ │ ├── adodb-compress-gzip.php
│ │ │ ├── adodb-cryptsession.php
│ │ │ ├── adodb-encrypt-mcrypt.php
│ │ │ ├── adodb-encrypt-md5.php
│ │ │ ├── adodb-encrypt-secret.php
│ │ │ ├── adodb-encrypt-sha1.php
│ │ │ ├── adodb-session-clob.php
│ │ │ ├── adodb-session.php
│ │ │ ├── adodb-sessions.mysql.sql
│ │ │ ├── adodb-sessions.oracle.clob.sql
│ │ │ ├── adodb-sessions.oracle.sql
│ │ │ ├── adodb-sess.txt
│ │ │ ├── crypt.inc.php
│ │ │ ├── old
│ │ │ │ ├── adodb-cryptsession.php
│ │ │ │ ├── adodb-session-clob.php
│ │ │ │ ├── adodb-session.php
│ │ │ │ └── crypt.inc.php
│ │ │ └── session_schema.xml
│ │ ├── tests
│ │ │ ├── benchmark.php
│ │ │ ├── cf~testsessions.php
│ │ │ ├── client.php
│ │ │ ├── pdo.php
│ │ │ ├── rr.htm
│ │ │ ├── test2.php
│ │ │ ├── test3.php
│ │ │ ├── test4.php
│ │ │ ├── test5.php
│ │ │ ├── testcache.php
│ │ │ ├── testdatabases.inc.php
│ │ │ ├── test-datadict.php
│ │ │ ├── testgenid.php
│ │ │ ├── testmssql.php
│ │ │ ├── testoci8cursor.php
│ │ │ ├── testoci8.php
│ │ │ ├── testpaging.php
│ │ │ ├── testpear.php
│ │ │ ├── test-perf.php
│ │ │ ├── test-pgblob.php
│ │ │ ├── test.php
│ │ │ ├── test-php5.php
│ │ │ ├── test_rs_array.php
│ │ │ ├── testsessions.php
│ │ │ ├── test-xmlschema.php
│ │ │ ├── time.php
│ │ │ ├── tmssql.php
│ │ │ ├── xmlschema-mssql.xml
│ │ │ └── xmlschema.xml
│ │ ├── toexport.inc.php
│ │ ├── tohtml.inc.php
│ │ ├── xmlschema.dtd
│ │ └── xsl
│ │ ├── convert-0.1-0.2.xsl
│ │ ├── convert-0.2-0.1.xsl
│ │ └── remove-0.2.xsl
│ ├── calendar
│ │ ├── calendar-dp.css
│ │ ├── calendar.js
│ │ ├── lang
│ │ │ ├── calendar-br.js
│ │ │ ├── calendar-ca.js
│ │ │ ├── calendar-cs-win.js
│ │ │ ├── calendar-da.js
│ │ │ ├── calendar-du.js
│ │ │ ├── calendar-el.js
│ │ │ ├── calendar-en.js
│ │ │ ├── calendar-es.js
│ │ │ ├── calendar-fr.js
│ │ │ ├── calendar-it.js
│ │ │ ├── calendar-nl.js
│ │ │ ├── calendar-ro.js
│ │ │ ├── calendar-sp.js
│ │ │ └── calendar-sw.js
│ │ └── README
│ ├── ezpdf
│ │ ├── class.ezpdf.php
│ │ ├── class.pdf.php
│ │ └── fonts
│ │ ├── Helvetica.afm
│ │ └── Helvetica-Bold.afm
│ ├── fonts
│ │ ├── AUTHORS
│ │ ├── ChangeLog
│ │ ├── CREDITS
│ │ ├── FreeMonoBoldOblique.ttf
│ │ ├── FreeMonoBold.ttf
│ │ ├── FreeMonoOblique.ttf
│ │ ├── FreeMono.ttf
│ │ ├── FreeSansBoldOblique.ttf
│ │ ├── FreeSansBold.ttf
│ │ ├── FreeSansOblique.ttf
│ │ ├── FreeSans.ttf
│ │ ├── FreeSerifBoldItalic.ttf
│ │ ├── FreeSerifBold.ttf
│ │ ├── FreeSerifItalic.ttf
│ │ ├── FreeSerif.ttf
│ │ ├── INSTALL
│ │ ├── README
│ │ └── vera
│ │ ├── COPYRIGHT.TXT
│ │ ├── local.conf
│ │ ├── msyh.ttf
│ │ ├── README.TXT
│ │ ├── RELEASENOTES.TXT
│ │ ├── VeraBd.ttf
│ │ ├── VeraBI.ttf
│ │ ├── VeraIt.ttf
│ │ ├── VeraMoBd.ttf
│ │ ├── VeraMoBI.ttf
│ │ ├── VeraMoIt.ttf
│ │ ├── VeraMono.ttf
│ │ ├── VeraSeBd.ttf
│ │ ├── VeraSe.ttf
│ │ └── Vera.ttf
│ ├── index.html
│ ├── jpgraph
│ │ ├── index.html
│ │ ├── QPL.txt
│ │ ├── README
│ │ ├── README.dotproject
│ │ ├── src
│ │ │ ├── gd_image.inc.php
│ │ │ ├── jpg-config.inc.php
│ │ │ ├── jpgraph_bar.php
│ │ │ ├── jpgraph_canvas.php
│ │ │ ├── jpgraph_canvtools.php
│ │ │ ├── jpgraph_contour.php
│ │ │ ├── jpgraph_errhandler.inc.php
│ │ │ ├── jpgraph_error.php
│ │ │ ├── jpgraph_gantt.php
│ │ │ ├── jpgraph_gradient.php
│ │ │ ├── jpgraph_iconplot.php
│ │ │ ├── jpgraph_legend.inc.php
│ │ │ ├── jpgraph_line.php
│ │ │ ├── jpgraph_log.php
│ │ │ ├── jpgraph_meshinterpolate.inc.php
│ │ │ ├── jpgraph_mgraph.php
│ │ │ ├── jpgraph.php
│ │ │ ├── jpgraph_pie3d.php
│ │ │ ├── jpgraph_pie.php
│ │ │ ├── jpgraph_plotband.php
│ │ │ ├── jpgraph_plotline.php
│ │ │ ├── jpgraph_plotmark.inc.php
│ │ │ ├── jpgraph_polar.php
│ │ │ ├── jpgraph_radar.php
│ │ │ ├── jpgraph_rgb.inc.php
│ │ │ ├── jpgraph_text.inc.php
│ │ │ ├── jpgraph_ttf.inc.php
│ │ │ ├── jpgraph_utils.inc.php
│ │ │ └── lang
│ │ │ ├── de.inc.php
│ │ │ ├── en.inc.php
│ │ │ └── prod.inc.php
│ │ └── VERSION
│ ├── overlib
│ │ ├── makemini.pl
│ │ ├── Mini
│ │ │ ├── overlib_anchor_mini.js
│ │ │ ├── overlib_centerpopup_mini.js
│ │ │ ├── overlib_crossframe_mini.js
│ │ │ ├── overlib_csstyle_mini.js
│ │ │ ├── overlib_debug_mini.js
│ │ │ ├── overlib_exclusive_mini.js
│ │ │ ├── overlib_followscroll_mini.js
│ │ │ ├── overlib_hideform_mini.js
│ │ │ ├── overlib_mini.js
│ │ │ ├── overlib_setonoff_mini.js
│ │ │ └── overlib_shadow_mini.js
│ │ ├── overlib_anchor.js
│ │ ├── overlib_centerpopup.js
│ │ ├── overlib_crossframe.js
│ │ ├── overlib_cssstyle.js
│ │ ├── overlib_debug.js
│ │ ├── overlib_exclusive.js
│ │ ├── overlib_followscroll.js
│ │ ├── overlib_hideform.js
│ │ ├── overlib.js
│ │ ├── overlib_setonoff.js
│ │ └── overlib_shadow.js
│ ├── PEAR
│ │ ├── Contact_Vcard_Build.php
│ │ ├── Contact_Vcard_Parse.php
│ │ ├── Date
│ │ │ ├── Calc.php
│ │ │ ├── Human.php
│ │ │ ├── Span.php
│ │ │ └── TimeZone.php
│ │ ├── Date.php
│ │ └── FixPHP5PEARWarnings.php
│ ├── PEAR5.php
│ ├── PEAR.php
│ ├── phpgacl
│ │ ├── admin
│ │ │ ├── about.php
│ │ │ ├── acl_admin.php
│ │ │ ├── acl_debug.php
│ │ │ ├── acl_list.php
│ │ │ ├── acl_test.php
│ │ │ ├── admin.css
│ │ │ ├── admin_functions.js
│ │ │ ├── assign_group.php
│ │ │ ├── edit_group.php
│ │ │ ├── edit_object_sections.php
│ │ │ ├── edit_objects.php
│ │ │ ├── gacl_admin.inc.php
│ │ │ ├── group_admin.php
│ │ │ ├── images
│ │ │ │ ├── bot-l.png
│ │ │ │ ├── bot-r.png
│ │ │ │ ├── div-l.png
│ │ │ │ ├── div-r.png
│ │ │ │ ├── logo.png
│ │ │ │ ├── mid-l.png
│ │ │ │ ├── mid-r.png
│ │ │ │ ├── spacer.gif
│ │ │ │ ├── tab-off-l.png
│ │ │ │ ├── tab-off-r.png
│ │ │ │ ├── tab-on-l.png
│ │ │ │ ├── tab-on-r.png
│ │ │ │ ├── top-l.png
│ │ │ │ └── top-r.png
│ │ │ ├── index.php
│ │ │ ├── object_search.php
│ │ │ ├── s.gif
│ │ │ └── test.php
│ │ ├── AUTHORS
│ │ ├── Cache_Lite
│ │ │ ├── Cache_Lite.php
│ │ │ ├── Hashed_Cache_Lite.php
│ │ │ └── LICENSE
│ │ ├── CHANGELOG
│ │ ├── COPYING.lib
│ │ ├── CREDITS
│ │ ├── docs
│ │ │ ├── manual.html
│ │ │ ├── manual_html_7dced6ce.png
│ │ │ ├── manual_html_m481ab4b3.png
│ │ │ ├── manual_html_m48c2db5c.png
│ │ │ ├── manual_html_m6a630ca2.png
│ │ │ ├── manual_html_m770a5a15.png
│ │ │ ├── manual.pdf
│ │ │ ├── manual.sxw
│ │ │ ├── manual.txt
│ │ │ ├── phpgacl-db-schema.png
│ │ │ └── phpgacl-db-schema.vsd
│ │ ├── example.php
│ │ ├── FAQ
│ │ ├── gacl_api.class.php
│ │ ├── gacl.class.php
│ │ ├── other_languages
│ │ │ └── perl
│ │ │ └── perlGACL-check-1.0.tar.gz
│ │ ├── profiler.inc
│ │ ├── README
│ │ ├── schema.xml
│ │ ├── setup.php
│ │ ├── soap
│ │ │ ├── clients
│ │ │ │ ├── perl_client.pl
│ │ │ │ ├── php_client.php
│ │ │ │ └── python_client.py
│ │ │ ├── nusoap.php
│ │ │ └── server.php
│ │ ├── test_suite
│ │ │ ├── acl_tests.php
│ │ │ ├── phpunit
│ │ │ │ ├── ChangeLog
│ │ │ │ ├── phpunit.php
│ │ │ │ ├── phpunit_test.php
│ │ │ │ ├── README
│ │ │ │ ├── runtests2.php
│ │ │ │ ├── runtests.php
│ │ │ │ └── stylesheet.css
│ │ │ ├── random_acl_check.php
│ │ │ ├── run.php
│ │ │ ├── stress_test.php
│ │ │ ├── styles.css
│ │ │ └── unit_tests.php
│ │ └── TODO
│ └── smarty
│ ├── Config_File.class.php
│ ├── debug.tpl
│ ├── plugins
│ │ ├── block.strip.php
│ │ ├── block.textformat.php
│ │ ├── compiler.assign.php
│ │ ├── function.assign_debug_info.php
│ │ ├── function.assign.php
│ │ ├── function.config_load.php
│ │ ├── function.counter.php
│ │ ├── function.cycle.php
│ │ ├── function.debug.php
│ │ ├── function.eval.php
│ │ ├── function.fetch.php
│ │ ├── function.html_checkboxes.php
│ │ ├── function.html_image.php
│ │ ├── function.html_options.php
│ │ ├── function.html_radios.php
│ │ ├── function.html_select_date.php
│ │ ├── function.html_select_time.php
│ │ ├── function.html_table.php
│ │ ├── function.mailto.php
│ │ ├── function.math.php
│ │ ├── function.popup_init.php
│ │ ├── function.popup.php
│ │ ├── modifier.capitalize.php
│ │ ├── modifier.cat.php
│ │ ├── modifier.count_characters.php
│ │ ├── modifier.count_paragraphs.php
│ │ ├── modifier.count_sentences.php
│ │ ├── modifier.count_words.php
│ │ ├── modifier.date_format.php
│ │ ├── modifier.debug_print_var.php
│ │ ├── modifier.default.php
│ │ ├── modifier.escape.php
│ │ ├── modifier.indent.php
│ │ ├── modifier.lower.php
│ │ ├── modifier.nl2br.php
│ │ ├── modifier.regex_replace.php
│ │ ├── modifier.replace.php
│ │ ├── modifier.spacify.php
│ │ ├── modifier.string_format.php
│ │ ├── modifier.strip.php
│ │ ├── modifier.strip_tags.php
│ │ ├── modifier.truncate.php
│ │ ├── modifier.upper.php
│ │ ├── modifier.wordwrap.php
│ │ ├── outputfilter.trimwhitespace.php
│ │ ├── shared.escape_special_chars.php
│ │ └── shared.make_timestamp.php
│ ├── Smarty.class.php
│ ├── Smarty_Compiler.class.php
│ └── templates
│ └── phpgacl
│ ├── about.tpl
│ ├── acl_admin_js.tpl
│ ├── acl_admin.tpl
│ ├── acl_debug.tpl
│ ├── acl_list.tpl
│ ├── acl_test.tpl
│ ├── assign_group.tpl
│ ├── debug.tpl
│ ├── edit_group.tpl
│ ├── edit_object_sections.tpl
│ ├── edit_objects.tpl
│ ├── footer.tpl
│ ├── group_admin.tpl
│ ├── header.tpl
│ ├── navigation.tpl
│ ├── object_search.tpl
│ └── pager.tpl
├── LICENSE
├── locales
│ ├── core.php
│ ├── en
│ │ ├── admin.inc
│ │ ├── calendar.inc
│ │ ├── common.inc
│ │ ├── companies.inc
│ │ ├── contacts.inc
│ │ ├── departments.inc
│ │ ├── files.inc
│ │ ├── forums.inc
│ │ ├── help.inc
│ │ ├── history.inc
│ │ ├── index.html
│ │ ├── lang.php
│ │ ├── links.inc
│ │ ├── locales.php
│ │ ├── projects.inc
│ │ ├── public.inc
│ │ ├── resources.inc
│ │ ├── smartsearch.inc
│ │ ├── styles.inc
│ │ ├── system.inc
│ │ ├── tasks.inc
│ │ └── ticketsmith.inc
│ ├── index.html
│ └── zh
│ ├── admin.inc
│ ├── calendar.inc
│ ├── common.inc
│ ├── companies.inc
│ ├── contacts.inc
│ ├── departments.inc
│ ├── files.inc
│ ├── forums.inc
│ ├── help.inc
│ ├── history.inc
│ ├── index.html
│ ├── lang.php
│ ├── links.inc
│ ├── locales.php
│ ├── projects.inc
│ ├── public.inc
│ ├── resources.inc
│ ├── smartsearch.inc
│ ├── styles.inc
│ ├── system.inc
│ ├── tasks.inc
│ ├── ticketsmith.inc
│ └── TRANSLATOR
├── misc
│ ├── cvs2cl
│ │ ├── cvs2cl.pl
│ │ ├── index.html
│ │ └── README
│ ├── debug.php
│ ├── holidays
│ │ ├── fr
│ │ └── uk
│ ├── index.html
│ ├── mime.types
│ └── postnuke
│ ├── dplink
│ │ ├── index.php
│ │ ├── pnadmin.php
│ │ ├── pninit.php
│ │ ├── pnlang
│ │ │ └── eng
│ │ │ └── admin.php
│ │ ├── pnuser.php
│ │ └── pnversion.php
│ └── README
├── modules
│ ├── admin
│ │ ├── addedituser.php
│ │ ├── admin.class.php
│ │ ├── do_perms_aed.php
│ │ ├── do_user_aed.php
│ │ ├── do_userrole_aed.php
│ │ ├── do_user_transfer.php
│ │ ├── images
│ │ │ ├── helix-setup-user.png
│ │ │ ├── helix-setup-users2.png
│ │ │ ├── helix-setup-users3.png
│ │ │ └── helix-setup-users.png
│ │ ├── index.html
│ │ ├── index.php
│ │ ├── viewuser.php
│ │ ├── vw_active_usr.php
│ │ ├── vw_inactive_usr.php
│ │ ├── vw_usr_log.php
│ │ ├── vw_usr_perms.php
│ │ ├── vw_usr.php
│ │ ├── vw_usr_roles.php
│ │ ├── vw_usr_sessions.php
│ │ └── vw_usr_transfer.php
│ ├── calendar
│ │ ├── addedit.php
│ │ ├── calendar.class.php
│ │ ├── clash.php
│ │ ├── day_view.php
│ │ ├── do_event_aed.php
│ │ ├── images
│ │ │ ├── event0.png
│ │ │ ├── event1.png
│ │ │ ├── event2.png
│ │ │ ├── event3.png
│ │ │ ├── event4.png
│ │ │ ├── event5.png
│ │ │ └── myevo-appointments.png
│ │ ├── index.html
│ │ ├── index.php
│ │ ├── links_events.php
│ │ ├── links_tasks.php
│ │ ├── projects_tab.events.php
│ │ ├── view.php
│ │ ├── vw_day_events.php
│ │ ├── vw_day_tasks.php
│ │ └── week_view.php
│ ├── companies
│ │ ├── addedit.php
│ │ ├── companies.class.php
│ │ ├── do_company_aed.php
│ │ ├── images
│ │ │ └── handshake.png
│ │ ├── index.html
│ │ ├── index.php
│ │ ├── view.php
│ │ ├── vw_active.php
│ │ ├── vw_archived.php
│ │ ├── vw_companies.php
│ │ ├── vw_contacts.php
│ │ ├── vw_depts.php
│ │ └── vw_users.php
│ ├── contacts
│ │ ├── addedit.php
│ │ ├── contacts.class.php
│ │ ├── csvexport.php
│ │ ├── do_contact_aed.php
│ │ ├── images
│ │ │ └── monkeychat-48.png
│ │ ├── index.html
│ │ ├── index.php
│ │ ├── select_contact_company.php
│ │ ├── vcardexport.php
│ │ ├── vcardimport.php
│ │ └── view.php
│ ├── departments
│ │ ├── addedit.php
│ │ ├── departments.class.php
│ │ ├── do_dept_aed.php
│ │ ├── index.html
│ │ ├── index.php
│ │ ├── view.php
│ │ └── vw_contacts.php
│ ├── files
│ │ ├── addedit_folder.php
│ │ ├── addedit.php
│ │ ├── companies_tab.files.php
│ │ ├── co.php
│ │ ├── do_file_aed.php
│ │ ├── do_file_co.php
│ │ ├── do_files_bulk_aed.php
│ │ ├── do_folder_aed.php
│ │ ├── do_searchfiles.php
│ │ ├── file_index_ignore.php
│ │ ├── files.class.php
│ │ ├── folders_table.php
│ │ ├── functions.php
│ │ ├── images
│ │ │ ├── back.png
│ │ │ ├── ci.png
│ │ │ ├── co.png
│ │ │ ├── down.png
│ │ │ ├── duplicate.png
│ │ │ ├── edit_add.png
│ │ │ ├── filesaveas.png
│ │ │ ├── folder5.png
│ │ │ ├── folder5_small.png
│ │ │ ├── folder_new.png
│ │ │ ├── home.png
│ │ │ ├── icons
│ │ │ │ ├── ac3.png
│ │ │ │ ├── aiff.png
│ │ │ │ ├── application-certificate.png
│ │ │ │ ├── application-x-executable.png
│ │ │ │ ├── applix.png
│ │ │ │ ├── arj.png
│ │ │ │ ├── ascii.png
│ │ │ │ ├── audio.png
│ │ │ │ ├── audio-x-generic.png
│ │ │ │ ├── binary.png
│ │ │ │ ├── bmp.png
│ │ │ │ ├── bz2.png
│ │ │ │ ├── cbz.png
│ │ │ │ ├── cdbo_list.png
│ │ │ │ ├── cdimage.png
│ │ │ │ ├── cdr.png
│ │ │ │ ├── cdtrack.png
│ │ │ │ ├── colorscm.png
│ │ │ │ ├── deb.png
│ │ │ │ ├── dia.png
│ │ │ │ ├── documents2.png
│ │ │ │ ├── documents.png
│ │ │ │ ├── empty.png
│ │ │ │ ├── encrypted.png
│ │ │ │ ├── exec_wine1.png
│ │ │ │ ├── exec_wine.png
│ │ │ │ ├── file_locked.png
│ │ │ │ ├── file_temporary.png
│ │ │ │ ├── font.png
│ │ │ │ ├── font_truetype.png
│ │ │ │ ├── font-x-generic.png
│ │ │ │ ├── ggnome-mime-application-x-class-file.png
│ │ │ │ ├── gif.png
│ │ │ │ ├── gnome-library.png
│ │ │ │ ├── gnome-mime-application-magicpoint.png
│ │ │ │ ├── gnome-mime-application-msword.png
│ │ │ │ ├── gnome-mime-application-ogg.png
│ │ │ │ ├── gnome-mime-application-par.png
│ │ │ │ ├── gnome-mime-application-pdf.png
│ │ │ │ ├── gnome-mime-application-pgp-encrypted.png
│ │ │ │ ├── gnome-mime-application-pgp-keys.png
│ │ │ │ ├── gnome-mime-application-pgp.png
│ │ │ │ ├── gnome-mime-application.png
│ │ │ │ ├── gnome-mime-application-postscript.png
│ │ │ │ ├── gnome-mime-application-rtf.png
│ │ │ │ ├── gnome-mime-application-vnd.lotus-1-2-3.png
│ │ │ │ ├── gnome-mime-application-vnd.ms-excel.png
│ │ │ │ ├── gnome-mime-application-vnd.ms-powerpoint.png
│ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.chart.png
│ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.database.png
│ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.drawing.png
│ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.formula.png
│ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.graphics-template.png
│ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.image.png
│ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.presentation.png
│ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.presentation-template.png
│ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png
│ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png
│ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.text.png
│ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.text-template.png
│ │ │ │ ├── gnome-mime-application-vnd.oasis.opendocument.text-web.png
│ │ │ │ ├── gnome-mime-application-vnd.stardivision.calc.png
│ │ │ │ ├── gnome-mime-application-vnd.stardivision.impress.png
│ │ │ │ ├── gnome-mime-application-vnd.stardivision.writer.png
│ │ │ │ ├── gnome-mime-application-vnd.sun.xml.calc.png
│ │ │ │ ├── gnome-mime-application-vnd.sun.xml.draw.png
│ │ │ │ ├── gnome-mime-application-vnd.sun.xml.impress.png
│ │ │ │ ├── gnome-mime-application-vnd.sun.xml.writer.png
│ │ │ │ ├── gnome-mime-application-vnd.sun.xml.writer.template.png
│ │ │ │ ├── gnome-mime-application-wordperfect.png
│ │ │ │ ├── gnome-mime-application-x-abiword.png
│ │ │ │ ├── gnome-mime-application-x-applix-spreadsheet.png
│ │ │ │ ├── gnome-mime-application-x-archive.png
│ │ │ │ ├── gnome-mime-application-x-arj.png
│ │ │ │ ├── gnome-mime-application-x-bittorrent.png
│ │ │ │ ├── gnome-mime-application-x-bzip-compressed-tar.png
│ │ │ │ ├── gnome-mime-application-x-bzip.png
│ │ │ │ ├── gnome-mime-application-x-cd-image.png
│ │ │ │ ├── gnome-mime-application-x-compressed-tar.png
│ │ │ │ ├── gnome-mime-application-x-compress.png
│ │ │ │ ├── gnome-mime-application-x-cpio-compressed.png
│ │ │ │ ├── gnome-mime-application-x-cpio.png
│ │ │ │ ├── gnome-mime-application-x-deb.png
│ │ │ │ ├── gnome-mime-application-x-desktop.png
│ │ │ │ ├── gnome-mime-application-x-dia-diagram.png
│ │ │ │ ├── gnome-mime-application-x-extension-nfo.png
│ │ │ │ ├── gnome-mime-application-x-extension-par2.png
│ │ │ │ ├── gnome-mime-application-x-gnumeric.png
│ │ │ │ ├── gnome-mime-application-x-gzip.png
│ │ │ │ ├── gnome-mime-application-x-ipod-firmware.png
│ │ │ │ ├── gnome-mime-application-x-jar.png
│ │ │ │ ├── gnome-mime-application-x-java-byte-code.png
│ │ │ │ ├── gnome-mime-application-x-lha.png
│ │ │ │ ├── gnome-mime-application-x-lhz.png
│ │ │ │ ├── gnome-mime-application-x-par2.png
│ │ │ │ ├── gnome-mime-application-x-perl.png
│ │ │ │ ├── gnome-mime-application-x-php.png
│ │ │ │ ├── gnome-mime-application-x-python-bytecode.png
│ │ │ │ ├── gnome-mime-application-x-python.png
│ │ │ │ ├── gnome-mime-application-x-rar.png
│ │ │ │ ├── gnome-mime-application-x-rpm.png
│ │ │ │ ├── gnome-mime-application-x-sharedlib.png
│ │ │ │ ├── gnome-mime-application-x-shellscript.png
│ │ │ │ ├── gnome-mime-application-x-tar.png
│ │ │ │ ├── gnome-mime-application-x-zip-compressed.png
│ │ │ │ ├── gnome-mime-application-x-zip.png
│ │ │ │ ├── gnome-mime-application-zip.png
│ │ │ │ ├── gnome-mime-audio-ac3.png
│ │ │ │ ├── gnome-mime-audio-basic.png
│ │ │ │ ├── gnome-mime-audio-midi.png
│ │ │ │ ├── gnome-mime-audio.png
│ │ │ │ ├── gnome-mime-audio-x-aiff.png
│ │ │ │ ├── gnome-mime-audio-x-it.png
│ │ │ │ ├── gnome-mime-audio-x-midi.png
│ │ │ │ ├── gnome-mime-audio-x-mod.png
│ │ │ │ ├── gnome-mime-audio-x-mp3.png
│ │ │ │ ├── gnome-mime-audio-x-s3m.png
│ │ │ │ ├── gnome-mime-audio-x-stm.png
│ │ │ │ ├── gnome-mime-audio-x-ulaw.png
│ │ │ │ ├── gnome-mime-audio-x-voc.png
│ │ │ │ ├── gnome-mime-audio-x-wav.png
│ │ │ │ ├── gnome-mime-audio-x-xi.png
│ │ │ │ ├── gnome-mime-audio-x-xm.png
│ │ │ │ ├── gnome-mime-image-bmp.png
│ │ │ │ ├── gnome-mime-image-gif.png
│ │ │ │ ├── gnome-mime-image-ief.png
│ │ │ │ ├── gnome-mime-image-jpeg.png
│ │ │ │ ├── gnome-mime-image.png
│ │ │ │ ├── gnome-mime-image-png.png
│ │ │ │ ├── gnome-mime-image-svg+xml.png
│ │ │ │ ├── gnome-mime-image-tiff.png
│ │ │ │ ├── gnome-mime-image-x-psd.png
│ │ │ │ ├── gnome-mime-image-x-rgb.png
│ │ │ │ ├── gnome-mime-image-x-tga.png
│ │ │ │ ├── gnome-mime-image-x-xbitmap.png
│ │ │ │ ├── gnome-mime-image-x-xcf.png
│ │ │ │ ├── gnome-mime-image-x-xfig.png
│ │ │ │ ├── gnome-mime-image-x-xpixmap.png
│ │ │ │ ├── gnome-mime-text-css.png
│ │ │ │ ├── gnome-mime-text-html.png
│ │ │ │ ├── gnome-mime-text-plain.png
│ │ │ │ ├── gnome-mime-text.png
│ │ │ │ ├── gnome-mime-text-x-authors.png
│ │ │ │ ├── gnome-mime-text-x-chdr.png
│ │ │ │ ├── gnome-mime-text-x-c-header.png
│ │ │ │ ├── gnome-mime-text-x-c.png
│ │ │ │ ├── gnome-mime-text-x-credits.png
│ │ │ │ ├── gnome-mime-text-x-csharp.png
│ │ │ │ ├── gnome-mime-text-x-csh.png
│ │ │ │ ├── gnome-mime-text-x-c++src.png
│ │ │ │ ├── gnome-mime-text-x-csrc.png
│ │ │ │ ├── gnome-mime-text-x-haskell.png
│ │ │ │ ├── gnome-mime-text-x-install.png
│ │ │ │ ├── gnome-mime-text-x-java.png
│ │ │ │ ├── gnome-mime-text-x-literate-haskell.png
│ │ │ │ ├── gnome-mime-text-xml.png
│ │ │ │ ├── gnome-mime-text-x-objcsrc.png
│ │ │ │ ├── gnome-mime-text-x-python.png
│ │ │ │ ├── gnome-mime-text-x-readme.png
│ │ │ │ ├── gnome-mime-text-x-scheme.png
│ │ │ │ ├── gnome-mime-text-x-tex.png
│ │ │ │ ├── gnome-mime-text-x-txt.png
│ │ │ │ ├── gnome-mime-video-mpeg.png
│ │ │ │ ├── gnome-mime-video.png
│ │ │ │ ├── gnome-mime-video-quicktime.png
│ │ │ │ ├── gnome-mime-video-x-ms-asf.png
│ │ │ │ ├── gnome-mime-video-x-msvideo.png
│ │ │ │ ├── gnome-mime-video-x-ms-wmv.png
│ │ │ │ ├── gnome-mime-x-directory-smb-server.png
│ │ │ │ ├── gnome-mime-x-directory-smb-share.png
│ │ │ │ ├── gnome-package.png
│ │ │ │ ├── gz.png
│ │ │ │ ├── html.png
│ │ │ │ ├── ief.png
│ │ │ │ ├── image2.png
│ │ │ │ ├── image.png
│ │ │ │ ├── image-x-generic.png
│ │ │ │ ├── info.png
│ │ │ │ ├── jpeg.png
│ │ │ │ ├── jpg.png
│ │ │ │ ├── lha.png
│ │ │ │ ├── lhz.png
│ │ │ │ ├── message.png
│ │ │ │ ├── midi.png
│ │ │ │ ├── mime_ascii.png
│ │ │ │ ├── mime_cdr.png
│ │ │ │ ├── mime-colorset.png
│ │ │ │ ├── mime_colorset.png
│ │ │ │ ├── mime-empty.png
│ │ │ │ ├── mime_empty.png
│ │ │ │ ├── mime-help.png
│ │ │ │ ├── mime_koffice.png
│ │ │ │ ├── mime-postscript.png
│ │ │ │ ├── misc.png
│ │ │ │ ├── mod.png
│ │ │ │ ├── mp3.png
│ │ │ │ ├── package-x-generic.png
│ │ │ │ ├── par.png
│ │ │ │ ├── pdf.png
│ │ │ │ ├── php.png
│ │ │ │ ├── pix.png
│ │ │ │ ├── png.png
│ │ │ │ ├── psd.png
│ │ │ │ ├── ps.png
│ │ │ │ ├── quicktime.png
│ │ │ │ ├── rar.png
│ │ │ │ ├── recycled.png
│ │ │ │ ├── rgb.png
│ │ │ │ ├── rpm.png
│ │ │ │ ├── s3m.png
│ │ │ │ ├── schedule.png
│ │ │ │ ├── shellscript.png
│ │ │ │ ├── sound.png
│ │ │ │ ├── source_c.png
│ │ │ │ ├── source_cpp.png
│ │ │ │ ├── source_h.png
│ │ │ │ ├── source_java.png
│ │ │ │ ├── source_php.png
│ │ │ │ ├── source_pyc.png
│ │ │ │ ├── source_py.png
│ │ │ │ ├── spreadsheet.png
│ │ │ │ ├── stm.png
│ │ │ │ ├── svg.png
│ │ │ │ ├── tar.png
│ │ │ │ ├── template_source.png
│ │ │ │ ├── tex.png
│ │ │ │ ├── text-html.png
│ │ │ │ ├── text.png
│ │ │ │ ├── text-x-generic.png
│ │ │ │ ├── text-x-generic-template.png
│ │ │ │ ├── text-x-script.png
│ │ │ │ ├── tga.png
│ │ │ │ ├── tgz.png
│ │ │ │ ├── tiff.png
│ │ │ │ ├── txt.png
│ │ │ │ ├── ulaw.png
│ │ │ │ ├── unknown.png
│ │ │ │ ├── vcalendar.png
│ │ │ │ ├── video.png
│ │ │ │ ├── video-x-generic.png
│ │ │ │ ├── vmlinuz.png
│ │ │ │ ├── voc.png
│ │ │ │ ├── wav.png
│ │ │ │ ├── xcf.png
│ │ │ │ ├── xfig.png
│ │ │ │ ├── xi.png
│ │ │ │ ├── xm.png
│ │ │ │ ├── x-office-address-book.png
│ │ │ │ ├── x-office-calendar.png
│ │ │ │ ├── x-office-document.png
│ │ │ │ ├── x-office-presentation.png
│ │ │ │ ├── x-office-spreadsheet.png
│ │ │ │ └── zip.png
│ │ │ ├── kedit.png
│ │ │ ├── remove.png
│ │ │ └── up.png
│ │ ├── index.html
│ │ ├── index.php
│ │ ├── index_table.php
│ │ ├── projects_tab.files.php
│ │ ├── tasks_tab.files.php
│ │ └── tasks_tab.view.files.php
│ ├── forums
│ │ ├── addedit.php
│ │ ├── configure.php
│ │ ├── do_forum_aed.php
│ │ ├── do_post_aed.php
│ │ ├── do_watch_forum.php
│ │ ├── forums.class.php
│ │ ├── images
│ │ │ └── support.png
│ │ ├── index.html
│ │ ├── index.php
│ │ ├── post_message.php
│ │ ├── setup.php
│ │ ├── viewer.php
│ │ ├── view_messages.php
│ │ ├── view_pdf.php
│ │ └── view_topics.php
│ ├── help
│ │ ├── en
│ │ │ ├── help.toc.hlp
│ │ │ └── index.html
│ │ ├── index.html
│ │ └── index.php
│ ├── history
│ │ ├── addedit.php
│ │ ├── images
│ │ │ └── stock_book_blue_48.png
│ │ ├── index.html
│ │ ├── index.php
│ │ ├── projects_tab.history.php
│ │ └── setup.php
│ ├── index.html
│ ├── install
│ │ └── images
│ │ └── control-center.png
│ ├── links
│ │ ├── addedit.php
│ │ ├── do_link_aed.php
│ │ ├── images
│ │ │ └── folder5.png
│ │ ├── index.html
│ │ ├── index.php
│ │ ├── index_table.php
│ │ ├── links.class.php
│ │ ├── projects_tab.links.php
│ │ ├── setup.php
│ │ └── tasks_tab.links.php
│ ├── projectdesigner
│ │ ├── config.php
│ │ ├── configure.php
│ │ ├── do_addtasks_aed.php
│ │ ├── do_projectdesigner_aed.php
│ │ ├── do_task_bulk_aed.php
│ │ ├── gantt.php
│ │ ├── images
│ │ │ ├── add.png
│ │ │ ├── down.png
│ │ │ ├── filesave.png
│ │ │ ├── printer.png
│ │ │ ├── projectdesigner.jpg
│ │ │ ├── projectdesigner.png
│ │ │ ├── remove.png
│ │ │ └── up.png
│ │ ├── index.js
│ │ ├── index.php
│ │ ├── jscalendar
│ │ │ ├── bugtest-hidden-selects.html
│ │ │ ├── calendar-blue2.css
│ │ │ ├── calendar-blue.css
│ │ │ ├── calendar-brown.css
│ │ │ ├── calendar-green.css
│ │ │ ├── calendar.js
│ │ │ ├── calendar.php
│ │ │ ├── calendar-setup.js
│ │ │ ├── calendar-setup_stripped.js
│ │ │ ├── calendar_stripped.js
│ │ │ ├── calendar-system.css
│ │ │ ├── calendar-tas.css
│ │ │ ├── calendar-win2k-1.css
│ │ │ ├── calendar-win2k-2.css
│ │ │ ├── calendar-win2k-cold-1.css
│ │ │ ├── calendar-win2k-cold-2.css
│ │ │ ├── ChangeLog
│ │ │ ├── dayinfo.html
│ │ │ ├── doc
│ │ │ │ ├── html
│ │ │ │ │ ├── field-button.jpg
│ │ │ │ │ ├── reference.css
│ │ │ │ │ ├── reference.html
│ │ │ │ │ └── reference-Z-S.css
│ │ │ │ └── reference.pdf
│ │ │ ├── img.gif
│ │ │ ├── index.html
│ │ │ ├── lang
│ │ │ │ ├── calendar-af.js
│ │ │ │ ├── calendar-al.js
│ │ │ │ ├── calendar-bg.js
│ │ │ │ ├── calendar-big5.js
│ │ │ │ ├── calendar-big5-utf8.js
│ │ │ │ ├── calendar-br.js
│ │ │ │ ├── calendar-ca.js
│ │ │ │ ├── calendar-cs-utf8.js
│ │ │ │ ├── calendar-cs-win.js
│ │ │ │ ├── calendar-da.js
│ │ │ │ ├── calendar-de.js
│ │ │ │ ├── calendar-du.js
│ │ │ │ ├── calendar-el.js
│ │ │ │ ├── calendar-en.js
│ │ │ │ ├── calendar-es.js
│ │ │ │ ├── calendar-fi.js
│ │ │ │ ├── calendar-fr.js
│ │ │ │ ├── calendar-he-utf8.js
│ │ │ │ ├── calendar-hr.js
│ │ │ │ ├── calendar-hr-utf8.js
│ │ │ │ ├── calendar-hu.js
│ │ │ │ ├── calendar-it.js
│ │ │ │ ├── calendar-jp.js
│ │ │ │ ├── calendar-ko.js
│ │ │ │ ├── calendar-ko-utf8.js
│ │ │ │ ├── calendar-lt.js
│ │ │ │ ├── calendar-lt-utf8.js
│ │ │ │ ├── calendar-lv.js
│ │ │ │ ├── calendar-nl.js
│ │ │ │ ├── calendar-no.js
│ │ │ │ ├── calendar-pl.js
│ │ │ │ ├── calendar-pl-utf8.js
│ │ │ │ ├── calendar-pt.js
│ │ │ │ ├── calendar-ro.js
│ │ │ │ ├── calendar-ru.js
│ │ │ │ ├── calendar-ru_win_.js
│ │ │ │ ├── calendar-si.js
│ │ │ │ ├── calendar-sk.js
│ │ │ │ ├── calendar-sp.js
│ │ │ │ ├── calendar-sv.js
│ │ │ │ ├── calendar-tr.js
│ │ │ │ ├── calendar-zh.js
│ │ │ │ └── cn_utf8.js
│ │ │ ├── menuarrow2.gif
│ │ │ ├── menuarrow.gif
│ │ │ ├── multiple-dates.html
│ │ │ ├── README
│ │ │ ├── release-notes.html
│ │ │ └── skins
│ │ │ └── aqua
│ │ │ ├── active-bg.gif
│ │ │ ├── dark-bg.gif
│ │ │ ├── hover-bg.gif
│ │ │ ├── menuarrow.gif
│ │ │ ├── normal-bg.gif
│ │ │ ├── rowhover-bg.gif
│ │ │ ├── status-bg.gif
│ │ │ ├── theme.css
│ │ │ ├── title-bg.gif
│ │ │ └── today-bg.gif
│ │ ├── locales
│ │ │ ├── en.inc
│ │ │ └── pt.inc
│ │ ├── printproject.php
│ │ ├── projectdesigner.class.php
│ │ ├── setup.php
│ │ ├── sponsor.txt
│ │ ├── vw_actions.php
│ │ ├── vw_addtasks.php
│ │ ├── vw_files.php
│ │ ├── vw_gantt.php
│ │ ├── vw_project.php
│ │ ├── vw_projecttask.php
│ │ └── vw_tasks.php
│ ├── projects
│ │ ├── addedit.php
│ │ ├── admin_tab.viewuser.projects_gantt.php
│ │ ├── admin_tab.viewuser.projects.php
│ │ ├── calendar_tab.projects.php
│ │ ├── companies_tab.view.projects_gantt.php
│ │ ├── departments_tab.view.projects_gantt.php
│ │ ├── departments_tab.view.projects.php
│ │ ├── do_project_aed.php
│ │ ├── gantt2.php
│ │ ├── gantt.php
│ │ ├── images
│ │ │ └── applet3-48.png
│ │ ├── index.html
│ │ ├── index.php
│ │ ├── projects.class.php
│ │ ├── reports
│ │ │ ├── allocateduserhours.en.txt
│ │ │ ├── allocateduserhours.php
│ │ │ ├── completed.en.txt
│ │ │ ├── completed.php
│ │ │ ├── overall.en.txt
│ │ │ ├── overall.php
│ │ │ ├── overdue.en.txt
│ │ │ ├── overdue.php
│ │ │ ├── stats.en.txt
│ │ │ ├── stats.php
│ │ │ ├── taskenddate.en.txt
│ │ │ ├── taskenddate.php
│ │ │ ├── tasklist.en.txt
│ │ │ ├── tasklist.php
│ │ │ ├── tasklogs.en.txt
│ │ │ ├── tasklogs.php
│ │ │ ├── tasksperuser.en.txt
│ │ │ ├── tasksperuser.php
│ │ │ ├── upcoming.en.txt
│ │ │ ├── upcoming.php
│ │ │ ├── userperformance.en.txt
│ │ │ └── userperformance.php
│ │ ├── reports.php
│ │ ├── viewgantt.php
│ │ ├── view.php
│ │ ├── vw_files.php
│ │ ├── vw_forums.php
│ │ ├── vw_idx_active.php
│ │ ├── vw_idx_archived.php
│ │ ├── vw_idx_complete.php
│ │ ├── vw_idx_proposed.php
│ │ └── vw_logs.php
│ ├── public
│ │ ├── access_denied.php
│ │ ├── calendar.php
│ │ ├── chpwd.php
│ │ ├── color_selector.php
│ │ ├── contact_selector.php
│ │ ├── date_format.php
│ │ ├── index.html
│ │ ├── index.php
│ │ └── selector.php
│ ├── resources
│ │ ├── addedit.js
│ │ ├── addedit.php
│ │ ├── do_resource_aed.php
│ │ ├── images
│ │ │ └── helpdesk.png
│ │ ├── index.php
│ │ ├── resources.class.php
│ │ ├── setup.php
│ │ ├── tabs.js
│ │ ├── tasks_dosql.addedit.php
│ │ ├── tasks_tab.addedit.other_resources.php
│ │ ├── tasks_tab.view.other_resources.php
│ │ ├── view.js
│ │ ├── view.php
│ │ └── vw_resources.php
│ ├── smartsearch
│ │ ├── images
│ │ │ └── kfind.png
│ │ ├── index.html
│ │ ├── index.php
│ │ ├── searchobjects
│ │ │ ├── companies.inc.php
│ │ │ ├── contacts.inc.php
│ │ │ ├── departments.inc.php
│ │ │ ├── events.inc.php
│ │ │ ├── files_content.inc.php
│ │ │ ├── files.inc.php
│ │ │ ├── forum_messages.inc.php
│ │ │ ├── forums.inc.php
│ │ │ ├── projects.inc.php
│ │ │ ├── task_log.inc.php
│ │ │ ├── tasks.inc.php
│ │ │ ├── tickets.inc.php
│ │ │ └── users.inc.php
│ │ ├── setup.php
│ │ └── smartsearch.class.php
│ ├── system
│ │ ├── addeditpref.php
│ │ ├── billingcode.php
│ │ ├── contacts_ldap.php
│ │ ├── custom_field_addedit.php
│ │ ├── custom_field_editor.php
│ │ ├── do_billingcode_aed.php
│ │ ├── do_custom_field_aed.php
│ │ ├── domodsql.php
│ │ ├── do_preference_aed.php
│ │ ├── do_systemconfig_aed.php
│ │ ├── images
│ │ │ ├── 48_my_computer.png
│ │ │ ├── control-center.png
│ │ │ ├── index.html
│ │ │ ├── main-settings.png
│ │ │ ├── myevo-weather.png
│ │ │ ├── power-management.png
│ │ │ └── rdf2.png
│ │ ├── index.html
│ │ ├── index.php
│ │ ├── roles
│ │ │ ├── do_perms_aed.php
│ │ │ ├── do_role_aed.php
│ │ │ ├── index.html
│ │ │ ├── index.php
│ │ │ ├── roles.class.php
│ │ │ ├── viewrole.php
│ │ │ └── vw_role_perms.php
│ │ ├── syskeys
│ │ │ ├── do_syskey_aed.php
│ │ │ ├── do_sysval_aed.php
│ │ │ ├── index.html
│ │ │ ├── index.php
│ │ │ ├── keys.php
│ │ │ └── syskeys.class.php
│ │ ├── system.class.php
│ │ ├── systemconfig_help.php
│ │ ├── systemconfig.php
│ │ ├── translate.php
│ │ ├── translate_save.php
│ │ └── viewmods.php
│ ├── tasks
│ │ ├── addedit.js
│ │ ├── addedit.php
│ │ ├── ae_dates.php
│ │ ├── ae_depend.php
│ │ ├── ae_desc.php
│ │ ├── ae_resource.php
│ │ ├── do_task_aed.php
│ │ ├── do_task_assign_aed.php
│ │ ├── do_updatetask.php
│ │ ├── gantt.php
│ │ ├── images
│ │ │ ├── add.png
│ │ │ ├── applet-48.png
│ │ │ ├── exchange.png
│ │ │ └── remove.png
│ │ ├── index.html
│ │ ├── index.php
│ │ ├── listtasks.php
│ │ ├── organize.php
│ │ ├── organizer.php
│ │ ├── tasks.class.php
│ │ ├── tasksperuser.php
│ │ ├── tasksperuser_sub.php
│ │ ├── tasks.php
│ │ ├── todo_gantt_sub.php
│ │ ├── todo.php
│ │ ├── todo_tasks_sub.php
│ │ ├── viewgantt.php
│ │ ├── view.js
│ │ ├── view.php
│ │ ├── vw_logs.php
│ │ └── vw_log_update.php
│ └── ticketsmith
│ ├── admin.php
│ ├── attach.php
│ ├── CHANGELOG
│ ├── comment.php
│ ├── common.inc.php
│ ├── config.inc.php
│ ├── CREDITS
│ ├── do_ticket_aed.php
│ ├── followup.php
│ ├── images
│ │ ├── gconf-app-icon.png
│ │ ├── ltwt.gif
│ │ ├── posticon.gif
│ │ └── rtwt.gif
│ ├── index.html
│ ├── index.php
│ ├── INSTALL
│ ├── LICENSE
│ ├── login.php
│ ├── pdf.php
│ ├── post_ticket.php
│ ├── README
│ ├── reattachticket.php
│ ├── search.php
│ ├── style.css
│ ├── TODO
│ ├── UPGRADE
│ └── view.php
├── queuescanner.php
├── README
├── style
│ ├── classic
│ │ ├── footer.php
│ │ ├── header.php
│ │ ├── images
│ │ │ ├── bground.gif
│ │ │ └── index.html
│ │ ├── index.html
│ │ ├── login.php
│ │ ├── main.css
│ │ └── overrides.php
│ ├── default
│ │ ├── footer.php
│ │ ├── header.php
│ │ ├── images
│ │ │ ├── dp_icon.gif
│ │ │ ├── favicon.ico
│ │ │ ├── index.html
│ │ │ ├── obj
│ │ │ │ ├── index.html
│ │ │ │ └── tick.gif
│ │ │ ├── tabBg.png
│ │ │ ├── tabLeft.png
│ │ │ ├── tabRight.png
│ │ │ ├── tabSelectedBg.png
│ │ │ ├── tabSelectedLeft.png
│ │ │ ├── tabSelectedRight.png
│ │ │ └── titlegrad.jpg
│ │ ├── index.html
│ │ ├── login.php
│ │ ├── lostpass.php
│ │ ├── main.css
│ │ └── overrides.php
│ ├── dp-grey-theme
│ │ ├── footer.php
│ │ ├── header.php
│ │ ├── images
│ │ │ ├── bar_top_left.gif
│ │ │ ├── bar_top_middle.gif
│ │ │ ├── bar_top_right.gif
│ │ │ ├── bar_top_Selectedleft.gif
│ │ │ ├── bar_top_Selectedmiddle.gif
│ │ │ ├── bar_top_Selectedright.gif
│ │ │ ├── dp_icon.gif
│ │ │ ├── favicon.ico
│ │ │ ├── index.html
│ │ │ ├── lines_title_bar.gif
│ │ │ ├── lines_title_shadow.gif
│ │ │ ├── obj
│ │ │ │ ├── index.html
│ │ │ │ └── tick.gif
│ │ │ └── titlegrad.jpg
│ │ ├── index.html
│ │ ├── login.php
│ │ ├── lostpass.php
│ │ ├── main.css
│ │ ├── overrides.php
│ │ ├── README.TXT
│ │ ├── tabBg.png
│ │ ├── tabLeft.png
│ │ ├── tabRight.png
│ │ ├── tabSelectedBg.png
│ │ ├── tabSelectedLeft.png
│ │ └── tabSelectedRight.png
│ └── index.html
└── 汉化说明.txt
124 directories, 1418 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论