<sect1 id="dev.eventref.manage">
	<title>Management Events</title>

	<blockquote id="dev.eventref.manage.overviewinfo">
		<title>EVENT_MANAGE_OVERVIEW_INFO (Output)</title>

		<blockquote>
			<para>
				This event allows plugins to display special information on the
				Management Overview page.
			</para>

			<para>
				Any output here should be defining appropriate rows and columns for the
				surrounding &lt;table&gt; elements.
			</para>
		</blockquote>
	</blockquote>

	<sect2 id="dev.eventref.manage.project">
		<title>Projects and Versions</title>
	
		<blockquote id="dev.eventref.manage.project.view">
			<title>EVENT_MANAGE_PROJECT_PAGE (Execute)</title>

			<blockquote>
				<para>
					This event allows plugins to do processing or display information on
					the View Project page.  It is triggered immediately before the project
					access blocks.
				</para>

				<para>
					Any output here should be contained within its own &lt;table&gt; element.
				</para>

				<itemizedlist>
					<title>Parameters</title>
					<listitem><para>&lt;Integer&gt;: Project ID</para></listitem>
				</itemizedlist>
			</blockquote>
		</blockquote>

		<blockquote id="dev.eventref.manage.project.createform">
			<title>EVENT_MANAGE_PROJECT_CREATE_FORM (Execute)</title>

			<blockquote>
				<para>
					This event allows plugins to do processing or display form elements on
					the Create Project page.  It is triggered immediately before the submit
					button.
				</para>

				<para>
					Any output here should be defining appropriate rows and columns for the
					surrounding &lt;table&gt; elements.
				</para>
			</blockquote>
		</blockquote>

		<blockquote id="dev.eventref.manage.project.create">
			<title>EVENT_MANAGE_PROJECT_CREATE (Execute)</title>

			<blockquote>
				<para>
					This event allows plugins to do post-processing of newly-created projects
					and form elements from the Create Project page.
				</para>

				<itemizedlist>
					<title>Parameters</title>
					<listitem><para>&lt;Integer&gt;: Project ID</para></listitem>
				</itemizedlist>
			</blockquote>
		</blockquote>

		<blockquote id="dev.eventref.manage.project.updateform">
			<title>EVENT_MANAGE_PROJECT_UPDATE_FORM (Execute)</title>

			<blockquote>
				<para>
					This event allows plugins to do processing or display form elements in
					the Edit Project form on the View Project page.  It is triggered
					immediately before the submit button.
				</para>

				<para>
					Any output here should be defining appropriate rows and columns for the
					surrounding &lt;table&gt; elements.
				</para>

				<itemizedlist>
					<title>Parameters</title>
					<listitem><para>&lt;Integer&gt;: Project ID</para></listitem>
				</itemizedlist>
			</blockquote>
		</blockquote>

		<blockquote id="dev.eventref.manage.project.update">
			<title>EVENT_MANAGE_PROJECT_UPDATE (Execute)</title>

			<blockquote>
				<para>
					This event allows plugins to do post-processing of modified projects
					and form elements from the Edit Project form.
				</para>

				<itemizedlist>
					<title>Parameters</title>
					<listitem><para>&lt;Integer&gt;: Project ID</para></listitem>
				</itemizedlist>
			</blockquote>
		</blockquote>

		<blockquote id="dev.eventref.manage.version.create">
			<title>EVENT_MANAGE_VERSION_CREATE (Execute)</title>

			<blockquote>
				<para>
					This event allows plugins to do post-processing of newly-created
					project versions from the View Project page, or versions copied from
					other projects.  This event is triggered for each version created.
				</para>

				<itemizedlist>
					<title>Parameters</title>
					<listitem><para>&lt;Integer&gt;: Version ID</para></listitem>
				</itemizedlist>
			</blockquote>
		</blockquote>

		<blockquote id="dev.eventref.manage.version.updateform">
			<title>EVENT_MANAGE_VERSION_UPDATE_FORM (Execute)</title>

			<blockquote>
				<para>
					This event allows plugins to do processing or display form elements on
					the Update Version page.  It is triggered immediately before the submit
					button.
				</para>

				<para>
					Any output here should be defining appropriate rows and columns for the
					surrounding &lt;table&gt; elements.
				</para>

				<itemizedlist>
					<title>Parameters</title>
					<listitem><para>&lt;Integer&gt;: Version ID</para></listitem>
				</itemizedlist>
			</blockquote>
		</blockquote>

		<blockquote id="dev.eventref.manage.version.update">
			<title>EVENT_MANAGE_VERSION_UPDATE (Execute)</title>

			<blockquote>
				<para>
					This event allows plugins to do post-processing of modified versions
					and form elements from the Edit Version page.
				</para>

				<itemizedlist>
					<title>Parameters</title>
					<listitem><para>&lt;Integer&gt;: Version ID</para></listitem>
				</itemizedlist>
			</blockquote>
		</blockquote>

	</sect2>

</sect1>

