You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ks...@apache.org on 2012/02/16 01:23:12 UTC

svn commit: r1244801 - /incubator/ooo/ooo-site/trunk/content/quickbugzilla.html

Author: kschenk
Date: Thu Feb 16 00:23:12 2012
New Revision: 1244801

URL: http://svn.apache.org/viewvc?rev=1244801&view=rev
Log:
kls -- new contact us page

Added:
    incubator/ooo/ooo-site/trunk/content/quickbugzilla.html   (with props)

Added: incubator/ooo/ooo-site/trunk/content/quickbugzilla.html
URL: http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/quickbugzilla.html?rev=1244801&view=auto
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/quickbugzilla.html (added)
+++ incubator/ooo/ooo-site/trunk/content/quickbugzilla.html Thu Feb 16 00:23:12 2012
@@ -0,0 +1,64 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+
+<html>
+<head>
+	<title>Contact Us About Problems</title>
+
+<!-- change Submitstring="https://issues.apache.org/ooo/buglist.cgi?query_format=specific;order=relevance%20desc;bug_status=__open__;product=www;component="openoffice.org%20website%20general%20issues;version=current" + content=document.fillin.kwords.value
+-->
+<script type="text/javascript" language="JavaScript">
+<!--
+
+function _onclick()
+{	Submitstring="https://issues.apache.org/ooo/buglist.cgi?query_format=specific;"
+  + "bug_status=__open__;product=www;order=relevance desc;"
+	+ "content=" + document.fillin.kwords.value + ""
+	+ ";"
+	
+	flurgle=window.open(Submitstring);
+}
+
+-->
+</script>
+
+</head>
+
+<body>
+<h1>If you want user support and don't want to file a bug...</h1>
+Please navigate to the <a href="/support">Support Page</a> where you'll find a variety of ways to get help with Apache OpenOffice
+including a "users" mailing list and the OpenOffice.org Community Forum.
+
+<h1>If you want to contact the Apache OpenOffice developers...</h1>
+Please check out the <a href="http://incubator.apache.org/openofficeorg/mailing-lists.html">mailing list page</a> and use the developer mailing list.
+
+<h1>If you want to search existing issues, you can use this simple interface...</h1>
+It searches only for bugs that are marked "Open" in the "www" project. This means that it may miss bugs which have been fixed in internal builds. Using this will open the search in a new browser window, <b>Bugzilla Window</b>. If your problem shows up in the issue listing, please add your own comment to the original report. You will have to Log In properly to Bugzilla from the <em>Bugzilla Window</em> to do that. <p>Additionally, if your issue is not found in the issue list, and you want to submit a new issue, you can apply for a Bugzilla account from the <em>BugZilla Window</em>.</p> 
+ 
+<hr>
+<form name="fillin">
+<table cellspacing="2" cellpadding="2">
+
+<tr>
+    <td>Type in some keywords to describe the bug:</td>
+    <td align="right"><input type="text" name="kwords"></td>
+</tr>
+<!--
+<tr>
+  <td>URL of page on which problem was found:</td>
+   <td align="right"><input type="test" name="url_link">
+</tr>
+-->
+<tr>
+	<td><input type="reset" name="Cancel"></td>
+	<td align="right"><input type="submit" name="Query Issuezilla" onClick="_onclick()"></td>
+</tr>
+</table>
+
+</form>
+
+<table width="400">
+
+</table>
+
+</body>
+</html>

Propchange: incubator/ooo/ooo-site/trunk/content/quickbugzilla.html
------------------------------------------------------------------------------
    svn:mime-type = text/plain