Skip to content

Commit

Permalink
Changed from HTML comments to Django comments so the source isn't lit…
Browse files Browse the repository at this point in the history
…tered.
  • Loading branch information
maxolasersquad committed Nov 22, 2013
1 parent 5156ebd commit 4abd117
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 10 deletions.
19 changes: 19 additions & 0 deletions templates/inventory/index.html
@@ -1,3 +1,22 @@
{% comment %}
Copyright 2013 Jack David Baucum

This file is part of Orthosie.

Orthosie is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Orthosie is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Orthosie. If not, see <http://www.gnu.org/licenses/>.
{% endcomment %}

<!DOCTYPE html>
<head>
<title>Orthosie Inventory Management</title>
Expand Down
4 changes: 2 additions & 2 deletions templates/register/index.html
@@ -1,4 +1,4 @@
<!--
{% comment %}
Copyright 2013 Jack David Baucum

This file is part of Orthosie.
Expand All @@ -15,7 +15,7 @@

You should have received a copy of the GNU General Public License
along with Orthosie. If not, see <http://www.gnu.org/licenses/>.
-->
{% endcomment %}
<!DOCTYPE html>
<html>
<head>
Expand Down
4 changes: 2 additions & 2 deletions templates/register/input.html
@@ -1,4 +1,4 @@
<!--
{% comment %}
Copyright 2013 Jack David Baucum

This file is part of Orthosie.
Expand All @@ -15,5 +15,5 @@

You should have received a copy of the GNU General Public License
along with Orthosie. If not, see <http://www.gnu.org/licenses/>.
-->
{% endcomment %}
<span id='register_input' class='form-control'></span>
4 changes: 2 additions & 2 deletions templates/register/numpad.html
@@ -1,4 +1,4 @@
<!--
{% comment %}
Copyright 2013 Jack David Baucum

This file is part of Orthosie.
Expand All @@ -15,7 +15,7 @@

You should have received a copy of the GNU General Public License
along with Orthosie. If not, see <http://www.gnu.org/licenses/>.
-->
{% endcomment %}

<div id='numpad'>
<div id='numpad_numbers'>
Expand Down
19 changes: 19 additions & 0 deletions templates/register/ringtype.html
@@ -1,3 +1,22 @@
{% comment %}
Copyright 2013 Jack David Baucum

This file is part of Orthosie.

Orthosie is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Orthosie is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Orthosie. If not, see <http://www.gnu.org/licenses/>.
{% endcomment %}

<button class='ringtype btn btn-primary btn-xs' id='ring_upc' onclick='Orthosie.input.set_inputtype("upc");'>
UPC
</button>
Expand Down
4 changes: 2 additions & 2 deletions templates/register/totals.html
@@ -1,4 +1,4 @@
<!--
{% comment %}
Copyright 2013 Jack David Baucum

This file is part of Orthosie.
Expand All @@ -15,7 +15,7 @@

You should have received a copy of the GNU General Public License
along with Orthosie. If not, see <http://www.gnu.org/licenses/>.
-->
{% endcomment %}

<div class='well well-sm center-block'>
<span id='sub_total_header' class='label default-label label-primary total_header'>
Expand Down
4 changes: 2 additions & 2 deletions templates/register/transactions.html
@@ -1,4 +1,4 @@
<!--
{% comment %}
Copyright 2013 Jack David Baucum

This file is part of Orthosie.
Expand All @@ -15,7 +15,7 @@

You should have received a copy of the GNU General Public License
along with Orthosie. If not, see <http://www.gnu.org/licenses/>.
-->
{% endcomment %}
<table class="table table-striped table-hover table-condensed table-responsive">
<tbody>
{% for line_item in line_items %}
Expand Down

0 comments on commit 4abd117

Please sign in to comment.