diff options
43 files changed, 50 insertions, 42 deletions
diff --git a/chrome/installer/setup/eula/oem.js b/chrome/installer/setup/eula/oem.js index 4316a2c..5831b34 100644 --- a/chrome/installer/setup/eula/oem.js +++ b/chrome/installer/setup/eula/oem.js @@ -1,3 +1,10 @@ +function setInnerFrame() {
+ var regex = new RegExp("\\?innerframe=\"?([^&#\"]*)\"?");
+ var results = regex.exec(window.location.href);
+ if(results && results[1])
+ document.getElementById('ifr').src = results[1];
+}
+
function checkAccept(f) {
if (f.accept.checked) {
window.returnValue = 6;
@@ -12,6 +19,7 @@ function resize() { var footer = document.getElementById('footer');
ifr.height = footer.offsetTop - ifr.offsetTop;
+ setInnerFrame();
}
window.onresize = resize;
diff --git a/chrome/installer/setup/eula/oem_ar.html b/chrome/installer/setup/eula/oem_ar.html index b358cd9..356489a 100644 --- a/chrome/installer/setup/eula/oem_ar.html +++ b/chrome/installer/setup/eula/oem_ar.html @@ -23,7 +23,7 @@ يجب قبول بنود خدمة Google Chrome لبدء استخدام Google Chrome:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_AR.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_bg.html b/chrome/installer/setup/eula/oem_bg.html index 945f700..ccbb39e 100644 --- a/chrome/installer/setup/eula/oem_bg.html +++ b/chrome/installer/setup/eula/oem_bg.html @@ -23,7 +23,7 @@ Приемете Общите условия на Google Chrome, за да започнете да го използвате:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_BG.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_ca.html b/chrome/installer/setup/eula/oem_ca.html index 0c44cb7..9308ca9 100644 --- a/chrome/installer/setup/eula/oem_ca.html +++ b/chrome/installer/setup/eula/oem_ca.html @@ -23,7 +23,7 @@ Accepta les Condicions d'ús de Google Chrome per començar a utilitzar-lo:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_CA.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_cs.html b/chrome/installer/setup/eula/oem_cs.html index 49bdbbb..c097418 100644 --- a/chrome/installer/setup/eula/oem_cs.html +++ b/chrome/installer/setup/eula/oem_cs.html @@ -23,7 +23,7 @@ Přijměte Smluvní podmínky společnosti Google a začněte používat prohlížeč Google Chrome:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_CS.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_da.html b/chrome/installer/setup/eula/oem_da.html index c95456d..8d23a21 100644 --- a/chrome/installer/setup/eula/oem_da.html +++ b/chrome/installer/setup/eula/oem_da.html @@ -23,7 +23,7 @@ Accepter servicevilkårene for Google Chrome for at starte med at bruge Google Chrome:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_DA.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_de.html b/chrome/installer/setup/eula/oem_de.html index 89bf498..b91c843 100644 --- a/chrome/installer/setup/eula/oem_de.html +++ b/chrome/installer/setup/eula/oem_de.html @@ -23,7 +23,7 @@ Akzeptieren Sie die Nutzungsbedingungen von Google Chrome, damit Sie sofort mit Google Chrome starten können:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_DE.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_el.html b/chrome/installer/setup/eula/oem_el.html index a55d47e..6f7cf49 100644 --- a/chrome/installer/setup/eula/oem_el.html +++ b/chrome/installer/setup/eula/oem_el.html @@ -23,7 +23,7 @@ Για να ξεκινήσετε να χρησιμοποιείτε το Google Chrome αποδεχτείτε τους Όρους παροχής υπηρεσιών του Google Chrome:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_EL.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_en-GB.html b/chrome/installer/setup/eula/oem_en-GB.html index 3e94b28..29ff611 100644 --- a/chrome/installer/setup/eula/oem_en-GB.html +++ b/chrome/installer/setup/eula/oem_en-GB.html @@ -23,7 +23,7 @@ Accept the Google Chrome Terms of Service to start using Google Chrome:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_EN_GB.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_en.html b/chrome/installer/setup/eula/oem_en.html index b1f177e..a90a49b3 100644 --- a/chrome/installer/setup/eula/oem_en.html +++ b/chrome/installer/setup/eula/oem_en.html @@ -25,7 +25,7 @@ Accept the Google Chrome Terms of Service to start using Google Chrome:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_EN.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_es-419.html b/chrome/installer/setup/eula/oem_es-419.html index bb8eeaa0..af6d396 100644 --- a/chrome/installer/setup/eula/oem_es-419.html +++ b/chrome/installer/setup/eula/oem_es-419.html @@ -23,7 +23,7 @@ Para empezar a usar Google Chrome, acepta las Condiciones del servicio:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_ES_419.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_es.html b/chrome/installer/setup/eula/oem_es.html index 6cacb4d..af6d396 100644 --- a/chrome/installer/setup/eula/oem_es.html +++ b/chrome/installer/setup/eula/oem_es.html @@ -23,7 +23,7 @@ Para empezar a usar Google Chrome, acepta las Condiciones del servicio:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_ES.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_et.html b/chrome/installer/setup/eula/oem_et.html index c3067c2..4578640 100644 --- a/chrome/installer/setup/eula/oem_et.html +++ b/chrome/installer/setup/eula/oem_et.html @@ -23,7 +23,7 @@ Google Chrome'i kasutama hakkamiseks nõustuge allpool toodud Google Chrome'i kasutustingimustega:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_ET.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_fi.html b/chrome/installer/setup/eula/oem_fi.html index 8d74097..0d2abfc 100644 --- a/chrome/installer/setup/eula/oem_fi.html +++ b/chrome/installer/setup/eula/oem_fi.html @@ -23,7 +23,7 @@ Hyväksy Google Chromen käyttöehdot, jotta voit aloittaa Google Chromen käytön:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_FI.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_fil.html b/chrome/installer/setup/eula/oem_fil.html index e27d8b2..440febe 100644 --- a/chrome/installer/setup/eula/oem_fil.html +++ b/chrome/installer/setup/eula/oem_fil.html @@ -23,7 +23,7 @@ Sumang-ayon sa Mga Tuntunin ng Serbisyo ng Google Chrome upang simulang gamitin ang Google Chrome:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_FIL.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_fr.html b/chrome/installer/setup/eula/oem_fr.html index 6a652f45..4a4e1d6 100644 --- a/chrome/installer/setup/eula/oem_fr.html +++ b/chrome/installer/setup/eula/oem_fr.html @@ -23,7 +23,7 @@ Pour commencer à utiliser Google Chrome, acceptez les conditions d'utilisation de Google Chrome :
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_FR.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_hi.html b/chrome/installer/setup/eula/oem_hi.html index 860c8a2..f68edc4 100644 --- a/chrome/installer/setup/eula/oem_hi.html +++ b/chrome/installer/setup/eula/oem_hi.html @@ -23,7 +23,7 @@ Google Chrome का उपयोग शुरू करने के लिए, सेवा की शर्ते स्वीकार करें:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_HI.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_hr.html b/chrome/installer/setup/eula/oem_hr.html index e7af7bc..636ea47 100644 --- a/chrome/installer/setup/eula/oem_hr.html +++ b/chrome/installer/setup/eula/oem_hr.html @@ -23,7 +23,7 @@ Prihvatite Google Chrome Uvjete upotrebe usluge da biste počeli koristiti preglednik Google Chrome:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_HR.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_hu.html b/chrome/installer/setup/eula/oem_hu.html index 6c6789e..230bbfc7 100644 --- a/chrome/installer/setup/eula/oem_hu.html +++ b/chrome/installer/setup/eula/oem_hu.html @@ -23,7 +23,7 @@ Ahhoz, hogy futtathassa a Google Chrome-ot, fogadja el a Google Chrome Általános Szerződési Feltételeit:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_HU.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_id.html b/chrome/installer/setup/eula/oem_id.html index 2ed2063..00b053a 100644 --- a/chrome/installer/setup/eula/oem_id.html +++ b/chrome/installer/setup/eula/oem_id.html @@ -23,7 +23,7 @@ Setujui Syarat Layanan Google Chrome untuk mulai menggunakan Google Chrome:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_ID.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_it.html b/chrome/installer/setup/eula/oem_it.html index 27fac15..8a810c6 100644 --- a/chrome/installer/setup/eula/oem_it.html +++ b/chrome/installer/setup/eula/oem_it.html @@ -23,7 +23,7 @@ Accetta i Termini di servizio per iniziare a utilizzare Google Chrome:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_IT.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_iw.html b/chrome/installer/setup/eula/oem_iw.html index 3666b57..48d6255 100644 --- a/chrome/installer/setup/eula/oem_iw.html +++ b/chrome/installer/setup/eula/oem_iw.html @@ -23,7 +23,7 @@ קבלת 'התנאים וההגבלות של Google Chrome' לתחילת השימוש ב-Google Chrome:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_IW.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_ja.html b/chrome/installer/setup/eula/oem_ja.html index b59cbed..2fde799 100644 --- a/chrome/installer/setup/eula/oem_ja.html +++ b/chrome/installer/setup/eula/oem_ja.html @@ -23,7 +23,7 @@ Google Chrome の使用開始にあたって Google Chrome の利用規約に同意する:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_JA.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_ko.html b/chrome/installer/setup/eula/oem_ko.html index 5ad3cb5..071b894 100644 --- a/chrome/installer/setup/eula/oem_ko.html +++ b/chrome/installer/setup/eula/oem_ko.html @@ -23,7 +23,7 @@ Google 크롬을 사용하려면 Google 크롬 서비스 약관에 동의해 주십시오.
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_KO.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_lt.html b/chrome/installer/setup/eula/oem_lt.html index d609094..44bdcf1 100644 --- a/chrome/installer/setup/eula/oem_lt.html +++ b/chrome/installer/setup/eula/oem_lt.html @@ -23,7 +23,7 @@ Patvirtinkite „Google Chrome“ paslaugų teikimo sąlygas, norėdami pradėti naudotis „Google Chrome“:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_LT.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_lv.html b/chrome/installer/setup/eula/oem_lv.html index 14ad8e9..94cbabc 100644 --- a/chrome/installer/setup/eula/oem_lv.html +++ b/chrome/installer/setup/eula/oem_lv.html @@ -23,7 +23,7 @@ Lai sāktu lietot Google Chrome, piekrītiet Google Chrome pakalpojumu sniegšanas noteikumiem:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_LV.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_nl.html b/chrome/installer/setup/eula/oem_nl.html index afb2d19..77148bc 100644 --- a/chrome/installer/setup/eula/oem_nl.html +++ b/chrome/installer/setup/eula/oem_nl.html @@ -23,7 +23,7 @@ U dient de servicevoorwaarden van Google Chrome te accepteren voordat u Google Chrome kunt gebruiken:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_NL.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_no.html b/chrome/installer/setup/eula/oem_no.html index d65e6ef..bae135c 100644 --- a/chrome/installer/setup/eula/oem_no.html +++ b/chrome/installer/setup/eula/oem_no.html @@ -23,7 +23,7 @@ Godta vilkårene for Google Chrome for å begynne å bruke Google Chrome:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_NO.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_pl.html b/chrome/installer/setup/eula/oem_pl.html index 0dd5b89..7ed70e8 100644 --- a/chrome/installer/setup/eula/oem_pl.html +++ b/chrome/installer/setup/eula/oem_pl.html @@ -23,7 +23,7 @@ Aby zacząć korzystać z przeglądarki Google Chrome, zaakceptuj Warunki korzystania z usługi:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_PL.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_pt-BR.html b/chrome/installer/setup/eula/oem_pt-BR.html index cbef8e4..e00a851 100644 --- a/chrome/installer/setup/eula/oem_pt-BR.html +++ b/chrome/installer/setup/eula/oem_pt-BR.html @@ -23,7 +23,7 @@ Aceite os Termos de Serviço do Google Chrome para começar a usá-lo:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_PT_BR.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_pt-PT.html b/chrome/installer/setup/eula/oem_pt-PT.html index b5f6623..d6b1482 100644 --- a/chrome/installer/setup/eula/oem_pt-PT.html +++ b/chrome/installer/setup/eula/oem_pt-PT.html @@ -23,7 +23,7 @@ Para começar a utilizar o Google Chrome aceite os respectivos Termos de utilização:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_PT_PT.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_ro.html b/chrome/installer/setup/eula/oem_ro.html index 095f937..b3f4681 100644 --- a/chrome/installer/setup/eula/oem_ro.html +++ b/chrome/installer/setup/eula/oem_ro.html @@ -23,7 +23,7 @@ Pentru a începe să utilizaţi Google Chrome, acceptaţi Condiţiile de furnizare a serviciilor Google Chrome:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_RO.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_ru.html b/chrome/installer/setup/eula/oem_ru.html index 013160c..87dc3d7 100644 --- a/chrome/installer/setup/eula/oem_ru.html +++ b/chrome/installer/setup/eula/oem_ru.html @@ -23,7 +23,7 @@ Чтобы начать использование Google Chrome, примите Условия предоставления услуг Google Chrome:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_RU.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_sk.html b/chrome/installer/setup/eula/oem_sk.html index baf8b02..5d06f4b 100644 --- a/chrome/installer/setup/eula/oem_sk.html +++ b/chrome/installer/setup/eula/oem_sk.html @@ -23,7 +23,7 @@ Prijmite Zmluvné podmienky prehliadača Google Chrome a začnite ho používať:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_SK.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_sl.html b/chrome/installer/setup/eula/oem_sl.html index 130d5e2..aa55b73 100644 --- a/chrome/installer/setup/eula/oem_sl.html +++ b/chrome/installer/setup/eula/oem_sl.html @@ -23,7 +23,7 @@ Sprejmite Pogoje storitve za brskalnik Google Chrome in ga začnite uporabljati:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_SL.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_sr.html b/chrome/installer/setup/eula/oem_sr.html index 5164b53..b290624 100644 --- a/chrome/installer/setup/eula/oem_sr.html +++ b/chrome/installer/setup/eula/oem_sr.html @@ -23,7 +23,7 @@ Прихватите услове коришћења услуге да бисте почели да користите Google Chrome:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_SR.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_sv.html b/chrome/installer/setup/eula/oem_sv.html index f390bb3..5007485 100644 --- a/chrome/installer/setup/eula/oem_sv.html +++ b/chrome/installer/setup/eula/oem_sv.html @@ -23,7 +23,7 @@ Godkänn användarvillkoren för Google Chrome för att börja använda Google Chrome:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_SV.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_th.html b/chrome/installer/setup/eula/oem_th.html index 7074c3f..8e67811 100644 --- a/chrome/installer/setup/eula/oem_th.html +++ b/chrome/installer/setup/eula/oem_th.html @@ -23,7 +23,7 @@ ยอมรับข้อกำหนดในการให้บริการของ Google Chrome เพื่อเริ่มต้นใช้ Google Chrome:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_TH.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_tr.html b/chrome/installer/setup/eula/oem_tr.html index 4228ea7..c6cdcbb 100644 --- a/chrome/installer/setup/eula/oem_tr.html +++ b/chrome/installer/setup/eula/oem_tr.html @@ -23,7 +23,7 @@ Google Chrome'u kullanmaya başlamak için Google Chrome Hizmet Şartları'nı kabul edin:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_TR.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_uk.html b/chrome/installer/setup/eula/oem_uk.html index 00e527d..95751a9 100644 --- a/chrome/installer/setup/eula/oem_uk.html +++ b/chrome/installer/setup/eula/oem_uk.html @@ -23,7 +23,7 @@ Щоб почати користуватися Google Chrome, прийміть загальні положення та умови:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_UK.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_vi.html b/chrome/installer/setup/eula/oem_vi.html index 8b14ba9..380eef4 100644 --- a/chrome/installer/setup/eula/oem_vi.html +++ b/chrome/installer/setup/eula/oem_vi.html @@ -23,7 +23,7 @@ Chấp nhận Điều khoản Dịch vụ của Google Chrome để bắt đầu sử dụng Google Chrome:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_VI.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_zh-CN.html b/chrome/installer/setup/eula/oem_zh-CN.html index d0e4b2e..f076095 100644 --- a/chrome/installer/setup/eula/oem_zh-CN.html +++ b/chrome/installer/setup/eula/oem_zh-CN.html @@ -23,7 +23,7 @@ 接受谷歌浏览器服务条款,开始使用谷歌浏览器:
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_ZH_CN.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
diff --git a/chrome/installer/setup/eula/oem_zh-TW.html b/chrome/installer/setup/eula/oem_zh-TW.html index e634b26..40209a0 100644 --- a/chrome/installer/setup/eula/oem_zh-TW.html +++ b/chrome/installer/setup/eula/oem_zh-TW.html @@ -23,7 +23,7 @@ 接受 Google 瀏覽器的服務條款,開始使用 Google 瀏覽器。
</div>
<div class="eula">
- <iframe id="ifr" src="res://setup.exe/IDR_TERMS_ZH_TW.HTML" width="100%" height="354" frameborder="0"></iframe>
+ <iframe id="ifr" src="" width="100%" height="354" frameborder="0"></iframe>
</div>
<div id="footer" class="footer">
<form method="post" action="" onsubmit="checkAccept(this); return false;">
|