Project

General

Profile

« Previous | Next » 

Revision 4357

Added by walbridge almost 16 years ago

Further improvements to the registry to properly support the new properties. Removed all variables previously passed around between forms which should always be available canonically from the skin.properties file and replaced with refences to properties value for the skin being used. Removed some cruft from both files, fixed mior issues mentioned in bug #3487.

View differences:

genericResponse.tmpl
9 9
            <tr><td align="left"><span class="regtext">Your data set description has been [% function  %].  Thank you.</span></td></tr>
10 10
        [%ELSE%]
11 11
	    <tr><td align="left"><span class="regtext">Your data set description has been [% function  %].  Thank you.</span></td></tr>
12
            <tr><td align="left"><span class="regtext">You can see the data set description by clicking 
13
	    <a href="[% metacatUrl %]?action=read&qformat=[% cfg %]&docid=[% docid %]">here</a>.</span></td></tr> 	   
12
            <tr><td align="left"><span class="regtext">View the <a href="[% metacatUrl %]?action=read&qformat=[% cfg %]&docid=[% docid %]">data set description</a>.</span></td></tr> 	   
14 13
        [%END%]
15 14
      </table>
16 15
    [% ELSE %]
......
48 47
            <tr><td align="left"><span class="regtext">Click <a href = "javascript:history.back()">here</a> to return
49 48
            to the previous page, and enter the correct username, organization, and password.</td></tr> 
50 49
            [%ELSE%]
51
                <tr><td align="left"><span class="regtext">To register a new data set, click <a href="[% cgiPrefix %]/register-dataset.cgi?cfg=[%cfg%]" target="_top">here</a>.
50
                <tr><td align="left"><span class="regtext">Or, <a href="[% cgiPrefix %]/register-dataset.cgi?cfg=[%cfg%]" target="_top">register a new data set</a>.
52 51
		Otherwise, use the toolbar links above to navigate.</span></td></tr>
53 52
            [%END%]
54 53
            </table>
55 54
        [% ELSE %]
56 55
            [% IF status == 'success' %]
57 56
                <table class="intro" cellpadding="8" cellspacing="0">
58
                    <tr><td align="left"><span class="regtext">To register a new data set, click <a href="[% cgiPrefix %]/register-dataset.cgi?cfg=[%cfg%]" target="_top">here</a>.
57
                    <tr><td align="left"><span class="regtext">Or, <a href="[% cgiPrefix %]/register-dataset.cgi?cfg=[%cfg%]" target="_top">register a new data set</a>.
59 58
                    Otherwise, use the toolbar links above to navigate.</span></td></tr>
60 59
                </table>
61 60
            [% ELSE %]
......
65 64
                        <input type="hidden" name="docid" value="[% docid %]">
66 65
                        <input type="hidden" name="stage" value="confirmed">
67 66
                        <input type="hidden" name="dataWrong" value="No, go back to editing">
68
                        <input type="hidden" name="showSiteList" value="[% showSiteList %]">
69
                        <input type="hidden" name="showWgList" value="[% showWgList %]">
70
                        <input type="hidden" name="showOrganization" value="[% showOrganization %]">
71
                        <input type="hidden" name="lsite" value="[% lsite %]">
72
                        <input type="hidden" name="usite" value="[% usite %]">
73
                        <input type="hidden" name="hasKeyword" value="[% hasKeyword %]">
74
                        <input type="hidden" name="hasTemporal" value="[% hasTemporal %]">
75
                        <input type="hidden" name="hasSpatial" value="[% hasSpatial %]">
76
                        <input type="hidden" name="hasTaxonomic" value="[% hasTaxonomic %]">
77
                        <input type="hidden" name="hasMethod" value="[% hasMethod %]">
78
                        <input type="hidden" name="hasUpload" value="[% hasUpload %]">
79
                        <input type="hidden" name="temporalRequired" value="[% temporalRequired %]">
80
                        <input type="hidden" name="spatialRequired" value="[% spatialRequired %]">
81
                        <input type="hidden" name="contactEmailAddressRequired" value="[% contactEmailAddressRequired %]">
82 67
                        <input type="hidden" name="providerGivenName" value="[%providerGivenName%]">
83 68
                        <input type="hidden" name="providerSurName" value="[%providerSurName%]">
84 69
                        <input type="hidden" name="site" value="[%site%]">

Also available in: Unified diff