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

📄 opencms-workplace.dtd

📁 cms是开源的框架
💻 DTD
📖 第 1 页 / 共 2 页
字号:
# 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 (property*)>
<!ELEMENT property EMPTY>
<!ATTLIST property 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 five 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)>

<!--
# The workplace generaloptions describes the general settings for the workplace.
-->								 
<!ELEMENT workplace-generaloptions (buttonstyle,
									reporttype,
									uploadapplet,
									publishbuttonappearance?)>
<!--
# 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)>									
	
<!--
# 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 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-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-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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -