| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/Topogeo/ojs/plugins/importexport/users/ |
Upload File : |
<!-- * users.dtd * * DTD for user information. * Used by the user import/export functionality. * * Usernames and passwords are optional and will be generated automatically if omitted. * * $Id$ --> <!ELEMENT users (user*)> <!ELEMENT user (username?, password?, salutation?, first_name, middle_name?, last_name, initials?, gender?, affiliation*, signature?, email, url?, phone?, fax?, mailing_address?, country?, interests*, gossip*, biography*, locales?, role*)> <!ELEMENT username (#PCDATA)> <!ELEMENT password (#PCDATA)> <!ATTLIST password change (true|false) "false"> <!ATTLIST password encrypted (plaintext|md5|sha1) #IMPLIED> <!-- How the password is encrypted (if applicable). Encrypted assumes it was encrypted by Validation::encryptCredentials() and is using the same encryption algorithm used by the system. Default is "plaintext" (unencrypted). --> <!ELEMENT salutation (#PCDATA)> <!ELEMENT first_name (#PCDATA)> <!ELEMENT middle_name (#PCDATA)> <!ELEMENT last_name (#PCDATA)> <!ELEMENT initials (#PCDATA)> <!ELEMENT gender (#PCDATA)> <!ELEMENT affiliation (#PCDATA)> <!ATTLIST affiliation locale CDATA #IMPLIED> <!ELEMENT signature (#PCDATA)> <!ATTLIST signature locale CDATA #IMPLIED> <!ELEMENT email (#PCDATA)> <!ELEMENT url (#PCDATA)> <!ELEMENT phone (#PCDATA)> <!ELEMENT fax (#PCDATA)> <!ELEMENT mailing_address (#PCDATA)> <!ELEMENT country (#PCDATA)> <!ELEMENT interests (#PCDATA)> <!ATTLIST interests locale CDATA #IMPLIED> <!ELEMENT gossip (#PCDATA)> <!ATTLIST gossip locale CDATA #IMPLIED> <!ELEMENT biography (#PCDATA)> <!ATTLIST biography locale CDATA #IMPLIED> <!ELEMENT locales (#PCDATA)> <!ELEMENT role EMPTY> <!ATTLIST role type (manager|editor|sectionEditor|layoutEditor|reviewer|copyeditor|proofreader|author|reader|subscriptionManager) #REQUIRED>