Repository: oodt Updated Branches: refs/heads/site-dev 44b519a5a -> fd37853e2
remove old contact form Project: http://git-wip-us.apache.org/repos/asf/oodt/repo Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/fd37853e Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/fd37853e Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/fd37853e Branch: refs/heads/site-dev Commit: fd37853e20d491be8e5535c4dff649231da3e051 Parents: 44b519a Author: Tom Barber <[email protected]> Authored: Sun Oct 29 09:28:58 2017 +0000 Committer: Tom Barber <[email protected]> Committed: Sun Oct 29 09:28:58 2017 +0000 ---------------------------------------------------------------------- _includes/contactform.html | 48 ------------------------------------ _layouts/blog.html | 1 - _layouts/community.html | 1 - _layouts/default.html | 1 - _layouts/documentation.html | 1 - _layouts/download.html | 1 - _layouts/downloads.html | 1 - _layouts/front.html | 1 - _layouts/medical-usecase.html | 1 - _layouts/post.html | 1 - _layouts/staging-usecase.html | 1 - _layouts/streaming-usecase.html | 1 - 12 files changed, 59 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oodt/blob/fd37853e/_includes/contactform.html ---------------------------------------------------------------------- diff --git a/_includes/contactform.html b/_includes/contactform.html deleted file mode 100755 index 9a503c7..0000000 --- a/_includes/contactform.html +++ /dev/null @@ -1,48 +0,0 @@ -<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> - <div class="modal-dialog" role="document"> - <div class="modal-content"> - <div class="modal-header"> - <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span - aria-hidden="true">×</span></button> - <h4 class="modal-title" id="myModalLabel">Contact Us!</h4> - </div> - <form action="https://getsimpleform.com/messages?form_api_token=bcf720cd427d9ba6ffc231ee06d82804" - method="post"> - <div class="modal-body"> - - - <!-- the redirect_to is optional, the form will redirect to the referrer on submission --> - <input type='hidden' name='redirect_to' value='http://www.spicule.co.uk/thanks.html' /> - - <!-- all your input fields here.... --> - <div class="form-group"> - <label for="nameentry">Name:</label> - <input type='text' id="nameentry" class="form-control" name='name'/> - </div> - <div class="form-group"> - <label for="companyentry">Company:</label> - <input type='text' id="companyentry" class="form-control" name='company'/> - </div> - <div class="form-group"> - <label for="phoneentry">Phone:</label> - <input type='tel' id="phoneentry" class="form-control" name='phone'/> - </div> - <div class="form-group"> - <label for="emailentry">Email:</label> - <input type='email' id="emailentry" class="form-control" name='email'/> - </div> - <div class="form-group"> - <label for="messageentry">Message:</label> - <textarea id="messageentry" class="form-control" name='message'></textarea> - </div> - </div> - <div class="modal-footer"> - <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> - <button class="btn btn-primary">Send message</button> - - </div> - </form> - - </div> - </div> -</div> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/oodt/blob/fd37853e/_layouts/blog.html ---------------------------------------------------------------------- diff --git a/_layouts/blog.html b/_layouts/blog.html index 171bf37..517d504 100755 --- a/_layouts/blog.html +++ b/_layouts/blog.html @@ -8,7 +8,6 @@ {% include blog.html %} {% include footer.html %} -{% include contactform.html %} {% include scripts.html %} </body> </html> http://git-wip-us.apache.org/repos/asf/oodt/blob/fd37853e/_layouts/community.html ---------------------------------------------------------------------- diff --git a/_layouts/community.html b/_layouts/community.html index 1f53d8c..558737b 100755 --- a/_layouts/community.html +++ b/_layouts/community.html @@ -29,7 +29,6 @@ </div> {% include footer.html %} {% include scripts.html %} - {% include contactform.html %} </body> </html> http://git-wip-us.apache.org/repos/asf/oodt/blob/fd37853e/_layouts/default.html ---------------------------------------------------------------------- diff --git a/_layouts/default.html b/_layouts/default.html index 3104b10..08f4f4f 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,7 +10,6 @@ {% include frontpage.html %} {% include footer.html %} {% include scripts.html %} - {% include contactform.html %} </body> </html> http://git-wip-us.apache.org/repos/asf/oodt/blob/fd37853e/_layouts/documentation.html ---------------------------------------------------------------------- diff --git a/_layouts/documentation.html b/_layouts/documentation.html index 0378f41..ccbd433 100755 --- a/_layouts/documentation.html +++ b/_layouts/documentation.html @@ -37,7 +37,6 @@ </div> {% include footer.html %} {% include scripts.html %} - {% include contactform.html %} </body> </html> http://git-wip-us.apache.org/repos/asf/oodt/blob/fd37853e/_layouts/download.html ---------------------------------------------------------------------- diff --git a/_layouts/download.html b/_layouts/download.html index 1a56115..9886ae6 100755 --- a/_layouts/download.html +++ b/_layouts/download.html @@ -10,7 +10,6 @@ {% include download.html %} {% include footer.html %} {% include scripts.html %} - {% include contactform.html %} </body> </html> http://git-wip-us.apache.org/repos/asf/oodt/blob/fd37853e/_layouts/downloads.html ---------------------------------------------------------------------- diff --git a/_layouts/downloads.html b/_layouts/downloads.html index 3104b10..08f4f4f 100755 --- a/_layouts/downloads.html +++ b/_layouts/downloads.html @@ -10,7 +10,6 @@ {% include frontpage.html %} {% include footer.html %} {% include scripts.html %} - {% include contactform.html %} </body> </html> http://git-wip-us.apache.org/repos/asf/oodt/blob/fd37853e/_layouts/front.html ---------------------------------------------------------------------- diff --git a/_layouts/front.html b/_layouts/front.html index 6470c89..a43711b 100755 --- a/_layouts/front.html +++ b/_layouts/front.html @@ -11,7 +11,6 @@ {% include frontpage.html %} {% include footer.html %} {% include scripts.html %} - {% include contactform.html %} </body> </html> http://git-wip-us.apache.org/repos/asf/oodt/blob/fd37853e/_layouts/medical-usecase.html ---------------------------------------------------------------------- diff --git a/_layouts/medical-usecase.html b/_layouts/medical-usecase.html index 84191bd..1c9b37d 100755 --- a/_layouts/medical-usecase.html +++ b/_layouts/medical-usecase.html @@ -10,7 +10,6 @@ {% include medical.html %} {% include footer.html %} {% include scripts.html %} - {% include contactform.html %} </body> </html> http://git-wip-us.apache.org/repos/asf/oodt/blob/fd37853e/_layouts/post.html ---------------------------------------------------------------------- diff --git a/_layouts/post.html b/_layouts/post.html index b558ccc..0617746 100755 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -8,7 +8,6 @@ {% include post.html %} {% include footer.html %} -{% include contactform.html %} {% include scripts.html %} </body> </html> http://git-wip-us.apache.org/repos/asf/oodt/blob/fd37853e/_layouts/staging-usecase.html ---------------------------------------------------------------------- diff --git a/_layouts/staging-usecase.html b/_layouts/staging-usecase.html index 87ed534..5fdbfec 100755 --- a/_layouts/staging-usecase.html +++ b/_layouts/staging-usecase.html @@ -10,7 +10,6 @@ {% include staging.html %} {% include footer.html %} {% include scripts.html %} - {% include contactform.html %} </body> </html> http://git-wip-us.apache.org/repos/asf/oodt/blob/fd37853e/_layouts/streaming-usecase.html ---------------------------------------------------------------------- diff --git a/_layouts/streaming-usecase.html b/_layouts/streaming-usecase.html index 52b3902..aa271ba 100755 --- a/_layouts/streaming-usecase.html +++ b/_layouts/streaming-usecase.html @@ -10,7 +10,6 @@ {% include streaming.html %} {% include footer.html %} {% include scripts.html %} - {% include contactform.html %} </body> </html>
