opencms-workplace.dtd

来自「找了很久才找到到源代码」· DTD 代码 · 共 765 行 · 第 1/2 页

DTD
765
字号
<!ELEMENT oldwebappurl (#PCDATA)><!--# List of import class names. # This is only required if you must import OpenCms content created with older OpenCms # versions. The format of the export has changed with new # OpenCms versions being released. Each export file has a "stamp" in the # manifest.xml that signals which export version of OpenCms was used.# In order to import resources from older installations, you must enabled# the corrospondig classes in this configuration node.--><!ELEMENT importversions (importversion+)><!ELEMENT importversion EMPTY><!ATTLIST importversion class CDATA #REQUIRED><!--# Import immutable resources:# Certain system resources should usually not be changed and be "immutable" # during an import. This is especially true for the main folders in the /system/ # directory as locking and changing these will take very long during the import.# Changes to these folders usually happen only accidentally and so should not be imported# to another system.--><!ELEMENT immutables (resource*)><!--# Import principal (ie. user/group) name translation:# In case the user names in the import differ from the user names configured # in the importing system, you can use this feature to translate the names from the # import to other names in your system.--><!ELEMENT principaltranslations (principaltranslation*)><!ELEMENT principaltranslation EMPTY><!ATTLIST principaltranslation type (USER|user|GROUP|group) #REQUIRED from CDATA #REQUIRED to CDATA #REQUIRED><!--# List of properties which are ignored (ie. not imported) when resources are imported. --><!ELEMENT ignoredproperties (ignoredproperty*)><!ELEMENT ignoredproperty EMPTY><!ATTLIST ignoredproperty name CDATA #REQUIRED><!--# The default user preferences of the OpenCms workplace contains the default data # for the user workplace preferences. The xml data is subdifeded into four major knots,# representing the different tabs in the preferences screen in the workplace.--><!ELEMENT default-preferences (workplace-preferences,				explorer-preferences,				dialogs-preferences,				editors-preferences,				workflow-preferences?)><!--# The workplace preferences define the preferences of the workplace itself.--><!ELEMENT workplace-preferences (workplace-generaloptions,								 workplace-startupsettings,								 workplace-search?)><!--# The workplace generaloptions describes the general settings for the workplace.-->								 <!ELEMENT workplace-generaloptions (buttonstyle,									reporttype,									uploadapplet,									publishbuttonappearance?,
									publishnotification?,									show-fileuploadbutton?,									allowbrokenrelations?, 									publishrelatedresources?,									newfolder-editproperties?, 									newfolder-createindexpage?,									show-uploadtypedialog?)><!--# The buttonstyle controls the appearence of the buttons on the workplace.# Possible values are [image|textimage|text].-->										<!ELEMENT buttonstyle (#PCDATA)><!--# By setting this element, the default for all repoets (e.g. publishing, importing) can be # set. Possible values are [simple|extended].-->										<!ELEMENT reporttype (#PCDATA)><!--# If this element is set to "true", the upload applet is used for file uploads in the # workplace explorer.-->	<!ELEMENT uploadapplet (#PCDATA)><!--# This element controls the appearance of the "publish project" button in the workplace button bar.# Possible values are [always|auto|never].# - always (default) means that the button is always shown, depending on the current users permissions active or inactive.# - auto: the button is only available if the current user has permissions to publish the current project.# - never: the button is never shown.-->	<!ELEMENT publishbuttonappearance (#PCDATA)>	

<!--
# If this element is set to "true", the publish notification popup will be shown in the 
# workplace explorer after publishing. This setting can be changed in the preferences dialog.
-->	
<!ELEMENT publishnotification (#PCDATA)>									<!--# If this element is set to "true", the file upload button will be shown in the # workplace explorer. This is a setting for all users.-->	<!ELEMENT show-fileuploadbutton (#PCDATA)>	<!--# If this is set to <code>false</code> only CmsRole#VFS_MANAGERs # will be able to delete resources that would break the# relation integrity.<p># Default value is <code>true</code>--><!ELEMENT allowbrokenrelations (#PCDATA)><!--# If this is set to <code>force</code> only CmsRole#VFS_MANAGERs # will be able to publish resources without publishing unpublished # related resources.<p># Other options are <code>true</code> and <code>false</code> to# set the default state of the checkbox in the publish dialog.<p># Default value is <code>true</code>--><!ELEMENT publishrelatedresources (#PCDATA)><!ELEMENT newfolder-createindexpage (#PCDATA)><!ELEMENT show-uploadtypedialog (#PCDATA)><!ELEMENT newfolder-editproperties (#PCDATA)>								<!--# The workplace startupsettings are used to define locale, project and view used directly# after the login.-->										<!ELEMENT workplace-startupsettings (locale,									 project,									 workplaceview,									 folder,									 site,									 restrictexplorerview)><!--# A locale for the default workplace language (e.g. "en" or "de").-->	<!ELEMENT locale (#PCDATA)>	<!--# The name of the start project (e.g. "Online" or "Offline").-->									<!ELEMENT project (#PCDATA)><!--# The complete URI to the startup view (e.g. /system/workplace/jsp/explorer_fs.html# for the explorer view).-->	<!ELEMENT workplaceview (#PCDATA)>	<!--# The name of the start folder (e.g. "/" for the root folder).-->									<!ELEMENT folder (#PCDATA)><!--# The name of the start site (e.g. "/" or "/sites/default/").-->									<!ELEMENT site (#PCDATA)><!--# If this element is set to "true", the workplace explorer view is limited to# the predefined site and folder of the preferences.-->									<!ELEMENT restrictexplorerview (#PCDATA)>								 						<!--# The workplace search settings are used to define the behaviour of the workplace search for editors.-->										<!ELEMENT workplace-search (searchindex-name, searchview-style)><!--# The name of the index to use for search, default is the "Offline project (VFS)" index.-->	<!ELEMENT searchindex-name (#PCDATA)>	<!--# The view to display first, the admin list view or the explorer view (default).-->	<!ELEMENT searchview-style (#PCDATA)><!--# The explorer preferences define the preferences workplace explorer.-->						<!ELEMENT explorer-preferences (explorer-generaloptions,								explorer-displayoptions)>									<!--# The explorer generaloptions describes the general layout settings for the explorer.-->										<!ELEMENT explorer-generaloptions (buttonstyle,								   entries)>								   <!--# The number of entries shown on one page of the the explorer filelist.-->									   <!ELEMENT entries (#PCDATA)>	<!--# The explorer displayoption define which columns are show nin the explorer fillist.# Each of the sub elements can either have the values "true" or "false".-->	<!ELEMENT explorer-displayoptions (show-title,								   show-navtext?,								   show-type,								   show-datelastmodified,								   show-datecreated,								   show-lockedby,								   show-permissions,								   show-size,								   show-state,								   show-userlastmodified,								   show-usercreated,								   show-datereleased,								   show-dateexpired)>																		<!ELEMENT show-title (#PCDATA)>	<!ELEMENT show-navtext (#PCDATA)><!ELEMENT show-type (#PCDATA)>	<!ELEMENT show-datelastmodified (#PCDATA)>	<!ELEMENT show-datecreated (#PCDATA)>	<!ELEMENT show-lockedby (#PCDATA)>	<!ELEMENT show-permissions (#PCDATA)>	<!ELEMENT show-size (#PCDATA)>	<!ELEMENT show-state (#PCDATA)>	<!ELEMENT show-userlastmodified (#PCDATA)>	<!ELEMENT show-usercreated (#PCDATA)><!ELEMENT show-datereleased (#PCDATA)><!ELEMENT show-dateexpired (#PCDATA)><!--# The dialogs preferences define the default settings for several workplace dialogs.-->	<!ELEMENT dialogs-preferences (dialogs-defaultsettings)><!ELEMENT dialogs-defaultsettings (filecopy,								   foldercopy,								   filedeletion,								   directpublish,								   showlock,								   showexportsettings,								   								   expand-permissionsuser,								   expand-permissionsinherited,								   permissions-inheritonfolder)><!--# The default setting of the file copy dialog. This dialog displays different options how# a file should be copied. Possible values are: [createsibling|createresource]-->									   <!ELEMENT filecopy (#PCDATA)>		<!--# The default setting of the folder copy dialog. This dialog displays different options how# a folder and its subresources should be copied. # Possible values are: [createsibling|createresource|preservesiblings]-->									 <!ELEMENT foldercopy (#PCDATA)>	<!--# The default setting of the file delete dialog. This dialog displays different options how# siblings of a file should be handled. Possible values are: [deletesiblings|preservesiblings]-->	<!ELEMENT filedeletion (#PCDATA)>	<!--# The default setting of the direct publish dialog. This dialog displays different options how# siblings of a file should be handled. Possible values are: [allsiblings|onlyresource]-->	<!ELEMENT directpublish (#PCDATA)>	<!--# If this element is set to "true", the lock dialog is shown on each lock operation.-->	<!ELEMENT showlock (#PCDATA)><!--# If this element is set to "true", the export part of the secure/export dialog is shown.-->	<!ELEMENT showexportsettings (#PCDATA)><!--# If this element is set to "true", the permission dialog expands the users permission when opened.-->	<!ELEMENT expand-permissionsuser (#PCDATA)><!--# If this element is set to "true", the permission dialog expands the inherited permission when opened.-->	<!ELEMENT expand-permissionsinherited (#PCDATA)><!--# If this element is set to "true", the permission dialog inherits the set permissions per default on folders.-->	<!ELEMENT permissions-inheritonfolder (#PCDATA)><!--# The editor preferences define the default appareance and seletion of the editors used in the# system.-->	<!ELEMENT editors-preferences (editors-generaloptions,							   editors-preferrededitors)><!--# The explorer generaloptions describes the general layout settings for the editors-->								   <!ELEMENT editors-generaloptions (buttonstyle,								 directeditstyle)>									 <!--# The directeditstyle controls the appearence of the direct edit button.# Possible values are [image|textimage|text].-->									 <!ELEMENT directeditstyle (#PCDATA)>	<!-- # Here the default	editors for different resource types in OpenCms are set.-->	<!ELEMENT editors-preferrededitors (editor*) >	<!-- # The editor element constirs of two attributes:# type: The resource type in OpenCms (e.g. "plain" or "xmlpage")# value: The path to the editor or the string "bestavailable"  (e.g. "/system/workplace/jsp/editors/ledit/editor.html")-->		<!ELEMENT editor EMPTY >	<!ATTLIST editor type CDATA #REQUIRED><!ATTLIST editor value CDATA #REQUIRED>	<!--# The workflow preferences define the default workflow options.-->		<!ELEMENT workflow-preferences (workflow-generaloptions,								workflow-defaultsettings)><!--# The workflow general options define the general workflow options.-->	<!ELEMENT workflow-generaloptions (startupfilter,								   showprojects)>	<!--# The startupfileter sets the default filter which is shown when opening the task view.# Possible values are: [mynewtasks|mytasksformyroles|alltasks|myactivetasks|						myactivetasksformyroles|allactivetask|mycompletedtasks|						mycompletedtasksformyroles|allcompletedtasks|newtaskscreatedbyme|						activetaskscreatedbyme|completedtaskscreatedbyme]-->	<!ELEMENT startupfilter (#PCDATA)>	<!--# Flag to set if tasks of all projects shoudl be shown. Values are [true|false]--><!ELEMENT showprojects (#PCDATA)>	<!--# The workflow default setting. # Each of the sub elements can either have the values "true" or "false".-->		<!ELEMENT workflow-defaultsettings (message-accepted,								    message-forwarded,								    message-completed,								    informrolemembers								   )>								   <!ELEMENT message-accepted (#PCDATA)>	<!ELEMENT message-forwarded (#PCDATA)>	<!ELEMENT message-completed (#PCDATA)>	<!ELEMENT informrolemembers (#PCDATA)>	<!--# Include the explorer types DTD.--><!ENTITY % opencms-explorertypes SYSTEM "http://www.opencms.org/dtd/6.0/opencms-explorertypes.dtd"> %opencms-explorertypes;

⌨️ 快捷键说明

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