Initial commit
This commit is contained in:
commit
f4bfb0e367
71 changed files with 10399 additions and 0 deletions
39
Dam/Components/Templates/Footer.tmpl.html
Normal file
39
Dam/Components/Templates/Footer.tmpl.html
Normal file
|
@ -0,0 +1,39 @@
|
|||
<TMPL_IF DEBUG_MODE>
|
||||
<div class="container hidden-print">
|
||||
<div class="alert alert-info" role="alert" style="text-align: center;">
|
||||
<strong><TMPL_VAR T_ATTENTION> <TMPL_VAR T_WARNING_MODE></strong>
|
||||
</div>
|
||||
</div>
|
||||
</TMPL_IF>
|
||||
|
||||
<a href="#" class="scrollup">Arriba</a>
|
||||
|
||||
<footer>
|
||||
<div class="container">
|
||||
<p class="copyright"> <TMPL_VAR FOOTER_COPYRIGHT> </p>
|
||||
<p class="today"> <TMPL_VAR TODAY> </p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<TMPL_IF CHECK_BROWSER>
|
||||
<div id="outdated">
|
||||
<h6><TMPL_VAR T_OLD_BROWSER></h6>
|
||||
<p><TMPL_VAR T_UPDATE_BROWSER> <a id="btnUpdateBrowser" href="http://outdatedbrowser.com/es"><TMPL_VAR T_UPDATE_NOW></a>.</p>
|
||||
<p class="last"><a href="#" id="btnCloseUpdateBrowser" title="<TMPL_VAR T_CLOSE>">×</a></p>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
outdatedBrowser({
|
||||
bgColor: '#f25648',
|
||||
color: '#ffffff',
|
||||
lowerThan: 'boxShadow',
|
||||
languagePath: ''
|
||||
});
|
||||
// -->
|
||||
</script>
|
||||
</TMPL_IF>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in a new issue