/[suikacvs]/markup/slide/implementation/slide-xbl.xml
Suika

Diff of /markup/slide/implementation/slide-xbl.xml

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

revision 1.3 by wakaba, Sat Apr 23 06:56:36 2005 UTC revision 1.4 by wakaba, Sat Apr 23 11:38:55 2005 UTC
# Line 67  Line 67 
67                            
68            // Slide listing style            // Slide listing style
69              l = document.createElementNS (this.NS_XHTML1, 'link');              l = document.createElementNS (this.NS_XHTML1, 'link');
70              l.setAttribute ('rel', 'stylesheet');              l.setAttribute ('rel', 'alternate stylesheet');
71              l.setAttribute ('href',              l.setAttribute ('href',
72                              /* URI-reference== */                              /* URI-reference== */
73                                this.SLIDE_XBL_BASE+'slide-list.css'                                this.SLIDE_XBL_BASE+'slide-list.css'
# Line 77  Line 77 
77                            
78            // Slide showing style            // Slide showing style
79              l = document.createElementNS (this.NS_XHTML1, 'link');              l = document.createElementNS (this.NS_XHTML1, 'link');
80              l.setAttribute ('rel', 'stylesheet alternate');              l.setAttribute ('rel', 'stylesheet');
81              l.setAttribute ('href',              l.setAttribute ('href',
82                              /* URI-reference== */                              /* URI-reference== */
83                                this.SLIDE_XBL_BASE+'slide-show.css'                                this.SLIDE_XBL_BASE+'slide-show.css'

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24