diff options
author | Sam | 2014-02-25 21:30:51 +0000 |
---|---|---|
committer | Sam | 2014-02-25 21:30:51 +0000 |
commit | 1ab9e95d11da24e087774ac38786ae934f783fa6 (patch) | |
tree | f7a00a594defbd51eab28d3b9c73a36a1b65ef7f /wqflask | |
parent | 1270a617ce10302c188f9f989d34eaf477ee6521 (diff) | |
download | genenetwork2-1ab9e95d11da24e087774ac38786ae934f783fa6.tar.gz |
Added untracked file
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/collections/add_anonymous.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/wqflask/wqflask/templates/collections/add_anonymous.html b/wqflask/wqflask/templates/collections/add_anonymous.html new file mode 100644 index 00000000..9259f667 --- /dev/null +++ b/wqflask/wqflask/templates/collections/add_anonymous.html @@ -0,0 +1,22 @@ +<div id="myModal"> + <div class="modal-header"> + <h3>Add to collection</h3> + <br /> + <div> + <p>We can add this to a temporary collection for you.</p> + <p>For the most features you'll want to sign in or create an account.</p> + </div> + </div> + <div class="modal-body"> + <form action="/collections/new" data-validate="parsley" id="add_form"> + <input type="hidden" name="traits" value="{{ traits }}" /> + <button type="submit" name="Default" class="btn btn-large btn-block btn-primary">Continue without signing in</button> + <button type="submit" name="create_new" class="btn btn-large btn-block">Sign in or create an account</button> + + </form> + </div> +</div> + +<script> + $('#add_form').parsley(); +</script> |