diff options
Diffstat (limited to 'ishtar_pdl')
-rw-r--r-- | ishtar_pdl/__init__.py | 1 | ||||
-rw-r--r-- | ishtar_pdl/models.py | 1 | ||||
-rw-r--r-- | ishtar_pdl/static/pdl/JQueryCorporation.js | 14 | ||||
-rw-r--r-- | ishtar_pdl/static/pdl/styles.css | 25 | ||||
-rw-r--r-- | ishtar_pdl/templates/blocks/extra_head.html | 1 |
5 files changed, 0 insertions, 42 deletions
diff --git a/ishtar_pdl/__init__.py b/ishtar_pdl/__init__.py deleted file mode 100644 index 8d1c8b69c..000000000 --- a/ishtar_pdl/__init__.py +++ /dev/null @@ -1 +0,0 @@ - diff --git a/ishtar_pdl/models.py b/ishtar_pdl/models.py deleted file mode 100644 index 8d1c8b69c..000000000 --- a/ishtar_pdl/models.py +++ /dev/null @@ -1 +0,0 @@ - diff --git a/ishtar_pdl/static/pdl/JQueryCorporation.js b/ishtar_pdl/static/pdl/JQueryCorporation.js deleted file mode 100644 index e65001506..000000000 --- a/ishtar_pdl/static/pdl/JQueryCorporation.js +++ /dev/null @@ -1,14 +0,0 @@ -var current_status = 'corporation'; - -$(function() { - var $radios = $('input:radio[name=person_type]'); - if($radios.is(':checked') === false) { - $radios.filter('[value='+ current_status +']').prop('checked', true); - } - - $radios.change(function(){ - var loc = window.location; - window.location = loc.protocol + '//' + loc.host + loc.pathname + "?status=" + $('input:radio[name=person_type]:checked').val(); - }); - $("#corporation_div").show(); -}); diff --git a/ishtar_pdl/static/pdl/styles.css b/ishtar_pdl/static/pdl/styles.css deleted file mode 100644 index b35d0ade2..000000000 --- a/ishtar_pdl/static/pdl/styles.css +++ /dev/null @@ -1,25 +0,0 @@ -div#footer{ - position: fixed; - bottom: 0px; - background-color: #CCC; - width: 100%; - left: 0px; - z-index: 101; -} - -div#validation-bar{ - padding-top: 5px; - margin-bottom: 7px; -} - -div#foot{ - font-size: 0.75em; - text-align: center; - background-color: #bbb; - padding: 0.2em; -} - -#reset_wizards{ - right:50px; - position:absolute; -} diff --git a/ishtar_pdl/templates/blocks/extra_head.html b/ishtar_pdl/templates/blocks/extra_head.html deleted file mode 100644 index aa429bed4..000000000 --- a/ishtar_pdl/templates/blocks/extra_head.html +++ /dev/null @@ -1 +0,0 @@ - <link rel="stylesheet" href="{{STATIC_URL}}pdl/styles.css?ver={{VERSION}}" /> |