<LI>To add a document type to CDS Submit, you should go to the <a target=top href="../../index.<lang:star: *>.php">main page</a> and click on "New Doctype" in the left blue panel.<br>
<LI>Even once created, a document type will not appear automatically on this page. To configure the list of catalogues and document types displayed on this page, the administrator shall go to the <a target=top href="../../editCatalogues.<lang:star: *>.php">edit catalogues</a> page. (see the <a href=catalogues.<lang:star: *>.php>guide section</a>)<br>
<LI>When the user moves the cursor over the title of one document type, a small descriptive text appears on the right of the screen. To change this text as well as the title of the document type, go to the <a target=top href="../../index.<lang:star: *>.php">main page</a>, click on the title of the document type then on the "Edit Document Types Details" button.
</SMALL></td>
<tr>
<tr>
<td colspan=2><br> <br>
</tr>
<tr>
<td valign=top><SMALL>
<li>The user can then click on the document type he is interested in.<br><br>
<IMG src=../../../../img/guide_menudoc.jpg alt="Document type Page">
</SMALL></td>
<td valign=top bgcolor=#eeeeff><SMALL>
<LI>The text appearing under the salmon horizontal header is the same as the one appearing on the mouseover (see above). It can also be configured by going to the <a target=top href="../../index.<lang:star: *>.php">main page</a>, click on the title of the document type then on the "Edit Document Types Details" button.<br>
<li>To a document type, you can associate several categories which can be defined by going to the <a target=top href="../../index.<lang:star: *>.php">main page</a>, click on the title of the document type then on the "View Categories" button. In order to save the selected value, you must add a field to the first page of the submission form. This field will be a hidden field (for example "categ") which default value should be "<COMBO>". The result of this will be that the selected category will be saved in a file named "categ" in the submission directory.<br>
<li>To add an action button to this page, first implement this action by going to the <a target=top href="../../index.<lang:star: *>.php">main page</a>, click on the title of the document type then on the "Add a new submission" button. If the action is already implemented and the button still does not appear on the submision page, then you should edit the details of this implementation: go to the <a target=top href="../../index.<lang:star: *>.php">main page</a>, click on the title of the document type then on the icon in the "Edit Submission" column and in the line of the desired action. There you should set the "Displayed" form field to "YES".<br>
<li>You can also change the order of the buttons, by going to the <a target=top href="../../index.<lang:star: *>.php">main page</a>, click on the title of the document type then on the icon in the "Edit Submission" column and in the line of the desired action. There you can set the "buttonorder" form field.
</SMALL></td>
<tr>
<tr>
<td colspan=2><br> <br>
</tr>
<tr>
<td valign=top><SMALL>
<li>The user now may choose a category, then click on the action button he wishes.<br>The submission starts, the first page of the web form appears.<br><br>
<IMG src=../../../../img/guide_form.jpg alt="Document type Page">
</SMALL></td>
<td valign=top bgcolor=#eeeeff><SMALL>
<LI>This web form is composed of several pages, on each of these pages form fields can be found. To modify the number of pages, add or withdraw form fields and modify the texts before each form field, you shall go to the <a target=top href="../../index.<lang:star: *>.php">main page</a>, click on the title of the document type then on the icon in the "Edit Submission Pages" column and in the line of the desired action. (see the <a href=actionimplement.<lang:star: *>.php>guide section</a>)<br>
</SMALL></td>
<tr>
<tr>
<td colspan=2><br> <br>
</tr>
<tr>
<td valign=top><SMALL>
<li>On the last page of the submission, there should be a button like in the following image which will trigger the end script<br><br>
<IMG src=../../../../img/guide_endaction.jpg alt="Document type End Page">
</SMALL></td>
<td valign=top bgcolor=#eeeeff><SMALL>
<li>This button is defined like any other form field. Its definition should include a <i> onclick="finish();"</i> javascript attribute.
<li>After clicking this button, CDS Submit will apply the end script functions to the gathered data. To modify the ens script, you shall go to the <a target=top href="../../index.<lang:star: *>.php">main page</a>, click on the title of the document type then on the icon in the "Edit Functions" column and in the line of the desired action. (see the <a href=implementfunctions.<lang:star: *>.php>guide section</a>)<br>