Task #3867 (closed)
Opened 9 years ago
Closed 8 years ago
Update pages with "Deprecated" and "Version X.X Only" banners.
| Reported by: | bwzloranger | Owned by: | bwzloranger |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-Beta4.3 |
| Component: | Documentation | Version: | n.a. |
| Keywords: | n.a. | Cc: | omero-team@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description (last modified by ajpatterson)
Using
You need to include all the block including the three open brackets and three close brackets.
You can edit the text inside the div if you need to but please try and keep it consistent.
Please place the block at the very top of the page.
For deprecated
{{{
#!html
<div class="deprecated">Deprecated Page</div>
}}}
For deprecated with a link to other content
{{{
#!html
<div class="deprecated">Deprecated Page: See <a class="deprecated-redirect" href="http://trac.openmicroscopy.org.uk/omero/ticket/2118">#2118</a></div>
}}}
For version
{{{
#!html
<div class="version">Version 4.0 only</div>
}}}
For version with a link to other content
{{{
#!html
<div class="version">Version 4.0 only: See <a class="version-redirect" href="http://trac.openmicroscopy.org.uk/omero/ticket/2118">#2118</a></div>
}}}
Update pages from audit accordingly.
Change History (12)
comment:1 Changed 9 years ago by bwzloranger
- Status changed from new to accepted
comment:2 Changed 9 years ago by bwzloranger
comment:3 Changed 9 years ago by bwzloranger
- Cc omero-team@… added
comment:4 Changed 9 years ago by bwzloranger
- Description modified (diff)
comment:5 Changed 9 years ago by bwzloranger
- Description modified (diff)
comment:6 Changed 9 years ago by bwzloranger
- Description modified (diff)
comment:7 Changed 9 years ago by bwzloranger
- Summary changed from Update pages with "Depreciated" and "Version X.X Only" banners. to Update pages with "Deprecated" and "Version X.X Only" banners.
comment:8 Changed 9 years ago by ajpatterson
- Description modified (diff)
comment:9 Changed 9 years ago by ajpatterson
- Description modified (diff)
comment:10 Changed 9 years ago by ajpatterson
- Description modified (diff)
comment:11 Changed 9 years ago by bwzloranger
- Sprint 2011-01-27 (4) deleted
Referencing ticket #3592 has changed sprint.
comment:12 Changed 8 years ago by bwzloranger
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
Examples found on this page should be put by each dev on their depreciated pages. Also update the google spreadsheet (listed in the attached story) with this information. -- Thanks!