Sha256: 39320d1c5822f11f7fa5ded44202b8fc2e61fb2b395e59db917b0f2b7581279b

Contents?: true

Size: 1.31 KB

Versions: 1

Compression:

Stored size: 1.31 KB

Contents

<div class="subtitle"><%= link_to "&laquo; Back", {:controller => "pages"}, :class=>"left"%> COMPAGES - LISTING PAGES </div>


<div class="left_column column rborder" style="min-height:25em;">
<h2>Pages archive</h2>
<p><%= link_to_remote "Add a page &raquo;", :url=>{:action=>"create"}%>
<% unless @pages.empty? %>
  <ol id="pages_listed">
    <% for page in @pages %>
      <% @page = page %>
      <%= render :partial => "page_listed" %>
    <% end %>
  </ol>
<% else %>
  <p> Currently there are no pages! Start creating the &#64257;rst one by clicking on 
  <em>Add a page &gt;</em>.</p>
<% end %>
</p>

</div>

<div class="right_column column">
<h2> Pages Help<i>!</i> </h2>
<p>Here are listed all the pages of the site, you can <em>edit the title by clicking
 on it</em>.</p>
<p>To add a page to your site <em>click on &ldquo;add a page&rdquo;</em>.</p>
<p>To wipe out a page you can <em>click on &ldquo;delete&rdquo;</em>.</p>

<h2>Editing...</h2>
<p>To &#64257;ll up a page with contents or review contets and layout of a page 
<em>click on &ldquo;edit&rdquo;</em>.</p>
<p>By clicking on <em>edit</em> you'll be able to:
<ul>
  <li>add, and/or remove contents from your page</li>
  <li>change the position of the contents within the page</li>
  <li>chose the theme of your page</li>
</ul>

</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
compages-0.4.0 app/views/pages/list_a.rhtml