Changeset 1874
- Timestamp:
- 11/10/08 23:21:47 (2 months ago)
- Location:
- siteapp/trunk/opengeo/almanac/templates
- Files:
-
- 8 modified
-
almanac-preferences.pt (modified) (1 diff)
-
almanacadd.pt (modified) (1 diff)
-
almanacindex.pt (modified) (1 diff)
-
almanacmapview.pt (modified) (1 diff)
-
storyadd.pt (modified) (1 diff)
-
storyedit.pt (modified) (1 diff)
-
storyindex.pt (modified) (1 diff)
-
tour.pt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
siteapp/trunk/opengeo/almanac/templates/almanac-preferences.pt
r1866 r1874 1 1 <html metal:use-macro="context/@@standard_macros/form"> 2 2 <head> 3 <title metal:fill-slot="title"> Modify Almanac</title>3 <title metal:fill-slot="title">Almanac Preferences - Community Almanac</title> 4 4 <tal:block metal:fill-slot="javascript"> 5 5 <tal:has_stories condition="not:view/has_stories"> -
siteapp/trunk/opengeo/almanac/templates/almanacadd.pt
r1866 r1874 1 1 <html metal:use-macro="context/@@standard_macros/form"> 2 2 <head> 3 <title metal:fill-slot="title">Create Almanac</title>3 <title metal:fill-slot="title">Create an Almanac - Community Almanac</title> 4 4 <tal:block metal:fill-slot="javascript"> 5 5 <script tal:content="string:var app_url = '${view/app_url}';"></script> -
siteapp/trunk/opengeo/almanac/templates/almanacindex.pt
r1859 r1874 11 11 </tal:block> 12 12 <title metal:fill-slot="title" 13 tal:content="string: Community Almanac: ${context/dc:title}">13 tal:content="string:${context/dc:title} - Community Almanac"> 14 14 [Almanac Title] 15 15 </title> -
siteapp/trunk/opengeo/almanac/templates/almanacmapview.pt
r1599 r1874 11 11 </tal:block> 12 12 <title metal:fill-slot="title" 13 tal:content="string: Community Almanac: ${context/dc:title}">13 tal:content="string:${context/dc:title} - Community Almanac"> 14 14 [Almanac Title] 15 15 </title> -
siteapp/trunk/opengeo/almanac/templates/storyadd.pt
r1869 r1874 5 5 <head> 6 6 <title metal:fill-slot="title" 7 tal:content="string: Community Almanac: ${context/dc:title} - Add your story">7 tal:content="string:Add your story - ${context/dc:title} - Community Almanac"> 8 8 [Almanac Title] - Add your story 9 9 </title> -
siteapp/trunk/opengeo/almanac/templates/storyedit.pt
r1711 r1874 13 13 </tal:block> 14 14 <title metal:fill-slot="title" 15 tal:content="string: Community Almanac: ${context/dc:title}">15 tal:content="string:Edit - ${context/dc:title} - Community Almanac"> 16 16 [Story Page Title] 17 17 </title> -
siteapp/trunk/opengeo/almanac/templates/storyindex.pt
r1864 r1874 10 10 </tal:block> 11 11 <title metal:fill-slot="title" 12 tal:content="string: Community Almanac: ${context/dc:title}">12 tal:content="string:${context/dc:title} - Community Almanac"> 13 13 [Story Page Title] 14 14 </title> -
siteapp/trunk/opengeo/almanac/templates/tour.pt
r1805 r1874 1 1 <html metal:use-macro="context/@@standard_macros/page"> 2 2 <head> 3 <title metal:fill-slot="title"> Community Almanac Tour</title>3 <title metal:fill-slot="title">Tour - Community Almanac</title> 4 4 <tal:nothing metal:fill-slot="map_javascript" tal:content="nothing"/> 5 5 <tal:block metal:fill-slot="javascript">
