|
Link Here
|
| 13 |
// to check if the data are correctly entered. |
13 |
// to check if the data are correctly entered. |
| 14 |
function Check(ff) { |
14 |
function Check(ff) { |
| 15 |
var ok=0; |
15 |
var ok=0; |
| 16 |
var _alertString="Form not submitted because of the following problem(s)\n"; |
16 |
var _alertString="Form not submitted because of the following problem(s)"; |
| 17 |
_alertString +="-------------------------------------------------------------------\n\n"; |
17 |
_alertString +="\n-------------------------------------------------------------------\n\n"; |
| 18 |
if (!(isNotNull(ff.basketname,0))){ |
18 |
if (!(isNotNull(ff.basketname,0))){ |
| 19 |
ok=1; |
19 |
ok=1; |
| 20 |
_alertString += "- name missing\n"; |
20 |
_alertString += "- name missing\n"; |
|
Link Here
|
| 84 |
</style> |
84 |
</style> |
| 85 |
|
85 |
|
| 86 |
</head> |
86 |
</head> |
| 87 |
<body> |
87 |
<body id="basketheader" class="acq"> |
| 88 |
[% INCLUDE 'header.inc' %] |
88 |
[% INCLUDE 'header.inc' %] |
| 89 |
[% INCLUDE 'acquisitions-search.inc' %] |
89 |
[% INCLUDE 'acquisitions-search.inc' %] |
| 90 |
|
90 |
|