/[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.1.1 by dpavlin, Tue Apr 17 08:35:10 2001 UTC revision 1.4 by dpavlin, Fri Apr 20 08:01:02 2001 UTC
# Line 43  Line 43 
43  # Sami Lempinen - lempinen@iki.fi  # Sami Lempinen - lempinen@iki.fi
44  # http://www.snowman.sgic.fi/ssl/xslies/  # http://www.snowman.sgic.fi/ssl/xslies/
45    
 make_dotgif("pero.gif");  
   
46  ##############################################################################  ##############################################################################
47  ## default values of variables  ## default values of variables
48  ##  ##
# Line 113  $toc_on_page = 10; Line 111  $toc_on_page = 10;
111  ## use progress bar  ## use progress bar
112  $progress_bar = 1;  $progress_bar = 1;
113    
114    ## content hight for each slide
115    $content_hight = "70%";
116    
117  ## end of default values for the presentation  ## end of default values for the presentation
118  ##############################################################################  ##############################################################################
119    
# Line 175  if ($authorUrl) { Line 176  if ($authorUrl) {
176    
177  ## same string is built if there is a second author for the presentation  ## same string is built if there is a second author for the presentation
178  if ($author2Url) {  if ($author2Url) {
179      $author2 = "<br><a href=\"$author2Url\">$author2</a>";      $author2 = "<a href=\"$author2Url\">$author2</a>";
180  } elsif ($author2) {  }
181    if ($author2) {
182      $author2 = "<br>$author2";      $author2 = "<br>$author2";
183  }  }
184    
# Line 350  $doctype Line 352  $doctype
352                  </td>                  </td>
353              </tr>              </tr>
354              <tr>              <tr>
355                  <td height="80%" class="body" valign="top">                  <td height="$content_hight" class="body" valign="top">
356                      <div class="body">                      <div class="body">
357                          <h3>$loc_toc</h3>                          <h3>$loc_toc</h3>
358                          <ul>                          <ul>
# Line 549  $doctype Line 551  $doctype
551                  </td>                  </td>
552              </tr>              </tr>
553              <tr>              <tr>
554                  <td height="80%" class="body" valign="top">                  <td height="$content_hight" class="body" valign="top">
555                      <div class="body">                      <div class="body">
556  $content  $content
557                      </div>                      </div>
# Line 677  sub make_progress_bar { Line 679  sub make_progress_bar {
679                  } else {                  } else {
680                          $r=$t;                          $r=$t;
681                  }                  }
682                  $html='<table border="0" width="30%" cellpadding="0" cellspacing="0" align="right"><tr><td width="'.$pcnt_done.'%" class="pcnt-done">'.$l.'</td><td width="'.$pcnt_left.'%" class="pcnt-left">'.$r.'</td></tr></table>';                  $html='<table border="0" width="50%" cellpadding="0" cellspacing="0" align="right"><tr><td width="'.$pcnt_done.'%" class="pcnt-done">'.$l.'</td><td width="'.$pcnt_left.'%" class="pcnt-left">'.$r.'</td></tr></table>';
683          } else {          } else {
684                  $html="$loc_slide $nr $loc_of $total";                  $html="$loc_slide $nr $loc_of $total";
685          }          }

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.26