Changeset 61
- Timestamp:
- 05/02/06 00:10:27
- Files:
-
- trunk/PloneSoftwareCenter/skins/plonesoftwarecenter/browse.pt (modified) (1 diff)
- trunk/PloneSoftwareCenter/skins/plonesoftwarecenter/by-category.pt (modified) (1 diff)
- trunk/PloneSoftwareCenter/skins/plonesoftwarecenter/forge_product_view.pt (modified) (1 diff)
- trunk/PloneSoftwareCenter/skins/plonesoftwarecenter/forge_view.pt (modified) (1 diff)
- trunk/PloneSoftwareCenter/skins/plonesoftwarecenter/listing.pt (modified) (1 diff)
- trunk/PloneSoftwareCenter/skins/plonesoftwarecenter/psc_project_view.pt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/PloneSoftwareCenter/skins/plonesoftwarecenter/browse.pt
r58 r61 6 6 7 7 <head> 8 <metal:css fill-slot="css_slot"> 9 <style type="text/css" media="all" 10 tal:content="string:@import url($portal_url/plonesoftwarecenter.css);"></style> 8 <metal:css fill-slot="css_slot" tal:define="Forge python:request.traverse_subpath and request.traverse_subpath[0] or nothing;"> 9 <style type="text/css" media="all" 10 tal:content="string: @import url($portal_url/plonesoftwarecenter.css);"></style> 11 <style type="text/css" media="all" 12 tal:condition="python:Forge=='Forge'" 13 tal:content="string: @import url($portal_url/forge.css);"></style> 11 14 </metal:css> 12 15 trunk/PloneSoftwareCenter/skins/plonesoftwarecenter/by-category.pt
r58 r61 9 9 <tal:border define="dummy python:request.set('disable_border', 1)"/> 10 10 </metal:top> 11 <metal:css fill-slot="css_slot"> 11 12 <metal:css fill-slot="css_slot" tal:define="Forge python:request.traverse_subpath and request.traverse_subpath[0] or nothing;"> 12 13 <style type="text/css" media="all" 13 14 tal:content="string: @import url($portal_url/plonesoftwarecenter.css);"></style> 15 <style type="text/css" media="all" 16 tal:condition="python:Forge=='Forge'" 17 tal:content="string: @import url($portal_url/forge.css);"></style> 14 18 </metal:css> 19 15 20 <metal:override fill-slot="column_two_slot" /> 16 21 </head> trunk/PloneSoftwareCenter/skins/plonesoftwarecenter/forge_product_view.pt
r58 r61 10 10 tal:content="string: @import url($portal_url/plonesoftwarecenter.css);"></style> 11 11 <style type="text/css" media="all" 12 tal:content="string: @import url($portal_url/ Forge/ploneForgeCustom.css);"></style>12 tal:content="string: @import url($portal_url/forge.css);"></style> 13 13 </metal:css> 14 14 trunk/PloneSoftwareCenter/skins/plonesoftwarecenter/forge_view.pt
r58 r61 7 7 <head> 8 8 <metal:css fill-slot="css_slot"> 9 <style type="text/css" media="all" 10 tal:content="string:@import url($portal_url/plonesoftwarecenter.css);"></style> 11 <style type="text/css" media="all" 12 tal:content="string: @import url($portal_url/Forge/ploneForgeCustom.css);"></style> 13 9 <style type="text/css" media="all" 10 tal:content="string: @import url($portal_url/plonesoftwarecenter.css);"></style> 11 <style type="text/css" media="all" 12 tal:content="string: @import url($portal_url/forge.css);"></style> 14 13 </metal:css> 15 16 14 <metal:override fill-slot="column_two_slot" /> 17 15 trunk/PloneSoftwareCenter/skins/plonesoftwarecenter/listing.pt
r58 r61 9 9 <tal:border define="dummy python:request.set('disable_border', 1)"/> 10 10 </metal:top> 11 <metal:css fill-slot="css_slot" >11 <metal:css fill-slot="css_slot" tal:define="Forge python:request.traverse_subpath and request.traverse_subpath[0] or nothing;"> 12 12 <style type="text/css" media="all" 13 13 tal:content="string: @import url($portal_url/plonesoftwarecenter.css);"></style> 14 <style type="text/css" media="all" 15 tal:condition="python:Forge=='Forge'" 16 tal:content="string: @import url($portal_url/forge.css);"></style> 14 17 </metal:css> 15 18 <metal:override fill-slot="column_two_slot" /> trunk/PloneSoftwareCenter/skins/plonesoftwarecenter/psc_project_view.pt
r58 r61 6 6 7 7 <head> 8 9 <div tal:define="Forge python:request.traverse_subpath and request.traverse_subpath[0] or nothing;">10 </div>11 12 8 <metal:css fill-slot="css_slot"> 13 9 <style type="text/css" media="all" 14 tal:content="string: @import url($portal_url/plonesoftwarecenter.css);" 15 tal:condition="python:Forge=='Forge'"></style> 10 tal:content="string: @import url($portal_url/plonesoftwarecenter.css);"></style> 16 11 </metal:css> 17 12 </head> … … 22 17 23 18 <div metal:define-macro="main" tal:define="latestrelease here/getLatestRelease; 24 herePath python:'/'.join(here.getPhysicalPath()); 25 Forge python:request.traverse_subpath and request.traverse_subpath[0] or nothing"> 19 herePath python:'/'.join(here.getPhysicalPath())"> 26 20 27 21 <tal:syndicate condition="syntool/isSiteSyndicationAllowed"> … … 43 37 <span tal:replace="here/title_or_id">Title or id</span> 44 38 </h1> 45 46 <h2 class="documentDescription" tal:condition="python:Forge=='Forge'">47 This is a FORGE PAGE!!!!!48 </h2>49 39 50 40 <div class="discreet"> … … 174 164 175 165 <div class="visualClear"></div> 166 167 <div:related tal:define="relatedSoftware here/getResourceSoftware" 168 tal:condition="relatedSoftware"> 169 170 <dl> 171 <dt class="portletHeader"><span i18n:translate="box_related_software">Related Software</span></dt> 172 173 <dd class="portletItem odd" > 174 <ul class="visualNoMarker"> 175 <li tal:repeat="related relatedSoftware"> 176 <a href="" 177 tal:attributes="href string:${related/url}"> 178 <img src="" alt="" 179 tal:attributes="src string:$portal_url/${related/icon};alt here/Title" /> 180 <span tal:replace="related/title">Object related by keyword</span> 181 </a> 182 </li> 183 </ul> 184 </dd> 185 </dl> 186 187 </div:related> 176 188 177 189 … … 189 201 <p> Interested in helping to devlop this project? Go to the <a href="" tal:attributes="href string:$here_url/forge_view">forge page</a> for more information. </p> 190 202 </div> 191 192 <div class="visualClear"></div>193 194 <div metal:use-macro="here/document_relateditems/macros/relatedItems">195 show related items if they exist196 </div>197 203 198 204 <div class="visualClear"></div>
