mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 11:31:05 +00:00
changed some poche with wallabag
This commit is contained in:
parent
1b539ba1ec
commit
21f50d5a08
6 changed files with 10 additions and 10 deletions
|
@ -3,9 +3,9 @@
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<form method="post" action="?install" name="loginform">
|
<form method="post" action="?install" name="loginform">
|
||||||
<fieldset class="w500p center">
|
<fieldset class="w500p center">
|
||||||
<h2 class="mbs txtcenter">{% trans "install your poche" %}</h2>
|
<h2 class="mbs txtcenter">{% trans "install your wallabag" %}</h2>
|
||||||
<p>
|
<p>
|
||||||
{% trans "poche is still not installed. Please fill the below form to install it. Don't hesitate to <a href='http://doc.wallabag.org'>read the documentation on poche website</a>." %}
|
{% trans "wallabag is still not installed. Please fill the below form to install it. Don't hesitate to <a href='http://doc.wallabag.org'>read the documentation on wallabag website</a>." %}
|
||||||
</p>
|
</p>
|
||||||
<p class="row">
|
<p class="row">
|
||||||
<label class="col w150p" for="login">{% trans "Login" %}</label>
|
<label class="col w150p" for="login">{% trans "Login" %}</label>
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=10">
|
<meta http-equiv="X-UA-Compatible" content="IE=10">
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
<title>{% block title %}{% endblock %} - poche</title>
|
<title>{% block title %}{% endblock %} - wallabag</title>
|
||||||
{% include '_head.twig' %}
|
{% include '_head.twig' %}
|
||||||
{% include '_bookmarklet.twig' %}
|
{% include '_bookmarklet.twig' %}
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
{% extends "layout.twig" %}
|
{% extends "layout.twig" %}
|
||||||
|
|
||||||
{% block title %}{% trans "login to your poche" %}{% endblock %}
|
{% block title %}{% trans "login to your wallabag" %}{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<form method="post" action="?login" name="loginform" id="loginForm">
|
<form method="post" action="?login" name="loginform" id="loginForm">
|
||||||
<fieldset class="w500p center">
|
<fieldset class="w500p center">
|
||||||
<h2 class="mbs txtcenter">{% trans "login to your poche" %}</h2>
|
<h2 class="mbs txtcenter">{% trans "login to your wallabag" %}</h2>
|
||||||
{% if constant('MODE_DEMO') == 1 %}<p>{% trans "you are in demo mode, some features may be disabled." %}</p>{% endif %}
|
{% if constant('MODE_DEMO') == 1 %}<p>{% trans "you are in demo mode, some features may be disabled." %}</p>{% endif %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<label class="col w150p" for="login">{% trans "Login" %}</label>
|
<label class="col w150p" for="login">{% trans "Login" %}</label>
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<form method="post" action="?install" name="loginform">
|
<form method="post" action="?install" name="loginform">
|
||||||
<fieldset class="w500p center">
|
<fieldset class="w500p center">
|
||||||
<h2 class="mbs txtcenter">{% trans "install your poche" %}</h2>
|
<h2 class="mbs txtcenter">{% trans "install your wallabag" %}</h2>
|
||||||
<p>
|
<p>
|
||||||
{% trans "Poche is still not installed. Please fill the below form to install it. Don't hesitate to <a href='http://doc.wallabag.org/'>read the documentation on poche website</a>." %}
|
{% trans "wallabag is still not installed. Please fill the below form to install it. Don't hesitate to <a href='http://doc.wallabag.org/'>read the documentation on wallabag website</a>." %}
|
||||||
</p>
|
</p>
|
||||||
<p class="row">
|
<p class="row">
|
||||||
<label class="col w150p" for="login">{% trans "Login" %}</label>
|
<label class="col w150p" for="login">{% trans "Login" %}</label>
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<!--[if IE]>
|
<!--[if IE]>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=10">
|
<meta http-equiv="X-UA-Compatible" content="IE=10">
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
<title>{% block title %}{% endblock %} - poche</title>
|
<title>{% block title %}{% endblock %} - wallabag</title>
|
||||||
{% include '_head.twig' %}
|
{% include '_head.twig' %}
|
||||||
{% include '_bookmarklet.twig' %}
|
{% include '_bookmarklet.twig' %}
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
{% extends "layout.twig" %}
|
{% extends "layout.twig" %}
|
||||||
|
|
||||||
{% block title %}{% trans "login to your poche" %}{% endblock %}
|
{% block title %}{% trans "login to your wallabag" %}{% endblock %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% if http_auth == 0 %}
|
{% if http_auth == 0 %}
|
||||||
<form method="post" action="?login" name="loginform">
|
<form method="post" action="?login" name="loginform">
|
||||||
<fieldset class="w500p center">
|
<fieldset class="w500p center">
|
||||||
<h2 class="mbs txtcenter">{% trans "Login to poche" %}</h2>
|
<h2 class="mbs txtcenter">{% trans "Login to wallabag" %}</h2>
|
||||||
{% if constant('MODE_DEMO') == 1 %}<p>{% trans "you are in demo mode, some features may be disabled." %}</p>{% endif %}
|
{% if constant('MODE_DEMO') == 1 %}<p>{% trans "you are in demo mode, some features may be disabled." %}</p>{% endif %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<label class="col w150p" for="login">{% trans "Username" %}</label>
|
<label class="col w150p" for="login">{% trans "Username" %}</label>
|
||||||
|
|
Loading…
Reference in a new issue