Changeset 75
- Timestamp:
- 28/04/06 13:33:01
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/PloneSoftwareCenter/skins/plonesoftwarecenter/browse.pt
r74 r75 65 65 <h6> 66 66 <span tal:condition="python:category == 'Text input Projects'"> 67 <img tal:replace="structure here/textinput_32.gif" alt=" enhanced view"/>67 <img tal:replace="structure here/textinput_32.gif" alt="Text Input Projects"/> 68 68 </span> 69 69 <span tal:condition="python:category == 'Accessing the Web'"> 70 <img tal:replace="structure here/webaccess_32.gif" alt=" enhanced view"/>70 <img tal:replace="structure here/webaccess_32.gif" alt="Accessing the Web"/> 71 71 </span> 72 72 <span tal:condition="python:category == 'Using the Mouse'"> 73 <img tal:replace="structure here/mouse_32.gif" alt=" enhanced view"/>73 <img tal:replace="structure here/mouse_32.gif" alt="Using the Web"/> 74 74 </span> 75 75 <span tal:condition="python:category == 'Viewing the screen'"> 76 <img tal:replace="structure here/viewing_32.gif" alt=" enhanced view"/>76 <img tal:replace="structure here/viewing_32.gif" alt="Viewing the Screen"/> 77 77 </span> 78 78 <span tal:condition="python:category == 'Symbols'"> 79 <img tal:replace="structure here/symbol_32.gif" alt=" enhanced view"/>79 <img tal:replace="structure here/symbol_32.gif" alt="Symbols"/> 80 80 </span> 81 81 <span tal:condition="python:category == 'Alternative Access'"> 82 <img tal:replace="structure here/altaccess_32.gif" alt=" enhanced view"/>82 <img tal:replace="structure here/altaccess_32.gif" alt="Alternative Access"/> 83 83 </span> 84 84 <span tal:condition="python:category == 'Learning and Eductation'"> 85 <img tal:replace="structure here/education_32.gif" alt=" enhanced view"/>85 <img tal:replace="structure here/education_32.gif" alt="Learning and Education"/> 86 86 </span> 87 87 <span tal:condition="python:category == 'Other need'"> 88 <img tal:replace="structure here/other_32.gif" alt="enhanced view"/> 88 <img tal:replace="structure here/other_32.gif" alt="Other need"/> 89 </span> 90 <span tal:condition="python:category == 'On Screen Keyboard Projects'"> 91 <img tal:replace="structure here/keyboard_32.gif" alt="On Screen Keyboard Project"/> 92 </span> 93 <span tal:condition="python:category == 'Symol Library'"> 94 <img tal:replace="structure here/symbollib_32.gif" alt="Symbol Library"/> 95 </span> 96 <span tal:condition="python:category == 'Text to Speech'"> 97 <img tal:replace="structure here/texttospeech_32.gif" alt="Text to Speech"/> 98 </span> 99 <span tal:condition="python:category == 'Computer Automation'"> 100 <img tal:replace="structure here/automation_32.gif" alt="Computer Automation"/> 101 </span> 102 <span tal:condition="python:category == 'Switch Input Software'"> 103 <img tal:replace="structure here/switch_32.gif" alt="Switch Input"/> 104 </span> 105 <span tal:condition="python:category == 'Alternative and Augmentative Communication'"> 106 <img tal:replace="structure here/aac_32.gif" alt="Alternative and Augmentative Communication"/> 107 </span> 108 <span tal:condition="python:category == 'Environmental Control'"> 109 <img tal:replace="structure here/education_32.gif" alt="Environmental Control"/> 110 </span> 111 <span tal:condition="python:category == 'Educational and Learning'"> 112 <img tal:replace="structure here/education_32.gif" alt="Educational and Learning"/> 113 </span> 114 <span tal:condition="python:category == 'Other function'"> 115 <img tal:replace="structure here/other_32.gif" alt="Other function"/> 89 116 </span> 90 117 <a href=""
