Example #1
0
    ?>
"/></div>
      <div><label for="questionnaireInfoMargin">Margin before questionnaireInfo element (mm)</label><input name="questionnaireInfoMargin" type="text" value="<?php 
    echo $quexmlpdf->getQuestionnaireInfoMargin();
    ?>
"/></div>
      <div><label for="singleResponseAreaHeight">Minimum height of single choice response boxes</label><input name="singleResponseAreaHeight" type="text" value="<?php 
    echo $quexmlpdf->getSingleResponseAreaHeight();
    ?>
"/></div>
      <div><label for="singleResponseHorizontalHeight">Minimum height of sub question items</label><input name="singleResponseHorizontalHeight" type="text" value="<?php 
    echo $quexmlpdf->getSingleResponseHorizontalHeight();
    ?>
"/></div>
      <div><label for="backgroundColourQuestion">Background colour for question (0 black - 255 white)</label><input name="backgroundColourQuestion" type="text" value="<?php 
    echo $quexmlpdf->getBackgroundColourQuestion();
    ?>
"/></div>
      <div><label for="backgroundColourSection">Background colour for section (0 black - 255 white)</label><input name="backgroundColourSection" type="text" value="<?php 
    echo $quexmlpdf->getBackgroundColourSection();
    ?>
"/></div>
      <div><label for="orientation">Page orientation</label><select name="orientation"><option value="P">Portrait</option><option value="L">Landscape</option></select></div>
      <div><label for="format">Page format</label><select name="format"><option value="A4">A4</option><option value="A3">A3</option><option value="USLETTER">USLETTER</option></select></div>
      <div><label for="eformat">Edge detection format</label><select name="eformat"><option value="lines">Corner lines</option><option value="boxes">Corner boxes</option></select></div>
      <input type="submit" value="Upload File" />
		</form>
	</body>
	</html>
	<?php 
}