From d4d0171e8f8675a00af541a65c7adfa4cf7ae688 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Thu, 19 Jul 2018 14:34:53 +0900 Subject: [PATCH] Update sequence labeling template --- app/db.sqlite3 | Bin 253952 -> 253952 bytes app/server/static/css/annotation.css | 2 +- app/server/static/forum.css | 6 + .../templates/annotation/annotation_base.html | 141 ++++++------------ .../annotation/sequence_labeling.html | 112 +++----------- app/server/templates/base.html | 3 +- 6 files changed, 75 insertions(+), 189 deletions(-) diff --git a/app/db.sqlite3 b/app/db.sqlite3 index 6365966692949932c1a28c940297635a675b8903..d3163c700ce796778244ddf6e2625b8c16f2747e 100644 GIT binary patch delta 303 zcmZoTz~69ye}Xh)=|mZ4#?p-m*?Nr3lh5eYut~@YGTSpwXPnI>xj9{b?glPq{tpcN zfB3)gf7mW)!1S13fSHkziJ28dGBGoAa&m2EO!zOqs6YUSHWjc4EN5|GOyH8>FJ$0< z&wri2a68We#$%>E-JgdzmHpJEya6VAN;g@7yey5XjHU!pzAivAu6UW0?T6 z1gG(I_6tBsPUFpn0>3$AQzbYV`13in895z|Lozap6@VyFAu%t%BqOzG`ayeUh3Vn< z7$t-ZEfow*t&B{qOfB>*EiElfjM``2WZXXMCR0`z&=*w<{EzrI@mB$D%;6U|V`gE< cXT)lpBAXr)3qw5PbiI3wn%f`RGs`ak0LXq*bpQYW delta 188 zcmZoTz~69ye}Xh)$wV1v#*&Q**?Npjlh5eYu!+kGGTSpwXPnI>xj9{b?gkDf{%;KY zfB3&`7EE}>Kl#IZ*6F|HnK(DIB>a(IR3HFEn+jM2ma{l8CUA)JmoxCc=fA$4ZvkU6 z|HJ?epmLV!)$18MnZ^10rn7Hg)CZap!N0w4KVz8yvpDCh>FgJPVuk`Kob9u2GH#!B nlPN0 - +{% extends "base.html" %} +{% load static %} +{% block header %} + +{% endblock %} - - - - - Inbox - Free Bulma template - - - - - - - - - -
- +
+ +
+ 30% +
- \ No newline at end of file + {% block annotation-area %} + {% endblock %} + + + +
+
+{% endblock %} \ No newline at end of file diff --git a/app/server/templates/annotation/sequence_labeling.html b/app/server/templates/annotation/sequence_labeling.html index 1bdd5bf7..d426c815 100644 --- a/app/server/templates/annotation/sequence_labeling.html +++ b/app/server/templates/annotation/sequence_labeling.html @@ -1,102 +1,26 @@ -{% extends "base.html" %} {% load static %} {% block header %} - {% endblock %} {% block content %} -
- -
-
-
- -
- - -
- -
-
-
-
-

[[ msg.text.slice(0, 100) ]]

-
-
-
-
-
-
-
- -
-
- -
+ +
+
+{% endblock %} + +{% block footer %} {% endblock %} \ No newline at end of file diff --git a/app/server/templates/base.html b/app/server/templates/base.html index a8c67e3d..8b27892e 100644 --- a/app/server/templates/base.html +++ b/app/server/templates/base.html @@ -70,8 +70,7 @@ {% block content %} {% endblock %} - - + {% block footer %}{% endblock %} \ No newline at end of file