| 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' |
| 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' |