Page MenuHomec4science

actions.php.wml
No OneTemporary

File Metadata

Created
Sat, Jul 27, 21:23

actions.php.wml

## $Id$
## This file is part of the CERN Document Server Software (CDSware).
## Copyright (C) 2002 CERN.
##
## The CDSware is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
## published by the Free Software Foundation; either version 2 of the
## License, or (at your option) any later version.
##
## The CDSware is distributed in the hope that it will be useful, but
## WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
## General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with CDSware; if not, write to the Free Software Foundation, Inc.,
## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
#include "configbis.wml"
<?
require("<LIBDIR>/php/cdsware/websubmit/commonPhpFunctions.php");
?>
#include "cdspage.wml" \
title="Actions" \
navtrail_previous_links="<a class=navtrail href=<WEBURL>/admin/<lang:star: index.*.html>><MSG_ADMIN_AREA></a> &gt; <a class=navtrail href=<WEBURL>/admin/websubmit/><MSG_ADMIN_SUBMIT></a> &gt; <a class=navtrail href=<lang:star: index.*.php>><MSG_GUIDE></a>" \
navbar_name="admin" \
navbar_select="websubmit_doc" \
cdspageboxlefttopadd="<protect><?displayLoginMenu('submit');?></protect>"
<?
## $Id$
## DO NOT EDIT THIS FILE! IT WAS AUTOMATICALLY GENERATED FROM CDSware WML SOURCES.
?>
<SMALL>
<BR>
<FONT color=red></FONT><BR></SMALL>
<BLOCKQUOTE>
<UL>
<SMALL>
In webSubmit you can create several actions (among which "Submit Bibliographic Information", "Transfer a document", "Send to a Distribution List", etc. in fact any action you can imagine to perform on a document stored in your database). The creation of an action is very simple and consists in filling in a name, description and associating a directory to this action. When a user will use this action, the collected data will be stored in this directory.<br>
Once an action is created, you have to implement it over a document type. Implementing an action means defining the web form which will be displayed to a user, and defining the treatment (set of functions) applied to the data which have been gathered. The implementation of an action over two document types can be very different. The fields in the web form can be different as well as the functions applied at the end of this action.
</SMALL>
</UL>
</BLOCKQUOTE>
<BR>
<FONT color=green>See also:</FONT></SMALL>
<BLOCKQUOTE><SMALL>
<A HREF="actionnew.<lang:star: *>.php">create a new action</A><BR>
<A HREF="actionremove.<lang:star: *>.php.<lang:star: *>.php">remove an action</A><BR>
<A HREF="actionmodify.<lang:star: *>.php">modify an action</A><BR>
<A HREF="actionimplement.<lang:star: *>.php">implement an action over a type of document</A><BR>
</SMALL></BLOCKQUOTE>

Event Timeline