Skip to content

Commit

Permalink
Dev: moved end_page.pstpl to startpage.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Jan 17, 2017
1 parent 1544fe4 commit d335cff
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions templates/default/views/startpage.twig
Expand Up @@ -49,6 +49,36 @@
{# Data shown when LEM debug timing mode is ON #}
{{ include('./subviews/LEMDebug.twig') }}

</form> <!-- main form -->
</div> <!-- main col -->
</div> <!-- main row -->
</div> <!-- outer frame container -->


<!-- Bootstrap Modal Alert -->
<div id="bootstrap-alert-box-modal" class="modal fade">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header" style="min-height:40px;">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">&times;</button>
<div class="modal-title h4">&nbsp;</div>
</div>
<div class="modal-body"><p></p></div>
<div class="modal-footer">
<a href="#" data-dismiss="modal" class="btn btn-default">{{ "close" | t }}</a>
</div>
</div>
</div>
</div>
<!-- some template.js function launched before ready -->
<script type="text/javascript">
/*<![CDATA[*/
sliderSuffixClone();
fixBodyPadding();
hideQuestionWithRelevanceSubQuestion();
hideEmptyPart();
/*]]>*/
</script>


<!-- end of startpage.twig -->

3 comments on commit d335cff

@Shnoulle
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

end pahge to startpage ???? the javascript function must be at end of the page, not at start ....

@LouisGac
Copy link
Contributor

@LouisGac LouisGac commented on d335cff Jan 18, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey: read the comment on top of startpage.

@LouisGac
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{#
!!!!NOTE!!!!
This is a first cycle of dev.
Soon, we should have a single layout.twig file with subviews.
#}

Please sign in to comment.