Bladeren bron

文件更名区分

tags/6.3.0
叙述、别离 6 maanden geleden
bovenliggende
commit
f7eb39cc50
11 gewijzigde bestanden met toevoegingen van 10 en 10 verwijderingen
  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 Bestand weergeven


+ 1
- 1
src/user/templets/album_add.htm Bestand weergeven

@@ -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 Bestand weergeven

@@ -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 Bestand weergeven

@@ -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 Bestand weergeven

@@ -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 Bestand weergeven

@@ -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 Bestand weergeven

@@ -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 Bestand weergeven

@@ -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 Bestand weergeven

@@ -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 Bestand weergeven

@@ -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 Bestand weergeven

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


Laden…
Annuleren
Opslaan