Changeset 308 for trunk/phpbms/help
- Timestamp:
- 09/17/07 12:30:10 (5 years ago)
- Files:
-
- 1 modified
-
trunk/phpbms/help/index.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/help/index.php
r285 r308 23 23 | without specific prior written permission. | 24 24 | | 25 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CON TRIBUTORS |25 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONtrIBUTORS | 26 26 | "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | 27 27 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A | 28 28 | PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | 29 | OWNER OR CON TRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |29 | OWNER OR CONtrIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | 30 30 | SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | 31 31 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | 32 32 | DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | 33 | THEORY OF LIABILITY, WHETHER IN CON TRACT, STRICT LIABILITY, OR TORT |33 | THEORY OF LIABILITY, WHETHER IN CONtrACT, StrICT LIABILITY, OR TORT | 34 34 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | 35 35 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | … … 55 55 56 56 ?> 57 <div class="box"> 58 <h3 class="helpLinks">About This Program</h3> 59 <div class="helpDivs"> 60 <div class="helpSectionDivs"> 61 <p align="right" style="float:right;"><img src="<?php echo APP_PATH?>common/image/logo.png" alt="phpBMS Logo" width="85" height="22"/></p> 62 <h3>phpBMS - Commercial Open Source Business Management Web Application</h3> 63 <p class="small">v<?php displayVersions($db,$queryresult)?></p> 64 <p>Copyright ® 2004-2007 Kreotek, LLC. All Rights Reserved. phpBMS, and the phpBMS logo are trademarks of Kreotek, LLC.</p> 65 <p> 66 <strong>Kreotek, LLC</strong><br /> 67 610 Quantum<br /> 68 Rio Rancho, NM 87124<br /> 69 <a href="http://www.kreotek.com" target="_blank">http://www.kreotek.com</a><br /> 70 1-800-731-8026<br /> 71 </p> 72 </div> 73 </div> 74 <h3 class="helpLinks">Keyboard Shortcuts</h3> 75 <div class="helpDivs"> 76 <div class="helpSectionDivs"> 77 <p> </p> 78 <p> 79 phpBMS takes advanage of HTML's accesskey property to allow 80 you to use your keyboard to navigate pages. Some browsers and OS's 81 might have different modifier keys, so check your 82 browser documentation. In windows, when using Internet Explorer and Firefox < 2.0, hold 83 down the Alt key followed by the shortcut. When using Firefox > 2.0 in windows hold down Alt-Shift buttons 84 followed by the shortcut. In opera hold down Shift-Esc then 85 the shortut. On a Mac, use the ctrl key in both Firefox < 2.0 and Safari. 86 </p> 87 <h4>Search/List Screens</h4> 88 <div class="fauxP"> 57 <div class="box" id="helpBox"> 58 59 <h1>About This Program</h3> 60 <blockquote> 61 <p align="right" style="float:right;"><img src="<?php echo APP_PATH?>common/image/logo.png" alt="phpBMS Logo" width="85" height="22"/></p> 62 63 <h3>phpBMS - Commercial Open Source Business Management Web Application</h3> 64 65 <p class="small"><?php displayVersions($db,$queryresult)?></p> 66 67 <p>Copyright ® 2004-2007 Kreotek, LLC. All Rights Reserved. phpBMS, and the phpBMS logo are trademarks of Kreotek, LLC.</p> 68 69 <p> 70 <strong>Kreotek, LLC</strong><br /> 71 610 Quantum<br /> 72 Rio Rancho, NM 87124<br /> 73 <a href="http://www.kreotek.com" target="_blank">http://www.kreotek.com</a><br /> 74 1-800-731-8026<br /> 75 </p> 76 </blockquote> 77 78 <h1>Keyboard Shortcuts</h1> 79 <blockquote> 80 <p> 81 phpBMS takes advanage of HTML's accesskey property to allow 82 you to use your keyboard to navigate pages. Some browsers and OS's 83 might have different modifier keys, so check your 84 browser documentation. In windows, when using Internet Explorer and Firefox < 2.0, hold 85 down the Alt key followed by the shortcut. When using Firefox > 2.0 in windows hold down Alt-Shift buttons 86 followed by the shortcut. In opera hold down Shift-Esc then 87 the shortut. On a Mac, use the ctrl key in both Firefox < 2.0 and Safari. 88 </p> 89 90 <h2>Search/List Screens</h2> 91 <div class="fauxP"> 89 92 <table border="0" cellpadding="0" cellspacing="0" class="querytable" width="300"> 90 < TR>93 <tr> 91 94 <th valign="bottom" class="queryheader" align="right" width="100%">Command</th> 92 95 <th valign="bottom" class="queryheader" align="center">Key</th> 93 </ TR>94 < TRclass="qr1" >95 < TD align="right">New Record</TD>96 </tr> 97 <tr class="qr1" > 98 <td align="right">New Record</td> 96 99 <td align="center">N</td> 97 </ TR>98 < TRclass="qr2" >99 < TD align="right">Edit Record</TD>100 </tr> 101 <tr class="qr2" > 102 <td align="right">Edit Record</td> 100 103 <td align="center">E</td> 101 </ TR>102 < TRclass="qr1" >103 < TD align="right">Print</TD>104 </tr> 105 <tr class="qr1" > 106 <td align="right">Print</td> 104 107 <td align="center">P</td> 105 </ TR>106 < TRclass="qr2" >107 < TD align="right">Delete (where applicable)</TD>108 </tr> 109 <tr class="qr2" > 110 <td align="right">Delete (where applicable)</td> 108 111 <td align="center">D</td> 109 </ TR>110 < TRclass="qr1" >111 < TD align="right">Select All</TD>112 </tr> 113 <tr class="qr1" > 114 <td align="right">Select All</td> 112 115 <td align="center">A</td> 113 </ TR>114 < TRclass="qr2" >115 < TD align="right">Select None</TD>116 </tr> 117 <tr class="qr2" > 118 <td align="right">Select None</td> 116 119 <td align="center">X</td> 117 </ TR>118 < TRclass="qr1" >119 < TD align="right">Keep Highlighted</TD>120 </tr> 121 <tr class="qr1" > 122 <td align="right">Keep Highlighted</td> 120 123 <td align="center">K</td> 121 </ TR>122 < TRclass="qr2">123 < TD align="right">Omit Highlighted</TD>124 </tr> 125 <tr class="qr2"> 126 <td align="right">Omit Highlighted</td> 124 127 <td align="center">O</td> 125 </ TR>128 </tr> 126 129 <tr class="queryfooter"> 127 130 <td> </td> 128 131 <td> </td> 129 132 </tr> 130 </table> 131 </div> 132 <h4>Add/Edit Screens</h4> 133 <div class="fauxP"> 133 </table> 134 </div> 135 136 <h2>Add/Edit Screens</h2> 137 <div class="fauxP"> 134 138 <table border="0" cellpadding="0" cellspacing="0" class="querytable" width="300"> 135 < TR>136 <th valign="bottom" class="queryheader" align="right" width="100 ">Command</th>139 <tr> 140 <th valign="bottom" class="queryheader" align="right" width="100%">Command</th> 137 141 <th valign="bottom" class="queryheader" align="center">Key</th> 138 </ TR>139 < TRclass="qr1">140 < TD align="right">Save Record</TD>142 </tr> 143 <tr class="qr1"> 144 <td align="right">Save Record</td> 141 145 <td align="center">S</td> 142 </ TR>143 < TRclass="qr2">144 < TD align="right">Cancel</TD>146 </tr> 147 <tr class="qr2"> 148 <td align="right">Cancel</td> 145 149 <td align="center">X</td> 146 </ TR>150 </tr> 147 151 <tr class="queryfooter"> 148 152 <td> </td> … … 150 154 </tr> 151 155 </table> 152 </div>153 156 </div> 154 </div> 155 <h3 class="helpLinks">Community Support at www.phpbms.org</h3> 156 <div class="helpDivs"> 157 <div class="helpSectionDivs"> 157 </blockquote> 158 159 160 <h1>Community Support at www.phpbms.org</h1> 161 162 <blockquote> 158 163 <ul> 159 164 <li><p><a href="http://www.phpbms.org" target="_blank">phpBMS project Web Site</a> - Main site for phpBMS development, documentation, and user support.</p></li> … … 162 167 <li><p><a href="http://phpbms.org/wiki/PhpbmsGuide" target="_blank">phpBMS Wiki Documentation </a> - Wiki driven user documentation starting point.</p></li> 163 168 </ul> 164 </div> 165 </div> 166 <h3 class="helpLinks">Customization and Paid Support Options</h3> 167 <div class="helpDivs"> 168 <div class="helpSectionDivs"> 169 <h4>Paid Technical, Development and Installation Support</h4> 169 </blockquote> 170 171 <h1>Customization and Paid Support Options</h1> 172 173 <blockquote> 174 <h2>Paid Technical, Development and Installation Support</h2> 175 170 176 <p> 171 177 Know that your mission critical business software is backed by … … 178 184 <strong>1-800-731-8026</strong> for more information. 179 185 </p> 180 <h 4>Customizing phpBMS</h4>186 <h2>Customizing phpBMS</h2> 181 187 <p> 182 188 No two businesses are run the exact same way. Every individual buiness has uniques needs. Don't conform … … 192 198 <strong>1-800-731-8026</strong> for more information. 193 199 </p> 194 </div> 195 </div> 200 </blockquote> 196 201 </div> 197 <p align="right"><button type="button" class="Buttons" onclick="closeModal()"><span> done</span></button></p>202 <p align="right"><button id="helpClose" type="button" class="Buttons" onclick="closeModal()"><span>close</span></button></p>