/[drupal]/contributions/modules/photos/tpl/photos_down.tpl.php
ViewVC logotype

Diff of /contributions/modules/photos/tpl/photos_down.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.1 by eastcn, Fri Mar 6 08:22:41 2009 UTC revision 1.1.2.2 by eastcn, Sun Apr 5 05:13:01 2009 UTC
# Line 1  Line 1 
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">
# Line 33  Line 33 
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']) : ?>
# Line 41  Line 41 
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']; ?>

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.3