Sha256: c67219f47fd98d558c6d8ab6d9d0d02844e0018562eeed9b4fe41855ced85bb2
Contents?: true
Size: 703 Bytes
Versions: 2
Compression:
Stored size: 703 Bytes
Contents
<script type="text/javascript" src="/javascripts/livecss.js"></script> <h1>Editing stylesheet</h1> <div id="example_post"> <%= render_partial 'post/post', @lastpost %> </div> <%= error_messages_for 'stylesheet' %> <%= form_tag :action => 'update' %> <p><label for="css">Enter Your CSS Below</label></p> <p><input type="checkbox" id="css_toggle" onclick="toggleLiveCss();" /> <label for="css_toggle">Turn Off Live CSS</label></p> <p><textarea style="width: 100%; height: 200px;" id="css" name="stylesheet[data]"><%= @stylesheet.data %></textarea></p> <p><input type="submit" value="Update CSS" /></p> <%= end_form_tag %> <script type="text/javascript"> document.onload = startLiveCss(); </script>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
EliteJournal-1.9.480 | app/views/css/edit.rhtml |
EliteJournal-1.9.492 | app/views/css/edit.rhtml |