Sha256: b3a81225c1ce4da2f1b4838038bfae1d1fe1aecc03ef12f1edcbf7cc9fc6db40

Contents?: true

Size: 706 Bytes

Versions: 3

Compression:

Stored size: 706 Bytes

Contents

<script type="text/javascript" src="/javascripts/livecss.js"></script>
<h1>Editing stylesheet</h1>

<div id="example_post">
  <%= render_partial 'journal/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

3 entries across 3 versions & 1 rubygems

Version Path
EliteJournal-1.9.400 app/views/css/edit.rhtml
EliteJournal-1.9.401 app/views/css/edit.rhtml
EliteJournal-1.9.403 app/views/css/edit.rhtml