Project

General

Profile

« Previous | Next » 

Revision 4756

Added by walbridge over 15 years ago

confirmData template changes for dealing with modified otherEntity data

View differences:

lib/style/common/templates/esaGetReviews.tmpl
33 33
	</div>
34 34
[% END %]
35 35

  
36
[% IF reviewdocid != '' %]
36
[% IF (matches = reviewdocid.match('^Error')) %]
37
   [% reviewdocid %]
38
[% ELSIF reviewdocid != '' %]
37 39
	<h3 style="margin-top:-8px" class="review_emphasis">
38 40
	Reviews 
39 41
	<img id="busy" src="[% contextUrl %]/style/images/spinner.gif" style="display:none; margin-bottom: -3px;"/>
lib/style/common/templates/esaModNotification.tmpl
2 2
Ecological Society of America moderator notice:
3 3
[% IF stage == 'mod_accept' %]
4 4

  
5
You have accepted the metadata entry for [%contactName%]'s article, [%dpTitle%].  This part of the article's submission process is now complete.  You can see the metadata entry as it currently stands at @systemidserver@@servlet-path@?action=read&qformat=esa&docid=[%docid%].  Once published, the entry will be available at @systemidserver@@servlet-path@?action=read&qformat=esa&docid=[%docid%].
5
You have accepted the metadata entry for [% contactName %]'s article, '[% dpTitle %]'.  This part of the article's submission process is now complete.  You can see the metadata entry as it currently stands at [% registryUrl %]?action=read&qformat=esa&docid=[% docid %].  Once published, the entry will be available at [% registryUrl %]?action=read&qformat=esa&docid=[% docid %].
6 6

  
7 7
[% ELSIF stage == 'mod_decline' %]		
8 8

  
9
You have rejected the metadata entry for [%contactName%]'s article, '[%dpTitle%]'. This entry is no longer being considered for publication. Your comments (if any) on the reason for the rejection are listed below. 
9
You have rejected the metadata entry for [% contactName %]'s article, '[% dpTitle %]'. This entry is no longer being considered for publication. Your comments (if any) on the reason for the rejection are listed below. 
10 10

  
11 11
Your Comments:
12
[%comment%]
12
[% comment %]
13 13

  
14 14
[% ELSIF stage == 'mod_revise' %]
15 15

  
16
You have sent back for review the metadata entry for [%contactName%]'s article, [%dpTitle%].  Your comments on the areas that could be improved are noted below. You can edit the metadata entry as it currently stands at [% cgiPrefix %]/register-dataset.cgi?stage=modify&cfg=esa&docid=[%docid%].
16
You have sent back for review the metadata entry for [% contactName %]'s article, [% dpTitle %].  Your comments on the areas that could be improved are noted below. You can edit the metadata entry as it currently stands at [% registryUrl %]?stage=modify&cfg=esa&docid=[% docid %].
17 17

  
18 18
Your Comments:
19
[%comment%]
19
[% comment %]
20 20

  
21 21
[% END %]
22 22
[% ELSIF recipient_status == 'user' %]
23 23
[% IF stage == 'mod_accept' %]
24 24

  
25
Dear [%contactName%],
25
Dear [% contactName %],
26 26

  
27 27
We are happy to inform you that the metadata entry for your article submission,
28
[%dpTitle%], has been accepted.  This part of the submission process is now
28
[% dpTitle %], has been accepted.  This part of the submission process is now
29 29
complete.  Your metadata entry can be cited in the future as a LSID (Life Science ID), and will be
30 30
viewable online at @systemidserver@@servlet-path@?action=read&qformat=esa&docid=[%docid%] after publication.  Thank you for your cooperation.
31 31

  
......
62 62
[%dpTitle%], is still missing some relevant information.  Please read the
63 63
reviewer's comments below for any suggested additions and changes.  You are strongly
64 64
encouraged to go back and address these issues with your entry.  You can login,
65
edit, and resubmit your entry at [% cgiPrefix %]/register-dataset.cgi?stage=modify&cfg=esa&docid=[%docid%]. 
65
edit, and resubmit your entry at [% registryUrl %]?stage=modify&cfg=esa&docid=[% docid %]. 
66 66

  
67 67
The Ecological Society of America
68 68

  
69 69
Reviewer's Notes:
70
[%comment%]
70
[% comment %]
71 71

  
72 72
[% END %]
73 73
[% END %]
lib/style/common/templates/confirmData.tmpl
345 345
        [% SET filePerm = "uploadperm_${cnt}" %]
346 346
        [% cnt = cnt + 1 %]
347 347

  
348
        <p><span class="label">File #[% cnt %]:</span> [% $fileName %], [% $filePerm %] access</p>
348
        <p>
349
					<span class="label">File #[% cnt %]:</span> [% $fileName %], [% $filePerm %] access
350
					[% dCount = 0 %]
351
					[% IF delCount > 0 %]
352
						 [% dCount = delCount %]
353
					[% END %]
354
					[% cntd = 0 %]
355
					[% WHILE cntd < dCount %]
356
							[% SET delfile = "deletefile_${cntd}" %]
357
							[% IF $delfile == fileName %]
358
								<span class="redbold">to be removed</b>	
359
							[% END %]
360
							[% cntd = cntd + 1 %]
361
  				[% END %]   
362
				</p>
349 363
    [% END %]
350 364
[% END %]
351 365
<hr>
......
524 538
  <input type="hidden" name="studyExtentDescription" value="[%studyExtentDescription%]">
525 539
  <input type="hidden" name="samplingDescription" value="[%samplingDescription%]">
526 540
  <input type="hidden" name="upCount" value="[%upCount%]">
541
  <input type="hidden" name="delCount" value="[% delCount %]">
542
  [% dCount = 0 %]
543
  [% IF delCount > 0 %]
544
     [% dCount = delCount %]
545
  [% END %]
546
  [% cnt = 0 %]
547
  [% WHILE cnt < dCount %]
548
 		  [% SET delfile = "deletefile_${cnt}" %]
549
      <input type="hidden" name="[% delfile %]" value="[% $delfile %]">
550
			<input type="hidden" name="deletefile" value="[% $delfile %]">
551
			[% cnt = cnt + 1 %]
552
	[% END %]		
553

  
527 554
  [% fCount = 0 %]
528 555
  [% IF upCount > 0 %]
529 556
      [% fCount = upCount %]

Also available in: Unified diff