Sourcecode in Image/main.skin:
1: <p><% linkedpath %></p>
2:
3: <p>To insert this image into a story, comment or skin copy/paste the following code: <pre><% image.code %></pre></p>
4:
5: <table width="100%" border="0" cellspacing="0" cellpadding="0">
6: <tr>
7: <td colspan="2" class="small" nowrap="nowrap"><span class="small"><% image.creator as="link" %><% image.createtime format="short" prefix=" on " %></span></td>
8: </tr>
9: <tr>
10: <td valign="top">
11: <div class="storyTitle"><% image.alias %></div>
12: <% image.topic prefix="Gallery: " as="link" %>
13: <div class="small">(<% image.fileext %>, <% image.width %>×<% image.height %> pixels, <% image.filesize %>)</div>
14: </td>
15: <td align="right" class="small" valign="top" nowrap="nowrap"><% image.editlink prefix="... " suffix="<br />" %><% image.deletelink prefix="... " %></td>
16: </tr>
17: </table>
18:
19: <p><% image.show %></p>
20:
21: <p><% image.alttext %></p>
22:
|