Upload Source Code

This commit is contained in:
Jay
2021-09-11 14:48:55 +08:00
parent a38536f964
commit 08fc06ebe6
98 changed files with 6291 additions and 0 deletions

31
src/man/track.sub.html Normal file
View File

@@ -0,0 +1,31 @@
<!-- @extend ../part/wrap/head.part.html -->记录操作历史(子页面)<!-- @endextend -->
<!-- @include ../part/common_js_loader.part.html -->
<script>
//加载基本函数库,并且验证微信
window.allowDesktop = {};
NMJsLoader('../cdn/functions.js', 'functions');
</script>
<!-- @include ../part/common_head_style.part.html -->
<!--加载lytable样式表-->
<link id="style_log_track" rel="stylesheet" href="css/track.sub.css?<!--@echo TIME-->"></link>
<!--<script>NMLoadCSS(style_log_track,'css/track.sub.css','log_track');</script>-->
<!-- @include ../part/wrap/headbody_sub.part.html -->
<input type="hidden" id="token" value="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" />
<!-- @include part/track.sub/body.part.html -->
<script>
window.NMLazyJs = [
['zepto', '../cdn/zepto.min.js'],
['userfield', '../cdn/userfield.js'],
['man_log_track','js/track.sub.js'],
];
</script>
<!-- @include ../part/result_tail_script.part.html -->
</body>
</html>