/[PLies]/burst.pl
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 /burst.pl

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

revision 1.1 by dpavlin, Tue Apr 17 08:35:10 2001 UTC revision 1.2 by dpavlin, Tue Apr 17 09:47:30 2001 UTC
# Line 113  $toc_on_page = 10; Line 113  $toc_on_page = 10;
113  ## use progress bar  ## use progress bar
114  $progress_bar = 1;  $progress_bar = 1;
115    
116    ## content hight for each slide
117    $content_hight = "70%";
118    
119  ## end of default values for the presentation  ## end of default values for the presentation
120  ##############################################################################  ##############################################################################
121    
# Line 350  $doctype Line 353  $doctype
353                  </td>                  </td>
354              </tr>              </tr>
355              <tr>              <tr>
356                  <td height="80%" class="body" valign="top">                  <td height="$content_hight" class="body" valign="top">
357                      <div class="body">                      <div class="body">
358                          <h3>$loc_toc</h3>                          <h3>$loc_toc</h3>
359                          <ul>                          <ul>
# Line 549  $doctype Line 552  $doctype
552                  </td>                  </td>
553              </tr>              </tr>
554              <tr>              <tr>
555                  <td height="80%" class="body" valign="top">                  <td height="$content_hight" class="body" valign="top">
556                      <div class="body">                      <div class="body">
557  $content  $content
558                      </div>                      </div>

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26