clipbucket/upload/styles/global/blocks/mature_content.html
Fawaz ef791c0b7c Fixed : Admin Area Recreate thumbs page
Added : Set as avatar code
Added : Avatar Collection for user
Added : new param avatar_collection in get_collections() method
Fixed : crop value in thumbs_dimensions
Added : is_avatar param in get_photos() method
Added : photo_dimensions filter in generate_photos() method
Fixed : insert_photo() method
Moved : insert_photo_colors in insert_photo() method from view_item.php page
Updated : get_image_type() method
Updated : getFileSmarty() method
Added : An anchor in getFileSmarty() 'photo_thumb'
Fixed : cropping cases in resizer.class.php
Updated : $Upload->upload_user_file to upload_new_avatar
Removed : cb_create_user_avatar_collection() from common.php
Registered : delete_photo_avatar() function @delete_photo
Added : validate_image_file() function. It uses our old image.class.php method
Added : get_mature_thumb() function. It has three parameters, object_array, size, output. You can also register custom thumb @mature_thumb
Added : Few new functions for photos. get_all_custom_size_photos(), get_photo_dimensions(), clean_custom_photo_size(), get_avatar_photos() and is_photo_viewable()
Added : new js function, displayConfirm(). It accepts four parameters. id( modal box id), confirmMessage( modal box body), onConfirm( either url or function ) and heading(modal box header)
2012-05-28 07:10:27 +00:00

9 lines
No EOL
726 B
HTML

<div class="hero-unit clearfix">
<h2 style="margin-bottom:10px;">{if $title}{$title}{else}{lang code='Mature Content'}{/if}</h2>
<div class="thumbnail span3" style="margin:0px 20px 0px 0px; background:white;">
<img src="{$baseurl}/images/unsafe-big.jpg" />
</div>
<p>This content may contain material that may be inappropriate for some users.</p>
<p>To view content, please verify you are 18 or above by login in or registering.</p>
<p><a href="{link name='login'}" class="btn btn-primary btn-large marginR5"><strong>{lang code='Register'}</strong></a> or <a href="{link name='login'}#login-modal" data-toggle="modal" class="marginL5 marginR5"><strong>{lang code='Login'}</strong></a></p>
</div>