| Line 113... |
Line 113... |
| 113 |
<option title="$source.getSourceUrl()" value="$source.getSource()">$source.getSource()</option>
|
113 |
<option title="$source.getSourceUrl()" value="$source.getSource()">$source.getSource()</option>
|
| 114 |
#end
|
114 |
#end
|
| 115 |
</select>
|
115 |
</select>
|
| 116 |
<br><br>
|
116 |
<br><br>
|
| 117 |
<label for="password">Expert Review</label><br>
|
117 |
<label for="password">Expert Review</label><br>
|
| 118 |
<div class="editable" style="border:1px solid red;padding:2px"><span style="cursor:pointer;color:blue">Click here to Edit</span></div><br><br>
|
118 |
<div class="editable new" style="border:1px solid red;padding:2px"><span style="cursor:pointer;color:blue">Click here to Edit</span></div><br><br>
|
| 119 |
<label for="sourceUrl">Source Url</label><br>
|
119 |
<label for="sourceUrl">Source Url</label><br>
|
| 120 |
<input type="textbox" style="width:200px" class="text ui-widget-content ui-corner-all" name="sourceUrl" id="sourceUrl"/>
|
120 |
<input type="textbox" style="width:200px" class="text ui-widget-content ui-corner-all" name="sourceUrl" id="sourceUrl"/>
|
| 121 |
<input type="hidden" name="expertReviewHtml" id="expertReviewHtml"/><br><br>
|
121 |
<input type="hidden" name="expertReviewHtml" id="expertReviewHtml"/><br><br>
|
| 122 |
<input type="submit" value="Create" name="submit"></input>
|
122 |
<input type="submit" value="Create" name="submit"></input>
|
| 123 |
</fieldset>
|
123 |
</fieldset>
|
| Line 140... |
Line 140... |
| 140 |
#foreach($review in $expertReviewByEntity)
|
140 |
#foreach($review in $expertReviewByEntity)
|
| 141 |
<tr>
|
141 |
<tr>
|
| 142 |
#set ($iter = $iter + 1)
|
142 |
#set ($iter = $iter + 1)
|
| 143 |
<td>$iter</td>
|
143 |
<td>$iter</td>
|
| 144 |
<td>$review.getSource()</td>
|
144 |
<td>$review.getSource()</td>
|
| 145 |
<td><div#if ($action.canAddDelete($review)) class="editable new"#end>$review.getReviewContent()</div></td>
|
145 |
<td><div#if ($action.canAddDelete($review)) class="editable"#end>$review.getReviewContent()</div></td>
|
| 146 |
<td>$review.getStatus()</td>
|
146 |
<td>$review.getStatus()</td>
|
| 147 |
<td>#if ($review.getUrl())
|
147 |
<td>#if ($review.getUrl())
|
| 148 |
$review.getUrl()
|
148 |
$review.getUrl()
|
| 149 |
#else Not provided
|
149 |
#else Not provided
|
| 150 |
#end</td>
|
150 |
#end</td>
|