소스 검색

文件更名区分

tags/6.3.0
叙述、别离 6 달 전
부모
커밋
f7eb39cc50
11개의 변경된 파일10개의 추가작업 그리고 10개의 파일을 삭제
  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 파일 보기


+ 1
- 1
src/user/templets/album_add.htm 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

@@ -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() {


불러오는 중...
취소
저장