[%- USE CGI -%]
[% INCLUDE header.tt page_title = "Image Uploaded - $site_name" %]
[% INCLUDE banner.tt %]
<div id="content">
[% INCLUDE navbar.tt %]
<div id="maincontent">

<h2>Uploaded Image</h2>

Here is your wikilink: [[Image:[%- id -%]]]. Given the title [%- title -%], you might want to head to <a href='/[%- url -%]'>[%- title -%]</a> to add the image. Here is what it will look like:<br />
<ul>
  <li>[[Image:[%- id -%]]] - Small - Default: <a href='http://www.flickr.com/photos/openguidetoboston/[%- id -%]/'><img src='http://static.flickr.com/[%- server -%]/[%- id -%]_[%- secret -%]_s.jpg' /></a></li>
  <li>[[Image:[%- id -%]|m]] - Medium: <a href='http://www.flickr.com/photos/openguidetoboston/[%- id -%]/'><img src='http://static.flickr.com/[%- server -%]/[%- id -%]_[%- secret -%]_m.jpg' /></a></li>
  <li>[[Image:[%- id -%]|l]] - Large: <a href='http://www.flickr.com/photos/openguidetoboston/[%- id -%]/'><img src='http://static.flickr.com/[%- server -%]/[%- id -%]_[%- secret -%]_l.jpg' /></a></li>
</ul>
</div>
[% INCLUDE footer.tt %]
