]> git.mxchange.org Git - mailer.git/blobdiff - templates/xml/admin/admin_add_do_forced_ads.xml
Also already accepted/rejected/never started authorizations for registration should...
[mailer.git] / templates / xml / admin / admin_add_do_forced_ads.xml
index 92a1e908b98f85eb931360d18b8353da69baf9df..01f62466fb61a4572d77332e7662327ee7fcabe1 100644 (file)
@@ -5,9 +5,9 @@ This template provides meta data for adding forced-ads to the database.
 @author                Roland Haeder <webmaster@mxchange.org>
 @version       0.2.1-FINAL
 @copyright     (c) 2003 - 2009 by Roland Haeder
-@copyright     (c) 2009 - 2011 by Mailer Developer Team
+@copyright     (c) 2009 - 2015 by Mailer Developer Team
 @license       GNU GPL 2.0 or any newer version
-@link          http://www.mxchange.org
+@link          http://mxchange.org
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -35,32 +35,33 @@ MA  02110-1301  USA
        //-->
        <database-table name="" type="string" value="forced_ads" />
        <!--
-       The following three lists must have the same count of list entries, else an
-       error may occur.
-       //-->
-       <!--
        And all column names to read/write, leave this list tag empty for all (*).
        //-->
        <database-column-list>
-               <database-column-list-entry name="" type="string" value="forced_ads_click_url" />
-               <database-column-list-entry name="" type="string" value="forced_ads_alt_text" />
-               <database-column-list-entry name="" type="string" value="forced_ads_framebreaker" />
-               <database-column-list-entry name="" type="string" value="forced_ads_type" />
-               <database-column-list-entry name="" type="string" value="forced_ads_width" />
-               <database-column-list-entry name="" type="string" value="forced_ads_height" />
-               <database-column-list-entry name="" type="string" value="forced_ads_ad_url" />
+               <database-column-list-entry name="" type="string" table="" value="forced_ads_click_url" alias="" function="" />
+               <database-column-list-entry name="" type="string" table="" value="forced_ads_alt_text" alias="" function="" />
+               <database-column-list-entry name="" type="string" table="" value="forced_ads_framebreaker" alias="" function="" />
+               <database-column-list-entry name="" type="string" table="" value="forced_ads_type" alias="" function="" />
+               <database-column-list-entry name="" type="string" table="" value="forced_ads_width" alias="" function="" />
+               <database-column-list-entry name="" type="string" table="" value="forced_ads_height" alias="" function="" />
+               <database-column-list-entry name="" type="string" table="" value="forced_ads_ad_url" alias="" function="" />
        </database-column-list>
        <!--
        "Filter" call-back functions to call back for piping the fetched data
        through (can be left empty, no call-back function will be called)
        //-->
        <callback-function-list>
-               <callback-function-list-entry name="" type="string" value="" />
-               <callback-function-list-entry name="" type="string" value="" />
-               <callback-function-list-entry name="" type="string" value="" />
-               <callback-function-list-entry name="" type="string" value="" />
-               <callback-function-list-entry name="" type="string" value="bigintval" />
-               <callback-function-list-entry name="" type="string" value="bigintval" />
-               <callback-function-list-entry name="" type="string" value="" />
        </callback-function-list>
+       <!--
+       Extra parameters (2nd, 3rd, ...) for above call-back functions. If an array
+       is provided, we have more than two parameters to handle over to the
+       call-back function. See function handleExtraValues() for details.
+       //-->
+       <extra-parameter-list>
+       </extra-parameter-list>
+       <!--
+       Columns for converting single time selections into a timestamp
+       //-->
+       <time-columns-list>
+       </time-columns-list>
 </admin-entry-meta-data>