Compare commits
No commits in common. "b4284f74f86e410510d7a6eaa241f07195d8169f" and "35883bdcde435965040b0b5e4b6d20d0f38646b2" have entirely different histories.
b4284f74f8
...
35883bdcde
6 changed files with 0 additions and 26 deletions
|
|
@ -83,8 +83,6 @@ async fn homepage(request: HttpRequest) -> ResultPage<Markup, ErrorPage> {
|
||||||
|
|
||||||
use pagetop::prelude::*;
|
use pagetop::prelude::*;
|
||||||
|
|
||||||
include_locales!(LOCALES_ALINER);
|
|
||||||
|
|
||||||
/// Implementa el tema para usar en pruebas que muestran el esquema de páginas HTML.
|
/// Implementa el tema para usar en pruebas que muestran el esquema de páginas HTML.
|
||||||
///
|
///
|
||||||
/// Define un tema mínimo útil para:
|
/// Define un tema mínimo útil para:
|
||||||
|
|
@ -96,14 +94,6 @@ include_locales!(LOCALES_ALINER);
|
||||||
pub struct Aliner;
|
pub struct Aliner;
|
||||||
|
|
||||||
impl Extension for Aliner {
|
impl Extension for Aliner {
|
||||||
fn name(&self) -> L10n {
|
|
||||||
L10n::t("extension_name", &LOCALES_ALINER)
|
|
||||||
}
|
|
||||||
|
|
||||||
fn description(&self) -> L10n {
|
|
||||||
L10n::t("extension_description", &LOCALES_ALINER)
|
|
||||||
}
|
|
||||||
|
|
||||||
fn theme(&self) -> Option<ThemeRef> {
|
fn theme(&self) -> Option<ThemeRef> {
|
||||||
Some(&Self)
|
Some(&Self)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
extension_name = Aliner
|
|
||||||
extension_description = Minimal theme that schematically shows the HTML page composition.
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
extension_name = Aliner
|
|
||||||
extension_description = Tema mínimo que muestra esquemáticamente la composición de las páginas HTML.
|
|
||||||
|
|
@ -134,14 +134,6 @@ impl Template for BootsierTemplate {
|
||||||
pub struct Bootsier;
|
pub struct Bootsier;
|
||||||
|
|
||||||
impl Extension for Bootsier {
|
impl Extension for Bootsier {
|
||||||
fn name(&self) -> L10n {
|
|
||||||
L10n::t("extension_name", &LOCALES_BOOTSIER)
|
|
||||||
}
|
|
||||||
|
|
||||||
fn description(&self) -> L10n {
|
|
||||||
L10n::t("extension_description", &LOCALES_BOOTSIER)
|
|
||||||
}
|
|
||||||
|
|
||||||
fn theme(&self) -> Option<ThemeRef> {
|
fn theme(&self) -> Option<ThemeRef> {
|
||||||
Some(&Self)
|
Some(&Self)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
extension_name = Bootsier
|
|
||||||
extension_description = Bootstrap-based theme with flexible styles and components.
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
extension_name = Bootsier
|
|
||||||
extension_description = Tema basado en Bootstrap para aplicar su catálogo de estilos y componentes flexibles.
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue