~ubuntu-branches/ubuntu/lucid/gallery/lucid

« back to all changes in this revision

Viewing changes to rotate_photo.php

  • Committer: Bazaar Package Importer
  • Author(s): Michael C. Schultheiss
  • Date: 2007-03-30 16:12:33 UTC
  • mfrom: (1.1.6 upstream) (4.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20070330161233-lia4toyh02oekwcn
Tags: 1.5.5-pl1-1
* New upstream release (Closes: #398862)
* debian/postrm: Make conditional call to debconf (Closes: #416747)  Urgency
  high since this is an RC bug.
* debian/apache.conf: Don't disallow access to .default 
  files (Closes: #404944)

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
* along with this program; if not, write to the Free Software
18
18
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA  02110-1301, USA.
19
19
*
20
 
* $Id: rotate_photo.php 13361 2006-04-04 21:58:25Z jenst $
 
20
* $Id: rotate_photo.php 15163 2006-11-12 09:05:55Z jenst $
21
21
*/
22
22
?>
23
23
<?php
45
45
  <META HTTP-EQUIV="expires" CONTENT="0"> 
46
46
</head>
47
47
<body dir="<?php echo $gallery->direction ?>" class="g-popup">
48
 
<body dir="<?php echo $gallery->direction ?>" class="popupbody">
49
48
  <div class="popuphead"><?php echo _("Rotate/Flip Photo") ?></div>
50
49
<div class="popup" align="center">
51
50
<?php
96
95
      getIconText('imageedit/mirror.gif', _("Horizontal"))
97
96
    );
98
97
 
99
 
    $args["rotate"] = "fl";
 
98
    $args["rotate"] = "fv";
100
99
    $rotateElements[] = galleryLink(
101
100
      makeGalleryUrl("rotate_photo.php", $args),
102
101
      getIconText('imageedit/flip.gif', _("Vertical"))