|
@@ -170,12 +170,12 @@
|
|
|
|
|
|
<#macro commonFooter >
|
|
|
<footer class="main-footer">
|
|
|
+ Powered by <b>XXL-JOB</b> 1.6
|
|
|
<div class="pull-right hidden-xs">
|
|
|
- <b>Version</b> 1.6
|
|
|
+ <strong>Copyright © 2015-${.now?string('yyyy')}
|
|
|
+ <a href="https://github.com/xuxueli/xxl-job" target="_blank" >github</a>
|
|
|
+ <a href="http://my.oschina.net/xuxueli/blog/690978" target="_blank" >oschina</a>
|
|
|
+ </strong><!-- All rights reserved. -->
|
|
|
</div>
|
|
|
- <strong>Copyright © 2015-${.now?string('yyyy')}
|
|
|
- <a href="https://github.com/xuxueli/xxl-job" target="_blank" >github</a>
|
|
|
- <a href="http://my.oschina.net/xuxueli/blog/690978" target="_blank" >oschina</a>
|
|
|
- </strong><!-- All rights reserved. -->
|
|
|
</footer>
|
|
|
</#macro>
|