lib/slideshow/service/views/_editor.erb in slideshow-service-0.2.0 vs lib/slideshow/service/views/_editor.erb in slideshow-service-0.3.0
- old
+ new
@@ -1,17 +1,20 @@
<%= erb :'_editor_setup' %>
<form id='noteform' action="#">
- <button type="submit" formtarget="slideshow_s6" formaction="slideshow-s6-blank/slides">Show S6 Blank</button>
- <button type="submit" formtarget="slideshow_s6_pdf" formaction="slideshow-s6-blank/slides.pdf">Show S6 Blank (PDF)</button>
- <button type="submit" formtarget="slideshow_deckjs" formaction="slideshow-deck.js/slides">Show Deck.js</button>
+ <button type="submit" formtarget="slideshow_s6" formaction="slideshow-s6-blank/slides">Show S6 Blank</button>
+ <button type="submit" formtarget="slideshow_s6_pdf" formaction="slideshow-s6-blank/slides.pdf">Show S6 Blank (PDF)</button>
+ <button type="submit" formtarget="slideshow_deckjs" formaction="slideshow-deck.js/slides">Show Deck.js</button>
+ <button type="submit" formtarget="slideshow_csss" formaction="slideshow-csss/slides">Show CSSS</button>
+ <button type="submit" formtarget="slideshow_slidy_blank" formaction="slideshow-slidy/slides.blank">Show Slidy (Blank)</button>
+ <button type="submit" formtarget="slideshow_slidy_w3c" formaction="slideshow-slidy/slides.w3c">Show Slidy (W3C)</button>
</form>
<table width="100%">
-<tr>
+<tr>
<td>
<div style="font-size: 80%;">
Options: <br>
<a id='input-toggle' href='#'>[ Use White Color Theme ]</a>
</div>