403Webshell
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 :  /inetpub/wwwroot/Topogeo/ojs/plugins/generic/thesis/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /inetpub/wwwroot/Topogeo/ojs/plugins/generic/thesis/schema.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE schema SYSTEM "../../../lib/pkp/dtd/xmlSchema.dtd">

<!--
  * schema.xml
  *
  * Copyright (c) 2003-2012 John Willinsky
  * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
  *
  * Thesis Abstracts plugin schema in XML.
  *
  * $Id$
  -->

<schema version="0.2">

	<!--
	 *
	 * TABLE theses 
	 *
	 -->
	<table name="theses">
		<field name="thesis_id" type="I8">
			<KEY/>
			<AUTOINCREMENT/>
		</field>
		<field name="journal_id" type="I8">
			<NOTNULL/>
		</field>
		<field name="status" type="I2">
			<NOTNULL/>
		</field>
		<field name="degree" type="I2">
			<NOTNULL/>
		</field>
		<field name="degree_name" type="C2" size="255">
		</field>
		<field name="department" type="C2" size="255">
			<NOTNULL/>
		</field>
		<field name="university" type="C2" size="255">
			<NOTNULL/>
		</field>
		<field name="date_approved" type="T">
			<NOTNULL/>
		</field>
		<field name="title" type="C2" size="255">
			<NOTNULL/>
		</field>
		<field name="url" type="X"/>
		<field name="abstract" type="X">
			<NOTNULL/>
			<DEFAULT VALUE=""/>
		</field>
		<field name="comment" type="X"/>
		<field name="student_first_name" type="C2" size="40">
			<NOTNULL/>
		</field>
		<field name="student_middle_name" type="C2" size="40"/>
		<field name="student_last_name" type="C2" size="90">
			<NOTNULL/>
		</field>
		<field name="student_email" type="C2" size="90">
			<NOTNULL/>
		</field>
		<field name="student_email_publish" type="I1">
			<DEFAULT VALUE="0"/>
		</field>
		<field name="student_bio" type="X"></field>
		<field name="supervisor_first_name" type="C2" size="40">
			<NOTNULL/>
		</field>
		<field name="supervisor_middle_name" type="C2" size="40"/>
		<field name="supervisor_last_name" type="C2" size="90">
			<NOTNULL/>
		</field>
		<field name="supervisor_email" type="C2" size="90">
			<NOTNULL/>
		</field>
		<field name="discipline" type="C2" size="255"/>
		<field name="subject_class" type="C2" size="255"/>
		<field name="subject" type="C2" size="255"/>
		<field name="coverage_geo" type="C2" size="255"/>
		<field name="coverage_chron" type="C2" size="255"/>
		<field name="coverage_sample" type="C2" size="255"/>
		<field name="method" type="C2" size="255"/>
		<field name="language" type="C2" size="10">
			<DEFAULT VALUE="en"/>
		</field>
		<field name="date_submitted" type="T">
			<NOTNULL/>
		</field>
		<descr>Thesis and dissertation abstracts.</descr>
		<index name="theses_journal_id">
			<col>journal_id</col>
		</index>
	</table>

</schema>

Youez - 2016 - github.com/yon3zu
LinuXploit