Changeset 54
- Timestamp:
- 01/02/06 00:25:56
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/OATSOFT/skins/oatsoft_styles/global_siteactions.pt
r44 r54 11 11 accesskeys python: {'accessibility' : '0','sitemap' : '3', 'contact' : '9'};" 12 12 tal:condition="site_actions"> 13 14 <li tal:repeat="saction site_actions"15 tal:attributes="id string:siteaction-${saction/id}"><a16 href=""17 tal:define="title saction/name;18 id saction/id;19 accesskey python: accesskeys.get(id, '');"20 i18n:attributes="title"21 i18n:translate=""22 tal:content="title"23 tal:attributes="href saction/url;24 title title;25 accesskey accesskey;"26 >Site action</a></li>27 28 13 29 14 <li><a href="javascript:setActiveStyleSheet('Small Text',1);" … … 42 27 i18n:translate="large_text">Large</a></li> 43 28 29 <li tal:repeat="saction site_actions" 30 tal:attributes="id string:siteaction-${saction/id}"><a 31 href="" 32 tal:define="title saction/name; 33 id saction/id; 34 accesskey python: accesskeys.get(id, '');" 35 i18n:attributes="title" 36 i18n:translate="" 37 tal:content="title" 38 tal:attributes="href saction/url; 39 title title; 40 accesskey accesskey;" 41 >Site action</a></li> 42 44 43 </ul> 45 44 </body>
