|
Revision 31
(checked in by fumanchu, 6 years ago)
|
New upload functionality, plus ability to store non-image files.
|
| Line | |
|---|
| 1 |
<td class='result'> |
|---|
| 2 |
<table> |
|---|
| 3 |
<tr class='thumbnail'> |
|---|
| 4 |
<td colspan='2'><a |
|---|
| 5 |
href="%(root)s/resource/%(id)s" title="%(title)s"><img |
|---|
| 6 |
src="%(root)s/thumb/%(id)s" /></a></td> |
|---|
| 7 |
</tr> |
|---|
| 8 |
<tr class='libraryname'> |
|---|
| 9 |
<th>Library:</th> |
|---|
| 10 |
<td><a href='%(root)s/library/%(libraryid)s'>%(library)s</a></td> |
|---|
| 11 |
</tr> |
|---|
| 12 |
<tr class='resourcename'><th>Name:</th><td>%(name)s</td></tr> |
|---|
| 13 |
<tr class='resourcetags'> |
|---|
| 14 |
<th>Tags:</th> |
|---|
| 15 |
<td><input type='text' id='tags%(id)s' value='%(tags)s' size='20' |
|---|
| 16 |
onchange='submit_tags(this)' /></td> |
|---|
| 17 |
</tr> |
|---|
| 18 |
</table> |
|---|
| 19 |
</td> |
|---|