| 39 | | title="Documentation for this project" |
|---|
| 40 | | tal:attributes="href string:${here/absolute_url}/${here/getDocumentationID}/FAQ" >FAQ</a> |
|---|
| | 39 | title="Frequently asked questions for this project" |
|---|
| | 40 | tal:attributes="href string:${here/absolute_url}/${here/getDocumentationID}/faq" >FAQ</a> |
|---|
| | 41 | </li> |
|---|
| | 42 | |
|---|
| | 43 | |
|---|
| | 44 | <li tal:condition="python: here.getDocumentationID() in here.objectIds() and not here.getDocumentationLink() and 'how-to' in here.help.objectIds()"> |
|---|
| | 45 | <img src="" alt="help" |
|---|
| | 46 | tal:attributes="src string:${portal_url}/howto_icon.gif" /> |
|---|
| | 47 | <a href="" |
|---|
| | 48 | class="link-plain" |
|---|
| | 49 | title="'How To' documents for this project" |
|---|
| | 50 | tal:attributes="href string:${here/absolute_url}/${here/getDocumentationID}/how-to" >How Tos</a> |
|---|
| | 51 | </li> |
|---|
| | 52 | |
|---|
| | 53 | |
|---|
| | 54 | <li tal:condition="python: here.getDocumentationID() in here.objectIds() and not here.getDocumentationLink() and 'tutorial' in here.help.objectIds()"> |
|---|
| | 55 | <img src="" alt="help" |
|---|
| | 56 | tal:attributes="src string:${portal_url}/tutorial_icon.gif" /> |
|---|
| | 57 | <a href="" |
|---|
| | 58 | class="link-plain" |
|---|
| | 59 | title="Tutorials for this project" |
|---|
| | 60 | tal:attributes="href string:${here/absolute_url}/${here/getDocumentationID}/tutorial" >Tutorials</a> |
|---|