|
@@ -32,12 +32,6 @@ layout: default
|
|
|
|
|
|
<!-- RuleBuilder -->
|
|
|
<div id="rule-builder">
|
|
|
-
|
|
|
- <button id="module-toggle" onclick="toggleVisible('module-menu')"
|
|
|
- class="button" title="Show/hide">
|
|
|
- <img src="{% link assets/tabler_icons/tool.svg %}" title="Modules" />
|
|
|
- </button>
|
|
|
-
|
|
|
<div id="module-input"
|
|
|
ondrop="drop(event)" ondragover="allowDrop(event)">
|
|
|
<span class="prompt" id="drag-directions">Browse modules from below and drag them here.</span>
|
|
@@ -118,16 +112,24 @@ layout: default
|
|
|
title="Add to the public Library">Publish</button>
|
|
|
<button class="pushButton" id="fork" onclick="fork()"
|
|
|
title="Edit this Rule into a new one">Fork</button>
|
|
|
+ <button class="pushButton" onclick="toggleVisible('discuss')"
|
|
|
+ title="Discuss this Rule with others">Discuss</button>
|
|
|
<button class="pushButton" onclick="textOutput()"
|
|
|
title="Download this Rule as a Markdown text file">Export</button>
|
|
|
<button class="pushButton" id="trash" onclick="deleteRule()">
|
|
|
<img src="{% link assets/tabler_icons/trash.svg %}" title="Rule deletion request" />
|
|
|
</button>
|
|
|
- <button class="pushButton"
|
|
|
- onclick="javascript:location.href='https://www.colorado.edu/lab/medlab/content/communityrule-user-feedback'">
|
|
|
- Feedback
|
|
|
- </button>
|
|
|
|
|
|
+ <div id="discuss" style="display:none;">
|
|
|
+ <button onclick="toggleVisible('discuss')" class="button chevrons" style="display:block;"><img src="{% link assets/tabler_icons/chevrons-up.svg %}" title="Hide" /></button>
|
|
|
+ <script defer
|
|
|
+ src="http://comment.medlab.host/js/commento.js"
|
|
|
+ data-no-fonts="true"
|
|
|
+ >
|
|
|
+ </script>
|
|
|
+ <div id="commento"></div>
|
|
|
+ </div>
|
|
|
+
|
|
|
<div id="attribution" style="display:none;">
|
|
|
<br />
|
|
|
<p><a href="https://communityrule.info">
|