实例介绍
由官方繁体语言包汉化而成。看繁体实是不习惯,而又未在网上找到资源,故花几天时间简化,分享给大家。
【实例截图】
【核心代码】
最新版zh-CN
└── zh-CN
└── default
├── account
│ ├── auth
│ │ ├── login-small.html.tmpl
│ │ └── login.html.tmpl
│ ├── cancel-token.txt.tmpl
│ ├── create.html.tmpl
│ ├── created.html.tmpl
│ │ ├── change-new.txt.tmpl
│ │ ├── change-old.txt.tmpl
│ │ ├── confirm-new.html.tmpl
│ │ ├── confirm.html.tmpl
│ │ └── request-new.txt.tmpl
│ ├── password
│ │ ├── forgotten-password.txt.tmpl
│ │ └── set-forgotten-password.html.tmpl
│ ├── prefs
│ │ ├── account.html.tmpl
│ │ ├── apikey.html.tmpl
│ │ ├── email.html.tmpl
│ │ ├── permissions.html.tmpl
│ │ ├── prefs.html.tmpl
│ │ ├── saved-searches.html.tmpl
│ │ └── settings.html.tmpl
│ └── profile-activity.html.tmpl
├── admin
│ ├── admin.html.tmpl
│ ├── classifications
│ │ ├── add.html.tmpl
│ │ ├── del.html.tmpl
│ │ ├── edit-common.html.tmpl
│ │ ├── edit.html.tmpl
│ │ ├── footer.html.tmpl
│ │ ├── reclassify.html.tmpl
│ │ └── select.html.tmpl
│ ├── components
│ │ ├── confirm-delete.html.tmpl
│ │ ├── create.html.tmpl
│ │ ├── edit-common.html.tmpl
│ │ ├── edit.html.tmpl
│ │ ├── footer.html.tmpl
│ │ ├── list.html.tmpl
│ │ └── select-product.html.tmpl
│ ├── confirm-action.html.tmpl
│ ├── custom_fields
│ │ ├── cf-js.js.tmpl
│ │ ├── confirm-delete.html.tmpl
│ │ ├── create.html.tmpl
│ │ ├── edit-common.html.tmpl
│ │ ├── edit.html.tmpl
│ │ └── list.html.tmpl
│ ├── fieldvalues
│ │ ├── confirm-delete.html.tmpl
│ │ ├── create.html.tmpl
│ │ ├── edit.html.tmpl
│ │ ├── footer.html.tmpl
│ │ ├── list.html.tmpl
│ │ └── select-field.html.tmpl
│ ├── flag-type
│ │ ├── confirm-delete.html.tmpl
│ │ ├── edit.html.tmpl
│ │ └── list.html.tmpl
│ ├── groups
│ │ ├── confirm-remove.html.tmpl
│ │ ├── create.html.tmpl
│ │ ├── delete.html.tmpl
│ │ ├── edit.html.tmpl
│ │ └── list.html.tmpl
│ ├── keywords
│ │ ├── confirm-delete.html.tmpl
│ │ ├── create.html.tmpl
│ │ ├── edit.html.tmpl
│ │ └── list.html.tmpl
│ ├── milestones
│ │ ├── confirm-delete.html.tmpl
│ │ ├── create.html.tmpl
│ │ ├── edit.html.tmpl
│ │ ├── footer.html.tmpl
│ │ ├── list.html.tmpl
│ │ └── select-product.html.tmpl
│ ├── params
│ │ ├── admin.html.tmpl
│ │ ├── advanced.html.tmpl
│ │ ├── attachment.html.tmpl
│ │ ├── auth.html.tmpl
│ │ ├── bugchange.html.tmpl
│ │ ├── bugfields.html.tmpl
│ │ ├── common.html.tmpl
│ │ ├── core.html.tmpl
│ │ ├── dependencygraph.html.tmpl
│ │ ├── editparams.html.tmpl
│ │ ├── general.html.tmpl
│ │ ├── groupsecurity.html.tmpl
│ │ ├── index.html.tmpl
│ │ ├── ldap.html.tmpl
│ │ ├── memcached.html.tmpl
│ │ ├── mta.html.tmpl
│ │ ├── query.html.tmpl
│ │ ├── radius.html.tmpl
│ │ ├── shadowdb.html.tmpl
│ │ └── usermatch.html.tmpl
│ ├── products
│ │ ├── confirm-delete.html.tmpl
│ │ ├── create.html.tmpl
│ │ ├── edit-common.html.tmpl
│ │ ├── edit.html.tmpl
│ │ ├── footer.html.tmpl
│ │ ├── groupcontrol
│ │ │ ├── confirm-edit.html.tmpl
│ │ │ ├── edit.html.tmpl
│ │ │ └── updated.html.tmpl
│ │ ├── list-classifications.html.tmpl
│ │ ├── list.html.tmpl
│ │ └── updated.html.tmpl
│ ├── sanitycheck
│ │ ├── list.html.tmpl
│ │ └── messages.html.tmpl
│ ├── settings
│ │ └── edit.html.tmpl
│ ├── sudo.html.tmpl
│ ├── table.html.tmpl
│ ├── users
│ │ ├── confirm-delete.html.tmpl
│ │ ├── create.html.tmpl
│ │ ├── edit.html.tmpl
│ │ ├── list.html.tmpl
│ │ ├── listselectvars.html.tmpl
│ │ ├── responsibilities.html.tmpl
│ │ ├── search.html.tmpl
│ │ └── userdata.html.tmpl
│ ├── versions
│ │ ├── confirm-delete.html.tmpl
│ │ ├── create.html.tmpl
│ │ ├── edit.html.tmpl
│ │ ├── footer.html.tmpl
│ │ ├── list.html.tmpl
│ │ └── select-product.html.tmpl
│ └── workflow
│ ├── comment.html.tmpl
│ └── edit.html.tmpl
├── attachment
│ ├── choose.html.tmpl
│ ├── confirm-delete.html.tmpl
│ ├── create.html.tmpl
│ ├── created.html.tmpl
│ ├── createformcontents.html.tmpl
│ ├── delete_reason.txt.tmpl
│ ├── diff-file.html.tmpl
│ ├── diff-footer.html.tmpl
│ ├── diff-header.html.tmpl
│ ├── edit.html.tmpl
│ ├── list.html.tmpl
│ ├── midair.html.tmpl
│ ├── show-multiple.html.tmpl
│ └── updated.html.tmpl
├── bug
│ ├── activity
│ │ ├── show.html.tmpl
│ │ └── table.html.tmpl
│ ├── choose.html.tmpl
│ ├── comment.html.tmpl
│ ├── comments.html.tmpl
│ ├── create
│ │ ├── comment-guided.txt.tmpl
│ │ ├── comment.txt.tmpl
│ │ ├── create-guided.html.tmpl
│ │ ├── create.html.tmpl
│ │ ├── created.html.tmpl
│ │ ├── make-template.html.tmpl
│ │ └── user-message.html.tmpl
│ ├── dependency-graph.html.tmpl
│ ├── dependency-tree.html.tmpl
│ ├── edit.html.tmpl
│ ├── field-events.js.tmpl
│ ├── field-help.none.tmpl
│ ├── field-label.html.tmpl
│ ├── field.html.tmpl
│ ├── format_comment.txt.tmpl
│ ├── knob.html.tmpl
│ ├── link.html.tmpl
│ ├── navigate.html.tmpl
│ ├── process
│ │ ├── bugmail.html.tmpl
│ │ ├── confirm-duplicate.html.tmpl
│ │ ├── header.html.tmpl
│ │ ├── midair.html.tmpl
│ │ ├── results.html.tmpl
│ │ └── verify-new-product.html.tmpl
│ ├── show-header.html.tmpl
│ ├── show-multiple.html.tmpl
│ ├── show.html.tmpl
│ ├── show.xml.tmpl
│ ├── summarize-time.html.tmpl
│ └── time.html.tmpl
├── config.js.tmpl
├── config.rdf.tmpl
│ ├── bugmail-common.txt.tmpl
│ ├── bugmail-header.txt.tmpl
│ ├── bugmail.html.tmpl
│ ├── bugmail.txt.tmpl
│ ├── flagmail.txt.tmpl
│ ├── header-common.txt.tmpl
│ ├── lockout.txt.tmpl
│ ├── new-api-key.txt.tmpl
│ ├── new-user-details.txt.tmpl
│ ├── sanitycheck.txt.tmpl
│ ├── sudo.txt.tmpl
│ └── whine.txt.tmpl
├── extensions
│ ├── config.pm.tmpl
│ ├── extension.pm.tmpl
│ ├── hook-readme.txt.tmpl
│ ├── index-admin.rst.tmpl
│ ├── index-user.rst.tmpl
│ ├── license.txt.tmpl
│ ├── name-readme.txt.tmpl
│ ├── util.pm.tmpl
│ └── web-readme.txt.tmpl
├── filterexceptions.pl
├── flag
│ └── list.html.tmpl
├── global
│ ├── banner.html.tmpl
│ ├── calendar.js.tmpl
│ ├── choose-classification.html.tmpl
│ ├── choose-product.html.tmpl
│ ├── code-error.html.tmpl
│ ├── common-links.html.tmpl
│ ├── confirm-action.html.tmpl
│ ├── confirm-user-match.html.tmpl
│ ├── docslinks.html.tmpl
│ ├── field-descs.none.tmpl
│ ├── footer.html.tmpl
│ ├── header.html.tmpl
│ ├── hidden-fields.html.tmpl
│ ├── js-products.html.tmpl
│ ├── message.html.tmpl
│ ├── message.txt.tmpl
│ ├── messages.html.tmpl
│ ├── product-select.html.tmpl
│ ├── reason-descs.none.tmpl
│ ├── select-menu.html.tmpl
│ ├── setting-descs.none.tmpl
│ ├── tabs.html.tmpl
│ ├── textarea.html.tmpl
│ ├── useful-links.html.tmpl
│ ├── user-error.html.tmpl
│ ├── user.html.tmpl
│ ├── userselect.html.tmpl
│ ├── value-descs.js.tmpl
│ ├── value-descs.none.tmpl
│ └── variables.none.tmpl
├── index.html.tmpl
├── list
│ ├── change-columns.html.tmpl
│ ├── edit-multiple.html.tmpl
│ ├── list-simple.html.tmpl
│ ├── list.atom.tmpl
│ ├── list.csv.tmpl
│ ├── list.html.tmpl
│ ├── list.ics.tmpl
│ ├── list.rdf.tmpl
│ ├── quips.html.tmpl
│ ├── server-push.html.tmpl
│ └── table.html.tmpl
├── pages
│ ├── bug-writing.html.tmpl
│ ├── bugzilla.dtd.tmpl
│ ├── fields.html.tmpl
│ ├── linked.html.tmpl
│ ├── linkify.html.tmpl
│ ├── quicksearch.html.tmpl
│ ├── release-notes.html.tmpl
│ └── sudo.html.tmpl
├── reports
│ ├── chart.csv.tmpl
│ ├── chart.html.tmpl
│ ├── chart.png.tmpl
│ ├── components.html.tmpl
│ ├── create-chart.html.tmpl
│ ├── delete-series.html.tmpl
│ ├── duplicates-simple.html.tmpl
│ ├── duplicates-table.html.tmpl
│ ├── duplicates.html.tmpl
│ ├── edit-series.html.tmpl
│ ├── keywords.html.tmpl
│ ├── menu.html.tmpl
│ ├── old-charts.html.tmpl
│ ├── report-bar.png.tmpl
│ ├── report-line.png.tmpl
│ ├── report-pie.png.tmpl
│ ├── report-simple.html.tmpl
│ ├── report-table.csv.tmpl
│ ├── report-table.html.tmpl
│ ├── report.csv.tmpl
│ ├── report.html.tmpl
│ ├── series-common.html.tmpl
│ └── series.html.tmpl
├── request
│ ├── queue.csv.tmpl
│ └── queue.html.tmpl
├── rest.html.tmpl
├── search
│ ├── boolean-charts.html.tmpl
│ ├── field.html.tmpl
│ ├── form.html.tmpl
│ ├── knob.html.tmpl
│ ├── search-advanced.html.tmpl
│ ├── search-create-series.html.tmpl
│ ├── search-plugin.xml.tmpl
│ ├── search-report-graph.html.tmpl
│ ├── search-report-select.html.tmpl
│ ├── search-report-table.html.tmpl
│ ├── search-specific.html.tmpl
│ ├── tabs.html.tmpl
│ └── type-select.html.tmpl
├── setup
│ └── strings.txt.pl
├── welcome-admin.html.tmpl
└── whine
├── header.txt.tmpl
├── mail.html.tmpl
├── mail.txt.tmpl
└── schedule.html.tmpl
40 directories, 287 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论