summaryrefslogtreecommitdiffstats
path: root/tpl/packages.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/packages.tpl')
-rw-r--r--tpl/packages.tpl60
1 files changed, 30 insertions, 30 deletions
diff --git a/tpl/packages.tpl b/tpl/packages.tpl
index 9027858..4008ff0 100644
--- a/tpl/packages.tpl
+++ b/tpl/packages.tpl
@@ -8,44 +8,44 @@
<label for="package">Package name</label>
<input type="text" class="form-control" id="package" name="package" value="{{{package}}}">
</div>
- <div class="form-group">
+ <div class="form-group">
<label for="arch">Architecture</label>
- <select name="arch" class="form-control" id="arch">
+ <select name="arch" class="form-control" id="arch">
<option>x86</option>
<option>x86_64</option>
<option>armhf</option>
</select>
- </div>
+ </div>
<button type="submit" class="btn btn-primary">Search</button>
</form>
</div>
- <table class="table table-striped table-bordered table-condensed">
- <tr>
- <th>Package</th>
- <th>Version</th>
- <th>Project</th>
- <th>Licence</th>
- <th>Architecture</th>
- <th>Repository</th>
- <th>Maintainer</th>
- <th>Build date</th>
- </tr>{{#rows}}
- <tr>
- <td class="package" title="{{{desc}}}"><a href="/package/{{{arch}}}/{{{package}}}">{{{package}}}</a></td>
- <td class="version">{{{version}}}</td>
- <td class="url"><a href="{{{project}}}">URL</a></td>
- <td class="license">{{{license}}}</td>
- <td class="arch">{{{arch}}}</td>
- <td class="repo">{{{repo}}}</td>
- <td class="maintainer">{{{maintainer}}}</td>
- <td class="bdate">{{{bdate}}}</td>
- </tr>{{/rows}}
- {{{^rows}}}
- <tr>
- <td colspan="8">No item found...</td>
- </tr>
- {{{/rows}}}
- </table>
+ <table class="table table-striped table-bordered table-condensed">
+ <tr>
+ <th>Package</th>
+ <th>Version</th>
+ <th>Project</th>
+ <th>Licence</th>
+ <th>Architecture</th>
+ <th>Repository</th>
+ <th>Maintainer</th>
+ <th>Build date</th>
+ </tr>{{#rows}}
+ <tr>
+ <td class="package" title="{{{desc}}}"><a href="/package/{{{arch}}}/{{{package}}}">{{{package}}}</a></td>
+ <td class="version">{{{version}}}</td>
+ <td class="url"><a href="{{{project}}}">URL</a></td>
+ <td class="license">{{{license}}}</td>
+ <td class="arch">{{{arch}}}</td>
+ <td class="repo">{{{repo}}}</td>
+ <td class="maintainer">{{{maintainer}}}</td>
+ <td class="bdate">{{{bdate}}}</td>
+ </tr>{{/rows}}
+ {{{^rows}}}
+ <tr>
+ <td colspan="8">No item found...</td>
+ </tr>
+ {{{/rows}}}
+ </table>
</div>
</div>
{{{footer}}}