| |
1 |
1 |
<if @config.shaded_p@ ne "t"> |
| |
2 |
2 |
<if @files_to_add:rowcount@ eq 0> |
| |
3 |
3 |
<p>No research papers to add</p> |
| |
4 |
4 |
</if> |
| |
5 |
5 |
<else> |
| |
6 |
6 |
<ul> |
| |
7 |
7 |
<multiple name="files_to_add"> |
| |
8 |
8 |
<p></p> |
| |
9 |
9 |
<li> |
| |
10 |
10 |
<img border="0" src="@files_to_add.url@graphics/file.gif" width="15" height="13"></img> |
| |
11 |
11 |
|
| |
12 |
12 |
@files_to_add.name@ |
| |
13 |
13 |
|
| |
14 |
14 |
<small>[ |
| |
15 |
|
<a href="@files_to_add.url@download/@files_to_add.name@?version_id=@files_to_add.live_revision@"> |
| |
|
15 |
<a href="@files_to_add.url@download/index?version_id=@files_to_add.live_revision@"> |
| |
16 |
16 |
download |
| |
17 |
17 |
</a> |
| |
18 |
18 |
| |
| |
19 |
19 |
<a href="research-paper-add?file_id=@files_to_add.live_revision@">add to community</a> |
| |
20 |
20 |
]</small> |
| |
21 |
21 |
</li> |
| |
22 |
22 |
</multiple> |
| |
23 |
23 |
</ul> |
| |
24 |
24 |
</else> |
| |
25 |
25 |
<if @files_to_remove:rowcount@ eq 0> |
| |
26 |
26 |
<p>No research papers to remove</p> |
| |
27 |
27 |
</if> |
| |
28 |
28 |
<else> |
| |
29 |
29 |
<ul> |
| |
30 |
30 |
<multiple name="files_to_remove"> |
| |
31 |
31 |
<p></p> |
| |
32 |
32 |
<li> |
| |
33 |
33 |
<img border="0" src="@files_to_remove.url@graphics/file.gif" width="15" height="13"></img> |
| |
34 |
34 |
|
| |
35 |
35 |
@files_to_remove.name@ |
| |
36 |
36 |
|
| |
37 |
37 |
<small>[ |
| |
38 |
|
<a href="@files_to_remove.url@download/@files_to_remove.name@?version_id=@files_to_remove.live_revision@"> |
| |
|
38 |
<a href="@files_to_remove.url@download/index?version_id=@files_to_remove.live_revision@"> |
| |
39 |
39 |
download |
| |
40 |
40 |
</a> |
| |
41 |
41 |
| |
| |
42 |
42 |
<a href="research-paper-remove?file_id=@files_to_remove.live_revision@">remove from community</a> |
| |
43 |
43 |
]</small> |
| |
44 |
44 |
</li> |
| |
45 |
45 |
</multiple> |
| |
46 |
46 |
</ul> |
| |
47 |
47 |
</else> |
| |
48 |
48 |
</if> |
| |
49 |
49 |
<else> |
| |
50 |
50 |
|
| |
51 |
51 |
</else> |