| 1 |
<?php |
<?php |
| 2 |
// $Id: photos_down.tpl.php,v 1.0 2009/2/26 1:20 eastcn Exp $ |
// $Id: photos_down.tpl.php,v 1.1.2.1 2009/03/06 08:22:41 eastcn Exp $ |
| 3 |
?> |
?> |
| 4 |
<?php if($type == 'print') : ?> |
<?php if($type == 'print') : ?> |
| 5 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| 33 |
?> |
?> |
| 34 |
<?php if($content['link']['original']) print '<li>'.$content['link']['original'].'</li>';?> |
<?php if($content['link']['original']) print '<li>'.$content['link']['original'].'</li>';?> |
| 35 |
</ul></div> |
</ul></div> |
| 36 |
<? endif; ?> |
<?php endif; ?> |
| 37 |
</div> |
</div> |
| 38 |
|
|
| 39 |
<?php if($content['sharing_url']) : ?> |
<?php if($content['sharing_url']) : ?> |
| 41 |
<input type="text" class="image-quote-link" value='<a title="<?php print $content['sharing_title'];?>" href="<?php print $content['sharing_link'];?>"><img src="<?php print $content['sharing_url'];?>"></a>'/> |
<input type="text" class="image-quote-link" value='<a title="<?php print $content['sharing_title'];?>" href="<?php print $content['sharing_link'];?>"><img src="<?php print $content['sharing_url'];?>"></a>'/> |
| 42 |
<input type="text" class="image-quote-link" value="<?php print $content['sharing_url'];?>"/> |
<input type="text" class="image-quote-link" value="<?php print $content['sharing_url'];?>"/> |
| 43 |
</div> |
</div> |
| 44 |
<? endif; ?> |
<?php endif; ?> |
| 45 |
|
|
| 46 |
<div class="photos_download_view"> |
<div class="photos_download_view"> |
| 47 |
<?php print $content['view']; ?> |
<?php print $content['view']; ?> |