/[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.3 by dpavlin, Tue Apr 17 13:40:36 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    

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

  ViewVC Help
Powered by ViewVC 1.1.26