Project

General

Profile

« Previous | Next » 

Revision 3915

Added by walbridge almost 16 years ago

Merging Perl changes into detokenization branch. Removes usage of tokens from all Perl and Perl Template Toolkit files, instead using pure Java .property files to manage settings. Basic path for eliminating .cfg files from Perl, and skin.config files from Java side. Backported changes from 1.8.1RC1 release.

View differences:

getReviews.tmpl
4 4
  <title>Reviews</title>
5 5
  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 6

  
7
  <script src="@systemidserver@@style-common-path@/prototype.js"></script>
8
  <script src="@systemidserver@@style-common-path@/accordion.js"></script>
9
  <script src="@systemidserver@@style-common-path@/review_behaviors.js"></script>
10
  <link href="@systemidserver@@style-common-path@/reviews.css" media="all" rel="Stylesheet" type="text/css" />
7
  <script src="[% styleCommonPath %]/prototype.js"></script>
8
  <script src="[% styleCommonPath %]/accordion.js"></script>
9
  <script src="[% styleCommonPath %]/review_behaviors.js"></script>
10
  <link href="[% styleCommonPath %]/reviews.css" media="all" rel="Stylesheet" type="text/css" />
11 11

  
12 12
</head>
13 13

  
......
16 16
[% IF isModerator == 'true' %]
17 17
	<div class="comment_form">
18 18
	<p class="sectionnames">Moderator Actions</p>
19
	<form target="_top" id="reviewForm" method="POST" action="@cgi-prefix@/register-dataset.cgi">
19
	<form target="_top" id="reviewForm" method="POST" action="[% cgiPrefix %]/register-dataset.cgi">
20 20
		<input value="mod_accept" id="stage" name="stage" type="hidden">
21 21
		<input value="esa" name="cfg" type="hidden">
22 22
		<input name="docid" type="hidden" value="[%docid%]">
......
36 36
[% IF reviewdocid != '' %]
37 37
	<h3 style="margin-top:-8px" class="review_emphasis">
38 38
	Reviews 
39
	<img id="busy" src="@systemidserver@@html-path@/style/images/spinner.gif" style="display:none; margin-bottom: -3px;"/>
39
	<img id="busy" src="[% baseUrl %]/style/images/spinner.gif" style="display:none; margin-bottom: -3px;"/>
40 40
	</h3>
41 41

  
42 42
	<!-- ajax will populate this node -->

Also available in: Unified diff