This commit is contained in:
mike.morgan%oregonstate.edu 2006-01-26 17:33:46 +00:00
Родитель 21086071ec
Коммит 050dc819bd
3 изменённых файлов: 6 добавлений и 33 удалений

Просмотреть файл

@ -1,27 +0,0 @@
</div><!-- end #content div -->
<hr class="hide"/>
<div id="footer">
<div id="footer-contents">
<ul id="footer-menu">
<li><a href="http://mozilla.com/about/">About Us</a></li>
<li><a href="http://mozilla.com/privacy-policy.html">Privacy Policy</a></li>
<li><a href="http://mozilla.com/about/legal.html">Legal Notices</a></li>
</ul>
<p class="small-print">International Affiliates:
<a href="http://www.mozilla-europe.org/">Mozilla Europe</a>&nbsp;
<a href="http://www.mozilla-japan.org/">Mozilla Japan</a>&nbsp;
<a href="http://www.mozilla.org.cn/">Mozilla China</a>
</p>
<p class="small-print">Mozilla Corporation is a wholly-owned subsidiary of the <a href="http://www.mozillafoundation.org">Mozilla Foundation</a>.</p>
<p class="small-print">Copyright &#169; 2005&#8211;2006 Mozilla Corporation. All rights reserved.</p>
<ul class="site-tools">
<li><a href="http://cvs-www.mozilla.org/webtools/bonsai/cvslog.cgi?file=mozilla-com/src/index.html&amp;rev=&amp;root=/cvsroot/">Document History</a></li>
<li><a href="http://doctor-test.mozilla.org/doctor.cgi?action=edit&amp;file=mozilla-com%2Fsrc%2Findex.html">Edit</a></li>
</ul>
</div>
</div>
</body>
</html>

Просмотреть файл

@ -2,10 +2,10 @@
<html lang="en" dir="ltr">
<head>
<title>Uninstall Survey | Mozilla Corporation</title>
<link rel="stylesheet" type="text/css" href="<?=WEB_PATH?>/css/base/template.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="<?=WEB_PATH?>/css/rustico/template.css" title="Cavendish" media="screen"/>
<link rel="stylesheet" type="text/css" href="<?=WEB_PATH?>/css/rustico/content.css" title="Cavendish" media="screen"/>
<link rel="stylesheet" type="text/css" href="<?=WEB_PATH?>/css/survey.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="<?=WEB_PATH?>/css/base/template.css" media="screen">
<link rel="stylesheet" type="text/css" href="<?=WEB_PATH?>/css/rustico/template.css" title="Cavendish" media="screen">
<link rel="stylesheet" type="text/css" href="<?=WEB_PATH?>/css/rustico/content.css" title="Cavendish" media="screen">
<link rel="stylesheet" type="text/css" href="<?=WEB_PATH?>/css/survey.css" media="screen">
</head>
<body id="mozilla-com">
<div id="header">
@ -27,6 +27,6 @@
want to encourage people to build up the basics with this
in mind. -->
<hr class="hide"/>
<hr class="hide">
<div id="content">

Просмотреть файл

@ -36,7 +36,7 @@ foreach ($issues as $id=>$text) {
echo '</ul>';
echo '<h2>Other comments or suggestions?</h2>';
echo '<textarea name="comments" rows="11" cols="80"></textarea>';
echo '<div><textarea name="comments" rows="11" cols="80"></textarea></div>';
echo '<div><input name="submit" type="submit" class="submit" value="Submit &raquo;"/></div>';