Changeset 384647dc in sasview
- Timestamp:
- Mar 22, 2011 5:19:19 PM (14 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 8956bdb
- Parents:
- 6e8b436
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/perspectives/fitting/help_panel.py
r18cdddb r384647dc 53 53 path = models.get_data_path(media='media') 54 54 self.path = os.path.join(path,"model_functions.html") 55 self.path_sm = os.path.join(path,"smear_computation.html") 55 56 56 57 page1="""<html> … … 71 72 <li><a href ="media/averaging_help.html" target ="showframe">Data Averaging</a><br></li> 72 73 <li><a href ="%s" target ="showframe">Model Functions</a><br></li> 74 <li><a href ="%s" target ="showframe">Smear Computation</a><br></li> 73 75 </ul> 74 76 </body> 75 </html>""" % self.path77 </html>""" % (self.path, self.path_sm) 76 78 77 79 self.rhelp.SetPage(page1)
Note: See TracChangeset
for help on using the changeset viewer.