|
|
行 1: |
行 1: |
− | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
| |
− | <html>
| |
− | <head>
| |
− | <meta content="text/html; charset=big5" http-equiv="content-type">
| |
− | <title>Install Firefox's Extensions, Themes And Search plugins Page.</title>
| |
| | | |
− | <script type="application/x-javascript"> // For FX Only
| |
− |
| |
− | var msg="作者無法提供任何保證,若有顧慮建議您先參考隨附的連結,後果自負。";
| |
− |
| |
− | var boxObjs;
| |
− |
| |
− | window.onload = function (){
| |
− | boxObjs = document.getElementById("installList").getElementsByTagName("input");
| |
− | }
| |
− |
| |
− | var Author_Setting_Array=new Array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 15, 16, 18, 19, 20);
| |
− |
| |
− | var BoxObjs_no = -1;
| |
− |
| |
− | function Output_boxObjs_no(){
| |
− | BoxObjs_no++;
| |
− | if( BoxObjs_no < 10 ){
| |
− | document.write(" "+BoxObjs_no+". ");
| |
− | }else{
| |
− | document.write(BoxObjs_no+". ");
| |
− | }
| |
− | }
| |
− |
| |
− | function Author_Setting(){
| |
− |
| |
− | for (i=0; i<boxObjs.length; i++) {
| |
− | for (b=0; b<Author_Setting_Array.length; b++) {
| |
− | if( i == Author_Setting_Array[b] ){
| |
− | boxObjs[i].checked = true;
| |
− | }
| |
− | }
| |
− | }
| |
− | }
| |
− |
| |
− | function Confirm_msg(){
| |
− | if(confirm(msg+"\n\n是否繼續?")){
| |
− | return true;
| |
− | }else{
| |
− | return false;
| |
− | }
| |
− | }
| |
− |
| |
− | function installTheme( aEvent, extName) {
| |
− | if(confirm(msg+"\n\n是否繼續?")){
| |
− | var p = new XMLHttpRequest();
| |
− | p.open("GET", "https://addons.mozilla.org/core/install.php?uri="+aEvent.target.href, false);
| |
− | p.send(null);
| |
− |
| |
− | InstallTrigger.installChrome(InstallTrigger.SKIN,aEvent,extName);
| |
− | return false;
| |
− | }else{
| |
− | return false;
| |
− | }
| |
− | }
| |
− |
| |
− | function doInstall(){
| |
− | if(confirm(msg+"\n\n是否繼續安裝?")){
| |
− | var installObj = {}
| |
− | for (i=0; i<boxObjs.length; i++) {
| |
− | if (boxObjs[i].checked) installObj[boxObjs[i].name]=boxObjs[i].value;
| |
− | }
| |
− | InstallTrigger.install(installObj)
| |
− | }
| |
− | }
| |
− |
| |
− | function checkAll(){
| |
− | for (i=0; i<boxObjs.length; i++)
| |
− | {
| |
− | if( i != 17 && i != 18 && i != 19 ){
| |
− | boxObjs[i].checked = true;
| |
− | }
| |
− | }
| |
− | }
| |
− |
| |
− | function checkNone(){
| |
− | for (i=0; i<boxObjs.length; i++)
| |
− | {
| |
− | boxObjs[i].checked = false;
| |
− | }
| |
− | }
| |
− |
| |
− | function IE_Tab_Click(){
| |
− | if (boxObjs[18].checked) {
| |
− | if (boxObjs[19].checked == true) return;
| |
− |
| |
− | if (confirm("IE Tab 系列必須安裝 IE Tab Plugin (另一組套件)。\n\n您是否要選取 IE Tab Plugin ?"))
| |
− | boxObjs[19].checked = true;
| |
− | }else{
| |
− | boxObjs[19].checked = false;
| |
− | return true;
| |
− | }
| |
− |
| |
− | }
| |
− |
| |
− | function IE_Tab_P_Click(){
| |
− | if (boxObjs[19].checked) {
| |
− | if (boxObjs[18].checked == true) return;
| |
− |
| |
− | if (confirm("IE Tab Plugin 系列必須安裝 IE Tab (另一組套件)。\n\n您是否要選取 IE Tab Plugin ?"))
| |
− | boxObjs[18].checked = true;
| |
− | }else{
| |
− | boxObjs[18].checked = false;
| |
− | return true;
| |
− | }
| |
− |
| |
− | }
| |
− |
| |
− | function tongwen_click(){
| |
− | if (boxObjs[6].checked) {
| |
− | if (boxObjs[7].checked == true) return;
| |
− |
| |
− | if (confirm("同文堂系列必須安裝 jslib (另一組套件)。\n\n您是否要選取 jslib?"))
| |
− | boxObjs[7].checked = true;
| |
− | }else{
| |
− | boxObjs[7].checked = false;
| |
− | }
| |
− | }
| |
− |
| |
− | function checkDupIeV(){
| |
− | if( boxObjs[18].checked == true )
| |
− | {
| |
− | if(confirm("您現在選的「IE View」與之前選的「IE Tab」兩者不可同時安裝,否則可能導致錯誤或其他問題。\n\n您要安裝「IE View」並取消「IE Tab」嗎?(按下「取消」則不會選擇此項。)")){
| |
− | boxObjs[18].checked = false;
| |
− | boxObjs[17].checked = true;
| |
− | boxObjs[19].checked = false;
| |
− | return true;
| |
− | }else{
| |
− | boxObjs[18].checked = true;
| |
− | boxObjs[17].checked = false;
| |
− | return true;
| |
− | }
| |
− | }else{
| |
− | return true;
| |
− | }
| |
− | }
| |
− |
| |
− | function checkDupIeT(){
| |
− | if( boxObjs[17].checked == true )
| |
− | {
| |
− | if(confirm("您現在選的「IE Tab」與之前選的「IE View」兩者不可同時安裝,否則可能導致錯誤或其他問題。\n\n您要安裝「IE Tab」並取消「IE View」嗎?(按下「取消」則不會選擇此項。)")){
| |
− | boxObjs[17].checked = false;
| |
− | boxObjs[18].checked = true;
| |
− | return true;
| |
− | }else{
| |
− | boxObjs[17].checked = true;
| |
− | boxObjs[18].checked = false;
| |
− | return true;
| |
− | }
| |
− | }else{
| |
− | return true;
| |
− | }
| |
− | }
| |
− |
| |
− | </script>
| |
− |
| |
− | </head>
| |
− | <body bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#006699">
| |
− |
| |
− | <form onsubmit="doInstall(); return false;" action="">
| |
− |
| |
− | <h3>安裝 Firefox 擴充套件</h3>
| |
− |
| |
− | <hr>
| |
− |
| |
− | <BR>
| |
− |
| |
− | <input value="全選" onclick="checkAll()" type="button">
| |
− |
| |
− | <BR>
| |
− |
| |
− | <input value="取消全選" onclick="checkNone()" type="button">
| |
− |
| |
− | <BR>
| |
− |
| |
− | <input value="作者設定" onclick="Author_Setting()" type="button">
| |
− |
| |
− | <BR>
| |
− |
| |
− | <!-- Start with 0 -->
| |
− |
| |
− | <ul id="installList">
| |
− |
| |
− |
| |
− | <li><script type="application/x-javascript">Output_boxObjs_no();</script><label title="點選此處,將此套件列入安裝清單。"><input name="PDF Download" value="http://ftp.mozilla.org/pub/mozilla.org/extensions/pdf_download/pdf_download-0.4.1.3-fx.xpi" type="checkbox" ></label><a href="https://addons.mozilla.org/extensions/moreinfo.php?id=636" target="_open">PDF Download</a></li>
| |
− |
| |
− |
| |
− |
| |
− | <li><script type="application/x-javascript">Output_boxObjs_no();</script><label title="點選此處,將此套件列入安裝清單。"><input name="Tab Mix" value="http://ftp.mozilla.org/pub/mozilla.org/extensions/tab_mix/tab_mix-0.2.2.3-fx.xpi" type="checkbox" ></label><a href="https://addons.mozilla.org/extensions/moreinfo.php?id=625" target="_open">Tab Mix</a></li>
| |
− |
| |
− |
| |
− | <li><script type="application/x-javascript">Output_boxObjs_no();</script><label title="點選此處,將此套件列入安裝清單。"><input name="Image Toolbar" value="http://ftp.mozilla.org/pub/mozilla.org/extensions/image_toolbar/image_toolbar-0.5-fx.xpi" type="checkbox" ></label><a href="https://addons.mozilla.org/extensions/moreinfo.php?id=243" target="_open">Image Toolbar</a></li>
| |
− |
| |
− |
| |
− |
| |
− | <li><script type="application/x-javascript">Output_boxObjs_no();</script><label title="點選此處,將此套件列入安裝清單。"><input name="Show Image" value="http://ftp.mozilla.org/pub/mozilla.org/extensions/show_image/show_image-0.3-fx.xpi" type="checkbox" ></label><a href="https://addons.mozilla.org/extensions/moreinfo.php?id=373" target="_open">Show Image</a></li>
| |
− |
| |
− |
| |
− |
| |
− | <li><script type="application/x-javascript">Output_boxObjs_no();</script><label title="點選此處,將此套件列入安裝清單。"><input name="Right Encoding" value="http://ftp.mozilla.org/pub/mozilla.org/extensions/right_encoding/right_encoding-0.1-fx.xpi" type="checkbox" ></label><a href="https://addons.mozilla.org/extensions/moreinfo.php?id=371" target="_open">Right Encoding</a></li>
| |
− |
| |
− |
| |
− | <li><script type="application/x-javascript">Output_boxObjs_no();</script><label title="點選此處,將此套件列入安裝清單。"><input name="FlashGot" value="http://ftp.mozilla.org/pub/mozilla.org/extensions/flashgot/flashgot-0.5.9.6-fx+mz+tb.xpi" type="checkbox" ></label><a href="https://addons.mozilla.org/extensions/moreinfo.php?id=220" target="_open">FlashGot</a></li>
| |
− |
| |
− |
| |
− |
| |
− | <li><script type="application/x-javascript">Output_boxObjs_no();</script><label title="點選此處,將此套件列入安裝清單。"><input name="Tongwen 同文堂" value="http://ftp.mozilla.org/pub/mozilla.org/extensions/flashgot/flashgot-0.5.9.6-fx+mz+tb.xpi" type="checkbox" onclick="tongwen_click()"></label><a href="http://forum.moztw.org/viewtopic.php?p=19073" target="_open">Tongwen 同文堂</a></li>
| |
− |
| |
− |
| |
− |
| |
− | <li><script type="application/x-javascript">Output_boxObjs_no();</script><label title="點選此處,將此套件列入安裝清單。"><input name="jslib" value="http://ftp.mozilla.org/pub/mozilla.org/extensions/flashgot/flashgot-0.5.9.6-fx+mz+tb.xpi" type="checkbox" ></label><a href="https://addons.mozilla.org/extensions/moreinfo.php?id=257" target="_open">jslib</a></li>
| |
− |
| |
− |
| |
− |
| |
− | <li><script type="application/x-javascript">Output_boxObjs_no();</script><label title="點選此處,將此套件列入安裝清單。"><input name="Pop-up Count" value="http://www.pikey.me.uk/mozilla/extensions/popupcount.xpi" type="checkbox" ></label><a href="http://www.pikey.me.uk/mozilla/#pc" target="_open">Pop-up Count</a></li>
| |
− |
| |
− |
| |
− |
| |
− | <li><script type="application/x-javascript">Output_boxObjs_no();</script><label title="點選此處,將此套件列入安裝清單。"><input name="WebMailCompose" value="http://ftp.mozilla.org/pub/mozilla.org/extensions/webmailcompose/webmailcompose-0.6.1-fx+mz.xpi" type="checkbox" ></label><a href="https://addons.mozilla.org/extensions/moreinfo.php?id=206" target="_open">WebMailCompose</a></li>
| |
− |
| |
− |
| |
− |
| |
− | <li><script type="application/x-javascript">Output_boxObjs_no();</script><label title="點選此處,將此套件列入安裝清單。"><input name="Fireftp" value="http://chasaidthekitty.com/clicker.php?link=http://downloads.mozdev.org/fireftp/fireftp_zh-TW.xpi" type="checkbox" ></label><a href="https://addons.mozilla.org/extensions/moreinfo.php?id=684" target="_open">Fireftp</a></li>
| |
− |
| |
− |
| |
− |
| |
− | <li><script type="application/x-javascript">Output_boxObjs_no();</script><label title="點選此處,將此套件列入安裝清單。"><input name="Googlebar Lite" value="http://ftp.mozilla.org/pub/mozilla.org/extensions/googlebar_lite/googlebar_lite-2.1-fx.xpi" type="checkbox" ></label><a href="https://addons.mozilla.org/extensions/moreinfo.php?id=492" target="_open">Googlebar Lite</a></li>
| |
− |
| |
− |
| |
− |
| |
− | <li><script type="application/x-javascript">Output_boxObjs_no();</script><label title="點選此處,將此套件列入安裝清單。"><input name="Dr.Web anti-virus link checker" value="http://ftp.mozilla.org/pub/mozilla.org/extensions/dr.web_anti-virus_link_checker/dr.web_anti-virus_link_checker-1.0.3-fx+mz.xpi" type="checkbox" ></label><a href="https://addons.mozilla.org/extensions/moreinfo.php?id=938" target="_open">Dr.Web anti-virus link checker</a></li>
| |
− |
| |
− |
| |
− |
| |
− | <li><script type="application/x-javascript">Output_boxObjs_no();</script><label title="點選此處,將此套件列入安裝清單。"><input name="Menu Editor" value="http://ftp.mozilla.org/pub/mozilla.org/extensions/menu_editor/menu_editor-1.2-fx+tb.xpi" type="checkbox" ></label><a href="https://addons.mozilla.org/extensions/moreinfo.php?id=710" target="_open">Menu Editor</a></li>
| |
− |
| |
− |
| |
− |
| |
− | <li><script type="application/x-javascript">Output_boxObjs_no();</script><label title="點選此處,將此套件列入安裝清單。"><input name="TickerFox" value="http://ftp.mozilla.org/pub/mozilla.org/extensions/tickerfox/tickerfox-0.2.2-fx.xpi" type="checkbox" ></label><a href="https://addons.mozilla.org/extensions/moreinfo.php?id=533" target="_open">TickerFox</a></li>
| |
− |
| |
− |
| |
− | <li><script type="application/x-javascript">Output_boxObjs_no();</script><label title="點選此處,將此套件列入安裝清單。"><input name="Fxif" value="http://ted.mielczarek.org/code/mozilla/fxif/fxif.xpi" type="checkbox" ></label><a href="http://ted.mielczarek.org/code/mozilla/fxif/" target="_open">Fxif</a></li>
| |
− |
| |
− |
| |
− | <li><script type="application/x-javascript">Output_boxObjs_no();</script><label title="點選此處,將此套件列入安裝清單。"><input name="Download Manager" value="http://forum.moztw.org/download.php?id=478" type="checkbox" ></label><a href="http://dmextension.mozdev.org/" target="_open">Download Manager</a></li>
| |
− |
| |
− |
| |
− | <li><script type="application/x-javascript">Output_boxObjs_no();</script><label title="點選此處,將此套件列入安裝清單。"><input name="IE View" value="http://ftp.mozilla.org/pub/mozilla.org/extensions/ie_view/ie_view-1.2.4-fx+mz.xpi" type="checkbox" onclick="checkDupIeV()"></label><a href="https://addons.mozilla.org/extensions/moreinfo.php?id=35" target="_open">IE View</a></li>
| |
− |
| |
− |
| |
− | <li><script type="application/x-javascript">Output_boxObjs_no();</script><label title="點選此處,將此套件列入安裝清單。"><input name="IE Tab" value="http://forum.moztw.org/download.php?id=2094" type="checkbox" onclick="checkDupIeT(), IE_Tab_Click()"></label><a href="http://forum.moztw.org/viewtopic.php?p=47660#47660" target="_open">IE Tab</a></li>
| |
− |
| |
− |
| |
− | <li><script type="application/x-javascript">Output_boxObjs_no();</script><label title="點選此處,將此套件列入安裝清單。"><input name="IE Tab Plugin" value="http://forum.moztw.org/download.php?id=2087" type="checkbox" onclick="IE_Tab_P_Click()"></label><a href="http://forum.moztw.org/viewtopic.php?p=47660#47660" target="_open">IE Tab Plugin</a></li>
| |
− |
| |
− |
| |
− | <li><script type="application/x-javascript">Output_boxObjs_no();</script><label title="點選此處,將此套件列入安裝清單。"><input name="Search Button" value="http://www.pikey.me.uk/mozilla/extensions/searchbutton.xpi" type="checkbox"></label><a href="http://www.pikey.me.uk/mozilla/#sb" target="_open">Search Button</a></li>
| |
− |
| |
− |
| |
− | <li><script type="application/x-javascript">Output_boxObjs_no();</script><label title="點選此處,將此套件列入安裝清單。"><input name="Gmail Notifier" value="http://ftp.mozilla.org/pub/mozilla.org/extensions/gmail_notifier/gmail_notifier-0.5.0-fx+mz.xpi" type="checkbox"></label><a href="https://addons.mozilla.org/extensions/moreinfo.php?id=173" target="_open">Gmail Notifier</a></li>
| |
− |
| |
− | </ul>
| |
− |
| |
− | <BR>
| |
− |
| |
− | <input value="自動安裝" type="submit">
| |
− |
| |
− | </form>
| |
− |
| |
− | <BR>
| |
− |
| |
− | <div>
| |
− |
| |
− | <h3>安裝 Firefox 佈景主題</h3>
| |
− |
| |
− | <hr>
| |
− |
| |
− | <dl>
| |
− | <dt>Noia 2.0 (eXtreme)
| |
− | <dd><a href="#" onclick="return installTheme('http%3A%2F%2Fftp.mozilla.org%2Fpub%2Fmozilla.org%2Fthemes%2Fnoia_2.0_extreme_%2Fnoia_2.0_extreme_-2.88-fx.jar','Noia 2.0 (eXtreme) 2.88');">自動安裝</a></dd>
| |
− | </dl>
| |
− |
| |
− | </div>
| |
− |
| |
− | <BR>
| |
− |
| |
− | <div>
| |
− |
| |
− | <h3>安裝 Firefox 搜尋引擎</h3>
| |
− |
| |
− | <hr>
| |
− |
| |
− | <dl>
| |
− | <dt>PHP function list
| |
− | <dd>手動安裝:<a href="http://forum.moztw.org/download.php?id=1749" onclick="return Confirm_msg();">php.src</a> <a href="http://forum.moztw.org/files/php.png" onclick="return Confirm_msg();">php.png</a></dd>
| |
− |
| |
− |
| |
− | </dl>
| |
− | </div>
| |
− |
| |
− | <BR>
| |
− |
| |
− | <hr>
| |
− |
| |
− | <hr>
| |
− |
| |
− | <table border="0" cellspacing="0" cellpadding="0" align="center">
| |
− | <tbody>
| |
− | <tr>
| |
− | <td align="center"><span style="font-size : 11px; color : #000000;"><U> Make By lch2003 </U></span></td>
| |
− |
| |
− | </tr>
| |
− | <tr>
| |
− | <td> </td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td align="center"><span style="font-size : 11px; color : #000000;"><U><script type="application/x-javascript">document.write(msg);</script></U></span></td>
| |
− | </tr>
| |
− | <tr>
| |
− |
| |
− | <td> </td>
| |
− | </tr>
| |
− | <tr>
| |
− | <td align="center"><span style="font-size : 11px; color : #000000;"><a href="http://validator.w3.org/">This Page Is Valid HTML 4.01 Transitional!</a></span></td>
| |
− | </tr>
| |
− | </tbody>
| |
− | </table>
| |
− |
| |
− | </body>
| |
− | </html>
| |