/[Frey]/trunk/lib/Frey/jQuery/flot.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 /trunk/lib/Frey/jQuery/flot.pm

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

revision 906 by dpavlin, Thu Dec 25 18:05:07 2008 UTC revision 907 by dpavlin, Fri Dec 26 01:32:09 2008 UTC
# Line 6  with 'Frey::Web'; Line 6  with 'Frey::Web';
6  #with 'Frey::Storage';  #with 'Frey::Storage';
7  with 'Frey::jQuery';  with 'Frey::jQuery';
8  with 'Frey::File'; # FIXME inline on demand?  with 'Frey::File'; # FIXME inline on demand?
9    with 'Frey::Web::IFrame';
10    
11  use DateTimeX::Easy;  use DateTimeX::Easy;
12    
# Line 63  sub as_markup { Line 64  sub as_markup {
64                  $placeholder = qq|                  $placeholder = qq|
65                          <div id="placeholder" style="width:600px;height:300px;"></div>                          <div id="placeholder" style="width:600px;height:300px;"></div>
66                          <div id="selection">no selection</div>                          <div id="selection">no selection</div>
67                  |;                  |
68                    . $self->iframe_html
69                    ;
70          }          }
71    
72          warn "# $data_js" if $self->debug;          warn "# $data_js" if $self->debug;

Legend:
Removed from v.906  
changed lines
  Added in v.907

  ViewVC Help
Powered by ViewVC 1.1.26