warn about non-configured search adapter during indexing
[phorkie.git] / data / templates / fork-remote-new.htm
1 <form method="post" action="fork-remote" enctype="multipart/form-data" class="well form-horizontal">
2  <p>
3   <strong>Copy a paste from a remote server:</strong>
4   Just paste the website or git clone URL.
5  </p>
6  <div class="control-group">
7   <label class="control-label" for="remote-url">Remote URL</label>
8   <div class="controls">
9    <input type="text" name="remote_url" id="remote-url" value="{{remote_url}}" class="span4 inline" placeholder="git://"/>
10    <button type="submit" class="btn btn-primary" style="float: right; display: block">
11     <i class="icon-share icon-white"></i> Fork Remote
12    </button>
13   </div>
14  </div>
15 </form>