/[PLies]/default/slide.html
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 /default/slide.html

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

revision 1.1 by dpavlin, Sat May 5 03:31:33 2001 UTC revision 1.2 by dpavlin, Sat May 5 19:20:29 2001 UTC
# Line 23  Line 23 
23  #endif  #endif
24                              </td>                              </td>
25                              <td class="cell-heading">                              <td class="cell-heading">
26  #if ##talkTitle##  #if ##title##
27                                  <h1>##talkTitle##</h1>                                  <h1>##title##</h1>
28  #endif  #endif
29  #if ##talkSubTitle##  #if ##subtitle##
30                                  <h2>##talkSubTitle##</h2>                                  <h2>##subtitle##</h2>
31  #endif  #endif
32                              </td>                              </td>
33                          </tr>                          </tr>
# Line 67  Line 67 
67                                  <table border="0">                                  <table border="0">
68                                      <tr>                                      <tr>
69                                          <td>                                          <td>
70  ##prevlink##  #if ##prev_link##
71  ##toclink##          <a href="##prev_link##" title="##prev_title##">&lt;&lt;</a>
72  ##nextlink##  #endif
73    #if ##toc_link##
74            [ <a href="##toc_link##" title="Contents">Contents</a> ]
75    #endif
76    #if ##next_link##
77            <a href="##next_link##" title="##next_title##">&gt;&gt;</a>
78    #endif
79    
80                                          </td>                                          </td>
81                                      </tr>                                      </tr>
82                                  </table>                                  </table>

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

  ViewVC Help
Powered by ViewVC 1.1.26