tuned-city
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

ConnectionWidget.html
text/html

Download raw (343 bytes)

<!-- connection widget -->

<div class="boxtitle">Path Composition</div>

<% if(data._id){ %>
    <div class="head">
        Title: <input class='title' value="<%- data.title %>" type="text" />
    </div>
    
    <div class='controls'>
    <button class="add">add connection</button>
    <button class="save">save</button>
    </div>
<% } %>