Changeset 1872
- Timestamp:
- 11/10/08 23:10:50 (8 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
siteapp/trunk/opengeo/almanac/templates/sharestory.pt
r1855 r1872 1 1 <html metal:use-macro="context/@@standard_macros/page"> 2 2 <head> 3 <title metal:fill-slot="title">Share your story </title>3 <title metal:fill-slot="title">Share your story - Community Almanac</title> 4 4 <tal:nothing metal:fill-slot="map_javascript" tal:content="nothing"/> 5 5 </head> … … 10 10 <div class="container" metal:fill-slot="body"> 11 11 <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> 13 14 <form id="almanac-form" method="get" tal:attributes="action view/url"> 14 15 <select id="almanac-select" name="almanac" … … 20 21 <button id="share-story-button">Share story</button> 21 22 </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> 23 26 <a id="create-almanac-button" title="Create new almanac" 24 27 tal:define="addurl python:view.url(context, '+almanac')" … … 26 29 Create a new almanac 27 30 </a> 31 </div><!-- end #create-new --> 28 32 </div> 29 33 </div>
