<?xml version="1.0"?><phpdoc><class name="jpeto_admininterface_core" extends="" undoc="false" access="private" package="jpeto_system"><file>c:/web/jpeto2/jpeto/jpeto_admininterface.php</file><doc><description/><shortdescription>This class provides the core of the admininmterface</shortdescription></doc><function name="jpeto_admininterface" undoc="false" access="private"><doc><parameter name="$JpetoType" type="integer">the type of the current object</parameter><parameter name="$UniqueID" type="string">sets the UniqueID</parameter><parameter name="$Language" type="string">sets the current language (Default: DE)</parameter><parameter name="$Version" type="string">sets the current version (Default: O = Online)</parameter><return type="void"/><description/><shortdescription>Constructor for jpeto_admininterface</shortdescription></doc></function><function name="toHTML" undoc="false" access="private"><doc><return name="$html" type="string"/><description/><shortdescription>HTML representation of the item</shortdescription></doc></function><function name="performFileUpload" undoc="false" access="private"><doc><return type="void"/><description/><shortdescription>This function performs the file upload</shortdescription></doc></function><function name="performImageUpload" undoc="false" access="private"><doc><return type="void"/><description/><shortdescription>This function performs the image upload</shortdescription></doc></function><function name="jpeto_admininterface_textfield" undoc="false" access="private"><doc><parameter name="$Title" type="string">the Title to display</parameter><parameter name="$Name" type="string">the Name of the variable</parameter><parameter name="$DefaultValue" type="string">the default value of the item</parameter><return type="void"/><description/><shortdescription>Constructor of jpeto_admininterface_textfield</shortdescription></doc></function><function name="jpeto_admininterface_textarea" undoc="false" access="private"><doc><parameter name="$Title" type="string">the Title to display</parameter><parameter name="$Name" type="string">the Name of the variable</parameter><parameter name="$DefaultValue" type="string">the default value of the item</parameter><parameter name="$height" undoc="true"/><return type="void"/><description/><shortdescription>Constructor of jpeto_admininterface_textarea</shortdescription></doc></function><function name="jpeto_admininterface_typeorselect" undoc="false" access="private"><doc><parameter name="$Title" type="string">the Title to display</parameter><parameter name="$Name" type="string">the Name of the variable</parameter><parameter name="$DefaultValue" type="string">the default value of the item</parameter><parameter name="$SelectItems" undoc="true"/><return type="void"/><description/><shortdescription>Constructor of jpeto_admininterface_textarea</shortdescription></doc></function><function name="jpeto_admininterface_selectitem" undoc="false" access="private"><doc><parameter name="$Title" type="string">the Title to display</parameter><parameter name="$Name" type="string">the Name of the variable</parameter><parameter name="$DefaultValue" type="string">the default value of the item</parameter><parameter name="$SelectItems" undoc="true"/><return type="void"/><description/><shortdescription>Constructor of jpeto_admininterface_selectitem</shortdescription></doc></function><function name="jpeto_admininterface_checkbox" undoc="false" access="private"><doc><parameter name="$Title" type="string">the Title to display</parameter><parameter name="$Name" type="string">the Name of the variable</parameter><parameter name="$DefaultValue" type="string">the default value of the item</parameter><parameter name="$Description" type="string" undoc="true"/><return type="void"/><description/><shortdescription>Constructor of jpeto_admininterface_checkbox</shortdescription></doc></function><function name="jpeto_admininterface_fileupload" undoc="false" access="private"><doc><parameter name="$Title" type="string">the Title to display</parameter><parameter name="$Name" type="string">the Name of the variable</parameter><parameter name="$DefaultValue" default="&amp;quot;&amp;quot;" type="string">the default value of the item</parameter><parameter name="$Description" type="string" undoc="true"/><return type="void"/><description/><shortdescription>Constructor of jpeto_admininterface_fileupload</shortdescription></doc></function><function name="jpeto_admininterface_imageupload" undoc="false" access="private"><doc><parameter name="$Title" type="string">the Title to display</parameter><parameter name="$Name" type="string">the Name of the variable</parameter><parameter name="$DefaultValue" default="&amp;quot;&amp;quot;" type="string">the default value of the item</parameter><parameter name="$Description" type="string" undoc="true"/><return type="void"/><description/><shortdescription>Constructor of jpeto_admininterface_imageupload</shortdescription></doc></function><function name="jpeto_admininterface_core" undoc="true" access="public"><doc><parameter name="$Title" undoc="true"/><parameter name="$Name" undoc="true"/><parameter name="$DefaultValue" undoc="true"/><return type="void"/></doc></function><function name="checkName" undoc="true" access="private"><doc><parameter name="$Name" undoc="true"/><return type="void"/></doc></function><function name="addTextField" undoc="true" access="private"><doc><parameter name="$Title" undoc="true"/><parameter name="$Name" undoc="true"/><parameter name="$DefaultValue" type="string" undoc="true"/><return type="void"/></doc></function><function name="addTextArea" undoc="true" access="private"><doc><parameter name="$Title" undoc="true"/><parameter name="$Name" undoc="true"/><parameter name="$DefaultValue" type="string" undoc="true"/><parameter name="$height" type="integer" undoc="true"/><return type="void"/></doc></function><function name="openHtmlEditor" undoc="true" access="private"><doc><return type="void"/></doc></function><function name="addTypeOrSelect" undoc="true" access="private"><doc><parameter name="$Title" undoc="true"/><parameter name="$Name" undoc="true"/><parameter name="$DefaultValue" type="string" undoc="true"/><parameter name="$SelectItems" type="string" undoc="true"/><return type="void"/></doc></function><function name="addSelectItem" undoc="true" access="private"><doc><parameter name="$Title" undoc="true"/><parameter name="$Name" undoc="true"/><parameter name="$DefaultValue" type="string" undoc="true"/><parameter name="$SelectItems" type="string" undoc="true"/><return type="void"/></doc></function><function name="addCheckbox" undoc="true" access="private"><doc><parameter name="$Title" undoc="true"/><parameter name="$Name" undoc="true"/><parameter name="$DefaultValue" type="string" undoc="true"/><parameter name="$Description" type="string" undoc="true"/><return type="void"/></doc></function><function name="addFileUpload" undoc="true" access="private"><doc><parameter name="$Title" undoc="true"/><parameter name="$Name" undoc="true"/><parameter name="$DefaultValue" type="string" undoc="true"/><parameter name="$Description" type="string" undoc="true"/><return type="void"/></doc></function><function name="addImageUpload" undoc="true" access="private"><doc><parameter name="$Title" undoc="true"/><parameter name="$Name" undoc="true"/><parameter name="$DefaultValue" type="string" undoc="true"/><parameter name="$Description" type="string" undoc="true"/><return type="void"/></doc></function><function name="delImage" undoc="true" access="private"><doc><return type="void"/></doc></function><function name="addField" undoc="true" access="private"><doc><parameter name="$item" undoc="true"/><return type="void"/></doc></function><variable name="$JavaScript" access="private" type="string">&amp;quot;&amp;quot;<doc><description/><shortdescription>Javascript Container</shortdescription></doc></variable><variable name="$FormItem" access="private" type="string">Array()<doc><description/><shortdescription>All the Form Items</shortdescription></doc></variable><variable name="$Object" access="private" type="string">&amp;quot;&amp;quot;<doc><description/><shortdescription>The current object</shortdescription></doc></variable><variable name="$AllNames" access="private" type="string">Array()<doc><description/><shortdescription>Array with all the Names already in use (make sure not to use a Name twice!</shortdescription></doc></variable><variable name="$message" access="private" type="string">&amp;quot;&amp;quot;<doc><description/><shortdescription>Error or Status Message</shortdescription></doc></variable><variable name="$enctype" access="private" type="string">&amp;quot;&amp;quot;<doc><description/><shortdescription>Encoding of the Form</shortdescription></doc></variable><variable name="$numImages" access="private" type="integer"><doc><description/><shortdescription>Number of Image Objects in this Admininterface</shortdescription></doc></variable><variable name="$numFiles" access="private" type="integer"><doc><description/><shortdescription>Number of File  Objects in this Admininterface (including Images)</shortdescription></doc></variable><variable name="$Title" access="private" type="string">&amp;quot;&amp;quot;<doc></doc></variable><variable name="$Name" access="private" type="string">&amp;quot;&amp;quot;<doc></doc></variable><variable name="$DefaultValue" access="private" type="string">&amp;quot;&amp;quot;<doc></doc></variable><variable name="$colspan" access="private" type="integer">2<doc></doc></variable><variable name="$tabindex" access="private" type="integer"><doc></doc></variable><variable name="$width" access="private" type="integer">374<doc></doc></variable><variable name="$height" access="private" type="integer">100<doc></doc></variable><variable name="$SelectItems" access="private" type="string">Array()<doc></doc></variable><variable name="$Description" access="private" type="string">&amp;quot;&amp;quot;<doc></doc></variable><uses type="include_once" file="jpeto/jpeto_object.php" undoc="true"><doc></doc></uses><uses type="include_once" file="jpeto/&amp;quot;.$this-&amp;gt;Object-&amp;gt;j_ClassName.&amp;quot;.php" undoc="true"><doc></doc></uses><uses type="include_once" file="./jpeto_admininterface_top.php" undoc="true"><doc></doc></uses><uses type="include_once" file="./jpeto_admininterface_bottom.php" undoc="true"><doc></doc></uses></class></phpdoc>