help templates and includes - cleanup for XHTML validation, error display
Signed-off-by: Chris Cormack <crc@liblime.com> Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
a4d63149e8
commit
6276729af2
4 changed files with 18 additions and 13 deletions
|
@ -1,8 +1,11 @@
|
|||
<div class="action"><form action="help.pl" method="get"><input type="button" class="submit" onclick="window.close(); return false;" value="Close Help Window" /></form>
|
||||
<div class="action">
|
||||
<form action="help.pl" method="get">
|
||||
<input type="button" class="submit" onclick="window.close(); return false;" value="Close Help Window" />
|
||||
</form>
|
||||
<form action="/cgi-bin/koha/edithelp.pl" method="post">
|
||||
<input type="hidden" name="type" value="modify">
|
||||
<input type="hidden" name="referer" value="<!-- TMPL_VAR NAME="referer" -->">
|
||||
<input type="submit" class="submit" value="Edit help">
|
||||
<input type="hidden" name="type" value="modify" />
|
||||
<input type="hidden" name="referer" value="<!-- TMPL_VAR NAME="referer" -->" />
|
||||
<input type="submit" class="submit" value="Edit help" />
|
||||
</form>
|
||||
</div></div>
|
||||
</body>
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Online Help <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
||||
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
||||
<title>Online Help</title>
|
||||
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
||||
|
|
|
@ -25,14 +25,14 @@ tinyMCE.init({
|
|||
<h1>Online Help</h1>
|
||||
<!-- TMPL_IF NAME="error" -->
|
||||
<h5><!-- TMPL_VAR NAME="error" --></h5>
|
||||
<!-- TMPL_ELSE -->
|
||||
<form action="/cgi-bin/koha/edithelp.pl" method=post>
|
||||
<input type="hidden" name="referer" value="<!-- TMPL_VAR NAME="referer" -->">
|
||||
<input type="hidden" name="type" value="<!-- TMPL_VAR NAME="type" -->">
|
||||
<textarea name="help" cols="60" rows="20"><!-- TMPL_VAR NAME="help" --></textarea>
|
||||
<input type="submit" name="submit" value="Submit">
|
||||
</form>
|
||||
<!-- /TMPL_IF -->
|
||||
<form action="/cgi-bin/koha/edithelp.pl" method=post>
|
||||
<input type="hidden" name="referer" value="<!-- TMPL_VAR NAME='referer' -->" />
|
||||
<input type="hidden" name="type" value="<!-- TMPL_VAR NAME='type' -->" />
|
||||
<textarea name="help" cols="60" rows="20"><!-- TMPL_VAR NAME="help" --></textarea>
|
||||
<input type="submit" name="submit" value="Submit" />
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<!-- TMPL_INCLUDE NAME="help-bottom.inc" -->
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<!-- TMPL_INCLUDE name="help-top.inc" -->
|
||||
<div class="main"> <h1>Reports</h1><h2>What Reports are there in Koha? </h2><p>Koha comes with a number of pre defined (or "canned") reports, along with two report builder engines. </p><p><strong>Pre-defined Reports</strong></p><p>There are number of predefined reports in Koha. Check the the Circulation module for Circulation specifc reports</p><p><strong>Statistics Wizards</strong></p><p>The statistics wizards provide a way to build simple reports for each module. The reports produced can either be viewed on screen or downloaded for opening in a spreadsheet program or text editor. </p><p><strong>Guided Reports Wizard</strong></p><p>The Guided Reports Wizard helps you build reports using all the fields in the database for each module. The reports can then be saved and run using the scheduler. <strong>Note this feature is under active development. </strong></p><h2> </h2> </div>
|
||||
<div class="main"> <h1>Reports</h1><h2>What Reports are there in Koha? </h2><p>Koha comes with a number of predefined (or "canned") reports, along with two report builder engines. </p><p><strong>Pre-defined Reports</strong></p><p>There are number of predefined reports in Koha. Check the the Circulation module for Circulation specific reports.</p><p><strong>Statistics Wizards</strong></p><p>The statistics wizards provide a way to build simple reports for each module. The reports produced can either be viewed on screen or downloaded for opening in a spreadsheet program or text editor. </p><p><strong>Guided Reports Wizard</strong></p><p>The Guided Reports Wizard helps you build reports using all the fields in the database for each module. The reports can then be saved and run using the scheduler. <strong>Note this feature is under active development. </strong></p><h2> </h2> </div>
|
||||
<!-- TMPL_INCLUDE name="help-bottom.inc" -->
|
||||
|
|
Loading…
Reference in a new issue