Changeset 7482
- Timestamp:
- 08/23/09 06:57:58 (2 years ago)
- Location:
- trunk/template.padre.perlide.org/tt
- Files:
-
- 1 added
- 2 edited
-
lib/footer (modified) (1 diff)
-
pages/download.html (modified) (2 diffs)
-
pages/legal.html (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/template.padre.perlide.org/tt/lib/footer
r7467 r7482 3 3 [% WRAPPER chrome/styled_panel %] 4 4 <div id="footer"> 5 last updated [% build_date %], <address>Padre webmasters</address>, <a href="code_of_conduct.html">Code of Conduct and Diversity Statement</a> 5 last updated [% build_date %], <address>Padre webmasters</address>, <a href="code_of_conduct.html">Code of Conduct and Diversity Statement</a>, 6 <a href="legal.html">legal</a> 7 6 8 </div> 7 9 [% END %] -
trunk/template.padre.perlide.org/tt/pages/download.html
r7391 r7482 16 16 </div> 17 17 18 18 19 <div class="spacer"></div> 19 20 [% WRAPPER chrome/styled_panel %] … … 24 25 [% END %] 25 26 27 <div class="spacer"></div> 28 [% WRAPPER chrome/styled_panel %] 29 <h1>License</h1> 30 31 <p> 32 Padre is free oftware. You can redistribute it and/or 33 modify it under the same terms as Perl 5.10 which means 34 either the <a href="http://svn.perlide.org/padre/trunk/Padre/Artistic">Artistic</a> 35 license or <a href="http://svn.perlide.org/padre/trunk/Padre/COPYING">GPL I</a>. 36 </p> 37 26 38 [% END %] 39 40 <div class="spacer"></div> 41 [% WRAPPER chrome/styled_panel %] 42 <h1>Copyright</h1> 43 44 <p> 45 Copyright 2008-2009 The Padre development teams listed in Padre.pm 46 in the main distribution. 47 </p> 48 49 50 [% END %] 51 52 53 [% END %] 54 55 56 57 27 58 28 59 [%# Page layout ends ... block templates below per download type %]
Note: See TracChangeset
for help on using the changeset viewer.
