Browse Source

文件更名区分

tags/6.3.0
叙述、别离 5 months ago
parent
commit
f7eb39cc50
11 changed files with 10 additions and 10 deletions
  1. +0
    -0
      src/static/web/js/user.main.js
  2. +1
    -1
      src/user/templets/album_add.htm
  3. +1
    -1
      src/user/templets/album_edit.htm
  4. +1
    -1
      src/user/templets/archives_add.htm
  5. +1
    -1
      src/user/templets/archives_edit.htm
  6. +1
    -1
      src/user/templets/archives_sg_add.htm
  7. +1
    -1
      src/user/templets/archives_sg_edit.htm
  8. +1
    -1
      src/user/templets/article_add.htm
  9. +1
    -1
      src/user/templets/article_edit.htm
  10. +1
    -1
      src/user/templets/soft_add.htm
  11. +1
    -1
      src/user/templets/soft_edit.htm

src/static/web/js/user.js → src/static/web/js/user.main.js View File


+ 1
- 1
src/user/templets/album_add.htm View File

@@ -95,7 +95,7 @@
</div>
</main>
<?php obtaintheme('foot.htm');?>
<script src="/static/web/js/user.js"></script>
<script src="/static/web/js/user.main.js"></script>
<script src="/static/web/js/user.album.js"></script>
<?php include(DEDEMEMBER."/templets/widget_litpic.htm");?>
</body>

+ 1
- 1
src/user/templets/album_edit.htm View File

@@ -122,7 +122,7 @@
</div>
</main>
<?php obtaintheme('foot.htm');?>
<script src="/static/web/js/user.js"></script>
<script src="/static/web/js/user.main.js"></script>
<script src="/static/web/js/user.album.js"></script>
<script>startNum = <?php echo $j;?>;</script>
<?php include(DEDEMEMBER."/templets/widget_litpic.htm");?>


+ 1
- 1
src/user/templets/archives_add.htm View File

@@ -70,7 +70,7 @@
</div>
</main>
<?php obtaintheme('foot.htm');?>
<script src="/static/web/js/user.js"></script>
<script src="/static/web/js/user.main.js"></script>
<?php include(DEDEMEMBER."/templets/widget_litpic.htm");?>
</body>
</html>

+ 1
- 1
src/user/templets/archives_edit.htm View File

@@ -69,7 +69,7 @@
</div>
</main>
<?php obtaintheme('foot.htm');?>
<script src="/static/web/js/user.js"></script>
<script src="/static/web/js/user.main.js"></script>
<?php include(DEDEMEMBER."/templets/widget_litpic.htm");?>
</body>
</html>

+ 1
- 1
src/user/templets/archives_sg_add.htm View File

@@ -66,7 +66,7 @@
</div>
</main>
<?php obtaintheme('foot.htm');?>
<script src="/static/web/js/user.js"></script>
<script src="/static/web/js/user.main.js"></script>
<?php include(DEDEMEMBER."/templets/widget_litpic.htm");?>
</body>
</html>

+ 1
- 1
src/user/templets/archives_sg_edit.htm View File

@@ -65,7 +65,7 @@
</div>
</main>
<?php obtaintheme('foot.htm');?>
<script src="/static/web/js/user.js"></script>
<script src="/static/web/js/user.main.js"></script>
<?php include(DEDEMEMBER."/templets/widget_litpic.htm");?>
</body>
</html>

+ 1
- 1
src/user/templets/article_add.htm View File

@@ -74,7 +74,7 @@
</div>
</main>
<?php obtaintheme('foot.htm');?>
<script src="/static/web/js/user.js"></script>
<script src="/static/web/js/user.main.js"></script>
<?php include(DEDEMEMBER."/templets/widget_litpic.htm");?>
</body>
</html>

+ 1
- 1
src/user/templets/article_edit.htm View File

@@ -77,7 +77,7 @@
</div>
</main>
<?php obtaintheme('foot.htm');?>
<script src="/static/web/js/user.js"></script>
<script src="/static/web/js/user.main.js"></script>
<?php include(DEDEMEMBER."/templets/widget_litpic.htm");?>
</body>
</html>

+ 1
- 1
src/user/templets/soft_add.htm View File

@@ -180,7 +180,7 @@
</div>
</main>
<?php obtaintheme('foot.htm');?>
<script src="/static/web/js/user.js"></script>
<script src="/static/web/js/user.main.js"></script>
<script>
var startNum = 2;
function MakeUpload() {


+ 1
- 1
src/user/templets/soft_edit.htm View File

@@ -177,7 +177,7 @@
</div>
</main>
<?php obtaintheme('foot.htm');?>
<script src="/static/web/js/user.js"></script>
<script src="/static/web/js/user.main.js"></script>
<script>
var startNum = parseInt('<?php echo $newRowStart;?>');
function MakeUpload() {


Loading…
Cancel
Save