- Timestamp:
- 17 Jun 2009, 17:38:28 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_academics/academics_content_lib_info_detail_tab.pt
r903 r4305 24 24 <tr> 25 25 <td tal:condition="display_buttons"> </td> 26 <th tal:condition="type_in_tabs" align="center">26 <th tal:condition="type_in_tabs" style='text-align:center'> 27 27 <strong tal:define="sort_type python:sort_by=='type'" 28 28 tal:omit-tag="not:sort_type"><a href="" … … 40 40 i18n:translate="label_info_tab_title"></a></strong></th> 41 41 42 <th tal:condition="python:id_in_tabs and display_buttons" align="center">42 <th tal:condition="python:id_in_tabs and display_buttons" style='text-align:center'> 43 43 <strong tal:define="sort_id python:sort_by=='id'" 44 44 tal:omit-tag="not:sort_id"><a href="" … … 46 46 i18n:translate="label_info_tab_id"></a>ID</strong></th> 47 47 48 <th tal:condition="typetext_in_tabs" align="center">48 <th tal:condition="typetext_in_tabs" style='text-align:center'> 49 49 <strong tal:define="sort_typetext python:sort_by=='typetext'" 50 50 tal:omit-tag="not:sort_typetext"><a href="" … … 53 53 54 54 55 <th tal:condition="size_in_tabs" align="center">55 <th tal:condition="size_in_tabs" style='text-align:center'> 56 56 <strong tal:define="sort_size python:sort_by=='size'" 57 57 tal:omit-tag="not:sort_size"><a href="" 58 58 tal:attributes="href python:'%s/changeDisplayParams?display_order=%s' % (context_url, test(sort_size and direction=='asc','size_desc','size_asc'))" 59 59 i18n:translate="label_info_tab_size"></a></strong></th> 60 <th tal:condition="date_in_tabs" align="center">60 <th tal:condition="date_in_tabs" style='text-align:center'> 61 61 <strong tal:define="sort_date python:sort_by=='date'" 62 62 tal:omit-tag="not:sort_date"><a href="" 63 63 tal:attributes="href python:'%s/changeDisplayParams?display_order=%s' % (context_url, test(sort_date and direction=='asc','date_desc','date_asc'))" 64 64 i18n:translate="label_info_tab_date"></a></strong></th> 65 <th tal:condition="author_in_tabs" align="center">65 <th tal:condition="author_in_tabs" style='text-align:center'> 66 66 <strong tal:define="sort_author python:sort_by=='author'" 67 67 tal:omit-tag="not:sort_author"><a href="" … … 69 69 i18n:translate="label_info_tab_author"></a></strong></th> 70 70 <th tal:condition="display_buttons"></th> 71 <th tal:condition="python: display_buttons and status_in_tabs" align="center">71 <th tal:condition="python: display_buttons and status_in_tabs" style='text-align:center'> 72 72 <strong tal:define="sort_status python:sort_by=='status'" 73 73 tal:omit-tag="not:sort_status"><a href="" 74 74 tal:attributes="href python:'%s/changeDisplayParams?display_order=%s' % (context_url, test(sort_status and direction=='asc','status_desc','status_asc'))" 75 75 i18n:translate="label_info_tab_status"></a></strong></th> 76 <th tal:condition="version_in_tabs" align="center">76 <th tal:condition="version_in_tabs" style='text-align:center'> 77 77 <strong tal:define="sort_version python:sort_by=='version'" 78 78 tal:omit-tag="not:sort_version"><a href="" … … 98 98 </td> 99 99 </span> 100 <td align="center"tal:condition="type_in_tabs">100 <td style='text-align:center' tal:condition="type_in_tabs"> 101 101 <img tal:replace="structure python:here.getImgTag(info['icon'], 102 102 base_url=base_url, title=info['type'])" /> … … 153 153 <a tal:condition="python: display_buttons and isSectionManager and context.portal_type not in ('Certificate',)" 154 154 href="dummy" tal:attributes="href string:${item/absolute_url}/cpsdocument_edit_form">[edit]</a></td> 155 <td align="center"tal:condition="size_in_tabs">155 <td style='text-align:center' tal:condition="size_in_tabs"> 156 156 <span tal:condition="info/size|nothing" tal:content="info/size"> </span></td> 157 <td align="center"tal:condition="date_in_tabs">157 <td style='text-align:center' tal:condition="date_in_tabs"> 158 158 <span tal:content="info/time_str">May 6,...</span></td> 159 <td align="center"tal:condition="author_in_tabs">159 <td style='text-align:center' tal:condition="author_in_tabs"> 160 160 <span tal:content="info/creator"> </span></td> 161 <td align="center"tal:condition="python:status_in_tabs and display_buttons and info['review_state'] in ('unchecked','checked',)"161 <td style='text-align:center' tal:condition="python:status_in_tabs and display_buttons and info['review_state'] in ('unchecked','checked',)" 162 162 tal:content="info/review_state" tal:attributes="class info/review_state" 163 163 i18n:translate="">published</td> 164 <td align="center"tal:condition="version_in_tabs">164 <td style='text-align:center' tal:condition="version_in_tabs"> 165 165 v-<tal:block replace="info/rev" /> 166 166 <tal:block i18n:translate=""
Note: See TracChangeset for help on using the changeset viewer.