diff --git a/Source/assets/css/alert.css b/Source/assets/css/alert.css new file mode 100644 index 0000000..0ea8e8f --- /dev/null +++ b/Source/assets/css/alert.css @@ -0,0 +1,26 @@ +.myAlert-top{ + position: fixed; + top: 5px; + left:2%; + width: 96%; +} + +.myAlert-bottom{ + position: fixed; + bottom: 5px; + left:2%; + width: 96%; +} + +div.fullscreen { + position: absolute; + width:100%; + height:960px; + top: 0; + left: 0; + background-color: lightblue; +} + +.alert{ + display: none; +} \ No newline at end of file diff --git a/Source/assets/html/base.twig b/Source/assets/html/base.twig index 5ac2ff7..9728b4c 100644 --- a/Source/assets/html/base.twig +++ b/Source/assets/html/base.twig @@ -5,8 +5,10 @@ + + {##} {% block css %}{% endblock %} @@ -19,6 +21,7 @@ +
{% include app.fronthtml~'/nav.twig' %} @@ -26,6 +29,10 @@ {% block content %}{% endblock %} +| - {{ code.name }} - | -|||||
|---|---|---|---|---|---|
| Author: {{ code.nick }} Version: {{ code.version }} - Lang: {{ code.lLang }} | -|||||
|
- External library: {{ code.extlib }}
- {% if code.extlibver is not null %}
- Version used: {{ code.extlibver }}
+
+
+
+ {% if page.page!="home"%}
+ {% if code.extlib is defined and code.extlib != "" %}
+
+
+
+ {{ code.name }}+
+ External library: {{ code.extlib }}
+ {% if code.extlibver is not null %}
+ Version used: {{ code.extlibver }}
+ {% endif %}
+
+
{% endif %}
- |
- |||||
| Description | -|||||
| {{ code.description }} | -|||||
| Code | -|||||
|
+
+
+
+ {% if page.page!="home"%}Description: {{ code.description }}{% endif %}
+
+
+
+
+ {{ code.lLang }}
+ {{ code.nick }}
+
+
- |
- |||||
+ {{ code.name }}+ |
+ |||||
|---|---|---|---|---|---|
| Author: {{ code.nick }} Version: {{ code.version }} + Lang: {{ code.lLang }} | +|||||
+
+ |
+ |||||
{{ code.code }}
+ Error during sign-up, check your data
The e-mail is currently in use
The nickname is currently in use
+Please, confirm your email before
diff --git a/Source/assets/html/restore.twig b/Source/assets/html/restore.twig index 0ee753c..6256ee4 100644 --- a/Source/assets/html/restore.twig +++ b/Source/assets/html/restore.twig @@ -25,7 +25,7 @@