Add fontawesome as required by newer bootstrap
This commit is contained in:
parent
cd0ff484f7
commit
eb8a0f279a
|
@ -10,8 +10,9 @@ STATIC = \
|
||||||
|
|
||||||
FLOT = flot-0.8.3.zip
|
FLOT = flot-0.8.3.zip
|
||||||
BOOTSTRAP = bootstrap-4.3.1-dist.zip
|
BOOTSTRAP = bootstrap-4.3.1-dist.zip
|
||||||
|
FONTAWESOME = fontawesome-free-5.10.2-web.zip
|
||||||
|
|
||||||
ZIPS = $(FLOT) $(BOOTSTRAP)
|
ZIPS = $(FLOT) $(BOOTSTRAP) $(FONTAWESOME)
|
||||||
|
|
||||||
EXTRA_DIST = $(TEMPLATES) $(STATIC) $(ZIPS)
|
EXTRA_DIST = $(TEMPLATES) $(STATIC) $(ZIPS)
|
||||||
|
|
||||||
|
@ -22,9 +23,14 @@ all:
|
||||||
mkdir -p $(srcdir)/static/js
|
mkdir -p $(srcdir)/static/js
|
||||||
unzip -u -d $(srcdir)/static $(BOOTSTRAP)
|
unzip -u -d $(srcdir)/static $(BOOTSTRAP)
|
||||||
unzip -u -d $(srcdir)/static/js $(FLOT)
|
unzip -u -d $(srcdir)/static/js $(FLOT)
|
||||||
|
unzip -u -d $(srcdir)/static $(FONTAWESOME)
|
||||||
|
|
||||||
install-data-local: $(ZIPS)
|
install-data-local: $(ZIPS)
|
||||||
mkdir -p $(hydradir)/static/js
|
mkdir -p $(hydradir)/static/js
|
||||||
cp -prvd $(srcdir)/static/js/* $(hydradir)/static/js
|
cp -prvd $(srcdir)/static/js/* $(hydradir)/static/js
|
||||||
mkdir -p $(hydradir)/static/bootstrap
|
mkdir -p $(hydradir)/static/bootstrap
|
||||||
cp -prvd $(srcdir)/static/$(basename $(BOOTSTRAP))/* $(hydradir)/static/bootstrap
|
cp -prvd $(srcdir)/static/$(basename $(BOOTSTRAP))/* $(hydradir)/static/bootstrap
|
||||||
|
mkdir -p $(hydradir)/static/fontawesome/css
|
||||||
|
cp -prvd $(srcdir)/static/$(basename $(FONTAWESOME))/css/all.css $(hydradir)/static/fontawesome/css
|
||||||
|
mkdir -p $(hydradir)/static/fontawesome/webfonts
|
||||||
|
cp -prvd $(srcdir)/static/$(basename $(FONTAWESOME))/webfonts/* $(hydradir)/static/fontawesome/webfonts
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
[% BLOCK renderJobsetInput %]
|
[% BLOCK renderJobsetInput %]
|
||||||
<tr class="input [% extraClass %]" [% IF id %]id="[% id %]"[% END %]>
|
<tr class="input [% extraClass %]" [% IF id %]id="[% id %]"[% END %]>
|
||||||
<td>
|
<td>
|
||||||
<button type="button" class="btn btn-warning" onclick='$(this).parents(".input").remove()'><i class="icon-trash icon-white"></i></button>
|
<button type="button" class="btn btn-warning" onclick='$(this).parents(".input").remove()'><i class="fas fa-trash"></i></button>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" id="[% baseName %]-name" name="[% baseName %]-name" [% HTML.attributes(value => input.name) %]/>
|
<input type="text" id="[% baseName %]-name" name="[% baseName %]-name" [% HTML.attributes(value => input.name) %]/>
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
[% INCLUDE renderJobsetInput input=input baseName="input-$input.name" %]
|
[% INCLUDE renderJobsetInput input=input baseName="input-$input.name" %]
|
||||||
[% END %]
|
[% END %]
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="4" style="text-align: center;"><button type="button" class="add-input btn btn-success"><i class="icon-plus icon-white"></i> Add a new input</button></td>
|
<td colspan="4" style="text-align: center;"><button type="button" class="add-input btn btn-success"><i class="fas fa-plus"></i> Add a new input</button></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
@ -182,7 +182,7 @@
|
||||||
|
|
||||||
[% INCLUDE renderJobsetInputs %]
|
[% INCLUDE renderJobsetInputs %]
|
||||||
|
|
||||||
<button id="submit-jobset" type="submit" class="btn btn-primary"><i class="icon-ok icon-white"></i> [%IF !edit %]Create jobset[% ELSE %]Apply changes[% END %]</button>
|
<button id="submit-jobset" type="submit" class="btn btn-primary"><i class="fas fa-check"></i> [%IF !edit %]Create jobset[% ELSE %]Apply changes[% END %]</button>
|
||||||
|
|
||||||
<table style="display: none">
|
<table style="display: none">
|
||||||
[% INCLUDE renderJobsetInput input="" extraClass="template" id="input-template" baseName="input-template" %]
|
[% INCLUDE renderJobsetInput input="" extraClass="template" id="input-template" baseName="input-template" %]
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button id="submit-project" type="submit" class="btn btn-primary">
|
<button id="submit-project" type="submit" class="btn btn-primary">
|
||||||
<i class="icon-ok icon-white"></i>
|
<i class="fas fa-check"></i>
|
||||||
[%IF create %]Create project[% ELSE %]Apply changes[% END %]
|
[%IF create %]Create project[% ELSE %]Apply changes[% END %]
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
|
BIN
src/root/fontawesome-free-5.10.2-web.zip
Normal file
BIN
src/root/fontawesome-free-5.10.2-web.zip
Normal file
Binary file not shown.
|
@ -2,7 +2,7 @@
|
||||||
[% PROCESS common.tt %]
|
[% PROCESS common.tt %]
|
||||||
|
|
||||||
<div class="btn-group pull-right">
|
<div class="btn-group pull-right">
|
||||||
<a class="btn btn-primary dropdown-toggle" data-toggle="dropdown" href="#"><i class="icon-white icon-eye-open"></i> Compare to...</a>
|
<a class="btn btn-primary dropdown-toggle" data-toggle="dropdown" href="#"><i class="fas fa-eye"></i> Compare to...</a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="?">Preceding evaluation in this jobset</a></li>
|
<li><a href="?">Preceding evaluation in this jobset</a></li>
|
||||||
<li class="divider"></li>
|
<li class="divider"></li>
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
|
||||||
|
<link href="[% c.uri_for("/static/fontawesome/css/all.css") %]" rel="stylesheet" />
|
||||||
<script type="text/javascript" src="[% c.uri_for("/static/js/popper.min.js") %]"></script>
|
<script type="text/javascript" src="[% c.uri_for("/static/js/popper.min.js") %]"></script>
|
||||||
<script type="text/javascript" src="[% c.uri_for("/static/bootstrap/js/bootstrap.min.js") %]"></script>
|
<script type="text/javascript" src="[% c.uri_for("/static/bootstrap/js/bootstrap.min.js") %]"></script>
|
||||||
<link href="[% c.uri_for("/static/bootstrap/css/bootstrap.min.css") %]" rel="stylesheet" />
|
<link href="[% c.uri_for("/static/bootstrap/css/bootstrap.min.css") %]" rel="stylesheet" />
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button type="submit" class="btn btn-primary">
|
<button type="submit" class="btn btn-primary">
|
||||||
<i class="icon-ok icon-white"></i>
|
<i class="fas fa-check"></i>
|
||||||
Post
|
Post
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
@ -100,18 +100,18 @@
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
||||||
<button id="submit-user" class="btn btn-primary">
|
<button id="submit-user" class="btn btn-primary">
|
||||||
<i class="icon-ok icon-white"></i>
|
<i class="fas fa-check"></i>
|
||||||
[%IF create %]Create[% ELSE %]Apply changes[% END %]
|
[%IF create %]Create[% ELSE %]Apply changes[% END %]
|
||||||
</button>
|
</button>
|
||||||
[% IF !create && c.check_user_roles('admin') && user.type == 'hydra' %]
|
[% IF !create && c.check_user_roles('admin') && user.type == 'hydra' %]
|
||||||
<button id="reset-password" class="btn btn-warning">
|
<button id="reset-password" class="btn btn-warning">
|
||||||
<i class="icon-trash icon-white"></i>
|
<i class="fas fa-lock"></i>
|
||||||
Reset password
|
Reset password
|
||||||
</button>
|
</button>
|
||||||
[% END %]
|
[% END %]
|
||||||
[% IF !create %]
|
[% IF !create %]
|
||||||
<button id="delete-user" class="btn btn-danger">
|
<button id="delete-user" class="btn btn-danger">
|
||||||
<i class="icon-trash icon-white"></i>
|
<i class="fas fa-trash"></i>
|
||||||
Delete this user
|
Delete this user
|
||||||
</button>
|
</button>
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<a class="btn btn-primary" href="[% c.uri_for(c.controller('Root').action_for('register')) %]">
|
<a class="btn btn-primary" href="[% c.uri_for(c.controller('Root').action_for('register')) %]">
|
||||||
<i class="icon-plus"></i> Add a new user
|
<i class="fas fa-plus"></i> Add a new user
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
Loading…
Reference in a new issue