446810cff35f1cdda19f4dc406e0323517c7358d
[phorkie.git] / data / templates / display-sidebar-urls.htm
1 <label id="url-embed" for="url-embed-input"><b>Embed</b> HTML code</label>
2 <input id="url-embed-input" type="text" class="fullwidthtext" value='&lt;script src="{{repo.getLink('embed', null, true)}}" type="text/javascript"&gt;&lt;/script&gt;'/>
3
4 {% if repo.getCloneURL(true) %}
5 <label id="url-public" for="url-public-input"><b>Public</b> clone URL</label>
6 <input id="url-public-input" type="text" class="fullwidthtext" value="{{repo.getCloneURL(true)}}"/>
7 {% endif %}
8
9 {% if repo.getCloneURL(false) %}
10 <label id="url-private" for="url-private-input"><b>Private</b> clone URL</label>
11 <input id="url-private-input" type="text" class="fullwidthtext" value="{{repo.getCloneURL(false)}}"/>
12 {% endif %}