File diff 012bb1e7e4d5 → 905e5c918d3f
www/usethesource/templates/usethesource/candidate.html
Show inline comments
 
new file 100644
 
{% extends "usethesource/base.html" %}
 

	
 
{% block content %}
 
  {{ block.super }}
 

	
 
  <section class="pa2 mt4 mb3">
 
    <div style="display: flex; justify-content: space-between">
 
      <div>
 
        <h2 class="f2 lh-title ttu mt0">Linksys WRG987-v2</h2>
 
        <p><strong>Vendor</strong>: Linksys</em></p>
 
        <p><strong>Device</strong>: WRG987</em></p>
 
        <p><strong>Released</strong>: Oct 20, 2023</em></p>
 
      </div>
 
      <div class="mt2">
 
        <div><a href="{% url 'usethesource:download' %}" class="white bg-green db pv2 ph3 mb2">Download source</a></div>
 
        <div><a href="{% url 'usethesource:download' %}" class="white bg-green db pv2 ph3">Download image</a></div>
 
      </div>
 
    </div>
 

	
 
    <p>The WRG1830 Wireless Router Gateway (WRG) is a component of the ZFR183x Pro Series Wireless Field Bus System. The WRG1830 provides BACnet IP connectivity to compatible Johnson Controls Field Controllers, VAV Controllers, Thermostats, and Sensors over a wireless mesh network.</p>
 

	
 
    <h3 class="f3 lh-title mt4">Comments</h3>
 
    <p><strong>Denver — Oct 20, 2023</strong>:<br>
 
      I was able to run the autogen and configure scripts, but the build failed with a missing dependency XYZ.</p>
 

	
 
    <form method="post">
 
      <div class="mt4">
 
        <textarea placeholder="Add a comment..." style="width: 50em; height: 15em;"></textarea>
 
      </div>
 
      <div class="mt2">
 
        <button type="submit" class="b white bg-green pv2 ph3" style="border: none">Save</button>
 
      </div>
 
    </form>
 
  </section>
 
{% endblock content %}