Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
This commit is contained in:
@@ -98,9 +98,11 @@ define([
|
|||||||
]),
|
]),
|
||||||
h('a.navbar-brand', { href: '/index.html'}),
|
h('a.navbar-brand', { href: '/index.html'}),
|
||||||
h('div.collapse.navbar-collapse.justify-content-end#menuCollapse', [
|
h('div.collapse.navbar-collapse.justify-content-end#menuCollapse', [
|
||||||
h('a.nav-item.nav-link', { href: '/what-is-cryptpad.html'}, Msg.topbar_whatIsCryptpad),
|
//h('a.nav-item.nav-link', { href: '/what-is-cryptpad.html'}, Msg.topbar_whatIsCryptpad), // Moved the FAQ
|
||||||
|
h('a.nav-item.nav-link', { href: '/faq.html'}, Msg.faq_link),
|
||||||
h('a.nav-item.nav-link', { href: 'https://blog.cryptpad.fr/'}, Msg.blog),
|
h('a.nav-item.nav-link', { href: 'https://blog.cryptpad.fr/'}, Msg.blog),
|
||||||
h('a.nav-item.nav-link', { href: '/features.html'}, Msg.features),
|
h('a.nav-item.nav-link', { href: '/features.html'}, Msg.features),
|
||||||
|
h('a.nav-item.nav-link', { href: '/privacy.html'}, Msg.privacy),
|
||||||
h('a.nav-item.nav-link', { href: '/contact.html'}, Msg.contact),
|
h('a.nav-item.nav-link', { href: '/contact.html'}, Msg.contact),
|
||||||
h('a.nav-item.nav-link', { href: '/about.html'}, Msg.about),
|
h('a.nav-item.nav-link', { href: '/about.html'}, Msg.about),
|
||||||
].concat(rightLinks))
|
].concat(rightLinks))
|
||||||
@@ -403,6 +405,9 @@ define([
|
|||||||
infopageTopbar(),
|
infopageTopbar(),
|
||||||
h('div.container.cp-container', [
|
h('div.container.cp-container', [
|
||||||
h('center', h('h1', Msg.faq_title)),
|
h('center', h('h1', Msg.faq_title)),
|
||||||
|
h('p.cp-faq-header', h('a.nav-item.nav-link', {
|
||||||
|
href: '/what-is-cryptpad.html'
|
||||||
|
}, Msg.faq_whatis)),
|
||||||
h('div.cp-faq-container', categories)
|
h('div.cp-faq-container', categories)
|
||||||
]),
|
]),
|
||||||
infopageFooter()
|
infopageFooter()
|
||||||
|
|||||||
@@ -362,53 +362,146 @@
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&:not(.cp-toolbar-notitle) {
|
.cp-toolbar-top {
|
||||||
.cp-toolbar-top {
|
@media screen and (max-width: @browser_media-medium-screen) {
|
||||||
@media screen and (max-width: @browser_media-medium-screen) {
|
flex-wrap: wrap;
|
||||||
flex-wrap: wrap;
|
height: @toolbar_line-height;
|
||||||
height: auto;
|
.cp-pad-not-pinned {
|
||||||
.cp-toolbar-top-filler {
|
line-height: 32px;
|
||||||
flex: 1;
|
flex: unset;
|
||||||
}
|
padding: 0;
|
||||||
.cp-toolbar-title {
|
align-self: auto;
|
||||||
flex: auto;
|
margin: 0 5px;
|
||||||
|
}
|
||||||
|
.cp-toolbar-top-filler {
|
||||||
|
height: 32px;
|
||||||
|
}
|
||||||
|
.cp-toolbar-title {
|
||||||
|
height: @toolbar_line-height;
|
||||||
|
line-height: initial;
|
||||||
|
margin: 0;
|
||||||
|
.cp-toolbar-title-hoverable {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
order: 10;
|
}
|
||||||
|
.cp-toolbar-title-value-page {
|
||||||
|
padding: 5px;
|
||||||
|
line-height: unset;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
.cp-toolbar-title-editable, .cp-toolbar-title-value-page {
|
||||||
|
max-width: ~"calc(100vw - 26px)";
|
||||||
|
display: inline-block;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
font-size: @colortheme_app-font-size;
|
||||||
height: @toolbar_line-height;
|
height: @toolbar_line-height;
|
||||||
line-height: initial;
|
box-sizing: border-box;
|
||||||
margin: 0;
|
line-height: 20px;
|
||||||
.cp-toolbar-title-hoverable {
|
}
|
||||||
width: 100%;
|
.cp-toolbar-title-edit, .cp-toolbar-title-save {
|
||||||
}
|
box-sizing: border-box;
|
||||||
.cp-toolbar-title-editable {
|
height: @toolbar_line-height;
|
||||||
max-width: ~"calc(100vw - 26px)";
|
line-height: @colortheme_app-font-size;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
font-size: @colortheme_app-font-size;
|
|
||||||
height: @toolbar_line-height;
|
|
||||||
box-sizing: border-box;
|
|
||||||
line-height: 20px;
|
|
||||||
}
|
|
||||||
.cp-toolbar-title-edit, .cp-toolbar-title-save {
|
|
||||||
box-sizing: border-box;
|
|
||||||
height: @toolbar_line-height;
|
|
||||||
line-height: @colortheme_app-font-size;
|
|
||||||
display: inline-block;
|
|
||||||
|
|
||||||
.fa {
|
.fa {
|
||||||
font-size: @colortheme_app-font-size;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
input {
|
|
||||||
height: @toolbar_line-height;
|
|
||||||
font-size: @colortheme_app-font-size;
|
font-size: @colortheme_app-font-size;
|
||||||
flex: 1;
|
|
||||||
max-width: none;
|
|
||||||
line-height: calc(@toolbar_line-height - 12px); // padding + border
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
input {
|
||||||
|
height: @toolbar_line-height;
|
||||||
|
font-size: @colortheme_app-font-size;
|
||||||
|
flex: 1;
|
||||||
|
max-width: none;
|
||||||
|
line-height: calc(@toolbar_line-height - 12px); // padding + border
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
.cp-toolbar-link {
|
||||||
|
height: @toolbar_line-height;
|
||||||
|
width: @toolbar_line-height;
|
||||||
|
.cp-toolbar-link-logo {
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cp-toolbar-user {
|
||||||
|
height: @toolbar_line-height;
|
||||||
|
.cp-toolbar-new {
|
||||||
|
height: @toolbar_line-height;
|
||||||
|
width: @toolbar_line-height;
|
||||||
|
margin-left: 0;
|
||||||
|
button {
|
||||||
|
height: @toolbar_line-height;
|
||||||
|
width: @toolbar_line-height;
|
||||||
|
font-size: 20px;
|
||||||
|
margin-top: -1px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cp-toolbar-user-dropdown {
|
||||||
|
height: @toolbar_line-height;
|
||||||
|
width: @toolbar_line-height;
|
||||||
|
&> button {
|
||||||
|
height: @toolbar_line-height;
|
||||||
|
width: @toolbar_line-height;
|
||||||
|
span { font-size: unset; }
|
||||||
|
}
|
||||||
|
&> button.cp-avatar.cp-avatar {
|
||||||
|
media-tag {
|
||||||
|
margin: 4px;
|
||||||
|
max-width: 24px;
|
||||||
|
min-width: 24px;
|
||||||
|
max-height: 24px;
|
||||||
|
min-height: 24px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.cp-toolbar-limit {
|
||||||
|
line-height: 32px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
/*
|
||||||
|
.cp-toolbar-top-filler {
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
.cp-toolbar-title {
|
||||||
|
flex: auto;
|
||||||
|
width: 100%;
|
||||||
|
order: 10;
|
||||||
|
height: @toolbar_line-height;
|
||||||
|
line-height: initial;
|
||||||
|
margin: 0;
|
||||||
|
.cp-toolbar-title-hoverable {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.cp-toolbar-title-editable {
|
||||||
|
max-width: ~"calc(100vw - 26px)";
|
||||||
|
display: inline-block;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
font-size: @colortheme_app-font-size;
|
||||||
|
height: @toolbar_line-height;
|
||||||
|
box-sizing: border-box;
|
||||||
|
line-height: 20px;
|
||||||
|
}
|
||||||
|
.cp-toolbar-title-edit, .cp-toolbar-title-save {
|
||||||
|
box-sizing: border-box;
|
||||||
|
height: @toolbar_line-height;
|
||||||
|
line-height: @colortheme_app-font-size;
|
||||||
|
display: inline-block;
|
||||||
|
|
||||||
|
.fa {
|
||||||
|
font-size: @colortheme_app-font-size;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
input {
|
||||||
|
height: @toolbar_line-height;
|
||||||
|
font-size: @colortheme_app-font-size;
|
||||||
|
flex: 1;
|
||||||
|
max-width: none;
|
||||||
|
line-height: calc(@toolbar_line-height - 12px); // padding + border
|
||||||
|
}
|
||||||
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -471,9 +564,9 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
align-self: center;
|
line-height: @toolbar_top-height;
|
||||||
padding-left: 20px;
|
padding: 0;
|
||||||
padding-right: 5px;
|
margin: 0 5px;
|
||||||
font-size: @colortheme_app-font-size;
|
font-size: @colortheme_app-font-size;
|
||||||
color: @warn-color;
|
color: @warn-color;
|
||||||
.cp-pnp-msg {
|
.cp-pnp-msg {
|
||||||
|
|||||||
@@ -4,6 +4,13 @@
|
|||||||
.infopages_main();
|
.infopages_main();
|
||||||
.infopages_topbar();
|
.infopages_topbar();
|
||||||
|
|
||||||
|
.cp-faq-header {
|
||||||
|
padding: 0;
|
||||||
|
font-size: 1.2em;
|
||||||
|
a {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
.cp-faq-container {
|
.cp-faq-container {
|
||||||
.cp-faq-questions-q {
|
.cp-faq-questions-q {
|
||||||
color: #3a84b6;
|
color: #3a84b6;
|
||||||
|
|||||||
@@ -672,7 +672,7 @@ define(function () {
|
|||||||
out.footer_aboutUs = "À propos";
|
out.footer_aboutUs = "À propos";
|
||||||
|
|
||||||
out.about = "À propos";
|
out.about = "À propos";
|
||||||
out.privacy = "Vie privée";
|
out.privacy = "Confidentialité";
|
||||||
out.contact = "Contact";
|
out.contact = "Contact";
|
||||||
out.terms = "Conditions";
|
out.terms = "Conditions";
|
||||||
out.blog = "Blog";
|
out.blog = "Blog";
|
||||||
@@ -759,6 +759,7 @@ define(function () {
|
|||||||
|
|
||||||
out.faq_link = "FAQ";
|
out.faq_link = "FAQ";
|
||||||
out.faq_title = "Foire Aux Questions";
|
out.faq_title = "Foire Aux Questions";
|
||||||
|
out.faq_whatis = "Qu'est-ce que CryptPad ?";
|
||||||
out.faq = {};
|
out.faq = {};
|
||||||
out.faq.keywords = {
|
out.faq.keywords = {
|
||||||
title: 'Termes spéciaux',
|
title: 'Termes spéciaux',
|
||||||
|
|||||||
@@ -765,6 +765,7 @@ define(function () {
|
|||||||
|
|
||||||
out.faq_link = "FAQ";
|
out.faq_link = "FAQ";
|
||||||
out.faq_title = "Frequently Asked Questions";
|
out.faq_title = "Frequently Asked Questions";
|
||||||
|
out.faq_whatis = "What is CryptPad?";
|
||||||
out.faq = {};
|
out.faq = {};
|
||||||
out.faq.keywords = {
|
out.faq.keywords = {
|
||||||
title: 'Keywords',
|
title: 'Keywords',
|
||||||
|
|||||||
@@ -1804,6 +1804,7 @@ define([
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Owned pads
|
// Owned pads
|
||||||
|
// Default is Owned pad
|
||||||
var owned = h('div.cp-creation-owned', [
|
var owned = h('div.cp-creation-owned', [
|
||||||
h('h2', [
|
h('h2', [
|
||||||
Messages.creation_ownedTitle,
|
Messages.creation_ownedTitle,
|
||||||
@@ -1829,7 +1830,7 @@ define([
|
|||||||
]);
|
]);
|
||||||
$creation.append(owned);
|
$creation.append(owned);
|
||||||
|
|
||||||
// If set to "open pad" or not set, check "open pad"
|
// If set to "open pad", check "open pad"
|
||||||
if (!cfg.owned && typeof cfg.owned !== "undefined") {
|
if (!cfg.owned && typeof cfg.owned !== "undefined") {
|
||||||
$creation.find('#cp-creation-owned-false').attr('checked', true);
|
$creation.find('#cp-creation-owned-false').attr('checked', true);
|
||||||
}
|
}
|
||||||
@@ -1877,6 +1878,16 @@ define([
|
|||||||
])
|
])
|
||||||
]);
|
]);
|
||||||
$creation.append(expire);
|
$creation.append(expire);
|
||||||
|
$creation.find('#cp-creation-expire-val').keydown(function (e) {
|
||||||
|
if (e.which === 9) {
|
||||||
|
e.stopPropagation();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
$creation.find('#cp-creation-expire-unit').keydown(function (e) {
|
||||||
|
if (e.which === 9 && e.shiftKey) {
|
||||||
|
e.stopPropagation();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
UIElements.setExpirationValue(cfg.expire, $creation);
|
UIElements.setExpirationValue(cfg.expire, $creation);
|
||||||
|
|
||||||
@@ -1945,6 +1956,7 @@ define([
|
|||||||
});
|
});
|
||||||
|
|
||||||
var $button = $('<button>').text(Messages.creation_createFromScratch).appendTo($create);
|
var $button = $('<button>').text(Messages.creation_createFromScratch).appendTo($create);
|
||||||
|
$button.addClass('cp-creation-button-selected');
|
||||||
$button.click(function () {
|
$button.click(function () {
|
||||||
create();
|
create();
|
||||||
});
|
});
|
||||||
@@ -1985,7 +1997,7 @@ define([
|
|||||||
$spinner[0]
|
$spinner[0]
|
||||||
])).appendTo($creation);
|
])).appendTo($creation);
|
||||||
|
|
||||||
var selected = -1;
|
var selected = 0;
|
||||||
var next = function () {
|
var next = function () {
|
||||||
selected = ++selected % $creation.find('button').length;
|
selected = ++selected % $creation.find('button').length;
|
||||||
$creation.find('button').removeClass('cp-creation-button-selected');
|
$creation.find('button').removeClass('cp-creation-button-selected');
|
||||||
|
|||||||
@@ -335,13 +335,13 @@ define([
|
|||||||
type: 'radio',
|
type: 'radio',
|
||||||
name: 'cp-creation-owned',
|
name: 'cp-creation-owned',
|
||||||
value: 1,
|
value: 1,
|
||||||
|
checked: 'checked'
|
||||||
}),
|
}),
|
||||||
h('label', { 'for': 'cp-creation-owned-true' }, Messages.creation_ownedTrue),
|
h('label', { 'for': 'cp-creation-owned-true' }, Messages.creation_ownedTrue),
|
||||||
h('input#cp-creation-owned-false.cp-creation-owned-value', {
|
h('input#cp-creation-owned-false.cp-creation-owned-value', {
|
||||||
type: 'radio',
|
type: 'radio',
|
||||||
name: 'cp-creation-owned',
|
name: 'cp-creation-owned',
|
||||||
value: 0,
|
value: 0,
|
||||||
checked: 'checked'
|
|
||||||
}),
|
}),
|
||||||
h('label', { 'for': 'cp-creation-owned-false' }, Messages.creation_ownedFalse),
|
h('label', { 'for': 'cp-creation-owned-false' }, Messages.creation_ownedFalse),
|
||||||
h('span.fa.fa-check', {title: Messages.saved}),
|
h('span.fa.fa-check', {title: Messages.saved}),
|
||||||
@@ -364,8 +364,8 @@ define([
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
common.getAttribute(['general', 'creation', 'owned'], function (e, val) {
|
common.getAttribute(['general', 'creation', 'owned'], function (e, val) {
|
||||||
if (val) {
|
if (!val && typeof val !== "undefined") {
|
||||||
$owned.find('#cp-creation-owned-true').attr('checked', true);
|
$owned.find('#cp-creation-owned-false').attr('checked', true);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user