import templates import ../nim-lib/outils/web/web_utils # --==--==--==--==--==--==--==--==--==--==-- # # SVG : HTML title H2 # --==--==--==--==--==--==--==--==--==--==-- # proc templ_title* (title: string): string = tmpli html"""

$title

""" # --==--==--==--==--==--==--==--==--==--==-- # # HTML : Show notification Bell # --==--==--==--==--==--==--==--==--==--==-- # proc show_notification_bell* (nb_notif: int): string = tmpli html"""
$nb_notif
""" # --==--==--==--==--==--==--==--==--==--==-- # # SVG : Status Joplin green icon # --==--==--==--==--==--==--==--==--==--==-- # proc status_joplin_green* (): string = tmpli html""" """ # --==--==--==--==--==--==--==--==--==--==-- # # SVG : Status Joplin red icon # --==--==--==--==--==--==--==--==--==--==-- # proc status_joplin_red* (): string = tmpli html""" """ # --==--==--==--==--==--==--==--==--==--==-- # # SVG : OK Joplin syncro icon # [TODO] OK Joplin syncro icon # --==--==--==--==--==--==--==--==--==--==-- # proc OK_joplinSyncro_icon* (): string = tmpli html""" """ # --==--==--==--==--==--==--==--==--==--==-- # # SVG : NEED Joplin syncro icon # [TODO] NEED Joplin syncro icon # --==--==--==--==--==--==--==--==--==--==-- # proc NEED_joplinSyncro_icon* (): string = tmpli html""" """ # --==--==--==--==--==--==--==--==--==--==-- # # SVG : In Progress Joplin syncro icon # [TODO] In Progress Joplin syncro icon # --==--==--==--==--==--==--==--==--==--==-- # proc InProgress_joplinSyncro_icon* (): string = tmpli html""" """