Sha256: 28d3081491d6666c9902ea065f40cfd52bc04252b1e35f3f42f8cc3e58e69d23

Contents?: true

Size: 1.27 KB

Versions: 1

Compression:

Stored size: 1.27 KB

Contents

<%= 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_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>
  <td>
    <div style="font-size: 80%;">
      Options: <br>
        <a id='input-toggle' href='#'>[ Use White Color Theme ]</a>
    </div>
  </td>
<div>



<table width='100%'>
 <tr>
   <td>
      <div id='input'>
         <!-- note: use text for name - will get used for get url param in form submit -->
        <textarea id='note' name='text' form='noteform' class='black'></textarea>
      </div>
   </td>
 </tr>
</table>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
slideshow-service-0.3.0 lib/slideshow/service/views/_editor.erb