2010-12-14 13:53:51 +00:00
|
|
|
<div class="content_con clearfix">
|
|
|
|
<div class="upload_info">
|
|
|
|
{if $step == 1 || $step == ""}
|
2010-12-28 13:56:44 +00:00
|
|
|
<h2>Select Photo Files</h2>
|
|
|
|
{loadPhotoUploadForm buttonClass='LoadMoreButton moveR'}
|
2010-12-14 13:53:51 +00:00
|
|
|
{/if}
|
|
|
|
|
|
|
|
{if $step == 2}
|
2010-12-28 13:56:44 +00:00
|
|
|
<h2>Enter Information</h2>
|
2011-01-03 12:36:00 +00:00
|
|
|
{foreach item=item from=$photos}
|
|
|
|
{include file="$style_dir/blocks/upload/photo_form.html" photo=$item}
|
|
|
|
{/foreach}
|
2010-12-28 13:56:44 +00:00
|
|
|
<button class="LoadMoreButton clearfix" onclick="callAjax(this);" type="button" name="insertPhotos" id="insertPhotos">Save All</button>
|
2010-12-14 13:53:51 +00:00
|
|
|
{/if}
|
|
|
|
|
|
|
|
{if $step == 3}
|
2011-01-03 12:36:00 +00:00
|
|
|
<div class="photoBox">
|
|
|
|
<div style="background:#FFF; text-align:center; border-bottom:1px solid #ccc; color:#666; padding:8px; font:bold 14px Arial;">{lang code="photo_success_heading"}</div>
|
|
|
|
|
|
|
|
<div class="clearfix" style="padding:8px; font:normal 11px Tahoma;">
|
|
|
|
You can manage your photos from <strong><a href="{link name='manage_photos'}">{lang code='manage_photos'}</a></strong>.
|
|
|
|
</div>
|
|
|
|
</div>
|
2010-12-28 13:56:44 +00:00
|
|
|
{/if}
|
2010-12-14 13:53:51 +00:00
|
|
|
</div>
|
|
|
|
</div>
|