RSS

(root)/bugzilla/trunk : 6949 : extensions/example/template/en/default/pages/example.html.tmpl

To get this branch, use:
bzr branch /bugzilla/trunk

« back to all changes in this revision

Viewing changes to extensions/example/template/en/default/pages/example.html.tmpl

Max Kanat-Alexander
2010-02-01 13:39:54
Revision ID: mkanat@bugzilla.org-20100201213954-6owd0g6vhlna09jw
Fix the data in the bzr repo to match the data in the CVS repo.
During the CVS imports into Bzr, there were some inconsistencies introduced
(mostly that files that were deleted in CVS weren't being deleted in Bzr).
So this checkin makes the bzr repo actually consistent with the CVS repo,
including fixing permissions of files.

Show diffs side-by-side

added added

removed removed

1
 
[%#
2
 
  # The contents of this file are subject to the Mozilla Public
3
 
  # License Version 1.1 (the "License"); you may not use this file
4
 
  # except in compliance with the License. You may obtain a copy of
5
 
  # the License at http://www.mozilla.org/MPL/
6
 
  #
7
 
  # Software distributed under the License is distributed on an "AS
8
 
  # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
9
 
  # implied. See the License for the specific language governing
10
 
  # rights and limitations under the License.
11
 
  #
12
 
  # The Original Code is the Bugzilla Example Plugin.
13
 
  #
14
 
  # The Initial Developer of the Original Code is Canonical Ltd.
15
 
  # Portions created by Canonical Ltd. are Copyright (C) 2009
16
 
  # Canonical Ltd. All Rights Reserved.
17
 
  #
18
 
  # Contributor(s): 
19
 
  #   Max Kanat-Alexander <mkanat@bugzilla.org>
20
 
  #%]
21
 
 
22
 
[% PROCESS global/header.html.tmpl
23
 
    title = "Example Page" 
24
 
%]
25
 
 
26
 
<p>Here's what you passed me:</p>
27
 
[% USE Dumper %]
28
 
<pre>
29
 
  [% Dumper.dump_html(cgi_variables) %]
30
 
</pre>
31
 
 
32
 
[% PROCESS global/footer.html.tmpl %]

Loggerhead 1.18.1 is a web-based interface for Bazaar branches