个人工具

“UbuntuHelp:DialupModemHowto/PCI Hardware modems”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示1个用户的3个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/DialupModemHowto/PCI Hardware modems}}
 
{{From|https://help.ubuntu.com/community/DialupModemHowto/PCI Hardware modems}}
{{Languages|php5}}
+
{{Languages|UbuntuHelp:DialupModemHowto/PCI Hardware modems}}
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 
<html>
 
<html>
第6行: 第6行:
 
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
 
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
 
<meta name="robots" content="index,nofollow">
 
<meta name="robots" content="index,nofollow">
 
 
 
<title>DialupModemHowto/PCI - Community Ubuntu Documentation</title>
 
<title>DialupModemHowto/PCI - Community Ubuntu Documentation</title>
 
 
<script type="text/javascript">
 
<script type="text/javascript">
 
<!--// common functions
 
<!--// common functions
 
 
// We keep here the state of the search box
 
// We keep here the state of the search box
 
searchIsDisabled = false;
 
searchIsDisabled = false;
 
 
function searchChange(e) {
 
function searchChange(e) {
    // Update search buttons status according to search box content.
+
// Update search buttons status according to search box content.
    // Ignore empty or whitespace search term.
+
// Ignore empty or whitespace search term.
    var value = e.value.replace(/\s+/, '');
+
var value = e.value.replace(/\s+/, '');
    if (value == '' || searchIsDisabled) {  
+
if (value == '' || searchIsDisabled) {  
        searchSetDisabled(true);
+
searchSetDisabled(true);
    } else {
+
} else {
        searchSetDisabled(false);
+
searchSetDisabled(false);
    }
+
}
 
}
 
}
 
 
function searchSetDisabled(flag) {
 
function searchSetDisabled(flag) {
    // Enable or disable search
+
// Enable or disable search
    document.getElementById('fullsearch').disabled = flag;
+
document.getElementById('fullsearch').disabled = flag;
    document.getElementById('titlesearch').disabled = flag;
+
document.getElementById('titlesearch').disabled = flag;
 
}
 
}
 
 
function searchFocus(e) {
 
function searchFocus(e) {
    // Update search input content on focus
+
// Update search input content on focus
    if (e.value == 'Search') {
+
if (e.value == 'Search') {
        e.value = '';
+
e.value = '';
        e.style.color = 'black';
+
e.style.color = 'black';
        searchIsDisabled = false;
+
searchIsDisabled = false;
    }
+
}
 
}
 
}
 
 
function searchBlur(e) {
 
function searchBlur(e) {
    // Update search input content on blur
+
// Update search input content on blur
    if (e.value == '') {
+
if (e.value == '') {
        e.value = 'Search';
+
e.value = 'Search';
        e.style.color = 'gray';
+
e.style.color = 'gray';
        searchIsDisabled = true;
+
searchIsDisabled = true;
    }
+
}
 
}
 
}
 
 
function actionsMenuInit(title) {
 
function actionsMenuInit(title) {
    // Initiliaze action menu
+
// Initiliaze action menu
    for (i = 0; i < document.forms.length; i++) {
+
for (i = 0; i < document.forms.length; i++) {
        var form = document.forms[i];
+
var form = document.forms[i];
        if (form.className == 'actionsmenu') {
+
if (form.className == 'actionsmenu') {
            // Check if this form needs update
+
// Check if this form needs update
            var div = form.getElementsByTagName('div')[0];
+
var div = form.getElementsByTagName('div')[0];
            var label = div.getElementsByTagName('label')[0];
+
var label = div.getElementsByTagName('label')[0];
            if (label) {
+
if (label) {
                // This is the first time: remove label and do buton.
+
// This is the first time: remove label and do buton.
                div.removeChild(label);
+
div.removeChild(label);
                var dobutton = div.getElementsByTagName('input')[0];
+
var dobutton = div.getElementsByTagName('input')[0];
                div.removeChild(dobutton);
+
div.removeChild(dobutton);
                // and add menu title
+
// and add menu title
                var select = div.getElementsByTagName('select')[0];
+
var select = div.getElementsByTagName('select')[0];
                var item = document.createElement('option');
+
var item = document.createElement('option');
                item.appendChild(document.createTextNode(title));
+
item.appendChild(document.createTextNode(title));
                item.value = 'show';
+
item.value = 'show';
                select.insertBefore(item, select.options[0]);
+
select.insertBefore(item, select.options[0]);
                select.selectedIndex = 0;
+
select.selectedIndex = 0;
            }
+
}
        }
+
}
    }
+
}
 
}
 
}
 
//-->
 
//-->
 
</script>
 
</script>
 
 
<link rel="stylesheet" type="text/css" charset="utf-8" media="all" href="/htdocs/ubuntu/css/common.css">
 
<link rel="stylesheet" type="text/css" charset="utf-8" media="all" href="/htdocs/ubuntu/css/common.css">
 
<link rel="stylesheet" type="text/css" charset="utf-8" media="screen" href="/htdocs/ubuntu/css/screen.css">
 
<link rel="stylesheet" type="text/css" charset="utf-8" media="screen" href="/htdocs/ubuntu/css/screen.css">
 
<link rel="stylesheet" type="text/css" charset="utf-8" media="print" href="/htdocs/ubuntu/css/print.css">
 
<link rel="stylesheet" type="text/css" charset="utf-8" media="print" href="/htdocs/ubuntu/css/print.css">
 
<link rel="stylesheet" type="text/css" charset="utf-8" media="projection" href="/htdocs/ubuntu/css/projection.css">
 
<link rel="stylesheet" type="text/css" charset="utf-8" media="projection" href="/htdocs/ubuntu/css/projection.css">
 
 
<link rel="Start" href="/community/UserDocumentation">
 
<link rel="Start" href="/community/UserDocumentation">
 
<link rel="Alternate" title="Wiki Markup" href="/community/DialupModemHowto/PCI?action=raw">
 
<link rel="Alternate" title="Wiki Markup" href="/community/DialupModemHowto/PCI?action=raw">
第92行: 第81行:
 
<link rel="Help" href="/community/HelpOnFormatting">
 
<link rel="Help" href="/community/HelpOnFormatting">
 
</head>
 
</head>
 
 
<body  lang="en" dir="ltr">
 
<body  lang="en" dir="ltr">
 
+
<script xmlns="" src="https://ssl.google-analytics.com/urchin.js" type="text/javascript"></script>
    <script xmlns="" src="https://ssl.google-analytics.com/urchin.js" type="text/javascript"></script>
+
<script xmlns="" type="text/javascript"><![CDATA[
            <script xmlns="" type="text/javascript"><![CDATA[
+
_uacct = "UA-1018242-8";
                    _uacct = "UA-737845-5";
+
urchinTracker();
                    urchinTracker();
+
]]></script>
            ]]></script>
+
 
<div id="header">
 
<div id="header">
 
<div id="mastwrap"><div id="masthead">
 
<div id="mastwrap"><div id="masthead">
 
<div id="logo"><a href="/community/UserDocumentation">Community Ubuntu Documentation</a></div>
 
<div id="logo"><a href="/community/UserDocumentation">Community Ubuntu Documentation</a></div>
 
 
<form id="searchform" method="get" action="">
 
<form id="searchform" method="get" action="">
 
<div>
 
<div>
第110行: 第96行:
 
<label for="searchinput">Search:</label>
 
<label for="searchinput">Search:</label>
 
<input id="searchinput" type="text" name="value" value="" size="20"
 
<input id="searchinput" type="text" name="value" value="" size="20"
    onfocus="searchFocus(this)" onblur="searchBlur(this)"
+
onfocus="searchFocus(this)" onblur="searchBlur(this)"
    onkeyup="searchChange(this)" onchange="searchChange(this)" alt="Search">
+
onkeyup="searchChange(this)" onchange="searchChange(this)" alt="Search">
 
<input id="titlesearch" name="titlesearch" type="submit"
 
<input id="titlesearch" name="titlesearch" type="submit"
    value="Titles" alt="Search Titles">
+
value="Titles" alt="Search Titles">
 
<input id="fullsearch" name="fullsearch" type="submit"
 
<input id="fullsearch" name="fullsearch" type="submit"
    value="Text" alt="Search Full Text">
+
value="Text" alt="Search Full Text">
 
</div>
 
</div>
 
</form>
 
</form>
第127行: 第113行:
 
//-->
 
//-->
 
</script>
 
</script>
 
+
<div id="sisternav">
 
+
<ul>
  <div id="sisternav">
+
<li id="plain">
      <ul>
+
<a href="https://help.ubuntu.com/6.06"
        <li id="plain">
+
accesskey="t">6.06 LTS</a>
            <a href="https://help.ubuntu.com/6.06"
+
</li>
              accesskey="t">6.06 LTS</a>
+
<li id="plain">
        </li>
+
<a href="https://help.ubuntu.com/6.10"
        <li id="plain">
+
accesskey="t">6.10</a>
            <a href="https://help.ubuntu.com/6.10"
+
</li>
              accesskey="t">6.10</a>
+
<li id="plain">
        </li>
+
<a href="https://help.ubuntu.com/7.04"
        <li id="plain">
+
accesskey="t">7.04</a>
            <a href="https://help.ubuntu.com/7.04"
+
</li>
              accesskey="t">7.04</a>
+
<li id="plain">
        </li>
+
<a href="https://help.ubuntu.com/7.10"
        <li id="current">
+
accesskey="t">7.10</a>
            <a href="https://help.ubuntu.com/community"
+
</li>
              accesskey="t">Community Docs</a>
+
<li id="current">
        </li>
+
<a href="https://help.ubuntu.com/community"
      </ul>
+
accesskey="t">Community Docs</a>
  </div>
+
</li>
 
+
</ul>
 +
</div>
 
</div></div>
 
</div></div>
 
 
<ul class="extranav">
 
<ul class="extranav">
<li><a href="/community/UserDocumentation">UserDocumentation</a></li>
+
<li><a href="/community/UserDocumentation">User Documentation</a></li>
 
</ul>
 
</ul>
 
 
</div>
 
</div>
 
 
<div id="page" lang="en" dir="ltr"><!-- start page -->
 
<div id="page" lang="en" dir="ltr"><!-- start page -->
 
 
 
<h1 id="title"><a title="Click to do a full-text search for this title" href="/community/DialupModemHowto/PCI?action=fullsearch&amp;value=linkto%3A%22DialupModemHowto%2FPCI%22&amp;context=180">DialupModemHowto/PCI</a></h1>
 
<h1 id="title"><a title="Click to do a full-text search for this title" href="/community/DialupModemHowto/PCI?action=fullsearch&amp;value=linkto%3A%22DialupModemHowto%2FPCI%22&amp;context=180">DialupModemHowto/PCI</a></h1>
 
<div lang="en" id="content" dir="ltr">
 
<div lang="en" id="content" dir="ltr">
第182行: 第164行:
 
<p> <ul>
 
<p> <ul>
 
<li><a href="/community/DialupModemHowto/PCI?action=edit&amp;template=AideTemplate">AideTemplate</a></li>
 
<li><a href="/community/DialupModemHowto/PCI?action=edit&amp;template=AideTemplate">AideTemplate</a></li>
<li><a href="/community/DialupModemHowto/PCI?action=edit&amp;template=CategoryTemplate">CategoryTemplate</a></li>
+
<li><a href="/community/DialupModemHowto/PCI?action=edit&amp;template=[[category:CategoryTemplate">CategoryTemplate</a></li>]]
 
<li><a href="/community/DialupModemHowto/PCI?action=edit&amp;template=DocumentationTemplate">DocumentationTemplate</a></li>
 
<li><a href="/community/DialupModemHowto/PCI?action=edit&amp;template=DocumentationTemplate">DocumentationTemplate</a></li>
 
<li><a href="/community/DialupModemHowto/PCI?action=edit&amp;template=HelpTemplate">HelpTemplate</a></li>
 
<li><a href="/community/DialupModemHowto/PCI?action=edit&amp;template=HelpTemplate">HelpTemplate</a></li>
第196行: 第178行:
 
<li><a href="/community/DialupModemHowto/PCI?action=edit&amp;template=TransparentTemplate">TransparentTemplate</a></li>
 
<li><a href="/community/DialupModemHowto/PCI?action=edit&amp;template=TransparentTemplate">TransparentTemplate</a></li>
 
</ul>
 
</ul>
</p>
+
</p>
 
</td>
 
</td>
 
<td style="vertical-align: top;">
 
<td style="vertical-align: top;">
第235行: 第217行:
 
<li><a href="/community/DialupModemHowtoSr">DialupModemHowtoSr</a></li>
 
<li><a href="/community/DialupModemHowtoSr">DialupModemHowtoSr</a></li>
 
</ul>
 
</ul>
</p>
+
</p>
 
</td>
 
</td>
 
</tr>
 
</tr>
第241行: 第223行:
 
</div>
 
</div>
 
<a id="bottom"></a>
 
<a id="bottom"></a>
 
 
</div>
 
</div>
 
<a id="bottom"></a>
 
<a id="bottom"></a>
 
 
</div>
 
</div>
 
 
</div> <!-- end page -->
 
</div> <!-- end page -->
 
 
 
<div id="footer">
 
<div id="footer">
 
+
<div id="ubuntulinks">
  <div id="ubuntulinks">
+
&copy; 2007 <a href="http://www.canonical.com">Canonical Ltd</a>. Ubuntu, Kubuntu, Edubuntu and Canonical are registered trademarks of Canonical Ltd.<br />
    &copy; 2007 <a href="http://www.canonical.com">Canonical Ltd</a>. Ubuntu, Kubuntu, Edubuntu and Canonical are registered trademarks of Canonical Ltd.<br />
+
<a href="https://help.ubuntu.com/community/WikiGuide">Feedback</a> &mdash;  
    <a href="http://www.ubuntu.com/feedback">Feedback</a> &mdash;  
+
<a href="https://help.ubuntu.com/community/License">Legal</a> &mdash;  
    <a href="http://www.ubuntu.com/legal">Legal</a> &mdash;  
+
<a href="https://help.ubuntu.com/community/Credits">Credits</a>
    <a href="https://wiki.ubuntu.com/wiki/credits">Credits</a><!-- &mdash;
+
<br />
    <a href="http://www.ubuntu.com/sitemap">Site Map</a>-->
+
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">
  </div>
+
<img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-sa/3.0/80x15.png" />
 
+
</a>
 
+
</div>
 
</div>
 
</div>
 
</body>
 
</body>

2007年11月30日 (五) 22:51的最新版本

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> DialupModemHowto/PCI - Community Ubuntu Documentation