/[health_html]/fix.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /fix.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by ravilov, Tue Oct 16 13:07:03 2001 UTC revision 1.18 by ravilov, Tue Oct 23 16:13:59 2001 UTC
# Line 5  LINKS="../index.html img/bolesti/index.h Line 5  LINKS="../index.html img/bolesti/index.h
5  ../index.html img/autori/index.html  ../index.html img/autori/index.html
6  ../index.html img/autori_cv/index.html  ../index.html img/autori_cv/index.html
7  ../index.html img/news/index.html  ../index.html img/news/index.html
8    ../index.html img/kongresi/index.html
9  ../img/index.html pdf/index.html  ../img/index.html pdf/index.html
10  ../index.html pdf/medicus/index.html  ../index.html pdf/medicus/index.html
11  ../index.html pdf/inf_glasnik/index.html  ../index.html pdf/inf_glasnik/index.html
# Line 29  stanja.tpl templates/lifestyle.tpl Line 30  stanja.tpl templates/lifestyle.tpl
30  ../../img/procitaj01.gif med/img/procitaj01.gif  ../../img/procitaj01.gif med/img/procitaj01.gif
31  ../../img/procitaj02.gif med/img/procitaj02.gif  ../../img/procitaj02.gif med/img/procitaj02.gif
32  ../../img/procitaj03.gif med/img/procitaj03.gif  ../../img/procitaj03.gif med/img/procitaj03.gif
33    ../../img/viseotemi.gif med/img/viseotemi.gif
34  ../../img/bolesti med/img/bolesti  ../../img/bolesti med/img/bolesti
35    ../../img/kongresi med/img/kongresi
36  ../../img/autori med/img/autori  ../../img/autori med/img/autori
37  ../../img/autori_cv med/img/autori_cv  ../../img/autori_cv med/img/autori_cv
38  ../../img/banneri med/img/banneri  ../../img/banneri med/img/banneri
# Line 50  stanja.tpl templates/lifestyle.tpl Line 53  stanja.tpl templates/lifestyle.tpl
53  ../../templates/knjiznica-lijekovi.tpl med/templates/lijekovi.tpl  ../../templates/knjiznica-lijekovi.tpl med/templates/lijekovi.tpl
54  ../favicon.ico med/favicon.ico  ../favicon.ico med/favicon.ico
55  ../index.php med/index.php  ../index.php med/index.php
56    ../autor.php med/autor.php
57  ../pdf.php med/pdf.php  ../pdf.php med/pdf.php
58  ../legal.php med/legal.php  ../legal.php med/legal.php
59  ../stil.php med/stil.php  ../stil.php med/stil.php
# Line 68  do Line 72  do
72  done  done
73  for i in ${DIRS2}  for i in ${DIRS2}
74  do  do
75          [ -e "${i}" ] && continue          if [ ! -e "${i}" ]
76          echo -n " [${i}]"          then
77          mkdir -p "${i}"                  echo -n " [${i}]"
78                    mkdir -p "${i}"
79            fi
80          (          (
81                  cd "${i}"                  cd "${i}"
82                  for j in ../*                  for j in ../*

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

  ViewVC Help
Powered by ViewVC 1.1.26