# HG changeset patch # User Madhusudan.C.S # Date 1251458156 -7200 # Node ID a0f2214724876d1799ebb9550e84afd0d07ec47e # Parent 58e2a02e35b4b797e69ab1d488f924254abec45b Bulk add templates regarding GHOPProgram Views. Reviewed by: to-be-reviewed diff -r 58e2a02e35b4 -r a0f221472487 app/soc/templates/modules/ghop/program/allocation/allocation.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/soc/templates/modules/ghop/program/allocation/allocation.html Fri Aug 28 13:15:56 2009 +0200 @@ -0,0 +1,23 @@ +{% extends "soc/models/list.html" %} + +{% block scripts %} +{{ block.super }} + + +{% endblock %} + +{% block body %} +
+ +{% if error_message %} +
{{ error_message|safe }}
+{% endif %} +{{ block.super }} +
+{% endblock %} + diff -r 58e2a02e35b4 -r a0f221472487 app/soc/templates/modules/ghop/program/allocation/heading.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/soc/templates/modules/ghop/program/allocation/heading.html Fri Aug 28 13:15:56 2009 +0200 @@ -0,0 +1,5 @@ + + Name + Task Quota Limits + + diff -r 58e2a02e35b4 -r a0f221472487 app/soc/templates/modules/ghop/program/allocation/row.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/soc/templates/modules/ghop/program/allocation/row.html Fri Aug 28 13:15:56 2009 +0200 @@ -0,0 +1,11 @@ + +
{{ list.item.name }}
+ + + + + diff -r 58e2a02e35b4 -r a0f221472487 app/soc/templates/modules/ghop/program/list/heading.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/soc/templates/modules/ghop/program/list/heading.html Fri Aug 28 13:15:56 2009 +0200 @@ -0,0 +1,5 @@ + + Program Name + Program Owner + + diff -r 58e2a02e35b4 -r a0f221472487 app/soc/templates/modules/ghop/program/list/row.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/soc/templates/modules/ghop/program/list/row.html Fri Aug 28 13:15:56 2009 +0200 @@ -0,0 +1,11 @@ + + +
+ {{ list.item.name }} +
+ +
{{ list.item.scope_path}}
+ + diff -r 58e2a02e35b4 -r a0f221472487 app/soc/templates/modules/ghop/program/tag/difficulty.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/soc/templates/modules/ghop/program/tag/difficulty.html Fri Aug 28 13:15:56 2009 +0200 @@ -0,0 +1,113 @@ +{% extends "soc/models/edit.html" %} +{% comment %} +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +{% endcomment %} + +{% block stylesheet %} +{{ block.super }} + +{% endblock %} + +{% block scripts %} + {{ block.super }} + + + +{% endblock %} + +{% block body %} +To add new tags click on Add button. To edit a tag click on the tag. To +delete a tag click on it and make its content empty. To order them drag and +drop the tags. + +

+ +

+ + +{% endblock %} + diff -r 58e2a02e35b4 -r a0f221472487 app/soc/templates/modules/ghop/program/tag/task_type.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/soc/templates/modules/ghop/program/tag/task_type.html Fri Aug 28 13:15:56 2009 +0200 @@ -0,0 +1,112 @@ +{% extends "soc/models/edit.html" %} +{% comment %} +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +{% endcomment %} + +{% block stylesheet %} +{{ block.super }} + +{% endblock %} + +{% block scripts %} + {{ block.super }} + + + +{% endblock %} + +{% block body %} +To add new tags click on Add button. To edit a tag click on the tag. To +delete a tag click on it and make its content empty. To order them drag and +drop the tags. + +

+ +

+ + +{% endblock %} +