clipbucket/upload/styles/global/blocks/pm/attachments.html
Fawaz bf71180b54 Added : All the spaces and tabs left behind because of testing code
Added : Send photo PM ajax. Temporarily will be moved once ajax structure is up
Fixed : Move avatar from photo to a function called upload_new_avatar() in functions_users.php
Fixed : & in collection links
Updated : Updated the function createTextfield. It was missing some important fields
Updated : Photo & Watermark resizing by new resizer.class.php
Added : LEFT JOIN for collection in get_photo function
Added : function join_collection_table in function_photos.php
Registered : Two photo function at cb_head ANCHOR called load_tagging & load_photo_actions in common.php
Registered : photo_action_links filter to add 'Send in private message' link
Added : Photo PM Handlers using attach_photo_pm_handlers
Fixed : CB Tagger CSS and CB Tagger JS
Updated : Some Template files just for testing purpose
Added : Some Template files, again just for testing purpose
2012-05-18 13:47:20 +00:00

18 lines
No EOL
646 B
HTML

{if $type == 'video'}
{/if}
{if $type == 'photo'}
<h3 class="page-header">{lang code='Attachment'}</h3>
<div class="well inlineblock">
<a href="{$cbphoto->photo_links($photo,'view_photo')}" class="thumbnail inlineblock" style="background:white;">
{get_photo details=$photo size="m" output="html"}
</a>
<div class="inlineblock marginL10" style="vertical-align: top">
<h4><a href="{$cbcollection->collection_links($photo,'view_collection')}">{$photo.collection_name}</a></h4>
<div class="clearfix height5"></div>
<p class="help-block">{$photo.photo_description|description|strip_tags}</p>
</div>
</div>
{/if}