summaryrefslogtreecommitdiff
path: root/bug/bug/2011-08-27-form.html
diff options
context:
space:
mode:
Diffstat (limited to 'bug/bug/2011-08-27-form.html')
-rw-r--r--bug/bug/2011-08-27-form.html82
1 files changed, 82 insertions, 0 deletions
diff --git a/bug/bug/2011-08-27-form.html b/bug/bug/2011-08-27-form.html
new file mode 100644
index 0000000..ce1fea2
--- /dev/null
+++ b/bug/bug/2011-08-27-form.html
@@ -0,0 +1,82 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <title>Bug Filing Form</title>
+ <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
+ <script type="text/javascript" src="jquery-1.6.2.js"></script>
+ <script type="text/javascript" src="jquery-validation-1.8.1/jquery.validate.js"></script>
+ <script type="text/javascript" src="bug.js"></script>
+ <link rel="stylesheet" href="bug.css" type="text/css" media="screen"></link>
+</head>
+<body>
+ <form action="javascript:">
+ <h1>Before You File Your Bug</h1>
+ <p>
+ Is this bug specific to a certain document?
+ <input type="radio" name="docspecific" value="yes" />Yes
+ <input type="radio" name="docspecific" value="no" checked />No
+ </p>
+
+ <div id="docspecific">
+ <div id="attachdocument">
+ Can you attach the document to this bug report?
+ <input type="radio" name="attachable" value="yes" />Yes
+ <input type="radio" name="attachable" value="no" />No
+
+ <p id="cannotattachdocument">
+ Without the document related to your bug it will be difficult or impossible for us to solve your problem.
+ </p>
+
+ <div id="attachable">
+ <div id="trimdocument">
+ Can you trim the document down to reproduce the bug only, and attach that document?
+ <input type="radio" name="can_trim" value="yes" />Yes
+ <input type="radio" name="can_trim" value="no" />No
+
+ <p id="cantrim">
+ Great! Please make the file as small as possible, making sure to reproduce only the intended bug and attach it to the bug report.
+ </p>
+
+ <p id="cannottrim">
+ Without trimming the document down it will be difficult for us to diagnose the problem and fix it. However, we might be able to fix it regardless.
+ </p>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ <!--
+ <div id="extrainformation">
+ <h2>Extra information:</h2>
+ <input type="checkbox" id="crashesoption"/>Crashes the program
+ <input type="checkbox" id="losescontentoption" />Causes loss of content
+ <input type="checkbox" id="loseslayoutoption" />Causes loss of layout
+ <input type="checkbox" id="etcoption" />etc.
+ </div>
+
+ <div id="crashestheprogram">
+ <h3>Crashes the program:</h3>
+ Does the crash occur on a Linux-based system?
+ <input type='radio' name='crashes_linux' value='yes' />Yes
+ <input type='radio' name='crashes_linux' value='no' />No
+ </div>
+
+ <p id="crashesonlinux">
+ Please
+ follow <a href='http://wiki.documentfoundation.org/BugReport#How_to_get_backtrace_.28on_Linux.29'>these
+ instructions</a> to obtain a backtrace for your crash and attach
+ it to your bug report. Doing so will help us understand and fix
+ your bug.
+ </p>
+
+ <p id="losescontent"></p>
+ <p id="loseslayout"></p>
+ <p id="etc"></p>
+ <p><a href="https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice"><input type="submit" value="Continue" /></a></p>
+ <p>Or skip straight to a fresh bug report <a href="https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice">here</a>.</p>
+ -->
+
+ </form>
+</body>
+</html>