Changeset 1580
- Timestamp:
- 03/26/08 00:16:53 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-32/tmpl/cms/include/template_table.tmpl
r1570 r1580 14 14 <th class="cb"><input type="checkbox" name="id-head" value="all" class="select" /></th> 15 15 <th class="template-name"><__trans phrase="Template Name"></th> 16 <mt:if name="template_type" like="/(index|archive)/">16 <mt:if name="template_type" like="/(index|archive)/"> 17 17 <th class="output-file"><__trans phrase="Output File"></th> 18 </mt:if>18 </mt:if> 19 19 <mt:unless name="filter"> 20 20 <th class="template-type"><__trans phrase="Type"></th> … … 23 23 <th class="blog"><__trans phrase="Blog"></th> 24 24 </mt:unless> 25 <mt:unless name="screen_id" eq="search-replace">25 <mt:unless name="screen_id" eq="search-replace"> 26 26 <th class="linked-template si"><!-- <span><__trans phrase="Linked"></span> --><img src="<mt:var name="static_uri">images/status_icons/linked.gif" alt="<__trans phrase="Linked Template">" title="<__trans phrase="Linked Template">" width="17" height="9" /></th> 27 </mt:unless>28 <mt:if name="template_type" like="/(index|archive)/">27 </mt:unless> 28 <mt:if name="template_type" like="/(index|archive)/"> 29 29 <th class="dynamic-template si"><!-- <span><__trans phrase="Dynamic"></span> --><img src="<mt:var name="static_uri">images/status_icons/dynamic.gif" alt="<__trans phrase="Dynamic Template">" title="<__trans phrase="Dynamic Template">" width="11" height="9" /></th> 30 30 <th class="rebuild-template si"><!-- <span><__trans phrase="Published w/Indexes"></span> --><img src="<mt:var name="static_uri">images/status_icons/rebuild.gif" alt="<__trans phrase="Published Template w/Indexes">" title="<__trans phrase="Published Template w/Indexes">" width="9" height="9" /></th> 31 31 <th class="view-template si"><span><__trans phrase="View"></span></th> 32 </mt:if>32 </mt:if> 33 33 </tr> 34 34 </thead> … … 38 38 <td class="cb"><input type="checkbox" name="id" class="select" value="<mt:var name="id">" /></td> 39 39 <td class="template-name"><a href="<mt:var name="script_url">?__mode=view&_type=template&id=<mt:var name="id">&blog_id=<mt:var name="blog_id">"><mt:var name="name" escape="html"></a></td> 40 <mt:if name="template_type" like="/(index|archive)/">40 <mt:if name="template_type" like="/(index|archive)/"> 41 41 <td class="output-file"> 42 <mt:if name="outfile">43 <mt:var name="outfile" escape="html">44 <mt:else name="template_type" eq="archive">42 <mt:if name="outfile"> 43 <mt:var name="outfile" escape="html"> 44 <mt:else name="template_type" eq="archive"> 45 45 <ul> 46 <mt:loop name="archive_types">47 <mt:loop name="archive_tmpl_loop">46 <mt:loop name="archive_types"> 47 <mt:loop name="archive_tmpl_loop"> 48 48 <li><mt:if name="selected"><mt:var name="name" escape="html"></mt:if></li> 49 </mt:loop> 49 50 </mt:loop> 50 </mt:loop>51 51 </ul> 52 <mt:else> 53 <span><__trans phrase="-"></span> 52 <mt:else> 53 <span><__trans phrase="-"></span> 54 </mt:if> 55 </td> 54 56 </mt:if> 55 </td> 56 </mt:if> 57 <mt:unless name="filter"> 57 <mt:unless name="filter"> 58 58 <td class="template-type"><mt:if name="type" eq="custom"><__trans phrase="module"><mt:else><$mt:var name="type"$></mt:if></td> 59 </mt:unless>60 <mt:unless name="blog_view">59 </mt:unless> 60 <mt:unless name="blog_view"> 61 61 <td class="blog"><a href="<$mt:var name="script_url"$>?__mode=list&_type=template&blog_id=<$mt:var name="blog_id"$>"><$mt:var name="weblog_name" escape="html"$></a></td> 62 </mt:unless>63 <mt:unless name="screen_id" eq="search-replace">62 </mt:unless> 63 <mt:unless name="screen_id" eq="search-replace"> 64 64 <td class="linked-template si status-<mt:if name="linked_file">linked<mt:else>unlinked</mt:if>"><!-- <span><__trans phrase="Linked"></span> --><img src="<mt:var name="static_uri">images/spacer.gif" alt="<mt:if name="linked_file"><__trans phrase="Yes"><mt:else><__trans phrase="No"></mt:if>" width="9" height="9" <mt:if name="linked_file">title="<mt:var name="linked_file" escape="html">"</mt:if> /></td> 65 </mt:unless>66 <mt:if name="template_type" like="/(index|archive)/">65 </mt:unless> 66 <mt:if name="template_type" like="/(index|archive)/"> 67 67 <td class="dynamic-template si status-<mt:if name="build_dynamic">dynamic<mt:else>static</mt:if>"><img src="<mt:var name="static_uri">images/spacer.gif" alt="<mt:if name="build_dynamic"><__trans phrase="Yes"><mt:else><__trans phrase="No"></mt:if>" width="9" height="9" /></td> 68 68 <td class="rebuild-template si status-<mt:if name="rebuild_me">rebuild<mt:else>norebuild</mt:if>"><img src="<mt:var name="static_uri">images/spacer.gif" alt="<mt:if name="rebuild_me"><__trans phrase="Yes"><mt:else><__trans phrase="No"></mt:if>" width="9" height="9" /></td> 69 69 <td class="view-template si status-view"><mt:if name="published_url"><a href="<mt:var name="published_url">" target="<__trans phrase="_external_link_target">" title="<__trans phrase="View Published Template">"><img src="<mt:var name="static_uri">images/spacer.gif" alt="<__trans phrase="View Published Template">" width="13" height="9" /></a><mt:else><__trans phrase="-"></mt:if></td> 70 </mt:if>70 </mt:if> 71 71 </tr> 72 72 <mt:if __last__>
