Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified src/.gitignore
100644 → 100755
Empty file.
Empty file modified src/.pypirc
100644 → 100755
Empty file.
Empty file modified src/.travis.yml
100644 → 100755
Empty file.
Empty file modified src/AUTHORS.rst
100644 → 100755
Empty file.
Empty file modified src/CHANGES.rst
100644 → 100755
Empty file.
Empty file modified src/LICENSE.txt
100644 → 100755
Empty file.
Empty file modified src/MANIFEST.in
100644 → 100755
Empty file.
Empty file modified src/README.md
100644 → 100755
Empty file.
Empty file modified src/README.rst
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion src/app/__init__.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ class ConfigClass(object):
# Flask-SQLAlchemy settings


SQLALCHEMY_DATABASE_URI = 'mysql+mysqldb://luisasantus:password@localhost/scimatch2?charset=utf8' # File-based SQL database' # File-based SQL database
SQLALCHEMY_DATABASE_URI = 'mysql+mysqldb://root:Aina100995@@localhost/data2?charset=utf8' # File-based SQL database' # File-based SQL database


SQLALCHEMY_COMMIT_ON_TEARDOWN = False
SQLALCHEMY_TRACK_MODIFICATIONS = False # Avoids SQLAlchemy warning
Expand Down
Empty file modified src/app/activate.sh
100644 → 100755
Empty file.
Empty file modified src/app/static/favicon.ico
100644 → 100755
Empty file.
Binary file added src/app/static/images/Laboratorio.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/app/static/images/accept.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/app/static/images/aina.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/app/static/images/applicant.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/app/static/images/fondo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/app/static/images/fondo2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/app/static/images/fons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/app/static/images/fons2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/app/static/images/gab.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/app/static/images/group.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/app/static/images/icon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/app/static/images/iconopersonas.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/app/static/images/logo.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/app/static/images/luisa.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/app/static/images/mail.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/app/static/images/marc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/app/static/images/question.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/app/static/images/reject.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/app/static/images/remove-button.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/app/static/images/user_image.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/app/static/images/why.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/app/static/images/woman.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified src/app/static/my_style.css
100644 → 100755
Empty file.
Empty file modified src/app/static/style.css
100644 → 100755
Empty file.
Empty file modified src/app/templates/_rendering_utils.html
100644 → 100755
Empty file.
Empty file modified src/app/templates/change_pref.html
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion src/app/templates/chat_applicant.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
<form name ="chat" action="" method="POST" novalidate formnovalidate class="form" role="form">
<div id="container_id" class="card" onClick="javascript:this.parentNode.submit();">
<div style="background: white; border: dotted 1px grey; border-color: #3abc83; border-radius: 10px; width: 630px; height: 70px; margin-bottom: 5px; ">
<img src="https://ptetutorials.com/images/user-profile.png" style=" border-radius:0px; height:40px; width:40px; margin: 15px; " align="left">
<img src="{{ url_for('static', filename='images/woman.png')}}" style=" border-radius:0px; height:45px; width:45px; margin: 15px; " align="left">
<h4>{{position['position_name']}}</h4>
<!-- <p>{{request['position_name']}}</p> -->
<!-- <p>position_id : {{position['position_id']}}</p> -->
Expand Down
2 changes: 1 addition & 1 deletion src/app/templates/chat_group.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ <h4>Your applicants:</h4>
<form name ="chat" action="" method="POST" novalidate formnovalidate class="form" role="form">
<div id="container_id" class="card" onClick="javascript:this.parentNode.submit();">
<div style="background: white; border: dotted 1px grey; border-color: #3abc83; border-radius: 10px; width: 630px; height: 70px; margin-bottom: 5px; ">
<img src="https://ptetutorials.com/images/user-profile.png" style=" border-radius:0px; height:40px; width:40px; margin: 15px; " align="left">
<img src="{{ url_for('static', filename='images/woman.png')}}"style=" border-radius:0px; height:45px; width:45px; margin: 15px; " align="left">
<h4>{{request['applicant_first_name']}} {{request['applicant_last_name']}} </h4>
<!-- <p>{{request['position_name']}}</p> -->
<!-- <p>position_id : {{request['position_id']}}</p> -->
Expand Down
48 changes: 29 additions & 19 deletions src/app/templates/home_page.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,21 @@

.container .btn:hover {
background-color: black;

}

</style>
</head>
<body class="bg-light">
<center>
<div class="w3-container w3-center w3-animate-opacity" style="margin-bottom:100px; margin-top:70px; " id="container_id">
<h1 style="color: #565656; ">Find your job, anywhere.</h1>
<h2 >Find your job, anywhere.</h2>
</div>
<style>
h2 {
font-size: 60px;
}
</style>

<div class="row">
<div class="col-sm-12">
Expand All @@ -58,47 +64,51 @@ <h1 style="color: #565656; ">Find your job, anywhere.</h1>
<div class="container">
<div class="row" style="margin-bottom:150px;">
<div class=" container col-md-6 w3-container w3-center w3-animate-opacity" id="container_id" >
<a href="{{ url_for('user.register_applicant') }}"">
<a href="{{ url_for('user.register_applicant') }}"">
<img class="card-img-top" src="{{ url_for('static', filename='images/CRG.jpg')}}" alt="Card image cap" height="300px;">
<button class="btn" style="background-color: #b3d8d2; color: WHITE; font-weight: bold; border: dotted 1px white;">Start looking for a job!</button></a>
<button class="btn" style="background-color: #9befcb; color: #3a3a3a; font-weight: bold; border: dotted 1px #3a3a3a;">Start looking for a job!</button>
</a>

</div>
<div id="container_id" class="col-md-6 w3-container w3-center w3-animate-opacity" ">
<a href="{{ url_for('user.register_group') }}"><img class="card-img-top" src="{{ url_for('static', filename='images/applicant-home.jpg')}}" alt="Card image cap" height="300px;">
<button class="btn" href= "{{ url_for('user.register_group') }}"style="background-color: #b3d8d2; color: WHITE; font-weight: bold; border: dotted 1px white;">Find the right candidate.</button></a>
<button class="btn" href= "{{ url_for('user.register_group') }}"style="background-color: #f9cb9c; color: #3a3a3a; font-weight: bold; border: dotted 1px #3a3a3a;">Find the right candidate.</button></a>
</div>
</div>

<div ></div>
</body>

<div class="row">
<div class="row" style="width: 1050px; border-radius: 4px; border: 3px dotted; border-color:#9befcb; padding-left:50px; padding-right:50px; padding-bottom: 20px; background-image: url({{ url_for('static', filename='images/fondo.png')}}">
<div class="container" data-aos="zoom-in" >
<div class="row">
<div class="col-md-2"> </div>
<div class="col-md-6" style=" height: 220px; margin-bottom: 10px; background-color: white; border: 2px dotted #grey; border-radius:10px;" align="center" >
<h2 style="color: #565656;">Why SciMatch?</h2>
<h4 style="color: #565656;"> If you are bored of looking at thousands of websites to find interesting research groups or if you are tired of sending emails without receiving any answer... </h4>
<h4 style="color: #565656;">The faster and more efficient way to put in contact people wanting to work and research groups looking for new incorporations.</h4>
<h1 style="color: black;" align="left">Why SciMatch??</h1>
<h4 style="color: #3a3a3a;" align="left"> If you are bored of looking at thousands of websites to find interesting research groups or if you are tired of </h4>
<h4 style="color: #3a3a3a; " align="left"> sending emails without receiving any answer... </h4>
<h4 style="color: #3a3a3a;" align="left">SciMatch is the faster and more efficient way to put in contact people wanting to work and research groups</h4>
<h4 style="color: #3a3a3a;" align="left"> looking for new incorporations.</h4>
</div>
<div class="col-md-4"> <img src="{{url_for('static', filename='images/question.png')}}" height="200"></div>
</div>
</div>
<div class="row" style="background-color:#f2f2f2; height:40px; ">
<div class="row" style="background-color:white; height:70px; ">
</div>
</div>


<div class="row" style="margin-top: 50px; margin-bottom:70px; "data-aos="zoom-in">
<div class="col-md-3">
</div>

<div id="container_id"class="col-md-6" style="border: dashed 2px #d6d6d6; border-radius: 4px; ">
<a href="{{ url_for('who') }}"><img class="card-img-top" src="{{ url_for('static', filename='images/iconopersonas.png')}}" alt="Card image cap" width="140" height="110"></a>
<a href="{{ url_for('who') }}"">
<div id="container_id"class="col-md-6" style=" border: 3px dotted; border-color:#9befcb; padding-top:20px; padding-bottom:20px;border-radius: 4px; background-image: url({{ url_for('static', filename='images/fondo.png')}}">
<div class="card-body">
<h4 style="color: #565656;">Find out more about the founders</h4>

<style type="text/css">
.glyphicon {
font-size: 50px;
}
</style>
<span style="color:black" class="glyphicon glyphicon-user"></span> <span style="color:black" class="glyphicon glyphicon-user"></span> <span style="color:black" class="glyphicon glyphicon-user"></span>
<h4 style="color: black; href">Find out more about the founders</h4>
</div>
</div>
</a>
</div>


Expand Down
12 changes: 7 additions & 5 deletions src/app/templates/home_page_applicant.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,18 @@ <h3> Your Matches</h3>
{% for each in matches %}

<div class="col-md-4" >
<div class="box_position" style="background-color:white; margin-bottom: 70px;border-radius: 10px; border: 5px solid #76E6B6; " >
<h4 style="background-color: #76E6B6; margin-top: 0px; padding-top: 10px; padding-bottom:10px; border-radius-top: 15px; ">{{ each['name'] }}</h4>
<div class="box" style="height: 200px; margin-bottom:30px; padding-right:20px; padding-left:20px; padding-top:10px;margin-bottom: 30px; margin-top:20px;border-radius: 15px; background-image:url({{ url_for('static', filename='images/fons2.png')}}""">
<div align="left">
<h4 align="center" style=" background-color:white; width:200px; ">{{ each['name'] }}</h4>
<br>
<h5>Salary: {{ each['salary'] }} &euro;</h5>
<h5>Start Date: {{ each['start_date'] }}</h5>
<br>
</div>
{% if each['id'] not in requested %}
<div class="row">
<div class="col-md-4" >
<button type="button btn-success" data-toggle="modal" href="#{{ each['id'] }}" role="button" data-target="#{{ each['id'] }}" style="background-color:white; border-radius: 50%; font: bold; color:grey;"> i</button>
<button type="button" data-toggle="modal" href="#{{ each['id'] }}" role="button" data-target="#{{ each['id'] }}" style="background-color:#fac793; border-radius: 50%; font: bold; color:grey;"> i</button>
</div>
<div class="modal fade" id="{{ each['id'] }}" tabindex="-1" role="dialog" aria-labelledby="{{ each['id'] }}" aria-hidden="true">
<div class="modal-dialog" role="document">
Expand All @@ -42,7 +44,7 @@ <h5 class="modal-title" id="{{ each['id'] }}"> {{ each['name'] }}</h5>
{{ each['description'] }}
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" style="background-color: #76E6B6;" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-secondary" style="background-color:#fac793;" data-dismiss="modal">Close</button>
</div>
</div>
</div>
Expand All @@ -62,7 +64,7 @@ <h5 class="modal-title" id="{{ each['id'] }}"> {{ each['name'] }}</h5>
</div>
{% else %}

<button type="button btn-success" data-toggle="modal" href="#{{ each['id'] }}" role="button" data-target="#{{ each['id'] }}" style="background-color:white; border-radius: 50%; font: bold; color:grey;"> i</button>
<button type="button" data-toggle="modal" href="#{{ each['id'] }}" role="button" data-target="#{{ each['id'] }}" style="background-color:#fac793;; border-radius: 50%; font: bold; color:grey;"> i</button>
<div class="modal fade" id="{{ each['id'] }}" tabindex="-1" role="dialog" aria-labelledby="{{ each['id'] }}" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
Expand Down
12 changes: 6 additions & 6 deletions src/app/templates/home_page_group.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -146,16 +146,16 @@ <h3 style="margin-left:30px;">Your positions</h3>

<center>
<div class="col-md-3" >
<div class="box_position" style="height: 150px;background-color:white; margin-bottom: 30px;border-radius: 15px; border: 5px solid #76E6B6; " >
<h4 style="background-color: #76E6B6; margin-top: 0px; padding-top: 10px; padding-bottom:5px; border-radius-top: 15px; ">{{ each['name'] }}</h4>

<div class="box" style="height: 200px; margin-bottom:30px; padding-right:20px; padding-left:20px; padding-top:10px;margin-bottom: 30px; margin-top:20px;border-radius: 15px; background-image:url({{ url_for('static', filename='images/fons2.png')}}"""> <input align="right" type ="image" src="{{ url_for('static', filename='images/remove-button.png')}}" name="delete_positon" value="delete_positon" style="height: 20px; ">
<div style="height:20px"></div>
<div align="left">
<h4 align="center" style=" background-color:white; width:200px; ">{{ each['name'] }}</h4>
<h5 style="margin-top: 20px; ">Salary: {{ each['salary'] }} &euro;</h5>
<h5>Start Date: {{ each['start_date'] }}</h5>

</div>
<form id="package_form" action="" method="post" value="delete_position" style="padding-bottom: 10px; padding-top: 5px; ">
{{ form.position_id( value= each['id'] ) }}
{{ form.status( value= "delete_position") }}
<input type ="image" src="{{ url_for('static', filename='images/remove-button.png')}}" name="delete_positon" value="delete_positon" style="height: 20px; ">
</form>
<br>
<br>
Expand All @@ -167,7 +167,7 @@ <h5>Start Date: {{ each['start_date'] }}</h5>
{% endfor %}
<center>
<div class="col-md-3" >
<div class=" box_position" style="height: 150px; background-color:white; margin-bottom: 30px;border-radius: 15px; border: 2px grey dotted; " >
<div class=" box_position" style="height: 200px; margin-top:20px;background-color:white; margin-bottom: 30px;border-radius: 15px; border: 2px grey dotted; padding-top: 20px; " >
<br>
<a href="{{ url_for('user.add_position') }}" class="btn" style="color: grey; border: 0px; "><h1>+</h1></a>
<br>
Expand Down
Empty file modified src/app/templates/profile_applicant.html
100644 → 100755
Empty file.
5 changes: 3 additions & 2 deletions src/app/templates/who.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
</script>
</head>
<center>
<h1 style="color: #565656; margin: 40px;">Who are we?</h1>
<h4 style="color: #565656; margin: 30px;"> Three enthusiatic students with many differences but a common bond: biology and informatics.</h4>
<div id="container_id" style=" width:1000px;height:105px; padding-top:1px; padding-bottom:15px;border-radius: 4px; background-image: url({{ url_for('static', filename='images/fondo.png')}}"><h1 style="color:black; margin: 40px;">Who are we?</h1>
</div>
<h4 style="color: #565656; margin: 20px;"> Three enthusiatic students with many differences but a common bond: biology and informatics.</h4>
<div class="container">
<div class="row">
<div class="col-md-4" data-aos="fade-right" style=" height: 505px; margin-bottom: 10px; background-color: white; border: dashed 1px #d6d6d6; border-radius: 4px; " >
Expand Down
Empty file modified src/app/templates/why.html
100644 → 100755
Empty file.
Empty file modified src/app/utils.py
100644 → 100755
Empty file.
Empty file modified src/babel.cfg
100644 → 100755
Empty file.
Empty file modified src/fabfile.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/README.rst
100644 → 100755
Empty file.
Empty file modified src/flask_user/__init__.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/db_adapters/__init__.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/db_adapters/db_adapter_interface.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/db_adapters/dynamo_db_adapter.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/db_adapters/mongo_db_adapter.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/db_adapters/pynamo_db_adapter.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/db_adapters/sql_db_adapter.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/db_manager.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/decorators.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/email_adapters/__init__.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/email_adapters/email_adapter_interface.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/email_adapters/sendgrid_email_adapter.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/email_adapters/sendmail_email_adapter.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/email_adapters/smtp_email_adapter.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/email_manager.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/forms.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/legacy_error.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/password_manager.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/signals.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/templates/flask_user/_authorized_base.html
100644 → 100755
Empty file.
Empty file modified src/flask_user/templates/flask_user/_common_base.html
100644 → 100755
Empty file.
5 changes: 2 additions & 3 deletions src/flask_user/templates/flask_user/_macros.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,10 @@
{%- endmacro %}



{% macro render_submit_field(field, label=None, tabindex=None) -%}
{% if not label %}{% set label=field.label.text %}{% endif %}
{#<button type="submit" class="form-control btn" style="background-color: #76E6B6;">{{label}}</button>#}
<input type="submit" style="background-color: #76E6B6; margin-bottom:5px " class="btn" value="{{label}}"
{#<button type="submit" class="form-control btn" style=" border: 3px solid #76E6B6; border-radius:1000px; background-color: white; border-color:#fac793; border-radius:1000px;">{{label}}</button>#}
<input type="submit" style=" border: 3px solid #76E6B6; border-radius:1000px; background-color:white; border: 3px dotted; border-color:#fac793; margin-bottom:5px border-radius:1000px;" class="btn" value="{{label}}"
{% if tabindex %}tabindex="{{ tabindex }}"{% endif %}
>
{%- endmacro %}
Empty file modified src/flask_user/templates/flask_user/_public_base.html
100644 → 100755
Empty file.
Empty file modified src/flask_user/templates/flask_user/add_position.html
100644 → 100755
Empty file.
Empty file modified src/flask_user/templates/flask_user/change_password.html
100644 → 100755
Empty file.
Empty file modified src/flask_user/templates/flask_user/change_username.html
100644 → 100755
Empty file.
Empty file modified src/flask_user/templates/flask_user/edit_group_profile.html
100644 → 100755
Empty file.
Empty file modified src/flask_user/templates/flask_user/edit_user_profile.html
100644 → 100755
Empty file.
Empty file modified src/flask_user/templates/flask_user/emails/base_message.html
100644 → 100755
Empty file.
Empty file modified src/flask_user/templates/flask_user/emails/base_message.txt
100644 → 100755
Empty file.
Empty file modified src/flask_user/templates/flask_user/emails/base_subject.txt
100644 → 100755
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file modified src/flask_user/templates/flask_user/forgot_password.html
100644 → 100755
Empty file.
Empty file modified src/flask_user/templates/flask_user/invite_user.html
100644 → 100755
Empty file.
Empty file modified src/flask_user/templates/flask_user/login.html
100644 → 100755
Empty file.
Empty file modified src/flask_user/templates/flask_user/login_auth0.html
100644 → 100755
Empty file.
Empty file modified src/flask_user/templates/flask_user/login_or_register.html
100644 → 100755
Empty file.
Empty file modified src/flask_user/templates/flask_user/manage_emails.html
100644 → 100755
Empty file.
Empty file modified src/flask_user/templates/flask_user/register.html
100644 → 100755
Empty file.
Empty file modified src/flask_user/templates/flask_user/register_applicant.html
100644 → 100755
Empty file.
Empty file modified src/flask_user/templates/flask_user/register_group.html
100644 → 100755
Empty file.
Empty file modified src/flask_user/templates/flask_user/resend_confirm_email.html
100644 → 100755
Empty file.
Empty file modified src/flask_user/templates/flask_user/reset_password.html
100644 → 100755
Empty file.
Empty file modified src/flask_user/templates/flask_user/select_register_type.html
100644 → 100755
Empty file.
12 changes: 7 additions & 5 deletions src/flask_user/templates/flask_user_layout.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<div class="pull-right">
{% if call_or_get(current_user.is_authenticated) and role == "Applicant" %}
<div class="dropdown">
<button class="btn dropdown-toggle" style="border-color: #76E6B6;" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><h5>{{current_user.first_name}} {{current_user.last_name}}</h5> </button>
<button class="btn dropdown-toggle" style="background:#ffffff; border: 3px solid #76E6B6; border-radius:1000px; padding:8px 20px; color:#000000; display:inline-block; font:normal normal 23px/1 Calibri, sans-serif; text-align: center;" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><h5>{{current_user.first_name}} {{current_user.last_name}}</h5> </button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="{{ url_for('user.edit_user_profile') }}">Edit profile</a>
<div class="dropdown-divider"></div>
Expand All @@ -74,7 +74,7 @@
</div>
{% elif call_or_get(current_user.is_authenticated) and role == "Group" %}
<div class="dropdown">
<button class="btn dropdown-toggle" style="border-color: #76E6B6;" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><h5>Menu</h5> </button>
<button class="btn dropdown-toggle" style="background:#ffffff; border: 3px solid #f9cb9c; border-radius:1000px; padding:8px 20px; color:#000000; display:inline-block; font:normal normal 23px/1 Calibri, sans-serif; text-align: center; type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><h5>Menu</h5> </button>
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="{{ url_for('user.edit_group_profile') }}">Edit profile</a>
<div class="dropdown-divider"></div>
Expand All @@ -85,9 +85,9 @@
</div>
</div>
{% else %}
<a class="btn" style="border-color: #76E6B6;" href="{{ url_for('user.login') }}">
<a class="btn" style="border-color: #76E6B6; border: 2px solid #76E6B6; border-radius:1000px;" href="{{ url_for('user.login') }}">
<h5 style="color:black"> {%trans%}Sign in{%endtrans%} </h5></a>
<a class="btn" style="border-color: #76E6B6;" href="{{ url_for('user.select_register_type') }}">
<a class="btn" style=" border: 2px solid #f9cb9c; border-radius:1000px;" href="{{ url_for('user.select_register_type') }}">
<h5 style="color:black">{%trans%}Register{%endtrans%} </h5></a>
{% endif %}
</div>
Expand All @@ -110,7 +110,9 @@ <h5 style="color:black">{%trans%}Register{%endtrans%} </h5></a>
{% if category=='error' %}
{% set category='danger' %}
{% endif %}
<div class="alert alert-{{category}}">{{ message|safe }}</div>
<div class="alert alert-{{category}}" style=" border-color:#6e776b; background-image: url({{ url_for('static', filename='images/fondo2.png')}}""">
<p style="color:black">{{ message|safe }}</p>
</div>
{% endfor %}
{% endif %}
{%- endwith %}
Expand Down
Empty file modified src/flask_user/tests/.coveragerc
100644 → 100755
Empty file.
Empty file modified src/flask_user/tests/__init__.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/tests/conftest.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/tests/test_invalid_forms.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/tests/test_misc.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/tests/test_roles.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/tests/test_views.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/tests/test_zzz_db_adapters.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/tests/tst_app.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/tests/tst_utils.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/tests/utils.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/token_manager.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/translation_utils.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/translations/babel.cfg
100644 → 100755
Empty file.
Empty file modified src/flask_user/translations/de/LC_MESSAGES/flask_user.po
100644 → 100755
Empty file.
Empty file modified src/flask_user/translations/en/LC_MESSAGES/flask_user.po
100644 → 100755
Empty file.
Empty file modified src/flask_user/translations/es/LC_MESSAGES/flask_user.po
100644 → 100755
Empty file.
Empty file modified src/flask_user/translations/fa/LC_MESSAGES/flask_user.po
100644 → 100755
Empty file.
Empty file modified src/flask_user/translations/fi/LC_MESSAGES/flask_user.po
100644 → 100755
Empty file.
Empty file modified src/flask_user/translations/fr/LC_MESSAGES/flask_user.po
100644 → 100755
Empty file.
Empty file modified src/flask_user/translations/it/LC_MESSAGES/flask_user.po
100644 → 100755
Empty file.
Empty file modified src/flask_user/translations/nl/LC_MESSAGES/flask_user.po
100644 → 100755
Empty file.
Empty file modified src/flask_user/translations/ru/LC_MESSAGES/flask_user.po
100644 → 100755
Empty file.
Empty file modified src/flask_user/translations/sv/LC_MESSAGES/flask_user.po
100644 → 100755
Empty file.
Empty file modified src/flask_user/translations/tr/LC_MESSAGES/flask_user.po
100644 → 100755
Empty file.
Empty file modified src/flask_user/translations/zh/LC_MESSAGES/flask_user.po
100644 → 100755
Empty file.
Empty file modified src/flask_user/user.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/user_manager.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/user_manager__settings.py
100644 → 100755
Empty file.
Empty file modified src/flask_user/user_manager__utils.py
100644 → 100755
Empty file.
Loading