/[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.2 by dpavlin, Tue Apr 17 09:47:30 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 178  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 680  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.2  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.26