Difference between revisions of "HTML Variables"
Jump to navigation
Jump to search
(Initial Article) |
(No difference)
|
Revision as of 20:19, 2 June 2008
Introduction
HTML variables are the method by which an editing application passes data to a HTTP POST application, which submits the information. In the ISFDB, there are numerous editing and submission applications, along with a broad number of HTML variables passed between these applications. However, for major editing applications there are a standardized set of HTML variables, such that the appropriate object class can parse them. As such, these are organized in the same manner as the object classes.
Standard HTML Variables
- HTMLvariables:authors - Used to edit author information.
- HTMLvariables:awards - used to edit award information.
- HTMLvariables:interviewEntry - used to edit interview information.
- HTMLvariables:publishers - used to edit interview content information.
- HTMLvariables:pubs - used to edit interview information.
- HTMLvariables:reviewEntry - used to edit review content information.
- HTMLvariables:series - used to edit series information
- HTMLvariables:titleEntry - used to edit title content information.
- HTMLvariables:titles - used to edit title information.