From 2d83df8b32bff7f0028923bb5b64dc0b55f20d03 Mon Sep 17 00:00:00 2001 From: Jordan Bracco Date: Tue, 20 Dec 2022 00:21:54 +0000 Subject: Nola rename: The Big Move, Refs T77 --- lib/nola_web/templates/irc/index.html.eex | 44 +++++++++++++++++++++++++++ lib/nola_web/templates/irc/txt.html.eex | 27 +++++++++++++++++ lib/nola_web/templates/irc/txts.html.eex | 49 +++++++++++++++++++++++++++++++ 3 files changed, 120 insertions(+) create mode 100644 lib/nola_web/templates/irc/index.html.eex create mode 100644 lib/nola_web/templates/irc/txt.html.eex create mode 100644 lib/nola_web/templates/irc/txts.html.eex (limited to 'lib/nola_web/templates/irc') diff --git a/lib/nola_web/templates/irc/index.html.eex b/lib/nola_web/templates/irc/index.html.eex new file mode 100644 index 0000000..182624d --- /dev/null +++ b/lib/nola_web/templates/irc/index.html.eex @@ -0,0 +1,44 @@ + + +<%= if @members != [] do %> + +<% end %> + +
+ <%= for {identifier, help} <- @commands do %> + <%= if help do %> +
+
<%= NolaWeb.LayoutView.liquid_markdown(@conn, help) %>
+
+ <% end %> + <% end %> +
+ +


+ +

+ + Légende:
+ entre < >: argument obligatoire,
+ entre [ ]: argument optionel; [1 | ]: argument optionel avec valeur par défaut. +
+

+ +


+ +

+ + running beautte version <%= Nola.version() %> — git + +

diff --git a/lib/nola_web/templates/irc/txt.html.eex b/lib/nola_web/templates/irc/txt.html.eex new file mode 100644 index 0000000..fd4ea00 --- /dev/null +++ b/lib/nola_web/templates/irc/txt.html.eex @@ -0,0 +1,27 @@ + + +
    + <%= for {txt, id} <- Enum.with_index(@data) do %> +
  1. + + <%= txt %> + # +
  2. + <% end %> +
+ +

+ télécharger au format texte +

diff --git a/lib/nola_web/templates/irc/txts.html.eex b/lib/nola_web/templates/irc/txts.html.eex new file mode 100644 index 0000000..aff0c5d --- /dev/null +++ b/lib/nola_web/templates/irc/txts.html.eex @@ -0,0 +1,49 @@ +
+

+ <%= @lines %> lignes dans <%= @files %> fichiers + Aide + Fichiers système +

+ +
+ +
<%= NolaWeb.LayoutView.liquid_markdown(@conn, @doc) %>
+ +
+

+ Fichiers système +

+ + + +
-- cgit v1.2.3