# HG changeset patch # User casties # Date 1454595795 -3600 # Node ID 9f0d4fd3a412d17cc76306e84ffa36b86e8b17e0 # Parent 4bbb832c53ac83709cdffa63fc03ed5e623f2456 cleanup and layout tweaks. diff -r 4bbb832c53ac -r 9f0d4fd3a412 ismi-python-neo4jrestclient/ismi-vis.py --- a/ismi-python-neo4jrestclient/ismi-vis.py Sat Dec 19 23:25:23 2015 -0500 +++ b/ismi-python-neo4jrestclient/ismi-vis.py Thu Feb 04 15:23:15 2016 +0100 @@ -26,10 +26,6 @@ def get_commentaries(): return app.send_static_file('commentaries.html') -@app.route("/commentaries_authors.html") -def get_commentaries_authors(): - return app.send_static_file('commentaries_authors2.html') - @app.route('/static/') def get_file(filename): return send_from_directory('static', filename) diff -r 4bbb832c53ac -r 9f0d4fd3a412 ismi-python-neo4jrestclient/static/commentaries.html --- a/ismi-python-neo4jrestclient/static/commentaries.html Sat Dec 19 23:25:23 2015 -0500 +++ b/ismi-python-neo4jrestclient/static/commentaries.html Thu Feb 04 15:23:15 2016 +0100 @@ -16,7 +16,7 @@
- + @@ -39,7 +39,7 @@
- Titles by this author + Titles by this author (click to hide)
@@ -59,7 +59,7 @@
- Text details + Text details (click to hide)
@@ -85,7 +85,7 @@
- Graph of commentaries + Graph of commentaries (click to hide)
@@ -123,7 +123,7 @@ if (!data) return; $("#title").text("Title: "+data.title); var $list = $("#info").empty(); - $list.append($("
  • Author: " + data.author.label + " [" + data.author.ismi_id + "]
  • ") + $list.append($("
  • Author: " + data.author.label + " [" + data.author.ismi_id + "]
  • ") .click(function() { search(data.author.label, true); })); @@ -133,7 +133,7 @@ if (key === "link") { val = "" + val + ""; } - $list.append($("
  • " + key + ": " + val + "
  • ")); + $list.append($("
  • " + key + ": " + val + "
  • ")); }; // re-set selected $("#graph .selected").each(function(){this.classList.remove("selected")}); diff -r 4bbb832c53ac -r 9f0d4fd3a412 ismi-python-neo4jrestclient/static/commentaries1.html --- a/ismi-python-neo4jrestclient/static/commentaries1.html Sat Dec 19 23:25:23 2015 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,167 +0,0 @@ - - - - - ISMI commentary relations - - - -
    -
    - - -
    -
    -
    -
    Search Results
    - - - - - - - - - - -
    Title (translit)Title (arabic)ismi_id
    -
    -
    -
    -
    -
    Details
    -
    - -
    -

    Details

    -
      -
    -
    -
    -
    -
    -
    - - - - - - - - - - diff -r 4bbb832c53ac -r 9f0d4fd3a412 ismi-python-neo4jrestclient/static/commentaries_authors.html --- a/ismi-python-neo4jrestclient/static/commentaries_authors.html Sat Dec 19 23:25:23 2015 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,187 +0,0 @@ - - - - - ISMI commentary relations - - - -
    -
    - - -
    -
    -
    -
    Search Results
    - - - - - - - - - - - -
    Author (translit)Title (translit)Title (arabic)ismi_id
    -
    -
    -
    -
    -
    Details
    -
    - -
    -

    Details

    -
      -
    -

    Commenting on

    -
      -
    -

    Commentaries

    -
      -
    -
    -
    -
    -
    -
    - - - - - - - - - - diff -r 4bbb832c53ac -r 9f0d4fd3a412 ismi-python-neo4jrestclient/static/commentaries_authors2.html --- a/ismi-python-neo4jrestclient/static/commentaries_authors2.html Sat Dec 19 23:25:23 2015 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,262 +0,0 @@ - - - - - ISMI commentary relations - - - - - -
    -
    -
    -
    - Texts by this author - (click to hide) - -
    - - - - - - - - - - - -
    Author (translit)Title (translit)Title (arabic)ismi_id
    -
    -
    -
    -
    -
    - Text details - (click to hide) - -
    -
    - -
    -

    Details

    -
      -
    -

    Commenting on

    -
      -
    -

    Commentaries

    -
      -
    -
    -
    -
    -
    -
    -
    -
    -
    - Graph of commentaries - (click to hide) - -
    -
    -
    -
    -
    - - - - - - - - - - - diff -r 4bbb832c53ac -r 9f0d4fd3a412 ismi-python-neo4jrestclient/static/index.html --- a/ismi-python-neo4jrestclient/static/index.html Sat Dec 19 23:25:23 2015 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,164 +0,0 @@ - - - - - Neo4j Movies - - - -
    -
    - - -
    -
    -
    -
    Search Results
    - - - - - - - - - - - -
    Author (translit)Title (translit)Title (arabic)ismi_id
    -
    -
    -
    -
    -
    Details
    -
    - -
    -

    Details

    -
      -
    -
    -
    -
    -
    -
    - - - - - - - - - - diff -r 4bbb832c53ac -r 9f0d4fd3a412 ismi-python-neo4jrestclient/static/main.css --- a/ismi-python-neo4jrestclient/static/main.css Sat Dec 19 23:25:23 2015 -0500 +++ b/ismi-python-neo4jrestclient/static/main.css Thu Feb 04 15:23:15 2016 +0100 @@ -266,7 +266,7 @@ } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 14px; + font-size: 12px; line-height: 1.428571429; color: #333333; background-color: #ffffff; @@ -424,7 +424,7 @@ } h4, .h4 { - font-size: 18px; + font-size: 16px; } h5, .h5 { @@ -1618,7 +1618,7 @@ output { display: block; padding-top: 7px; - font-size: 14px; + font-size: 12px; line-height: 1.428571429; color: #555555; vertical-align: middle; @@ -1628,7 +1628,7 @@ width: 100%; height: 34px; padding: 6px 12px; - font-size: 14px; + font-size: 12px; line-height: 1.428571429; color: #555555; vertical-align: middle; @@ -1910,7 +1910,7 @@ border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; - font-size: 14px; + font-size: 12px; line-height: 1.428571429; border-radius: 4px; -webkit-user-select: none; @@ -2924,7 +2924,7 @@ padding: 5px 0; margin: 2px 0 0; list-style: none; - font-size: 14px; + font-size: 12px; background-color: #ffffff; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.15); @@ -3306,7 +3306,7 @@ } .input-group-addon { padding: 6px 12px; - font-size: 14px; + font-size: 12px; font-weight: normal; line-height: 1; color: #555555; @@ -6091,7 +6091,7 @@ /* Content */ .table th, .table td { padding: 8px 12px; -font-size: 14px; +font-size: 12px; } /* Footer */ @@ -6352,7 +6352,7 @@ font-size: 20px; } h4 { - font-size: 16px; + font-size: 14px; } h5 { font-size: 13px;