在开始的时候加载

This commit is contained in:
2018-06-15 03:29:03 +08:00
parent d99db73c3f
commit 1b2f141309
2 changed files with 19 additions and 18 deletions

View File

@@ -31,6 +31,15 @@
} }
</style> </style>
<!-- ####################################################### --> <!-- ####################################################### -->
<!-- END IMPORT EXTRA JS/CSS -->
<!-- Scripts-->
<script src="js/materialize.js"></script>
<!-- Init JS -->
<script src="js/init.js"></script>
<!-- IMPORT EXTRA JS/CSS -->
<!-- ####################################################### -->
<script src="js/questionnaire.js"></script>
<!-- ####################################################### -->
<!-- END IMPORT EXTRA JS/CSS --> <!-- END IMPORT EXTRA JS/CSS -->
</head> </head>
<body> <body>
@@ -131,15 +140,7 @@
</div> </div>
</div> </div>
</footer> </footer>
<!-- Scripts-->
<script src="js/materialize.js"></script>
<!-- Init JS -->
<script src="js/init.js"></script>
<!-- IMPORT EXTRA JS/CSS -->
<!-- ####################################################### -->
<script src="js/questionnaire.js"></script>
<!-- ####################################################### -->
<!-- END IMPORT EXTRA JS/CSS -->
</body> </body>
</html> </html>

View File

@@ -35,6 +35,15 @@ if($_SESSION[Student_ID] != ""){
</style> </style>
<!-- ####################################################### --> <!-- ####################################################### -->
<!-- END IMPORT EXTRA JS/CSS --> <!-- END IMPORT EXTRA JS/CSS -->
<!-- Scripts-->
<script src="js/materialize.js"></script>
<!-- Init JS -->
<script src="js/init.js"></script>
<!-- IMPORT EXTRA JS/CSS -->
<!-- ####################################################### -->
<script src="js/questionnaire.js"></script>
<!-- ####################################################### -->
<!-- END IMPORT EXTRA JS/CSS -->
</head> </head>
<body> <body>
@@ -177,15 +186,6 @@ if($_SESSION[Student_ID] != ""){
</div> </div>
</div> </div>
</footer> </footer>
<!-- Scripts-->
<script src="js/materialize.js"></script>
<!-- Init JS -->
<script src="js/init.js"></script>
<!-- IMPORT EXTRA JS/CSS -->
<!-- ####################################################### -->
<script src="js/questionnaire.js"></script>
<!-- ####################################################### -->
<!-- END IMPORT EXTRA JS/CSS -->
</body> </body>
</html> </html>