diff --git a/.gitignore b/.gitignore index c8487b5..8b0a660 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ labelbase.log bgt.log db/ *.pyc +static/ diff --git a/templates/_dropdown_profile.html b/templates/_dropdown_profile.html new file mode 100644 index 0000000..b71d921 --- /dev/null +++ b/templates/_dropdown_profile.html @@ -0,0 +1,50 @@ +{% load i18n %} +{% load labelbase_tags %} +{% load sekizai_tags %} +{% load bootstrap %} + + diff --git a/templates/_labelbase_header_info_menu.html b/templates/_labelbase_header_info_menu.html new file mode 100644 index 0000000..8a4a5fb --- /dev/null +++ b/templates/_labelbase_header_info_menu.html @@ -0,0 +1,85 @@ +{% if labelbase %} +
+
+

{% block title %}{{ labelbase.name }} {% endblock %}

+ {% if labelbase.fingerprint %}{{ labelbase.fingerprint }} {% endif %} + {% if labelbase.about %} +

{{ labelbase.about}}

+ {% endif %} +
+
+
+ + + {% comment %} + + Export + {% endcomment %} + + + + + +
+
+
+{% else %} +

There is no such labelbase.

+{% endif %}