⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 skinconf.rnc

📁 国外的一套开源CRM
💻 RNC
字号:
# Skin configuration file. This file contains details of your project, which# will be used to configure the chosen Forrest skin.start      = skinconfigskinconfig = element skinconfig {            (            element disable-search {xsd:boolean}?,   # Disable search feature. 'true' or 'false'            element disable-print-link{xsd:boolean}?,   # Disable print link feature. 'true' or 'false'            element disable-pdf-link{xsd:boolean}?,   # Disable print link feature. 'true' or 'false'            element disable-xml-link{xsd:boolean}?,   # Disable print link feature. 'true' or 'false'            element disable-compliance-links {xsd:boolean}?,   # Disable standards-compliance logos            element obfuscate-mail-links {xsd:boolean}?,   # Render mailto: links unrecognisable by spam harvesters            element searchsite-domain {text}?,       # DNS domain to search. Eg 'xml.apache.org'            element searchsite-name {text}?,         # "Search the ... site"            element project-name {text},             # Eg 'Forrest'            element project-description {text}?,      # Eg 'XML standards-oriented project documentation framework'            element project-url {xsd:anyURI},                element project-logo {text},             # Eg 'images/project-logo.gif'            element group-name {text}?,              # Group/Organization owning project, eg 'Apache XML'            element group-description {text}?,       #             element group-url {xsd:anyURI}?,            element group-logo {text}?,              # Eg images/group-logo.gif            element host-url {xsd:anyURI}?,          # Eg Sourceforge URL            element host-logo {text}?,            element year {text}?,                    # Used in Copyright            element vendor {text}?,                  # Used in Copyright            trail?,                                  # 'Breadcrumbs' trail in skins that support it            element toc {(attribute level {text})}?, # toc generation            credits?            )*           }trail   =  element trail {             element link1 { link_attrs },             element link2 { link_attrs },             element link3 { link_attrs }           }link_attrs = (attribute name {text}, attribute href {text}?)  # Leave these attributes blank if you don't want a trail## Credits are typically rendered as a set of small clickable images in the## page footer credits = element credits { credit* }credit  = element credit {## Unique identifier, in case the skin has some special rendering for it            attribute id {text}?,## Role played by this creditee, eg 'pdf' for PDF generation			attribute role {text}?,            element name {text},             # Eg 'Built with Apache Forrest'            element url {text},            element image {xsd:anyURI}?,     # Eg 'images/built-with-forrest-button.png'            element width {xsd:nonNegativeInteger}?,            element height {xsd:nonNegativeInteger}?          }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -