Changeset 1872

Show
Ignore:
Timestamp:
11/10/08 23:10:50 (8 weeks ago)
Author:
nickyg
Message:

side-by-side layout for share-story form. closes #374

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • siteapp/trunk/opengeo/almanac/templates/sharestory.pt

    r1855 r1872  
    11<html metal:use-macro="context/@@standard_macros/page"> 
    22<head> 
    3   <title metal:fill-slot="title">Share your story</title> 
     3  <title metal:fill-slot="title">Share your story - Community Almanac</title> 
    44  <tal:nothing metal:fill-slot="map_javascript" tal:content="nothing"/> 
    55</head> 
     
    1010  <div class="container" metal:fill-slot="body"> 
    1111    <div class="box storyshare"> 
    12       <h3>Would you like to add your story to an existing almanac?</h3> 
     12      <div id="add-to-existing" class="share-option"> 
     13      <h3>Add your story to an existing Almanac...</h3> 
    1314      <form id="almanac-form" method="get" tal:attributes="action view/url"> 
    1415        <select id="almanac-select" name="almanac" 
     
    2021        <button id="share-story-button">Share story</button> 
    2122      </form> 
    22       <h3>Or maybe your story would be a better fit with a new almanac?</h3> 
     23      </div><!-- end #add-to-existing --> 
     24      <div id="create-new" class="share-option"> 
     25      <h3>... or create a new Almanac for your community</h3> 
    2326      <a id="create-almanac-button" title="Create new almanac" 
    2427        tal:define="addurl python:view.url(context, '+almanac')" 
     
    2629        Create a new almanac 
    2730      </a> 
     31      </div><!-- end #create-new --> 
    2832    </div> 
    2933  </div>