-
+ groups
Polyphonic
Musical Ensemble Manager
diff --git a/polyphonic/interface/templates/bulma/file_upload.html b/polyphonic/interface/templates/bulma/file_upload.html
index 2a21d4d..7711ff4 100644
--- a/polyphonic/interface/templates/bulma/file_upload.html
+++ b/polyphonic/interface/templates/bulma/file_upload.html
@@ -6,7 +6,7 @@
{% crispy_field field 'class' 'file-input'%}
-
+ file_upload
Choose a fileā¦
@@ -25,4 +25,4 @@
fileName.textContent = fileInput.files[0].name;
}
}
-
\ No newline at end of file
+
diff --git a/polyphonic/interface/templates/interface/ensemble_detail.html b/polyphonic/interface/templates/interface/ensemble_detail.html
index 145aac3..b85cb95 100644
--- a/polyphonic/interface/templates/interface/ensemble_detail.html
+++ b/polyphonic/interface/templates/interface/ensemble_detail.html
@@ -1,19 +1,20 @@
{% extends "interface/project_base.html" %}
{% load md2 %}
+{% load polyphonic %}
{% block admin %}
-
+ {{ "add_notes"|icon }}
Add project
{% if inactive %}
-
+ {{ "preview_off"|icon }}
Hide old
{% else %}
-
+ {{ "preview"|icon }}
Show all
{% endif %}
@@ -54,4 +55,4 @@ Contacts:
Forget this ensemble
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/polyphonic/interface/templates/interface/ensemble_list.html b/polyphonic/interface/templates/interface/ensemble_list.html
index 8f370ff..e5f9031 100644
--- a/polyphonic/interface/templates/interface/ensemble_list.html
+++ b/polyphonic/interface/templates/interface/ensemble_list.html
@@ -5,7 +5,7 @@
{% comment %}
This page lets you link a work to a google drive folder. You can either paste a public link to a folder to enable syncing or a file to add individually
@@ -14,26 +20,24 @@
{% if meta.folderid %}
-This work is currently linked to {{ meta.folderid }}. Pasting a new folder link will overwrite this.
+This work is currently linked to {{ meta.folderid }}.
+Pasting a new folder link will overwrite this.
{% else %}
There is currently no shared drive folder linked to this work - paste one here to enable syncing.
{% endif %}
-
@@ -45,6 +40,7 @@
|
Piece |
+ Composer |
Running time |
Part |
|
@@ -61,6 +57,7 @@
{{ item.work.name }}
{% endif %}
+ {{ item.work.composer }} |
{% firstof item.work.running_time "------" %} |
@@ -74,8 +71,9 @@
|
-
-
+
+ {% icon "download" %}
+ Get
|
@@ -85,13 +83,17 @@
|
|
- {% firstof running_time "------" %} |
|
-
-
+ | {% firstof running_time "------" %} |
+
+
+
|
diff --git a/polyphonic/library/templates/library/item_list_manage.html b/polyphonic/library/templates/library/item_list_manage.html
index 97e16d9..3620ea6 100644
--- a/polyphonic/library/templates/library/item_list_manage.html
+++ b/polyphonic/library/templates/library/item_list_manage.html
@@ -1,12 +1,13 @@
{% extends "interface/project_base.html" %}
+{% load polyphonic %}
{% block admin %}
-
+ {% icon "add_circle" %}
Add
-
+ {% icon "save" %}
Save
{% endblock %}
@@ -26,9 +27,15 @@
{{ item.work.name }} |
{{ item.work.duration }} |
-
-
-
+
+ {% icon "arrow_upward" %}
+
+
+ {% icon "arrow_downward" %}
+
+
+ {% icon "delete" %}
+
|
@@ -106,4 +113,4 @@ function checkSaved(e) {
window.addEventListener('beforeunload', checkSaved);
-{% endblock %}
\ No newline at end of file
+{% endblock %}
diff --git a/polyphonic/library/templates/library/work_detail.html b/polyphonic/library/templates/library/work_detail.html
index d9d1af6..7b1e504 100644
--- a/polyphonic/library/templates/library/work_detail.html
+++ b/polyphonic/library/templates/library/work_detail.html
@@ -1,5 +1,6 @@
{% extends 'interface/project_base.html' %}
{% load path_filters %}
+{% load polyphonic %}
{% block media %}
@@ -8,12 +9,12 @@
{% block admin %}
-
- Edit
+ {% icon "edit" %}
+ Edit
-
- Add to project
+ {% icon "add_ad" %}
+ Add to project
{% endblock %}
@@ -68,8 +69,8 @@
-
- Printed Parts
+ {% icon "menu_book" %}
+ Printed Parts
{% for inst, c in work.physical_parts %}
@@ -81,8 +82,8 @@
-
- Digital Parts
+ {% icon "file_copy" %}
+ Digital Parts