KONTOLODON
/
var
/
www
/
ojs-3.3.0-13
/
lib
/
pkp
/
dtd
/
Nama File / Folder
Size
Action
bic21qualifiers.dtd
0.393KB
Hapus
Edit
Rename
bic21subjects.dtd
0.373KB
Hapus
Edit
Rename
controlledVocab.dtd
0.661KB
Hapus
Edit
Rename
countries.dtd
0.361KB
Hapus
Edit
Rename
currencies.dtd
0.47KB
Hapus
Edit
Rename
emailTemplateData.dtd
0.506KB
Hapus
Edit
Rename
emailTemplates.dtd
0.533KB
Hapus
Edit
Rename
filterConfig.dtd
2.479KB
Hapus
Edit
Rename
genres.dtd
0.447KB
Hapus
Edit
Rename
help.dtd
0.67KB
Hapus
Edit
Rename
helpToc.dtd
0.993KB
Hapus
Edit
Rename
helpTopic.dtd
1.167KB
Hapus
Edit
Rename
install.dtd
1.721KB
Hapus
Edit
Rename
languages.dtd
0.365KB
Hapus
Edit
Rename
locale.dtd
0.934KB
Hapus
Edit
Rename
locales.dtd
0.528KB
Hapus
Edit
Rename
navigationMenus.dtd
0.663KB
Hapus
Edit
Rename
pluginSettings.dtd
0.55KB
Hapus
Edit
Rename
pluginVersion.dtd
0.563KB
Hapus
Edit
Rename
rtVersion.dtd
1.726KB
Hapus
Edit
Rename
scheduledTasks.dtd
1.503KB
Hapus
Edit
Rename
userGroups.dtd
0.516KB
Hapus
Edit
Rename
version.dtd
0.604KB
Hapus
Edit
Rename
xmlData.dtd
1.043KB
Hapus
Edit
Rename
xmlSchema.dtd
2.38KB
Hapus
Edit
Rename
<!-- * dtd/topic.dtd * * Copyright (c) 2014-2021 Simon Fraser University * Copyright (c) 2000-2021 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * DTD for help topics. * --> <!-- * topic - help topic * id: the topic ID * locale: the key for the locale of this topic * title: the topic title * toc: the ID of the toc this topic belongs to * subtoc: the ID of the toc for this topic's subtopics * key: unique key for this help topic, used for mapping scripts to their associated topic --> <!ELEMENT topic (section*,related_topic*)> <!ATTLIST topic id CDATA #REQUIRED locale CDATA #REQUIRED title CDATA #REQUIRED toc CDATA #REQUIRED subtoc CDATA #IMPLIED key CDATA #REQUIRED> <!-- * section - section of help content * title: the title of the section * value is the help content in HTML format --> <!ELEMENT section (#PCDATA)> <!ATTLIST section title CDATA #IMPLIED> <!-- * related topic - linking to related topics * id: the id of related topic * title: the link title --> <!ELEMENT related_topic (#PCDATA)> <!ATTLIST related_topic id CDATA #REQUIRED title CDATA #REQUIRED>