/[Frey]/branches/zimbardo/lib/App/RoomReservation/Room.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/zimbardo/lib/App/RoomReservation/Room.pm

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

revision 1098 by dpavlin, Sun Jun 28 22:14:22 2009 UTC revision 1150 by dpavlin, Wed Jul 1 18:41:28 2009 UTC
# Line 15  has description => ( Line 15  has description => (
15          isa => 'Str',          isa => 'Str',
16          required => 1,          required => 1,
17          default => q|          default => q|
18  <h2>Prijava za predavanje profesora Phillipa Zimbarda "The Lucifer Effect"</h2>  <h2>Prijava za predavanje profesora Philipa Zimbarda "The Lucifer Effect"</h2>
19  <h3>28. 9. 2009. u 12 sati </h3>  <h3>28. 9. 2009. u 12 sati </h3>
20          |,          |,
21  );  );
# Line 56  sub seats_left { Line 56  sub seats_left {
56          $self->seats - $self->seats_confirmed - $self->seats_tentative;          $self->seats - $self->seats_confirmed - $self->seats_tentative;
57  }  }
58    
59  sub room_markup {  sub room_as_markup {
60          my ($self) = @_;          my ($self) = @_;
61    
62          my $size = 100; # %          my $size = 100; # %
# Line 98  sub room_markup { Line 98  sub room_markup {
98          |          |
99  }  }
100    
101    __PACKAGE__->meta->make_immutable;
102    no Moose;
103    
104  1;  1;

Legend:
Removed from v.1098  
changed lines
  Added in v.1150

  ViewVC Help
Powered by ViewVC 1.1.26