Changeset 252
- Timestamp:
- Fri Dec 22 11:24:35 2006
- Files:
-
- website/trunk/scripts/index.html (modified) (diff)
- website/trunk/help/main.html (modified) (diff)
- website/trunk/help/menus.html (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
website/trunk/scripts/index.html
r236 r252 318 318 319 319 <tr> 320 <td><a href="../dist/scripts/Track Resource Hours/Install Assignment Hours.py" name="Install Assignment Hours">Install Assignment Hours</a></td> 320 <td> 321 <a name="Install" /> 322 <a href="../dist/scripts/Track Resource Hours/Install Assignment Hours.py" name="Install Assignment Hours">Install Assignment Hours</a></td> 321 323 <td>060213</td> 322 324 <td>beta (in v0.4)</td> -
website/trunk/help/main.html
r236 r252 70 70 <td align=center><img src="icons/New Project.bmp"></td> 71 71 <td>New Project</td> 72 <td>Create a new project which is added to the end of the list of projects and reports</td>72 <td>Creates a new project and inserts it into the list of projects and reports.</td> 72 72 </tr> 73 73 … … 76 76 <td align=center><img src="icons/Insert Report.bmp"></td> 77 77 <td>New Report</td> 78 <td> If the special "All Projects" project or any of its reports is selected, this will create another "all projects" report. Otherwise a new report will be created for the specific project selected. A window will open that will list all of the report choices that are available. Each new report will feature one or two tables. For example, the "Task" report will display information about each task (such as its name, start date, or a gantt chart). The "Task/Assignment" report adds information on which resources have been assigned to each task. Select the report you wish to add and press "OK"; or select "Cancel". Open the new report and insert the desired columns.</td>78 <td>Adds one or more reports to the selected project. A window will appear, listing the available report types. Select the report types you wish to add and press "OK." Additional report types can be added to the list by running <a href="../scripts/index.html#Install">install scripts</a>.</td> 78 78 </tr> 79 79 … … 97 97 </tr> 98 98 99 <tr> 100 <td align=center><img src="icons/Move Up.bmp"></td> 101 <td>Move Up</td> 102 <td>Moves selected row up.</td> 103 </tr> 104 105 <tr> 106 <td align=center><img src="icons/Move Down.bmp"></td> 107 <td>Move Down</td> 108 <td>Moves selected row down.</td> 109 </tr> 110 99 111 </table> 100 112 <!--end main content --> -
website/trunk/help/menus.html
r236 r252 66 66 <li>Save - Save the current GanttPV file.</li> 67 67 <li>Save As - Save the current GanttPV file under a new name.</li> 68 <li>Automatically Save On Quit - If not checked, GanttPV will ask when you quit whether to save the current file.</li> 69 <li>Revert to Last Saved - Reverts the file to the last saved version.</li> 70 <li>Revert to Last Opened - Undoes all changes made to the file since it was last opened.</li> 68 71 <li>(Printing and exporting as HTML are provided as <a class="textlink" href="../scripts/index.html">scripts</a>.) 69 72 </ul> … … 75 78 <li>Script</li> 76 79 <ul> 77 <li>Find Scripts - Find the directory that contains scripts and list the scripts in the lower part of this menu.</li> 78 <li><i>listed scripts</i> - Each of the scripts from the Scripts directory is listed here.</li> 80 <li>Choose Scripts Folder - Select a Scripts folder and list the scripts in the lower part of this menu.</li> 81 <li>Refresh Script Menu - Refresh the list of scripts.</li> 82 <li><i>list of scripts</i> - Select a script to run it.</li> 83 </ul> 84 <li>Window</li> 85 <ul> 86 <li><i>list of windows</i> - Select a window to bring it to the front.</li> 79 87 </ul> 80 88 <li>Help</li> 81 89 <ul> 90 <li>Quick Start - Basic information to help you get started with GanttPV.</li> 91 <li>Short Cuts - Provides a list of menu shortcuts.</li> 82 92 <li>GanttPV Home - Opens browser to the GanttPV home page where you can discover the current status of GanttPV.</li> 83 93 <li>Help - Opens browser to the help section of the GanttPV web site.</li>
