apps/proto/proto/templates/proto/person/profile.html
author Todd Larsen <tlarsen@google.com>
Thu, 22 May 2008 19:37:38 +0000
changeset 33 616855b101b5
permissions -rw-r--r--
Add customized proto/person/profile.html template that was missed in the original apps/proto commit, and follow the new <model>/<view>.html directory structure now used in soc/templates/soc.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
33
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     1
{% extends 'soc/person/profile.html' %}
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     2
{% comment %}
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     3
Licensed under the Apache License, Version 2.0 (the "License");
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     4
you may not use this file except in compliance with the License.
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     5
You may obtain a copy of the License at
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     6
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     7
  http://www.apache.org/licenses/LICENSE-2.0
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     8
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     9
Unless required by applicable law or agreed to in writing, software
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    10
distributed under the License is distributed on an "AS IS" BASIS,
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    11
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    12
See the License for the specific language governing permissions and
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    13
limitations under the License.
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    14
{% endcomment %}
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    15
{% block 'stylesheet' %}
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    16
<link rel="stylesheet" type="text/css" href="/content/proto.css" />
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    17
{% endblock %}
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    18
{% block 'logo' %}
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    19
<img src="/content/logo.jpg" alt="Melange" />
616855b101b5 Add customized proto/person/profile.html template that was missed in the
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
    20
{% endblock %}