NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/NCCOOSSite/trunk/NCCOOSite/skins/nccoos/colophon.pt

Revision 13 (checked in by cbc, 18 years ago)

Initial import

Line 
1 <html xmlns="http://www.w3.org/1999/xhtml"
2       xml:lang="en" lang="en"
3       i18n:domain="plone">
4
5   <head><title></title></head>
6   <body>
7
8     <div id="portal-colophon" metal:define-macro="colophon" i18n:domain="plone">
9       <tal:comment replace="nothing">
10
11         Please keep the Plone Powered button (or a textual link to us) if you use
12         Plone on your site. It's a nice token of gratitude, and we appreciate your
13         help in promoting the Plone name.
14
15         Plone is powered by the combined forces of Zope and CMF, two absolutely
16         great systems made by Zope Corporation (http://zope.com) and they in turn
17         are based on the best programming language in the world - Python
18         (http://www.python.org). We owe these guys a lot, thanks for making Plone
19         possible!
20
21       </tal:comment>
22
23       <a href="http://plone.org"
24          class="colophonIcon colophonIconPlone"
25          title="This Plone site was built using Plone CMS, the Open Source Content Management System. Click for more information."
26          i18n:attributes="title title_built_with_plone;"
27          i18n:translate="label_powered_by_plone">
28         Powered by Plone CMS, the Open Source Content Management System, Copyright 2007, All rights reserved.
29       </a>
30
31         <metal:slot define-slot="colophon" />
32 <!--
33      <p i18n:translate="text_conforms_to_standards" class="discreet">
34         This site conforms to the following standards:
35       </p>
36
37       <div class="colophonWrapper">
38       <ul>
39     <li>
40       <a href="http://www.section508.gov"
41          class="colophonIcon colophonIcon508"
42          title="This Plone site conforms to the US Government Section 508 Accessibility Guidelines."
43          i18n:attributes="title title_section_508;"
44          i18n:translate="label_section_508">
45         Section 508
46       </a>
47     </li>
48     <li>
49       <a href="http://www.w3.org/WAI/WCAG1AA-Conformance"
50          class="colophonIcon colophonIconWAI"
51          title="This Plone site conforms to the W3C-WAI Web Content Accessibility Guidelines."
52          i18n:attributes="title title_wcag_conformance;"
53          i18n:translate="label_wcag">
54         WCAG
55       </a>
56     </li>
57     <li>
58       <a href="http://validator.w3.org/check/referer"
59          class="colophonIcon colophonIconXHTML"
60          title="This Plone site is valid XHTML."
61          i18n:attributes="title title_valid_xhtml;"
62          i18n:translate="label_xhtml">
63         Valid XHTML
64       </a>
65     </li>
66     <li>
67       <a href="http://jigsaw.w3.org/css-validator/check/referer&amp;warning=no&amp;profile=css3&amp;usermedium=all"
68          class="colophonIcon colophonIconCSS"
69          title="This Plone site was built with valid CSS."
70          i18n:attributes="title title_built_with_css;"
71          i18n:translate="label_css">
72         Valid CSS
73       </a>
74     </li>
75     <li>
76       <a href="http://plone.org/browsersupport"
77          class="colophonIcon colophonIconAnyBrowser"
78          title="This Plone site is usable in any web browser."
79          i18n:attributes="title title_any_browser;"
80          i18n:translate="label_any_browser">
81         Usable in any browser
82       </a>
83     </li>
84       </ul>
85       </div> -->
86
87     </div>
88
89   </body>
90 </html>
Note: See TracBrowser for help on using the browser.