Xerox Xerox Web Document Submission Software (WDSS) Support & Software Administrator's Guide

Page of 210
X
EROX 
W
EB 
D
OCUMENT 
S
UBMISSION 
S
OFTWARE 
V
ERSION 
2.0.1 M
ODIFYING 
T
EMPLATES
 
 
Use the supplied templates as guides and make any required 
changes.  
Note: Any changes made to these files will take effect after stopping 
and restarting the Web Document Submission system. 
Value Names 
Value names are derived from the optionNames in the Job Control 
Panel. In the file coversheet.tpl, which is the layout for the job ticket, 
the value name job_required_date appears.  
An example of the code is shown in Figure 12-1. 
Figure 12-1. Example of coversheet.tpl code 
<tr> 
 
<td width="25%">Required Date:</td> 
 <td 
width="25%">&amp;nbsp;<value 
name="job_required_date"/></td> 
 <td 
width="25%">Time:</td> 
 <td 
width="25%">&amp;nbsp;<value 
name="job_required_time"/></td> 
</tr>
 
The tag value name=
 
is used to access the values as shown in  
Figure 12-2. 
Figure 12-2. Example use of value name tag 
<value name="job_required_date"/>
 
Note: Remember to close all tags. 
S
YSTEM 
A
DMINISTRATION 
G
UIDE
 
12-3