diff --git a/.idea/modules.xml b/.idea/modules.xml index 92fb2f5..2dd5a27 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,7 @@ - + diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/java/ssrmarcsautelet/automation/appli/ssrmarcsautelet/MainActivity.java b/app/src/main/java/ssrmarcsautelet/automation/appli/ssrmarcsautelet/MainActivity.java index b7db47f..7efa6fc 100644 --- a/app/src/main/java/ssrmarcsautelet/automation/appli/ssrmarcsautelet/MainActivity.java +++ b/app/src/main/java/ssrmarcsautelet/automation/appli/ssrmarcsautelet/MainActivity.java @@ -42,50 +42,50 @@ public class MainActivity extends AppCompatActivity "fiche_ane2.html", "fiche_ane3.html", "fiche_assist1.html", - "fiche_assist2.html ", - "fiche_assist3.html ", - "fiche_educ1.html ", - "fiche_educ2.html ", - "fiche_educ3.html ", - "fiche_ergo1.html ", - "fiche_ergo2.html ", - "fiche_ergo3.html ", - "fiche_inf1.html ", - "fiche_inf2.html ", - "fiche_inf3.html ", - "fiche_kine1.html ", - "fiche_kine2.html ", - "fiche_kine3.html ", - "fiche_medecin1.html ", - "fiche_medecin2.html ", - "fiche_medecin3.html ", - "fiche_ortho1.html ", - "fiche_ortho2.html ", - "fiche_ortho3.html ", - "fiche_orthoptiste1.html ", - "fiche_orthoptiste2.html ", - "fiche_orthoptiste3.html ", - "fiche_psycho1.html ", - "fiche_psycho2.html ", - "fiche_psycho3.html ", - "fiche_secret1.html ", - "fiche_secret2.html ", - "fiche_secret3.html ", - "google_map.html ", - "orga_accueil.html ", - "orga_apa.html ", + "fiche_assist2.html", + "fiche_assist3.html", + "fiche_educ1.html", + "fiche_educ2.html", + "fiche_educ3.html", + "fiche_ergo1.html", + "fiche_ergo2.html", + "fiche_ergo3.html", + "fiche_inf1.html", + "fiche_inf2.html", + "fiche_inf3.html", + "fiche_kine1.html", + "fiche_kine2.html", + "fiche_kine3.html", + "fiche_medecin1.html", + "fiche_medecin2.html", + "fiche_medecin3.html", + "fiche_ortho1.html", + "fiche_ortho2.html", + "fiche_ortho3.html", + "fiche_orthoptiste1.html", + "fiche_orthoptiste2.html", + "fiche_orthoptiste3.html", + "fiche_psycho1.html", + "fiche_psycho2.html", + "fiche_psycho3.html", + "fiche_secret1.html", + "fiche_secret2.html", + "fiche_secret3.html", + "google_map.html", + "orga_accueil.html", + "orga_apa.html", "orga_appareilleur.html" , - "orga_assist.html ", - "orga_cadre.html ", - "orga_doc.html ", - "orga_ergo.html ", - "orga_grands.html ", - "orga_inf.html ", - "orga_kine.html ", - "orga_moyens.html ", - "orga_ortho.html ", - "orga_orthoptiste.html ", - "orga_petits.html ", + "orga_assist.html", + "orga_cadre.html", + "orga_doc.html", + "orga_ergo.html", + "orga_grands.html", + "orga_inf.html", + "orga_kine.html", + "orga_moyens.html", + "orga_ortho.html", + "orga_orthoptiste.html", + "orga_petits.html", "orga_psy.html", "orga_psychomo.html" , "orga_secret.html" , diff --git a/app/src/main/java/ssrmarcsautelet/automation/appli/ssrmarcsautelet/savoirplus.java b/app/src/main/java/ssrmarcsautelet/automation/appli/ssrmarcsautelet/savoirplus.java index 903a4b5..f543cfa 100644 --- a/app/src/main/java/ssrmarcsautelet/automation/appli/ssrmarcsautelet/savoirplus.java +++ b/app/src/main/java/ssrmarcsautelet/automation/appli/ssrmarcsautelet/savoirplus.java @@ -3,7 +3,6 @@ package ssrmarcsautelet.automation.appli.ssrmarcsautelet; import android.annotation.SuppressLint; import android.os.Bundle; -import android.os.Environment; import android.support.v7.app.AppCompatActivity; import android.webkit.WebView; @@ -19,7 +18,7 @@ public class savoirplus extends AppCompatActivity { map = (WebView) findViewById(R.id.map); - map.loadUrl("file:///sdcard/SSR_docs/SSR_docs/google_map.html"); + map.loadUrl("file:///sdcard/SSR_docs/google_map.html"); map.getSettings().setJavaScriptEnabled(true); contact = (WebView) findViewById(R.id.contact); diff --git a/app/src/main/res/layout/activity_age3.xml b/app/src/main/res/layout/activity_age3.xml index 267cbc8..19bc8f6 100644 --- a/app/src/main/res/layout/activity_age3.xml +++ b/app/src/main/res/layout/activity_age3.xml @@ -1,4 +1,7 @@ + - \ No newline at end of file + + \ No newline at end of file -- libgit2 0.21.2