Revision 8116
Added by ben leinfelder over 11 years ago
lib/style/common/templates/metacatui/genericResponse.tmpl | ||
---|---|---|
13 | 13 |
[% IF function == 'deleted' %] |
14 | 14 |
<!-- no pointer to deleted content --> |
15 | 15 |
[%ELSE%] |
16 |
<p>View the <a href="[% metacatUrl %]?action=read&qformat=[% cfg %]&docid=[% docid %]"> data set description</a>.</p>
|
|
16 |
<p>View the <a href="#view/[% docid %]"> data set description</a>.</p>
|
|
17 | 17 |
[%END%] |
18 | 18 |
[% ELSE %] |
19 | 19 |
[% IF function == 'cancel' %] |
... | ... | |
43 | 43 |
<p>Click <a href = "javascript:history.back()">here</a> to return |
44 | 44 |
to the previous page, and enter the correct username, organization, and password.</p> |
45 | 45 |
[%ELSE%] |
46 |
<p>Or, <a href="[% cgiPrefix %]/register-dataset.cgi?cfg=[%cfg%]" target="_top">register a new data set</a>.
|
|
46 |
<p>Or, <a href="#share">register a new data set</a>.
|
|
47 | 47 |
Otherwise, use the toolbar links above to navigate.</p> |
48 | 48 |
[%END%] |
49 | 49 |
[% ELSE %] |
Also available in: Unified diff
[merge from branch] use #view and #share links for new metacatui deployment.