Revision 2871
Added by sgarg almost 19 years ago
lib/style/common/templates/getReviews.tmpl | ||
---|---|---|
3 | 3 |
<head> |
4 | 4 |
<title>Reviews</title> |
5 | 5 |
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> |
6 |
<link href="/esa/style/skins/esa/esa.css" type="text/css" rel="stylesheet"> |
|
7 |
<script src="/esa/style/common/prototype.js"></script> |
|
6 |
<script src="@systemidserver@@style-common-path@/prototype.js"></script> |
|
8 | 7 |
<script> |
9 | 8 |
function get_reviews() { |
10 | 9 |
|
... | ... | |
123 | 122 |
[% IF reviewdocid != ''%] |
124 | 123 |
<body onload="get_reviews()"> |
125 | 124 |
<!-- ajax will populate this node --> |
126 |
Reviews <img id="busy" src="/esa/style/images/spinner.gif" style="display:none"/>
|
|
125 |
Reviews <img id="busy" src="@systemidserver@@html-path@/style/images/spinner.gif" style="display:none"/>
|
|
127 | 126 |
<div id="review_list"></div> |
128 | 127 |
[% ELSE %] |
129 | 128 |
<body> |
Also available in: Unified diff
Replaced the paths with ant tokens