-- phpMyAdmin SQL Dump -- version 3.3.9.2 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Mar 16, 2011 at 11:03 AM -- Server version: 5.0.92 -- PHP Version: 5.2.6 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Database: `cedriclo_affiliate` -- -- -------------------------------------------------------- -- -- Table structure for table `qu_g_accounts` -- CREATE TABLE IF NOT EXISTS `qu_g_accounts` ( `accountid` char(8) NOT NULL, `name` varchar(80) NOT NULL COMMENT 'name of the account', `rstatus` char(1) NOT NULL default '0' COMMENT 'status of the account - pending/ active / declined', `application` varchar(40) default NULL, `email` varchar(255) default NULL, `dateinserted` datetime default NULL, `data1` varchar(255) default NULL, `data2` varchar(255) default NULL, `data3` varchar(255) default NULL, `data4` varchar(255) default NULL, `data5` varchar(255) default NULL, `data6` varchar(255) default NULL, `data7` varchar(255) default NULL, `data8` varchar(255) default NULL, `data9` varchar(255) default NULL, `data10` varchar(255) default NULL, `data11` varchar(255) default NULL, `data12` varchar(255) default NULL, `data13` varchar(255) default NULL, `data14` varchar(255) default NULL, `data15` varchar(255) default NULL, `data16` varchar(255) default NULL, `data17` varchar(255) default NULL, `data18` varchar(255) default NULL, `data19` varchar(255) default NULL, `data20` varchar(255) default NULL, `data21` varchar(255) default NULL, `data22` varchar(255) default NULL, `data23` varchar(255) default NULL, `data24` varchar(255) default NULL, `data25` varchar(255) default NULL, `agreement` text, `accountnote` text, `systemnote` text, PRIMARY KEY (`accountid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `qu_g_accounts` -- INSERT INTO `qu_g_accounts` (`accountid`, `name`, `rstatus`, `application`, `email`, `dateinserted`, `data1`, `data2`, `data3`, `data4`, `data5`, `data6`, `data7`, `data8`, `data9`, `data10`, `data11`, `data12`, `data13`, `data14`, `data15`, `data16`, `data17`, `data18`, `data19`, `data20`, `data21`, `data22`, `data23`, `data24`, `data25`, `agreement`, `accountnote`, `systemnote`) VALUES ('default1', 'Cedric Loiselle', 'A', 'pap', 'contact@super-traffic.com', '2010-11-12 11:35:26', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `qu_g_activeviews` -- CREATE TABLE IF NOT EXISTS `qu_g_activeviews` ( `accountuserid` char(8) NOT NULL, `viewtype` varchar(100) NOT NULL, `activeviewid` char(8) default NULL, PRIMARY KEY (`accountuserid`,`viewtype`), KEY `IDX_qu_g_activeviews_1` (`accountuserid`), KEY `IDX_qu_g_activeviews_2` (`activeviewid`,`accountuserid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `qu_g_activeviews` -- INSERT INTO `qu_g_activeviews` (`accountuserid`, `viewtype`, `activeviewid`) VALUES ('1b24219a', 'Pap_Merchants_Payout_PayAffiliatesGrid', 'default'), ('1b24219a', 'Pap_Merchants_Tools_VisitorAffiliatesGrid', 'default'), ('1b24219a', 'Pap_Merchants_Banner_BannersGrid', 'default'), ('1b24219a', 'Pap_Merchants_Campaign_CampaignsGrid', 'default'), ('1b24219a', 'Gpf_Log_Logs', 'default'), ('1b24219a', 'Pap_Merchants_User_AffiliatesGrid', 'default'), ('1b24219a', 'Pap_Merchants_Transaction_TransactionsGrid', 'default'), ('276b2d3b', 'Pap_Affiliates_Promo_CampaignsGrid', 'default'), ('1b24219a', 'Gpf_Report_LoginsHistory', 'default'), ('1b24219a', 'Gpf_Report_OnlineUsers', 'default'), ('1b24219a', 'Gpf_Mail_MailOutboxGrid', 'default'), ('1b24219a', 'Pap_Merchants_User_AffiliateLoginsGrid', 'default'), ('276b2d3b', 'Pap_Affiliates_Reports_ClicksGrid', 'default'), ('276b2d3b', 'Pap_Affiliates_Reports_TransactionsGrid', 'default'); -- -------------------------------------------------------- -- -- Table structure for table `qu_g_authusers` -- CREATE TABLE IF NOT EXISTS `qu_g_authusers` ( `authid` char(8) NOT NULL, `username` varchar(60) NOT NULL, `rpassword` varchar(60) NOT NULL, `firstname` varchar(100) default NULL, `lastname` varchar(100) default NULL, `authtoken` varchar(100) default NULL, `notificationemail` varchar(80) default NULL, `ip` varchar(40) default NULL, PRIMARY KEY (`authid`), UNIQUE KEY `UC_qu_g_authusers_username` (`username`), KEY `IDX_pa_affiliates_2` (`username`,`rpassword`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='type of the user - superadmin, admin, affiliate'; -- -- Dumping data for table `qu_g_authusers` -- INSERT INTO `qu_g_authusers` (`authid`, `username`, `rpassword`, `firstname`, `lastname`, `authtoken`, `notificationemail`, `ip`) VALUES ('b524cad3', 'contact@super-traffic.com', 'CEDpoutine69', 'Cedric', 'Loiselle', '9dc7328cf449316012f5a95ba536ab91', NULL, '74.58.3.24'), ('6689d30f', 'loi.cedric@gmail.com', 'Amelia06', 'Cedric', 'Loiselle', 'aaed26825e4c5a04fb659cf0963de592', '', '74.58.3.24'); -- -------------------------------------------------------- -- -- Table structure for table `qu_g_countries` -- CREATE TABLE IF NOT EXISTS `qu_g_countries` ( `countryid` varchar(8) NOT NULL, `countrycode` char(8) NOT NULL, `country` varchar(80) default NULL, `status` varchar(1) NOT NULL default 'E' COMMENT 'E - Enabled, D - Disabled', `rorder` int(11) NOT NULL default '0', `accountid` varchar(8) NOT NULL, PRIMARY KEY (`countryid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `qu_g_countries` -- INSERT INTO `qu_g_countries` (`countryid`, `countrycode`, `country`, `status`, `rorder`, `accountid`) VALUES ('a6f5aa65', 'AP', '##Asia/PacificRegion##', 'E', 0, 'default1'), ('38d95383', 'EU', '##Europe##', 'E', 0, 'default1'), ('57a48f45', 'AD', '##Andorra##', 'E', 0, 'default1'), ('9d020283', 'AE', '##United Arab Emirates##', 'E', 0, 'default1'), ('bdf60ce5', 'AF', '##Afghanistan##', 'E', 0, 'default1'), ('d04d4c0e', 'AG', '##Antigua and Barbuda##', 'E', 0, 'default1'), ('b189eef5', 'AI', '##Anguilla##', 'E', 0, 'default1'), ('e9cb1693', 'AL', '##Albania##', 'E', 0, 'default1'), ('302ce94f', 'AM', '##Armenia##', 'E', 0, 'default1'), ('4ab20894', 'AN', '##Netherlands Antilles##', 'E', 0, 'default1'), ('fb9d4842', 'AO', '##Angola##', 'E', 0, 'default1'), ('9b27272b', 'AQ', '##Antarctica##', 'E', 0, 'default1'), ('16dbf9c1', 'AR', '##Argentina##', 'E', 0, 'default1'), ('67413e28', 'AS', '##American Samoa##', 'E', 0, 'default1'), ('2b241eba', 'AT', '##Austria##', 'E', 0, 'default1'), ('6fa294d5', 'AU', '##Australia##', 'E', 0, 'default1'), ('f9067446', 'AW', '##Aruba##', 'E', 0, 'default1'), ('b90f50cd', 'AZ', '##Azerbaijan##', 'E', 0, 'default1'), ('8dbfadc6', 'BA', '##Bosnia and Herzegovina##', 'E', 0, 'default1'), ('31b52c21', 'BB', '##Barbados##', 'E', 0, 'default1'), ('9493aea7', 'BD', '##Bangladesh##', 'E', 0, 'default1'), ('8d4dd95b', 'BE', '##Belgium##', 'E', 0, 'default1'), ('d7c4e4bc', 'BF', '##Burkina Faso##', 'E', 0, 'default1'), ('93e2c269', 'BG', '##Bulgaria##', 'E', 0, 'default1'), ('e49b129a', 'BH', '##Bahrain##', 'E', 0, 'default1'), ('e358c1ed', 'BI', '##Burundi##', 'E', 0, 'default1'), ('070e311b', 'BJ', '##Benin##', 'E', 0, 'default1'), ('f3fcabe0', 'BM', '##Bermuda##', 'E', 0, 'default1'), ('a1726d67', 'BN', '##Brunei Darussalam##', 'E', 0, 'default1'), ('0cb6629f', 'BO', '##Bolivia##', 'E', 0, 'default1'), ('8e0124eb', 'BR', '##Brazil##', 'E', 0, 'default1'), ('a2e23fd1', 'BS', '##Bahamas##', 'E', 0, 'default1'), ('283d1f73', 'BT', '##Bhutan##', 'E', 0, 'default1'), ('bbfcc071', 'BV', '##Bouvet Island##', 'E', 0, 'default1'), ('0abeed6b', 'BW', '##Botswana##', 'E', 0, 'default1'), ('cfac47be', 'BY', '##Belarus##', 'E', 0, 'default1'), ('e7bd8555', 'BZ', '##Belize##', 'E', 0, 'default1'), ('077827f6', 'CA', '##Canada##', 'E', 0, 'default1'), ('e1ab7a30', 'CC', '##Cocos (Keeling) Islands##', 'E', 0, 'default1'), ('3bd522ca', 'CD', '##Congo, The Democratic Republic of the##', 'E', 0, 'default1'), ('6d2520f2', 'CF', '##Central African Republic##', 'E', 0, 'default1'), ('e5883246', 'CG', '##Congo##', 'E', 0, 'default1'), ('f0eb838b', 'CH', '##Switzerland##', 'E', 0, 'default1'), ('adce0e2c', 'CI', '##Cote D''Ivoire##', 'E', 0, 'default1'), ('8f435c28', 'CK', '##Cook Islands##', 'E', 0, 'default1'), ('fd065d18', 'CL', '##Chile##', 'E', 0, 'default1'), ('c804ec17', 'CM', '##Cameroon##', 'E', 0, 'default1'), ('25204571', 'CN', '##China##', 'E', 0, 'default1'), ('65f29473', 'CO', '##Colombia##', 'E', 0, 'default1'), ('b083d9e3', 'CR', '##Costa Rica##', 'E', 0, 'default1'), ('35db2e74', 'CU', '##Cuba##', 'E', 0, 'default1'), ('c393982e', 'CV', '##Cape Verde##', 'E', 0, 'default1'), ('2e5e0a87', 'CX', '##Christmas Island##', 'E', 0, 'default1'), ('5ea4b769', 'CY', '##Cyprus##', 'E', 0, 'default1'), ('61458db0', 'CZ', '##Czech Republic##', 'E', 0, 'default1'), ('bb8a9322', 'DE', '##Germany##', 'E', 0, 'default1'), ('f9e12217', 'DJ', '##Djibouti##', 'E', 0, 'default1'), ('e7614ef8', 'DK', '##Denmark##', 'E', 0, 'default1'), ('198ff739', 'DM', '##Dominica##', 'E', 0, 'default1'), ('b3c773be', 'DO', '##Dominican Republic##', 'E', 0, 'default1'), ('7994649a', 'DZ', '##Algeria##', 'E', 0, 'default1'), ('b24d24ac', 'EC', '##Ecuador##', 'E', 0, 'default1'), ('f0ee6f88', 'EE', '##Estonia##', 'E', 0, 'default1'), ('479b45c3', 'EG', '##Egypt##', 'E', 0, 'default1'), ('61dd65a2', 'EH', '##Western Sahara##', 'E', 0, 'default1'), ('015d4b06', 'ER', '##Eritrea##', 'E', 0, 'default1'), ('3a3ea035', 'ES', '##Spain##', 'E', 0, 'default1'), ('3f148fcb', 'ET', '##Ethiopia##', 'E', 0, 'default1'), ('69f5a197', 'FI', '##Finland##', 'E', 0, 'default1'), ('cb74fb96', 'FJ', '##Fiji##', 'E', 0, 'default1'), ('82ad58b1', 'FK', '##Falkland Islands (Malvinas)##', 'E', 0, 'default1'), ('4a389057', 'FM', '##Micronesia, Federated States of##', 'E', 0, 'default1'), ('f8884ff2', 'FO', '##Faroe Islands##', 'E', 0, 'default1'), ('0f9114af', 'FR', '##France##', 'E', 0, 'default1'), ('f3ba3117', 'FX', '##France, Metropolitan##', 'E', 0, 'default1'), ('8eb493af', 'GA', '##Gabon##', 'E', 0, 'default1'), ('14b46981', 'GB', '##United Kingdom##', 'E', 0, 'default1'), ('f4b870d1', 'GD', '##Grenada##', 'E', 0, 'default1'), ('12071c29', 'GE', '##Georgia##', 'E', 0, 'default1'), ('5dacd27c', 'GF', '##French Guiana##', 'E', 0, 'default1'), ('b89c83ac', 'GH', '##Ghana##', 'E', 0, 'default1'), ('de1ff4ee', 'GI', '##Gibraltar##', 'E', 0, 'default1'), ('ba31ae59', 'GL', '##Greenland##', 'E', 0, 'default1'), ('b682c500', 'GM', '##Gambia##', 'E', 0, 'default1'), ('8e24984f', 'GN', '##Guinea##', 'E', 0, 'default1'), ('d9d39c79', 'GP', '##Guadeloupe##', 'E', 0, 'default1'), ('f6099008', 'GQ', '##Equatorial Guinea##', 'E', 0, 'default1'), ('b0ffd36f', 'GR', '##Greece##', 'E', 0, 'default1'), ('0ff5a5cf', 'GS', '##South Georgia and the South Sandwich Islands##', 'E', 0, 'default1'), ('9edb3019', 'GT', '##Guatemala##', 'E', 0, 'default1'), ('0e0c53cf', 'GU', '##Guam##', 'E', 0, 'default1'), ('5dd1f742', 'GW', '##Guinea-Bissau##', 'E', 0, 'default1'), ('081d1b70', 'GY', '##Guyana##', 'E', 0, 'default1'), ('b25f949f', 'HK', '##Hong Kong##', 'E', 0, 'default1'), ('ec113257', 'HM', '##Heard Island and McDonald Islands##', 'E', 0, 'default1'), ('791ac7c6', 'HN', '##Honduras##', 'E', 0, 'default1'), ('4a60718a', 'HR', '##Croatia##', 'E', 0, 'default1'), ('d33f32e9', 'HT', '##Haiti##', 'E', 0, 'default1'), ('8e0bfb72', 'HU', '##Hungary##', 'E', 0, 'default1'), ('be1abaaf', 'ID', '##Indonesia##', 'E', 0, 'default1'), ('29592d8f', 'IE', '##Ireland##', 'E', 0, 'default1'), ('1d8e0db6', 'IL', '##Israel##', 'E', 0, 'default1'), ('b8105624', 'IN', '##India##', 'E', 0, 'default1'), ('6e99eafd', 'IO', '##British Indian Ocean Territory##', 'E', 0, 'default1'), ('11449cb4', 'IQ', '##Iraq##', 'E', 0, 'default1'), ('2823efcd', 'IR', '##Iran, Islamic Republic of##', 'E', 0, 'default1'), ('b645270f', 'IS', '##Iceland##', 'E', 0, 'default1'), ('9f7b9c0c', 'IT', '##Italy##', 'E', 0, 'default1'), ('4ee17979', 'JM', '##Jamaica##', 'E', 0, 'default1'), ('1d9e5ea5', 'JO', '##Jordan##', 'E', 0, 'default1'), ('4b656df0', 'JP', '##Japan##', 'E', 0, 'default1'), ('66931ace', 'KE', '##Kenya##', 'E', 0, 'default1'), ('0ee40eb9', 'KG', '##Kyrgyzstan##', 'E', 0, 'default1'), ('1981814b', 'KH', '##Cambodia##', 'E', 0, 'default1'), ('dd7b1598', 'KI', '##Kiribati##', 'E', 0, 'default1'), ('b549601e', 'KM', '##Comoros##', 'E', 0, 'default1'), ('c2b848e6', 'KN', '##Saint Kitts and Nevis##', 'E', 0, 'default1'), ('1c4d0b2f', 'KP', '##Korea, Democratic People''s Republic of##', 'E', 0, 'default1'), ('905e6b08', 'KR', '##Korea, Republic of##', 'E', 0, 'default1'), ('31abf4d1', 'KW', '##Kuwait##', 'E', 0, 'default1'), ('725e785e', 'KY', '##Cayman Islands##', 'E', 0, 'default1'), ('4802005f', 'KZ', '##Kazakstan##', 'E', 0, 'default1'), ('5ab4b5f2', 'LA', '##Lao People''s Democratic Republic##', 'E', 0, 'default1'), ('c2107a15', 'LB', '##Lebanon##', 'E', 0, 'default1'), ('864d8aa1', 'LC', '##Saint Lucia##', 'E', 0, 'default1'), ('d1b5b1af', 'LI', '##Liechtenstein##', 'E', 0, 'default1'), ('a12b2fbc', 'LK', '##SriLanka##', 'E', 0, 'default1'), ('cce007b8', 'LR', '##Liberia##', 'E', 0, 'default1'), ('9ed067e3', 'LS', '##Lesotho##', 'E', 0, 'default1'), ('b43dbedd', 'LT', '##Lithuania##', 'E', 0, 'default1'), ('df17bc30', 'LU', '##Luxembourg##', 'E', 0, 'default1'), ('fd5fb672', 'LV', '##Latvia##', 'E', 0, 'default1'), ('7696376b', 'LY', '##Libyan Arab Jamahiriya##', 'E', 0, 'default1'), ('4db198fb', 'MA', '##Morocco##', 'E', 0, 'default1'), ('e5bde82d', 'MC', '##Monaco##', 'E', 0, 'default1'), ('be76558d', 'MD', '##Moldova, Republic of##', 'E', 0, 'default1'), ('e3389a8f', 'MG', '##Madagascar##', 'E', 0, 'default1'), ('1480bbe6', 'MH', '##Marshall Islands##', 'E', 0, 'default1'), ('846a2156', 'MK', '##Macedonia##', 'E', 0, 'default1'), ('a6cd9f4b', 'ML', '##Mali##', 'E', 0, 'default1'), ('e91c6f42', 'MM', '##Myanmar##', 'E', 0, 'default1'), ('31a64a13', 'MN', '##Mongolia##', 'E', 0, 'default1'), ('41627381', 'MO', '##Macau##', 'E', 0, 'default1'), ('325e5b8e', 'MP', '##Northern Mariana Islands##', 'E', 0, 'default1'), ('036957a5', 'MQ', '##Martinique##', 'E', 0, 'default1'), ('327b368c', 'MR', '##Mauritania##', 'E', 0, 'default1'), ('0bc59413', 'MS', '##Montserrat##', 'E', 0, 'default1'), ('32abd309', 'MT', '##Malta##', 'E', 0, 'default1'), ('c95ec507', 'MU', '##Mauritius##', 'E', 0, 'default1'), ('daca3168', 'MV', '##Maldives##', 'E', 0, 'default1'), ('f03f3599', 'MW', '##Malawi##', 'E', 0, 'default1'), ('c11a57aa', 'MX', '##Mexico##', 'E', 0, 'default1'), ('aa1bb617', 'MY', '##Malaysia##', 'E', 0, 'default1'), ('fa72dfa6', 'MZ', '##Mozambique##', 'E', 0, 'default1'), ('709ea081', 'NA', '##Namibia##', 'E', 0, 'default1'), ('1449f2ef', 'NC', '##New Caledonia##', 'E', 0, 'default1'), ('7c5e71de', 'NE', '##Niger##', 'E', 0, 'default1'), ('6da63344', 'NF', '##Norfolk Island##', 'E', 0, 'default1'), ('c4375f0c', 'NG', '##Nigeria##', 'E', 0, 'default1'), ('3f819810', 'NI', '##Nicaragua##', 'E', 0, 'default1'), ('666d4614', 'NL', '##Netherlands##', 'E', 0, 'default1'), ('dc3bbd04', 'NO', '##Norway##', 'E', 0, 'default1'), ('5858eb8a', 'NP', '##Nepal##', 'E', 0, 'default1'), ('6e16b724', 'NR', '##Nauru##', 'E', 0, 'default1'), ('207f804b', 'NU', '##Niue##', 'E', 0, 'default1'), ('c05e532d', 'NZ', '##New Zealand##', 'E', 0, 'default1'), ('b89952d2', 'OM', '##Oman##', 'E', 0, 'default1'), ('cbeb5297', 'PA', '##Panama##', 'E', 0, 'default1'), ('420c17d4', 'PE', '##Peru##', 'E', 0, 'default1'), ('852db65d', 'PF', '##French Polynesia##', 'E', 0, 'default1'), ('2df2f6f4', 'PG', '##Papua New Guinea##', 'E', 0, 'default1'), ('f26b6d7d', 'PH', '##Philippines##', 'E', 0, 'default1'), ('5e1af2ae', 'PK', '##Pakistan##', 'E', 0, 'default1'), ('97667588', 'PL', '##Poland##', 'E', 0, 'default1'), ('144caf3c', 'PM', '##Saint Pierre and Miquelon##', 'E', 0, 'default1'), ('18c279b4', 'PN', '##Pitcairn Islands##', 'E', 0, 'default1'), ('6728e8e6', 'PR', '##Puerto Rico##', 'E', 0, 'default1'), ('020e2e88', 'PS', '##Palestinian Territory##', 'E', 0, 'default1'), ('fd642ea9', 'PT', '##Portugal##', 'E', 0, 'default1'), ('fcd40b72', 'PW', '##Palau##', 'E', 0, 'default1'), ('1b8ecc1c', 'PY', '##Paraguay##', 'E', 0, 'default1'), ('5495cb6e', 'QA', '##Qatar##', 'E', 0, 'default1'), ('d2ee0780', 'RE', '##Reunion##', 'E', 0, 'default1'), ('07d9d8ee', 'RO', '##Romania##', 'E', 0, 'default1'), ('46c40a06', 'RU', '##Russian Federation##', 'E', 0, 'default1'), ('41a559a4', 'RW', '##Rwanda##', 'E', 0, 'default1'), ('d19951e7', 'SA', '##Saudi Arabia##', 'E', 0, 'default1'), ('1b6b813c', 'SB', '##Solomon Islands##', 'E', 0, 'default1'), ('8c90822c', 'SC', '##Seychelles##', 'E', 0, 'default1'), ('3a9ac583', 'SD', '##Sudan##', 'E', 0, 'default1'), ('aa2090be', 'SE', '##Sweden##', 'E', 0, 'default1'), ('a31ee9d7', 'SG', '##Singapore##', 'E', 0, 'default1'), ('5aceabb3', 'SH', '##Saint Helena##', 'E', 0, 'default1'), ('c755f97d', 'SI', '##Slovenia##', 'E', 0, 'default1'), ('d78ce669', 'SJ', '##Svalbardand Jan Mayen##', 'E', 0, 'default1'), ('a8a34520', 'SK', '##Slovakia##', 'E', 0, 'default1'), ('b96c4f7b', 'SL', '##Sierra Leone##', 'E', 0, 'default1'), ('c0daf5f5', 'SM', '##San Marino##', 'E', 0, 'default1'), ('53bc2e3d', 'SN', '##Senegal##', 'E', 0, 'default1'), ('3a78ef6f', 'SO', '##Somalia##', 'E', 0, 'default1'), ('03efde35', 'SR', '##Suriname##', 'E', 0, 'default1'), ('a09ab942', 'ST', '##Sao Tome and Principe##', 'E', 0, 'default1'), ('b9374a1d', 'SV', '##El Salvador##', 'E', 0, 'default1'), ('29411437', 'SY', '##Syrian Arab Republic##', 'E', 0, 'default1'), ('27bb6e7d', 'SZ', '##Swaziland##', 'E', 0, 'default1'), ('04f7dae2', 'TC', '##Turks and Caicos Islands##', 'E', 0, 'default1'), ('0665f38b', 'TD', '##Chad##', 'E', 0, 'default1'), ('11f6e0d3', 'TF', '##French Southern Territories##', 'E', 0, 'default1'), ('ac0574c8', 'TG', '##Togo##', 'E', 0, 'default1'), ('e8eede57', 'TH', '##Thailand##', 'E', 0, 'default1'), ('72c9af08', 'TJ', '##Tajikistan##', 'E', 0, 'default1'), ('9c318328', 'TK', '##Tokelau##', 'E', 0, 'default1'), ('ad9959cf', 'TM', '##Turkmenistan##', 'E', 0, 'default1'), ('e3613de1', 'TN', '##Tunisia##', 'E', 0, 'default1'), ('cd0973f6', 'TO', '##Tonga##', 'E', 0, 'default1'), ('9d70756e', 'TL', '##Timor-Leste##', 'E', 0, 'default1'), ('d4157108', 'TR', '##Turkey##', 'E', 0, 'default1'), ('22206b95', 'TT', '##Trinidad and Tobago##', 'E', 0, 'default1'), ('dcdf976d', 'TV', '##Tuvalu##', 'E', 0, 'default1'), ('ffb91112', 'TW', '##Taiwan##', 'E', 0, 'default1'), ('0a134ed3', 'TZ', '##Tanzania, United Republic of##', 'E', 0, 'default1'), ('05a98d97', 'UA', '##Ukraine##', 'E', 0, 'default1'), ('9aa0714b', 'UG', '##Uganda##', 'E', 0, 'default1'), ('6dc68e2f', 'UM', '##United States Minor Outlying Islands##', 'E', 0, 'default1'), ('c9540715', 'US', '##United States##', 'E', 0, 'default1'), ('db245785', 'UY', '##Uruguay##', 'E', 0, 'default1'), ('37a953d8', 'UZ', '##Uzbekistan##', 'E', 0, 'default1'), ('39a69b08', 'VA', '##Holy See (Vatican City State)##', 'E', 0, 'default1'), ('30e0574a', 'VC', '##Saint Vincent and the Grenadines##', 'E', 0, 'default1'), ('e5645b62', 'VE', '##Venezuela##', 'E', 0, 'default1'), ('97729f61', 'VG', '##Virgin Islands, British##', 'E', 0, 'default1'), ('ceef5781', 'VI', '##Virgin Islands, U.S.##', 'E', 0, 'default1'), ('4724df5b', 'VN', '##Vietnam##', 'E', 0, 'default1'), ('e64053d7', 'VU', '##Vanuatu##', 'E', 0, 'default1'), ('77dbbd13', 'WF', '##Wallis and Futuna##', 'E', 0, 'default1'), ('6df80e7d', 'WS', '##Samoa##', 'E', 0, 'default1'), ('644111c6', 'YE', '##Yemen##', 'E', 0, 'default1'), ('0d599233', 'YT', '##Mayotte##', 'E', 0, 'default1'), ('545e7bed', 'RS', '##Serbia##', 'E', 0, 'default1'), ('911bae14', 'ZA', '##South Africa##', 'E', 0, 'default1'), ('53b54c9c', 'ZM', '##Zambia##', 'E', 0, 'default1'), ('1bdd2a04', 'ME', '##Montenegro##', 'E', 0, 'default1'), ('a50613d8', 'ZW', '##Zimbabwe##', 'E', 0, 'default1'), ('d461d34c', 'A1', '##Anonymous Proxy##', 'E', 0, 'default1'), ('7dfc2cd4', 'A2', '##Satellite Provider##', 'E', 0, 'default1'), ('4e49c15e', 'O1', '##Other##', 'E', 0, 'default1'), ('adbcc4de', 'AX', '##Aland Islands##', 'E', 0, 'default1'), ('28092c78', 'GG', '##Guernsey##', 'E', 0, 'default1'), ('4d726526', 'IM', '##Isle of Man##', 'E', 0, 'default1'), ('12cc31bb', 'JE', '##Jersey##', 'E', 0, 'default1'); -- -------------------------------------------------------- -- -- Table structure for table `qu_g_currencies` -- CREATE TABLE IF NOT EXISTS `qu_g_currencies` ( `currencyid` char(8) NOT NULL, `name` varchar(40) NOT NULL, `symbol` varchar(40) NOT NULL, `isdefault` tinyint(3) unsigned NOT NULL default '0', `cprecision` tinyint(4) NOT NULL default '2', `wheredisplay` tinyint(3) unsigned default '1', `exchrate` float unsigned NOT NULL default '1', `accountid` char(8) NOT NULL, PRIMARY KEY (`currencyid`), KEY `IDX_qu_g_currencies_1` (`accountid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `qu_g_currencies` -- INSERT INTO `qu_g_currencies` (`currencyid`, `name`, `symbol`, `isdefault`, `cprecision`, `wheredisplay`, `exchrate`, `accountid`) VALUES ('usd00000', 'USD', '$', 1, 2, 1, 1, 'default1'); -- -------------------------------------------------------- -- -- Table structure for table `qu_g_exports` -- CREATE TABLE IF NOT EXISTS `qu_g_exports` ( `exportid` varchar(8) NOT NULL, `filename` varchar(255) default NULL, `datetime` datetime default NULL, `description` varchar(255) default NULL, `datatypes` varchar(255) default NULL, `accountid` char(8) default NULL, PRIMARY KEY (`exportid`), KEY `IDX_qu_g_exports_1` (`accountid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `qu_g_exports` -- -- -------------------------------------------------------- -- -- Table structure for table `qu_g_fieldgroups` -- CREATE TABLE IF NOT EXISTS `qu_g_fieldgroups` ( `fieldgroupid` char(8) NOT NULL, `accountid` char(8) default NULL, `rtype` char(1) default NULL COMMENT 'P - payout option A- after singup task S - after sale task', `rstatus` char(1) default NULL, `rorder` tinyint(4) default NULL, `name` varchar(50) NOT NULL, `data1` text, `data2` text, `data3` text, `data4` text, `data5` text, PRIMARY KEY (`fieldgroupid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `qu_g_fieldgroups` -- INSERT INTO `qu_g_fieldgroups` (`fieldgroupid`, `accountid`, `rtype`, `rstatus`, `rorder`, `name`, `data1`, `data2`, `data3`, `data4`, `data5`) VALUES ('8444af30', 'default1', 'P', 'E', 1, 'PayPal', NULL, '{$pp_email}\\t{$amount}\\t{$currency}\\n', NULL, 'paypal_masspay.txt', NULL); -- -------------------------------------------------------- -- -- Table structure for table `qu_g_filecontents` -- CREATE TABLE IF NOT EXISTS `qu_g_filecontents` ( `fileid` char(32) NOT NULL, `contentid` mediumint(8) unsigned NOT NULL, `content` longblob, PRIMARY KEY (`fileid`,`contentid`), KEY `IDX_qu_g_filecontents_1` (`fileid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `qu_g_filecontents` -- -- -------------------------------------------------------- -- -- Table structure for table `qu_g_files` -- CREATE TABLE IF NOT EXISTS `qu_g_files` ( `fileid` char(32) NOT NULL, `accountuserid` char(8) default NULL, `created` datetime NOT NULL, `filename` varchar(255) NOT NULL, `filesize` int(10) unsigned default NULL, `filetype` varchar(255) default NULL, `downloads` int(10) unsigned default NULL, `referenced` int(10) unsigned default '0', `path` text, PRIMARY KEY (`fileid`), KEY `IDX_qu_g_files_1` (`accountuserid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `qu_g_files` -- -- -------------------------------------------------------- -- -- Table structure for table `qu_g_filters` -- CREATE TABLE IF NOT EXISTS `qu_g_filters` ( `filterid` varchar(8) NOT NULL, `name` varchar(100) default NULL, `filtertype` varchar(100) default NULL, `userid` char(8) default NULL, `preset` char(1) default NULL COMMENT 'defines preset filter - non deletable', PRIMARY KEY (`filterid`), KEY `IDX_qu_g_filters_1` (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `qu_g_filters` -- INSERT INTO `qu_g_filters` (`filterid`, `name`, `filtertype`, `userid`, `preset`) VALUES ('al_pend', '##Pending affiliates##', 'aff_list', NULL, 'Y'), ('al_decl', '##Declined affiliates##', 'aff_list', NULL, 'Y'), ('al_appr', '##Approved affiliates##', 'aff_list', NULL, 'Y'), ('al_tm', '##Joined this month##', 'aff_list', NULL, 'Y'), ('tl_pend', '##Pending commissions##', 'transaction_filter', NULL, 'Y'), ('tl_decl', '##Declined commissions##', 'transaction_filter', NULL, 'Y'), ('tl_appr', '##Approved commissions##', 'transaction_filter', NULL, 'Y'), ('tl_t', '##Today commissions##', 'transaction_filter', NULL, 'Y'), ('tl_y', '##Yesterday commissions##', 'transaction_filter', NULL, 'Y'), ('tl_tm', '##This month commissions##', 'transaction_filter', NULL, 'Y'), ('tl_sales', '##Sales##', 'transaction_filter', NULL, 'Y'), ('cl_raw', '##Raw clicks##', 'clicks_filter', NULL, 'Y'), ('cl_uniq', '##Unique clicks##', 'clicks_filter', NULL, 'Y'), ('cl_decl', '##Declined clicks##', 'clicks_filter', NULL, 'Y'), ('cl_t', '##Today clicks##', 'clicks_filter', NULL, 'Y'), ('qr_t', '##Today##', 'quick_reports', NULL, 'Y'), ('qr_y', '##Yesterday##', 'quick_reports', NULL, 'Y'), ('qr_l7d', '##Last 7 days##', 'quick_reports', NULL, 'Y'), ('qr_tm', '##This month##', 'quick_reports', NULL, 'Y'), ('qr_ty', '##This year##', 'quick_reports', NULL, 'Y'), ('ph_tm', '##This month##', 'payouts_history_filter', NULL, 'Y'), ('ph_lm', '##Last month##', 'payouts_history_filter', NULL, 'Y'), ('pa_minim', '##Only above minimum##', 'pay_affiliates_filter', NULL, 'Y'), ('dl_pend', '##Pending Urls##', 'dirlinks_list', NULL, 'Y'), ('dl_decl', '##Declined Urls##', 'dirlinks_list', NULL, 'Y'), ('dl_appr', '##Approved Urls##', 'dirlinks_list', NULL, 'Y'), ('mo_pend', '##Pending Mails##', 'mail_outbox', NULL, 'Y'), ('afftreed', 'default', 'subaffiliatetree', NULL, 'Y'); -- -------------------------------------------------------- -- -- Table structure for table `qu_g_filter_conditions` -- CREATE TABLE IF NOT EXISTS `qu_g_filter_conditions` ( `fieldid` varchar(50) NOT NULL, `filterid` varchar(8) NOT NULL, `sectioncode` varchar(50) NOT NULL, `code` varchar(50) default NULL, `operator` varchar(3) default NULL, `value` varchar(250) default NULL, PRIMARY KEY (`fieldid`,`filterid`,`sectioncode`), KEY `IDX_qu_g_filter_conditions_1` (`filterid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `qu_g_filter_conditions` -- INSERT INTO `qu_g_filter_conditions` (`fieldid`, `filterid`, `sectioncode`, `code`, `operator`, `value`) VALUES ('rstatus', 'al_pend', 'default', 'rstatus', 'IN', 'P'), ('dateinserted', 'al_pend', 'dateRange', 'dateinserted', 'DP', 'A'), ('dateinserted', 'al_decl', 'dateRange', 'dateinserted', 'DP', 'A'), ('rstatus', 'al_decl', 'default', 'rstatus', 'IN', 'D'), ('dateinserted', 'al_appr', 'dateRange', 'dateinserted', 'DP', 'A'), ('rstatus', 'al_appr', 'default', 'rstatus', 'IN', 'A'), ('dateinserted', 'al_tm', 'dateRange', 'dateinserted', 'DP', 'TM'), ('dateinserted', 'tl_pend', 'dateRange', 'dateinserted', 'DP', 'A'), ('datepayout', 'tl_pend', 'dateRange', 'datepayout', 'DP', 'A'), ('rstatus', 'tl_pend', 'default', 'rstatus', 'IN', 'P'), ('dateinserted', 'tl_decl', 'dateRange', 'dateinserted', 'DP', 'A'), ('datepayout', 'tl_decl', 'dateRange', 'datepayout', 'DP', 'A'), ('rstatus', 'tl_decl', 'default', 'rstatus', 'IN', 'D'), ('dateinserted', 'tl_appr', 'dateRange', 'dateinserted', 'DP', 'A'), ('datepayout', 'tl_appr', 'dateRange', 'datepayout', 'DP', 'A'), ('rstatus', 'tl_appr', 'default', 'rstatus', 'IN', 'A'), ('dateinserted', 'tl_t', 'dateRange', 'dateinserted', 'DP', 'T'), ('datepayout', 'tl_t', 'dateRange', 'datepayout', 'DP', 'A'), ('rstatus', 'tl_t', 'default', 'rstatus', 'IN', 'P,A,D'), ('dateinserted', 'tl_y', 'dateRange', 'dateinserted', 'DP', 'Y'), ('datepayout', 'tl_y', 'dateRange', 'datepayout', 'DP', 'A'), ('rstatus', 'tl_y', 'default', 'rstatus', 'IN', 'P,A,D'), ('dateinserted', 'tl_tm', 'dateRange', 'dateinserted', 'DP', 'TM'), ('datepayout', 'tl_tm', 'dateRange', 'datepayout', 'DP', 'A'), ('rstatus', 'tl_tm', 'default', 'rstatus', 'IN', 'P,A,D'), ('rtype', 'tl_sales', 'default', 'rtype', 'E', 'S'), ('rstatus', 'tl_sales', 'default', 'rstatus', 'IN', 'P,A,D'), ('datetime', 'cl_raw', 'dateRange', 'datetime', 'DP', 'A'), ('rtype', 'cl_raw', 'default', 'rtype', 'IN', 'R'), ('datetime', 'cl_uniq', 'dateRange', 'datetime', 'DP', 'A'), ('rtype', 'cl_uniq', 'default', 'rtype', 'IN', 'U'), ('datetime', 'cl_decl', 'dateRange', 'datetime', 'DP', 'A'), ('rtype', 'cl_decl', 'default', 'rtype', 'IN', 'D'), ('datetime', 'cl_t', 'dateRange', 'datetime', 'DP', 'T'), ('datetime', 'qr_t', 'dateRange', 'datetime', 'DP', 'T'), ('datetime', 'qr_y', 'dateRange', 'datetime', 'DP', 'Y'), ('datetime', 'qr_l7d', 'dateRange', 'datetime', 'DP', 'L7D'), ('datetime', 'qr_tm', 'dateRange', 'datetime', 'DP', 'TM'), ('datetime', 'qr_ty', 'dateRange', 'datetime', 'DP', 'TY'), ('dateinserted', 'ph_tm', 'dateRange', 'dateinserted', 'DP', 'TM'), ('dateinserted', 'ph_lm', 'dateRange', 'dateinserted', 'DP', 'LM'), ('reachedMinPayout', 'pa_minim', 'default', 'reachedMinPayout', '=', 'Y'), ('dateinserted', 'pa_minim', 'dateRange', 'dateinserted', 'DP', 'A'), ('rstatus', 'dl_pend', 'default', 'rstatus', 'IN', 'P'), ('rstatus', 'dl_decl', 'default', 'rstatus', 'IN', 'D'), ('rstatus', 'dl_appr', 'default', 'rstatus', 'IN', 'A'), ('status', 'mo_pend', 'default', 'status', 'IN', 'p'), ('scheduled_at', 'mo_pend', 'dateRange', 'scheduled_at', 'DP', 'A'), ('rstatus', 'afftreed', 'default', 'rstatus', 'IN', 'A'); -- -------------------------------------------------------- -- -- Table structure for table `qu_g_formfields` -- CREATE TABLE IF NOT EXISTS `qu_g_formfields` ( `formfieldid` int(10) unsigned NOT NULL auto_increment, `accountid` char(8) NOT NULL, `sectionid` varchar(8) default NULL, `formid` varchar(40) NOT NULL COMMENT 'id of a form where the field should be diplayed e.g.: affiliate = affiliate form payout_option_123456 = fields in payout option 123456', `code` varchar(40) NOT NULL, `name` varchar(100) default NULL, `rtype` char(1) default NULL COMMENT 'T - text N - number L - lisbox', `rstatus` char(1) default NULL COMMENT 'M - mandatory O - optional H - hidden (visible only to some user type or group of users) D - disabled', `availablevalues` text COMMENT 'list of available values (used mainly for listbox)', `rorder` int(11) default NULL, PRIMARY KEY (`formfieldid`), KEY `IDX_qu_g_formfields_1` (`accountid`), KEY `IDX_qu_g_formfields_2` (`sectionid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=63 ; -- -- Dumping data for table `qu_g_formfields` -- INSERT INTO `qu_g_formfields` (`formfieldid`, `accountid`, `sectionid`, `formid`, `code`, `name`, `rtype`, `rstatus`, `availablevalues`, `rorder`) VALUES (1, 'default1', NULL, 'affiliateForm', 'parentuserid', '##Parent affiliate##', 'T', 'O', NULL, NULL), (2, 'default1', NULL, 'affiliateForm', 'refid', '##Referral ID##', 'T', 'M', NULL, NULL), (3, 'default1', NULL, 'affiliateForm', 'notificationemail', '##Notification email##', 'E', 'D', NULL, NULL), (4, 'default1', NULL, 'affiliateForm', 'data1', '##Web Url##', 'T', 'M', NULL, NULL), (5, 'default1', NULL, 'affiliateForm', 'data2', '##Company name##', 'T', 'M', NULL, NULL), (6, 'default1', NULL, 'affiliateForm', 'data3', '##Street##', 'T', 'M', NULL, NULL), (7, 'default1', NULL, 'affiliateForm', 'data4', '##City##', 'T', 'M', NULL, NULL), (8, 'default1', NULL, 'affiliateForm', 'data5', '##State##', 'T', 'M', NULL, NULL), (9, 'default1', NULL, 'affiliateForm', 'data6', '##Country##', 'C', 'M', NULL, NULL), (10, 'default1', NULL, 'affiliateForm', 'data7', '##Zipcode##', 'T', 'O', NULL, NULL), (11, 'default1', NULL, 'affiliateForm', 'data8', '##Phone##', 'T', 'O', NULL, NULL), (12, 'default1', NULL, 'affiliateForm', 'data9', '##Fax##', 'T', 'O', NULL, NULL), (13, 'default1', NULL, 'affiliateForm', 'data10', '##Unused##', 'T', 'D', NULL, NULL), (14, 'default1', NULL, 'affiliateForm', 'data11', '##Unused##', 'T', 'D', NULL, NULL), (15, 'default1', NULL, 'affiliateForm', 'data12', '##Unused##', 'T', 'D', NULL, NULL), (16, 'default1', NULL, 'affiliateForm', 'data13', '##Unused##', 'T', 'D', NULL, NULL), (17, 'default1', NULL, 'affiliateForm', 'data14', '##Unused##', 'T', 'D', NULL, NULL), (18, 'default1', NULL, 'affiliateForm', 'data15', '##Unused##', 'T', 'D', NULL, NULL), (19, 'default1', NULL, 'affiliateForm', 'data16', '##Unused##', 'T', 'D', NULL, NULL), (20, 'default1', NULL, 'affiliateForm', 'data17', '##Unused##', 'T', 'D', NULL, NULL), (21, 'default1', NULL, 'affiliateForm', 'data18', '##Unused##', 'T', 'D', NULL, NULL), (22, 'default1', NULL, 'affiliateForm', 'data19', '##Unused##', 'T', 'D', NULL, NULL), (23, 'default1', NULL, 'affiliateForm', 'data20', '##Unused##', 'T', 'D', NULL, NULL), (24, 'default1', NULL, 'affiliateForm', 'data21', '##Unused##', 'T', 'D', NULL, NULL), (25, 'default1', NULL, 'affiliateForm', 'data22', '##Unused##', 'T', 'D', NULL, NULL), (26, 'default1', NULL, 'affiliateForm', 'data23', '##Unused##', 'T', 'D', NULL, NULL), (27, 'default1', NULL, 'affiliateForm', 'data24', '##Unused##', 'T', 'D', NULL, NULL), (28, 'default1', NULL, 'affiliateForm', 'data25', '##Unused##', 'T', 'D', NULL, NULL), (29, 'default1', NULL, 'merchantForm', 'data1', '##ICQ##', 'T', 'O', NULL, NULL), (30, 'default1', NULL, 'merchantForm', 'data2', '##MSN Messenger##', 'T', 'O', NULL, NULL), (31, 'default1', NULL, 'merchantForm', 'data3', '##Skype##', 'T', 'O', NULL, NULL), (32, 'default1', NULL, 'merchantForm', 'data4', '##Yahoo Messenger##', 'T', 'O', NULL, NULL), (33, 'default1', NULL, 'merchantForm', 'data5', '##Google talk##', 'T', 'O', NULL, NULL), (34, 'default1', NULL, 'merchantForm', 'data6', '##Contact email##', 'T', 'O', NULL, NULL), (35, 'default1', NULL, 'merchantForm', 'data7', '##Phone##', 'T', 'O', NULL, NULL), (36, 'default1', NULL, 'merchantForm', 'data8', '##Fax##', 'T', 'O', NULL, NULL), (37, 'default1', NULL, 'merchantForm', 'data9', '##Unused##', 'T', 'D', NULL, NULL), (38, 'default1', NULL, 'merchantForm', 'data10', '##Unused##', 'T', 'D', NULL, NULL), (39, 'default1', NULL, 'merchantForm', 'data11', '##Unused##', 'T', 'D', NULL, NULL), (40, 'default1', NULL, 'merchantForm', 'data12', '##Unused##', 'T', 'D', NULL, NULL), (41, 'default1', NULL, 'merchantForm', 'data13', '##Unused##', 'T', 'D', NULL, NULL), (42, 'default1', NULL, 'merchantForm', 'data14', '##Unused##', 'T', 'D', NULL, NULL), (43, 'default1', NULL, 'merchantForm', 'data15', '##Unused##', 'T', 'D', NULL, NULL), (44, 'default1', NULL, 'merchantForm', 'data16', '##Unused##', 'T', 'D', NULL, NULL), (45, 'default1', NULL, 'merchantForm', 'data17', '##Unused##', 'T', 'D', NULL, NULL), (46, 'default1', NULL, 'merchantForm', 'data18', '##Unused##', 'T', 'D', NULL, NULL), (47, 'default1', NULL, 'merchantForm', 'data19', '##Unused##', 'T', 'D', NULL, NULL), (48, 'default1', NULL, 'merchantForm', 'data20', '##Unused##', 'T', 'D', NULL, NULL), (49, 'default1', NULL, 'merchantForm', 'data21', '##Unused##', 'T', 'D', NULL, NULL), (50, 'default1', NULL, 'merchantForm', 'data22', '##Unused##', 'T', 'D', NULL, NULL), (51, 'default1', NULL, 'merchantForm', 'data23', '##Unused##', 'T', 'D', NULL, NULL), (52, 'default1', NULL, 'merchantForm', 'data24', '##Unused##', 'T', 'D', NULL, NULL), (53, 'default1', NULL, 'merchantForm', 'data25', '##Unused##', 'T', 'D', NULL, NULL), (54, 'default1', NULL, 'payout_option_8444af30', 'pp_email', '##PayPal Email##', 'T', 'M', NULL, NULL), (55, 'default1', NULL, 'payout_option_8667d045', 'payableto', '##Payable to##', 'T', 'M', NULL, NULL), (56, 'default1', NULL, 'payout_option_5b868cd3', 'mb_email', '##Moneybookers Email##', 'T', 'M', NULL, NULL), (57, 'default1', NULL, 'payout_option_dcc2ffa7', 'accnt_name', '##Bank account name##', 'T', 'M', NULL, NULL), (58, 'default1', NULL, 'payout_option_dcc2ffa7', 'accnt_number', '##Bank account number##', 'T', 'M', NULL, NULL), (59, 'default1', NULL, 'payout_option_dcc2ffa7', 'bank_name', '##Bank name##', 'T', 'M', NULL, NULL), (60, 'default1', NULL, 'payout_option_dcc2ffa7', 'bank_code', '##Bank code##', 'T', 'M', NULL, NULL), (61, 'default1', NULL, 'payout_option_dcc2ffa7', 'bank_address', '##Bank address##', 'T', 'M', NULL, NULL), (62, 'default1', NULL, 'payout_option_dcc2ffa7', 'swift', '##Bank SWIFT code##', 'T', 'M', NULL, NULL); -- -------------------------------------------------------- -- -- Table structure for table `qu_g_gadgetproperties` -- CREATE TABLE IF NOT EXISTS `qu_g_gadgetproperties` ( `gadgetpropertyid` char(8) NOT NULL, `gadgetid` char(8) default NULL, `name` varchar(40) default NULL, `value` text, PRIMARY KEY (`gadgetpropertyid`), KEY `IDX_qu_g_gadgetproperties_1` (`gadgetid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `qu_g_gadgetproperties` -- -- -------------------------------------------------------- -- -- Table structure for table `qu_g_gadgets` -- CREATE TABLE IF NOT EXISTS `qu_g_gadgets` ( `gadgetid` char(8) NOT NULL, `accountuserid` char(8) default NULL, `rtype` char(1) default NULL COMMENT 'U - UWA gadget G - Google GADGET', `name` varchar(80) default NULL, `url` varchar(250) default NULL, `positiontype` char(1) default NULL COMMENT 'D - desktop S - sidebar H - hidden', `positiontop` int(11) default NULL, `positionleft` int(11) default NULL, `width` int(11) default NULL, `height` int(11) default NULL, `autorefreshtime` int(11) NOT NULL default '-1' COMMENT '-1 not initialized 0 disabled > 0 enabled in miliseconds', PRIMARY KEY (`gadgetid`), KEY `IDX_qu_g_gadgets_1` (`accountuserid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `qu_g_gadgets` -- INSERT INTO `qu_g_gadgets` (`gadgetid`, `accountuserid`, `rtype`, `name`, `url`, `positiontype`, `positiontop`, `positionleft`, `width`, `height`, `autorefreshtime`) VALUES ('040cbf8a', '1b24219a', 'C', '##Quick start actions##', 'content://QuickStartActionsGadget', 'S', 54, 1730, 180, 59, -1), ('267a6f88', '1b24219a', 'C', '##Pending tasks##', 'content://PendingTasksGadget', 'S', 113, 1730, 180, 170, 600000), ('a14d5fa2', '1b24219a', 'C', '##Traffic stats##', 'content://trafficStatsGadget', 'S', 283, 1730, 180, 160, 600000), ('00765aa1', '1b24219a', 'C', '##Search##', 'content://SearchGadget', 'S', 443, 1730, 180, 88, -1), ('34c11b48', '1b24219a', 'C', '##Online users##', 'content://OnlineUsersGadget', 'S', 531, 1730, 180, 124, 600000), ('29cd90d4', '276b2d3b', 'C', '##Payout##', 'content://PayoutGadget', 'S', 54, 1730, 180, 92, 600000); -- -------------------------------------------------------- -- -- Table structure for table `qu_g_hierarchicaldatanodes` -- CREATE TABLE IF NOT EXISTS `qu_g_hierarchicaldatanodes` ( `nodeid` int(11) NOT NULL auto_increment COMMENT 'node id', `type` char(8) NOT NULL COMMENT 'node type - used to identify nodes of one type (for example for one plugin)', `code` int(11) NOT NULL, `name` char(200) default NULL COMMENT 'name od the node', `lft` int(11) NOT NULL COMMENT 'nested tree algorithm data - left', `rgt` int(11) NOT NULL COMMENT 'nested tree algorithm data - right', `state` char(1) NOT NULL COMMENT 'state of the node - defined in child class', `dateinserted` datetime NOT NULL, PRIMARY KEY (`nodeid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -- Dumping data for table `qu_g_hierarchicaldatanodes` -- -- -------------------------------------------------------- -- -- Table structure for table `qu_g_importexport` -- CREATE TABLE IF NOT EXISTS `qu_g_importexport` ( `importexportid` varchar(8) NOT NULL, `name` varchar(40) default NULL, `code` varchar(40) default NULL COMMENT 'code must be unique', `description` varchar(255) default NULL, `classname` varchar(255) default NULL, `accountid` varchar(8) default NULL, PRIMARY KEY (`importexportid`), KEY `IDX_qu_g_importexport_1` (`accountid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `qu_g_importexport` -- INSERT INTO `qu_g_importexport` (`importexportid`, `name`, `code`, `description`, `classname`, `accountid`) VALUES ('70c637ba', '##Affiliates##', '[[AFFILIATES]]', '##AffiliatesImportExportDescription##', 'Pap_Merchants_User_AffiliatesImportExport', 'default1'), ('abdfeb30', '##Banners##', '[[BANNERS]]', '##BannersImportExportDescription##', 'Pap_Merchants_Banner_BannersImportExport', 'default1'), ('16965e1a', '##Commissions##', '[[COMMISSIONS]]', '##CommissionsImportExportDescription##', 'Pap_Merchants_Campaign_CommissionsImportExport', 'default1'), ('a415e853', '##Settings##', '[[SETTINGS]]', '##SettingsImportExportDescription##', 'Gpf_SettingsImportExport', 'default1'), ('b18c645e', '##Campaigns##', '[[CAMPAIGNS]]', '##CampaignsImportExportDescription##', 'Pap_Merchants_Campaign_CampaignsImportExport', 'default1'); -- -------------------------------------------------------- -- -- Table structure for table `qu_g_installedtemplates` -- CREATE TABLE IF NOT EXISTS `qu_g_installedtemplates` ( `templateid` varchar(32) NOT NULL, `name` text NOT NULL, `version` varchar(40) NOT NULL, `changed` datetime NOT NULL, `contenthash` varchar(32) NOT NULL, `overwritte_existing` char(1) NOT NULL default 'N', PRIMARY KEY (`templateid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `qu_g_installedtemplates` -- INSERT INTO `qu_g_installedtemplates` (`templateid`, `name`, `version`, `changed`, `contenthash`, `overwritte_existing`) VALUES ('811b9669ed35daa57c27f9a88eb2e852', 'WARNING.txt', '4.5.48.6', '2010-11-12 11:34:57', '1a6abc743e10b7411995669529614e75', 'N'), ('ad3733dac4a30022de5599b42fa7ca97', 'affiliates/_common_templates/add_custom_translation.tpl', '4.5.48.6', '2010-11-12 11:34:57', 'b0bac6b4264bd6d9544d5c51dba19582', 'N'), ('bb291b80abfc6bbb198cf78fe902ed74', 'affiliates/_common_templates/add_gadget_category.tpl', '4.5.48.6', '2010-11-12 11:34:57', 'e2ec9306de4bf074a33e72c96ff238ca', 'N'), ('49047513dc5671df0486488497ed376f', 'affiliates/_common_templates/add_gadget_panel.tpl', '4.5.48.6', '2010-11-12 11:34:57', 'be8c80e8aff49f52f5b5c1b79be9526f', 'N'), ('e961f753c5f572670d0816fca5819421', 'affiliates/_common_templates/add_gadget_select_url.tpl', '4.5.48.6', '2010-11-12 11:34:57', '7cc42e1126d017efc079d892fb65d9c9', 'N'), ('8b9727a6de2f3ea8ce150ab2a34f191f', 'affiliates/_common_templates/additional_dynamic_form_panel.tpl', '4.5.48.6', '2010-11-12 11:34:57', '8b70e079bce66f8b2b0af4d84772ad68', 'N'), ('cbcc66023b47adff69a8ba5acaa6b545', 'affiliates/_common_templates/advanced_filter.tpl', '4.5.48.6', '2010-11-12 11:34:57', '3e49f92a818924f53cd39d47736847f9', 'N'), ('11fee1991135ecd5e3bd4b22c1e132d6', 'affiliates/_common_templates/advanced_screen.tpl', '4.5.48.6', '2010-11-12 11:34:57', '76d2d393696201ba9856188d9ec0f3f9', 'N'), ('fd2d9dc59d14e33e5498ab2e8b36df6b', 'affiliates/_common_templates/aff_status_panel.tpl', '4.5.48.6', '2010-11-12 11:34:57', 'f6c8ed375a26bfa2b3262189422c5a1c', 'N'), ('8a207bb42efdad28b9c0914e8e31de1c', 'affiliates/_common_templates/aff_status_widget.tpl', '4.5.48.6', '2010-11-12 11:34:57', 'bac8dab90f42f63dfbaa56c3a667a29d', 'N'), ('0568945ffd989510cb069c94e89b4026', 'affiliates/_common_templates/affiliate_category_tree_panel.tpl', '4.5.48.6', '2010-11-12 11:34:57', 'c75e5da0c27444bbf99cc72b6bd4f26b', 'N'), ('a946a247945ad3cfa05cc247426f88b7', 'affiliates/_common_templates/affiliate_edit_details_additional.tpl', '4.5.48.6', '2010-11-12 11:34:57', 'e48afbaaa177b8741b965a75b001c867', 'N'), ('fcf56ae13eb6bc2db0453cd1ea6878a7', 'affiliates/_common_templates/affiliate_info_data.tpl', '4.5.48.6', '2010-11-12 11:34:57', 'bca3606e8ba873096fcfc41fa96fef90', 'N'), ('5134b6e551e1a6c58329f7a4f6de5705', 'affiliates/_common_templates/affiliate_manager.tpl', '4.5.48.6', '2010-11-12 11:34:57', 'e1c628b71abdd11df7252a7a7d8c5b5f', 'N'), ('f9db672e8872e2f458716b5d4e0bcab2', 'affiliates/_common_templates/affiliate_theme_settings.tpl', '4.5.48.6', '2010-11-12 11:34:57', '4417a50c301f400774bd03b9787c9371', 'N'), ('5d5aa3ad6e1c09d1f5e45b5c4f9c725d', 'affiliates/_common_templates/affiliate_tutorial_video.tpl', '4.5.48.6', '2010-11-12 11:34:57', '497510e39c85abef79645dde006b58d5', 'N'), ('23938a7a7d4bedb68fd006495b242a79', 'affiliates/_common_templates/affiliate_urls_no_data.tpl', '4.5.48.6', '2010-11-12 11:34:57', '00c87375743af0cf98224c113b75473b', 'N'), ('dcbf90055a73d0fd50475d28e35cf690', 'affiliates/_common_templates/afflink_protector_screen.tpl', '4.5.48.6', '2010-11-12 11:34:57', 'a66b796424cc71389aceac945a91defd', 'N'), ('16ed23cbc37a31d0b172fb41191efaf8', 'affiliates/_common_templates/align_widget.tpl', '4.5.48.6', '2010-11-12 11:34:57', '124769dbcc410ae58c1dfd53f15b58d6', 'N'), ('55545b3d5733c84546f534ef72e90e22', 'affiliates/_common_templates/api_integration.tpl', '4.5.48.6', '2010-11-12 11:34:57', '5add416010644d6b9eb7fc6888d305ec', 'N'), ('d390d92dfe1158318368e4c97b653eb2', 'affiliates/_common_templates/available_values_edit.tpl', '4.5.48.6', '2010-11-12 11:34:57', 'd8ae0a51c292d5f580fb8f43c6aa8db5', 'N'), ('513ec45092cbfb610c7ebcd290e51652', 'affiliates/_common_templates/banner_code_widget.tpl', '4.5.48.6', '2010-11-12 11:34:57', '91a021d77bd1ddb4f2f007809ad07902', 'N'), ('ae763f980a3e2372cac8a1f100c358ad', 'affiliates/_common_templates/banner_filter.tpl', '4.5.48.6', '2010-11-12 11:34:58', '1c8f8239ac81e2b4db8a423cb7ed9ac0', 'N'), ('2dc353b4af072e5ec071b8f3de5d7627', 'affiliates/_common_templates/banner_preview.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'e37463f7b115a7e4b702b84284753ab4', 'N'), ('2ad5ac8abd315bf19135f3257e4728f3', 'affiliates/_common_templates/banner_preview_widget.tpl', '4.5.48.6', '2010-11-12 11:34:58', '9df335ee41605fbbc3a3fcdb239478ad', 'N'), ('e410ac88682f5c4bc478437f6e6034c0', 'affiliates/_common_templates/banner_widget.tpl', '4.5.48.6', '2010-11-12 11:34:58', '166a02e2ac6f3b516fc4e284aa273817', 'N'), ('997f1d2b8d66ac3af93cf30c25b589dc', 'affiliates/_common_templates/banner_widget_affiliate_pagepeel.tpl', '4.5.48.6', '2010-11-12 11:34:58', '50cc893da765f31585fc3e36674d387f', 'N'), ('e08d15a167df6426dbc5376c95eac618', 'affiliates/_common_templates/banner_widget_code.tpl', '4.5.48.6', '2010-11-12 11:34:58', '7340a9534bca5b8221fa6651f9d0cf15', 'N'), ('647f82c0bfcbdb22e3df54e8451301da', 'affiliates/_common_templates/banner_widget_header.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'e1cf56fbb55331b135c3edb5e7622f96', 'N'), ('4525271f3cdfd0ca9a6d566ac7030425', 'affiliates/_common_templates/banner_widget_stats.tpl', '4.5.48.6', '2010-11-12 11:34:58', '8ef58580afded753a332ce8feaf32bfa', 'N'), ('ef13f94d190859591db8626ff7d3a8a5', 'affiliates/_common_templates/banners.tpl', '4.5.48.6', '2010-11-12 11:34:58', '92b3432ebc83ce66530695a636b45f86', 'N'), ('08fb6b9a890c173eb84b31391b03e5e8', 'affiliates/_common_templates/banners_no_data.tpl', '4.5.48.6', '2010-11-12 11:34:58', '836ba065a8ecdd4894d307a98c8c9ad1', 'N'), ('b8a4f024f730da7f6755dd3f42597d73', 'affiliates/_common_templates/breadcrumbs.tpl', '4.5.48.6', '2010-11-12 11:34:58', '921035f90b931792de2bfd1fb40dc597', 'N'), ('b5937f9fd885235e42268aecaa84e2d4', 'affiliates/_common_templates/breadcrumbs_entry.tpl', '4.5.48.6', '2010-11-12 11:34:58', '42ee9a25b7525589ed65bf9625adc890', 'N'), ('aee28536dbde17fec4ec5961cdd5acdc', 'affiliates/_common_templates/broadcast_email.tpl', '4.5.48.6', '2010-11-12 11:34:58', '40d668d81e6731a79e7da7f3d0b02581', 'N'), ('e5b295f73163a4e54d23bed79ba858d1', 'affiliates/_common_templates/button.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'ab00df127be0dd89a125fe05f33c0380', 'N'), ('8a6ae30ba234cd0ca1f84d72053bfd60', 'affiliates/_common_templates/calendar.tpl', '4.5.48.6', '2010-11-12 11:34:58', '21214f973325d61e6b00cf842dfaa77d', 'N'), ('9bbe58d61cf9907cc774522d649ce218', 'affiliates/_common_templates/campaign_category_item.tpl', '4.5.48.6', '2010-11-12 11:34:58', '40bb5e0ae4252d9ef36cd2a9337cd9a2', 'N'), ('e7ee20a05bf5d92174026f60c4d8c300', 'affiliates/_common_templates/campaign_detail.tpl', '4.5.48.6', '2010-11-12 11:34:58', '00c57f959e4cff9634cf1acbc181cf21', 'N'), ('c2171bc5af57ef9b2834aa6badca4913', 'affiliates/_common_templates/campaign_grid_widget.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'afa0686276ebdbd0d06c7dd9e1fc4c09', 'N'), ('6d5bf9b3d09f62976c9d3380d7733d32', 'affiliates/_common_templates/campaign_tracking_codes.tpl', '4.5.48.6', '2010-11-12 11:34:58', '40197edb845b51ec41fe5ad34f5fe309', 'N'), ('a4a45ce981bed8e707771515690c9bb5', 'affiliates/_common_templates/campaigns.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'c1e784c661d88551455412fc2128e794', 'N'), ('b81fa75e9a58326ef359e729043e9399', 'affiliates/_common_templates/campaigns_filter.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'da1b1b434b0ebc95cff136f0377c1cd3', 'N'), ('f26f89e457c16a79bfae76a1b55454b9', 'affiliates/_common_templates/campaigns_list.tpl', '4.5.48.6', '2010-11-12 11:34:58', '8016e6c6b72717bdf5c6b3f447b940a9', 'N'), ('e2dfab5f88467ea97a832231f459f09a', 'affiliates/_common_templates/campaigns_list_tree.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'e344f71cf7eddd7c6c1cc24d4f85fe72', 'N'), ('7d972e0c5c5ec01fb5c27019a21712e5', 'affiliates/_common_templates/captcha.tpl', '4.5.48.6', '2010-11-12 11:34:58', '5c9badb7d95d5a00c7429dee97b0bbf1', 'N'), ('b34eafad8cebfa12e649af9014815a4d', 'affiliates/_common_templates/category_info.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'f3ebde419d34c18122b021345bd8ec02', 'N'), ('a68316741542f6ebb61f025c2ef68352', 'affiliates/_common_templates/change_status_button.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'a0d13402819088b5078e8100a21a0159', 'N'), ('bb088301d72d6386d7f1f5c393882564', 'affiliates/_common_templates/channel_stats_filter.tpl', '4.5.48.6', '2010-11-12 11:34:58', '4f0af2f42664e87739623a5f4d9547dc', 'N'), ('2c8d14e887467958b3586e3c4f104f8a', 'affiliates/_common_templates/channel_stats_panel.tpl', '4.5.48.6', '2010-11-12 11:34:58', '8fa9806b9638265f1e24fd11653f4759', 'N'), ('3d6555c08f2529d7bbb61820ce18d98d', 'affiliates/_common_templates/channels_no_data.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'b4ca4bf72edc4d781af27cc433f9769c', 'N'), ('0f6ccf1deae6c94d4ad9bd342e7fa763', 'affiliates/_common_templates/channels_panel.tpl', '4.5.48.6', '2010-11-12 11:34:58', '957f2dd93aa1fe5eb76fd3a6facb8f11', 'N'), ('a4a19fa3df9241fae2e7a7bde28b4cd3', 'affiliates/_common_templates/chart_datatype_popup.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'bc1568182b4643e3bf48950e2a941d84', 'N'), ('f7a4f10d031e4e1a27dde0b7cb1afbcd', 'affiliates/_common_templates/check_box_group.tpl', '4.5.48.6', '2010-11-12 11:34:58', '9935dbc5bf9461709c69b0856a7d4099', 'N'), ('e436861d70d77830f372e43eada839fe', 'affiliates/_common_templates/check_box_group_row.tpl', '4.5.48.6', '2010-11-12 11:34:58', '06dba660be425f9bf15e1644d90290ca', 'N'), ('0042628051b8bd5e477e07ed1964d6d3', 'affiliates/_common_templates/checkboxes_filter.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'fef5c1833920987bd3172dbe9d75797a', 'N'), ('6c2216eab6479f0f48b4d73a3411bad1', 'affiliates/_common_templates/clicks_list.tpl', '4.5.48.6', '2010-11-12 11:34:58', '2bac05e41e9b7d1603cbd26b15180ece', 'N'), ('fc8d403ebe437f59b78e9874ee730817', 'affiliates/_common_templates/clicks_list_filter_base.tpl', '4.5.48.6', '2010-11-12 11:34:58', '4a25f071d36ba60442665ae0d7a5e0df', 'N'), ('d7e971c3f6e60ec5f69e706267aebaea', 'affiliates/_common_templates/colorpicker.tpl', '4.5.48.6', '2010-11-12 11:34:58', '05db94b41bf41706ce49bf32d75aad22', 'N'), ('b9637779a37ee5571e9121ad1413df33', 'affiliates/_common_templates/commission_details.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'c274d41cf9e0a2cfe28d66c36edb40a5', 'N'), ('6f0867fbb504f30293695452b76acfb0', 'affiliates/_common_templates/commissions_no_data.tpl', '4.5.48.6', '2010-11-12 11:34:58', '9a2f84b1bfd55ecdc653f8ddf07a6f4c', 'N'), ('946211b433e29aefb4673d28e4dd2e0f', 'affiliates/_common_templates/config_theme_panel.tpl', '4.5.48.6', '2010-11-12 11:34:58', '2babb68eaf485efaba7af30a5b1fdf36', 'N'), ('b209226991a1f32c59e30553489059ee', 'affiliates/_common_templates/confirm_dialog.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'e23acdf8f02455be771f5844a3bed51c', 'N'), ('1381b5dc94ac0435556741b64e455b7e', 'affiliates/_common_templates/confirm_dialog_label_value.tpl', '4.5.48.6', '2010-11-12 11:34:58', '3b53a0711a39da60f308e1846fbbb8ab', 'N'), ('1d59668035f50999108024aab0bf372a', 'affiliates/_common_templates/confirm_dialog_with_value.tpl', '4.5.48.6', '2010-11-12 11:34:58', '197325eadea8c36f199d51db65f73bb2', 'N'), ('91b67f8ed2d87f9e9e2bb577d35cf769', 'affiliates/_common_templates/contact_us.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'd79035feeecc880822b4001cb2b70773', 'N'), ('ad2ba2e4f8c57652671fcc82ff0815a9', 'affiliates/_common_templates/content_gadget_panel.tpl', '4.5.48.6', '2010-11-12 11:34:58', '79428f6a77f38592dfa1716653bbe79b', 'N'), ('b71586b060040156652b74e114508de3', 'affiliates/_common_templates/context_menu.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'cddf235a2fec1ae75063d576ccdc6185', 'N'), ('c4231e3320fce9234e2d5ffe89e4d5c5', 'affiliates/_common_templates/copy_user_role.tpl', '4.5.48.6', '2010-11-12 11:34:58', '67725ef54593ecb567ed04a3935faecb', 'N'), ('b497bd7350ca2b618064e7f98bb51e0a', 'affiliates/_common_templates/countries_list_scrolling_wrapper.tpl', '4.5.48.6', '2010-11-12 11:34:58', '4bf0a92924334c72075b4ddafd3b243b', 'N'), ('f06591cefea2e07539607193aa0e7bb9', 'affiliates/_common_templates/coupon.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'f03b1309e30c18e4c435a893cd9283ef', 'N'), ('34c99e45713ebf4f294cf641b61ef0e0', 'affiliates/_common_templates/coupon_codes.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'a324bcc28deef842f75b6d3b4803dc6e', 'N'), ('33db0874b481375e07a321760fbfbaeb', 'affiliates/_common_templates/coupon_html_code.tpl', '4.5.48.6', '2010-11-12 11:34:58', '4b85f57df88ff11ee43192e348076b42', 'N'), ('ebf55d0bba03f5b590773ced30dafe57', 'affiliates/_common_templates/coupon_previews.tpl', '4.5.48.6', '2010-11-12 11:34:58', '7744f323d395b5bb582ee0874390e3aa', 'N'), ('6165035f54465d08f924c68362306f9f', 'affiliates/_common_templates/coupon_view.tpl', '4.5.48.6', '2010-11-12 11:34:58', '1d6323a8ae51b2f146792372ec16f690', 'N'), ('4f50612e2ad76fa0abad1da5a31fda7e', 'affiliates/_common_templates/currency_textbox.tpl', '4.5.48.6', '2010-11-12 11:34:58', '859fd8293b92897b3be4c9a6c4aa3a8f', 'N'), ('8391114ce419982f4cf5e7b77af7ebca', 'affiliates/_common_templates/custom/advanced_tracking.tpl', '4.5.48.6', '2010-11-12 11:34:58', '491ade60ccf3040b41a79779483acb25', 'N'), ('8354e50bee48fa6c088c2f200bae90a3', 'affiliates/_common_templates/custom/directlink_explained.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'fbb1c9bf6714d461168da6c8ce9d17df', 'N'), ('5b428a80a86a4659534f2239e18a5e95', 'affiliates/_common_templates/custom/frequently_asked_questions.tpl', '4.5.48.6', '2010-11-12 11:34:58', '2c1090294578ecf952c4723203505528', 'N'), ('fc146dd6f725e8803457b8fcb46b7560', 'affiliates/_common_templates/custom/getting_started.tpl', '4.5.48.6', '2010-11-12 11:34:58', '213c6094e3209e7f4d880d82b6bdf74f', 'N'), ('dc6536620eb33e56a9751b2439525d3a', 'affiliates/_common_templates/custom/promotion_tips.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'ae21fd7850bb6fae82a13a5336cc0749', 'N'), ('5bab7dc79a6f202f0f0a4f234edb6171', 'affiliates/_common_templates/custom_date_panel.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'b740a50139128d39a48d89c0a4f4567d', 'N'), ('8bf02dcae07ec578094161a338501692', 'affiliates/_common_templates/custom_filter_element.tpl', '4.5.48.6', '2010-11-12 11:34:58', '536bf2015d2f08451089896c0bd0013c', 'N'), ('5214ad9f850b04bf5e914c790360e169', 'affiliates/_common_templates/custom_filter_field.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'ba1e6ae828d1170750cddf934c25bd7a', 'N'), ('15dd570553bbacfe73a738b4c6ed2611', 'affiliates/_common_templates/custom_license_invalid.tpl', '4.5.48.6', '2010-11-12 11:34:58', '9157ecde6accdbe2f6cd622084e79d53', 'N'), ('ed316097920b46296f8967e68325ea03', 'affiliates/_common_templates/custom_time_panel.tpl', '4.5.48.6', '2010-11-12 11:34:58', '94bb18d120b20b9b6d2a0377e9df8958', 'N'), ('7d040be3671b7efacb467ef700206a07', 'affiliates/_common_templates/daily_report.tpl', '4.5.48.6', '2010-11-12 11:34:58', '696092e06570b6eebad4c345d98c5ca9', 'N'), ('b0f0962d402dcd76eff9d48595794313', 'affiliates/_common_templates/daily_report_filter.tpl', '4.5.48.6', '2010-11-12 11:34:58', '981e2811f7c7ac16625e7c3fd093abfa', 'N'), ('22e255a9832b6fbda49b8ae8e490dfc2', 'affiliates/_common_templates/data_field.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'e60b9b057bded055daffbdb797698a50', 'N'), ('9ad57e2761ad45f7e9af213a15c82783', 'affiliates/_common_templates/data_field_with_help.tpl', '4.5.48.6', '2010-11-12 11:34:58', '4615cdd789beea34c16b4c1f692a3a3b', 'N'), ('9520aa18134d1b653613526167178020', 'affiliates/_common_templates/date_number_format_panel.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'e26284328d2ba7da47d30e8e458c13b1', 'N'), ('e7f3aded3606012df70fe118c2f1669e', 'affiliates/_common_templates/date_preset_panel.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'abc7d225baa948aed70cc1073b786fe8', 'N'), ('4151fc77422a7e4b89414192e8b51145', 'affiliates/_common_templates/date_range_filter.tpl', '4.5.48.6', '2010-11-12 11:34:58', '3875dbc075f33ccaac856190ee103557', 'N'), ('7e734376438c5b382195e099397aea7b', 'affiliates/_common_templates/date_range_filter_field.tpl', '4.5.48.6', '2010-11-12 11:34:58', '7e6f9d039cb8a6c5e79888773499dc7b', 'N'), ('5de89307cdb64376b22121269882ba98', 'affiliates/_common_templates/date_textbox.tpl', '4.5.48.6', '2010-11-12 11:34:58', '4d2bf89bd754bbaccc15e48d7a37dd02', 'N'), ('6654b7aa3e7552b194eae09ea86c6cb8', 'affiliates/_common_templates/daterange_popup.tpl', '4.5.48.6', '2010-11-12 11:34:58', '8286747eb7bf5f14f1e25fc155faa773', 'N'), ('e0e709c48bf5e80afc462153f00cfe13', 'affiliates/_common_templates/datetimepickercontent.tpl', '4.5.48.6', '2010-11-12 11:34:58', '9771684f29bc88d974cc64283055d1d1', 'N'), ('5511ec1cf69708c14d49d1b638270548', 'affiliates/_common_templates/desktop.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'b653025800e416896bd453246061a535', 'N'), ('4192c93a133ec1b52d0ac459111fe8cb', 'affiliates/_common_templates/desktop_gadget.tpl', '4.5.48.6', '2010-11-12 11:34:58', '21394ff13337e4716860c12b5e4fb312', 'N'), ('51489e3e7f448563d2ab5690944b48cf', 'affiliates/_common_templates/desktop_main_menu.tpl', '4.5.48.6', '2010-11-12 11:34:58', '31eb02f3f6b767d24012753d50ff5159', 'N'), ('3690a233b7208f3a10e4c264f1e7a2de', 'affiliates/_common_templates/desktop_settings_mode.tpl', '4.5.48.6', '2010-11-12 11:34:58', '1054d3be606383580f8d521f2d72682f', 'N'), ('45fe21356cd898561aef248adb5af09d', 'affiliates/_common_templates/direct_link_form.tpl', '4.5.48.6', '2010-11-12 11:34:58', '292e9f4ca36f66c5c2e6064ed07510b1', 'N'), ('446b940d90971fab7fa38a97967d27fe', 'affiliates/_common_templates/direct_link_grid_widget.tpl', '4.5.48.6', '2010-11-12 11:34:58', '586c3b902d66c903d87e510bca5843ec', 'N'), ('38776f8b54ba3393a71b30f819744a07', 'affiliates/_common_templates/direct_linking_panel.tpl', '4.5.48.6', '2010-11-12 11:34:58', '3f9aab3aaf9f7fb28d8b1ba443573f1e', 'N'), ('df0263115b685c77dc1a7c5bd9b3575c', 'affiliates/_common_templates/direct_links_screen.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'f670cea76505d137bb2d4afd0339ab55', 'N'), ('f1461691664cdb0edc632a3f3f44b92f', 'affiliates/_common_templates/download_login_form.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'db236b033d8f6217202ca5094a51ddf9', 'N'), ('70e58f6928edbeb7d40a3abbe82b8ac1', 'affiliates/_common_templates/download_signup_form.tpl', '4.5.48.6', '2010-11-12 11:34:58', '0ac76b6855bb2de9120b57dc1ed3febe', 'N'), ('4d9750053165c90f52ae3bdd75c4fbfe', 'affiliates/_common_templates/drag_container.tpl', '4.5.48.6', '2010-11-12 11:34:58', '358104feb6f9c3c2a01206e460726eac', 'N'), ('ec0a464200125ca0a947ce1d308f0e46', 'affiliates/_common_templates/dynamic_form_panel.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'ad39ac8a1e2e2e93ab1c8460c2db88e4', 'N'), ('7d8604edff5f08ee32ac5aa2a5010ecb', 'affiliates/_common_templates/dynamic_link_panel.tpl', '4.5.48.6', '2010-11-12 11:34:58', '8b91b0d2c46352387c588e7cb59e1541', 'N'), ('a795d92ea9a6bb7ffbce9527b4ef8dd5', 'affiliates/_common_templates/edit_textarea_widget.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'ddd69348b1f228c2ca29a5251388e9f1', 'N'), ('c92301e399d9a86eeb742ef2f4e4c2e8', 'affiliates/_common_templates/edit_tracking_code_widget.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'c5c27e66753ca3f3dad33c5103ea51f4', 'N'), ('4e954b40bc9164828e218cd542e5f4f8', 'affiliates/_common_templates/editor.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'a8c5483c720526b56fa899a91045c287', 'N'), ('f87293fff9329d0a30aef4ad400fdd69', 'affiliates/_common_templates/editor_with_constants_panel.tpl', '4.5.48.6', '2010-11-12 11:34:58', '6c9e8d91f33bc90c661e9b67ca5ff1e1', 'N'), ('374934698c8e535a925857de876fdd95', 'affiliates/_common_templates/email_form.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'c77909786ea27726a04c9897fca22ecf', 'N'), ('386345c51377026ad69e1d05fbca4987', 'affiliates/_common_templates/email_notifications.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'c270212cc400e439e7e863d2d2907be5', 'N'), ('d7cd6512f02f0a79f9d681c3baa8c724', 'affiliates/_common_templates/email_setting_smtp_form.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'd17124a143f842ab1876ed14a74bc762', 'N'), ('2aab2cdbe830d93f760b642546e608c3', 'affiliates/_common_templates/email_settings_form.tpl', '4.5.48.6', '2010-11-12 11:34:58', '5d1d6cf14b07a20ab0b148b32472209c', 'N'), ('582917391a909a6141138f586b8edd8e', 'affiliates/_common_templates/email_settings_tab.tpl', '4.5.48.6', '2010-11-12 11:34:58', '5f60b782a7527d85b3696db285077c42', 'N'), ('cc20b0bad65195a3ea6582c174aa5bbb', 'affiliates/_common_templates/email_template_edit_panel.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'df2390b1aba889f8f478b2bf75d515d9', 'N'), ('55acd474efd82c4d93c67315f6d72287', 'affiliates/_common_templates/expired_session_dialog.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'ba711bd5d1e932ffc4fbc8e601204905', 'N'), ('5d359655fe7ebd78dfec0951cf0d2ee7', 'affiliates/_common_templates/extendable_commission_data.tpl', '4.5.48.6', '2010-11-12 11:34:58', '8ae05458695d00c1289babf42dca479f', 'N'), ('ae9ee25ea94545a2add6b7554c6edd93', 'affiliates/_common_templates/extendable_text.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'c271a315a4ab4027085b09cfa57d38d5', 'N'), ('ca2158414d59ef93885a68b10076afc1', 'affiliates/_common_templates/extendable_text_content.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'cca4ebdf72f3cb7638b6c5bf0f59d9aa', 'N'), ('be3bcda9819cac9036d8f122366c8fd0', 'affiliates/_common_templates/extendable_text_widget.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'c489b602a82ab5c8055f83785a96591e', 'N'), ('a943362905b8b977face1c5079291aae', 'affiliates/_common_templates/feature_detail.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'a1251d11bd034c50c491600bd3a37489', 'N'), ('3bd6691ff34ed144cd422168e76764cc', 'affiliates/_common_templates/feature_on_activate.tpl', '4.5.48.6', '2010-11-12 11:34:58', '544374f96c5524c306a5c6f6f956200c', 'N'), ('3e618dbfc6ffe0e13e910798ef54c225', 'affiliates/_common_templates/feature_on_deactivate.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'a1767954af4547adcfb12cf4107f3468', 'N'), ('ed1bd219e420f7bb66a492f89233b7be', 'affiliates/_common_templates/feature_settings.tpl', '4.5.48.6', '2010-11-12 11:34:58', '5d838e8f918159809ffa7f57d458f374', 'N'), ('33af6f16c908e6358fde5912c881cc99', 'affiliates/_common_templates/field_type_edit.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'b1294ba5d4486ea1cf8022a51e277a11', 'N'), ('fbef7ac03915a8d14e595af6b988b327', 'affiliates/_common_templates/file_widget.tpl', '4.5.48.6', '2010-11-12 11:34:58', '81374fa03c121ad6bda8c1f6d292fd2d', 'N'), ('e25520fd43f3ec57fc5b82986eaf77bb', 'affiliates/_common_templates/filter.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'de6e64af8edd06be91e83fd2b0505f1f', 'N'), ('3d9d8d9f31a4fc49d194fc25e8ec4842', 'affiliates/_common_templates/filter_field_decorator.tpl', '4.5.48.6', '2010-11-12 11:34:58', '5e64b134ec320a59cc5fe5da1342f578', 'N'), ('9824c51778cdbdae0b6350724f53ec31', 'affiliates/_common_templates/filter_form.tpl', '4.5.48.6', '2010-11-12 11:34:58', '9b5a957005197803b31e6d03f974213a', 'N'), ('e453e973523c5c44265a6aec82cfe4b9', 'affiliates/_common_templates/filter_header.tpl', '4.5.48.6', '2010-11-12 11:34:58', '6bc900aef83e8c73966944e08dd7e4a2', 'N'), ('a1af2ab0e927560eb5cfad4240f4fc9c', 'affiliates/_common_templates/filter_search.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'c9ca036dcff39d9c30724916f8921fd4', 'N'), ('6d721d8bdbaa30731e25801abad24559', 'affiliates/_common_templates/financial_overview.tpl', '4.5.48.6', '2010-11-12 11:34:58', '8cfd67ef70dea28d35d9f75eb46939c0', 'N'), ('bd1b098ce4b8ef8ddb39a16d2bd37688', 'affiliates/_common_templates/footer.stpl', '4.5.48.6', '2010-11-12 11:34:58', '55e9f91f287dbd9c44f56432d4214dde', 'N'), ('b75b5ac38a783fccad0024e7e87da450', 'affiliates/_common_templates/footer.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'acf430b8fece1dddd26ef7f7165a7044', 'N'), ('d58e80d620286abc22f73b37553ae544', 'affiliates/_common_templates/forgot_password.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'e31e8cf668201db153fb5783283dc75c', 'N'), ('400d6c5ce3d16474fc2bb41bc574b4c5', 'affiliates/_common_templates/form_field.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'ad4cd0dd5e6c64fa5f93a816fa72e897', 'N'), ('335f678e6748ac8992e72a3db586ba2b', 'affiliates/_common_templates/form_field_checkbox.tpl', '4.5.48.6', '2010-11-12 11:34:58', '300ea0a723fe945e10a21d9fb187a6c0', 'N'), ('ee2a1b6b6e65dff01b862d5275903e1d', 'affiliates/_common_templates/form_field_radio.tpl', '4.5.48.6', '2010-11-12 11:34:58', '7003b01617ac783fb9b310e6f31d082c', 'N'), ('fdd4e16c15d9fa00c7f39bfe21518605', 'affiliates/_common_templates/frame_panel.tpl', '4.5.48.6', '2010-11-12 11:34:58', '7b13a1add8ba712d8a34f4285414b419', 'N'), ('9863f8d5b4c757c8c7d2815b92a1d13e', 'affiliates/_common_templates/gadget_config.tpl', '4.5.48.6', '2010-11-12 11:34:58', '3c5a54d063eda6b88286217d189c3e4c', 'N'), ('a2e27580de1b54620e015dca467a8f5a', 'affiliates/_common_templates/gadget_google.stpl', '4.5.48.6', '2010-11-12 11:34:58', '7ff6c8b26c237caf0577e1baf4e819c0', 'N'), ('25a462b0d083d795931e1685f2168a3b', 'affiliates/_common_templates/gadget_header.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'a72a8c2c242fdf3a1ef76f6e0a5d6695', 'N'), ('a00f047bcfc75c21a1594138e0f3a0e4', 'affiliates/_common_templates/gadget_panel.tpl', '4.5.48.6', '2010-11-12 11:34:58', '4178c029db5e146bc731d779d65a8a36', 'N'), ('0597969fe45bb73789ae117ecf42c70a', 'affiliates/_common_templates/gadget_row_panel.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'a8c6e59d5de5496dbdeda9d57d2788da', 'N'), ('51d5848cd587c699c0a7f84f3e8d271c', 'affiliates/_common_templates/gadget_rss.stpl', '4.5.48.6', '2010-11-12 11:34:58', '8f73ed22a7ed6f0ca4416e88fedeac78', 'N'), ('e1ac5b272cf6767112f11d13ed719522', 'affiliates/_common_templates/gadget_settings.tpl', '4.5.48.6', '2010-11-12 11:34:58', '105ff2811c81ac9c55ea57b7d0ac0148', 'N'), ('0a4be69de93f05f2aef220b6a491aab0', 'affiliates/_common_templates/gadget_uwa.stpl', '4.5.48.6', '2010-11-12 11:34:58', 'fc6f4e53b8ccb091f7b2b074c91e4bd2', 'N'), ('157e2e017e9cd354b0f1415cc10ab548', 'affiliates/_common_templates/gadget_window.tpl', '4.5.48.6', '2010-11-12 11:34:58', '513ecc937c6be566a42aaf549652fdbe', 'N'), ('a7431114d9eae0e3aa31f4ed2f20e4a5', 'affiliates/_common_templates/gadget_window_bottomleft.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'ff7129ad4f9f45270ed9e44b088a5e55', 'N'), ('0e326e7d83f05ecbb3eebb6a8145632f', 'affiliates/_common_templates/gadget_window_left.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'fee5ef79e66e21558f2d86fd2c4f6f83', 'N'), ('5a838d5d4ff8b89095bad652342941a3', 'affiliates/_common_templates/gadget_window_topleft.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'cd802bf0b15f07cb12f8cc74ff1e4679', 'N'), ('a0069ba091e95367feb86232f39d416f', 'affiliates/_common_templates/gadgets_filter_panel.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'd4684697cb82cfd91d4af03897e42046', 'N'), ('ed7d189300d08fe44525d810623a3b17', 'affiliates/_common_templates/gadgets_no_data.tpl', '4.5.48.6', '2010-11-12 11:34:58', '10490ba64dc553766a2a507867ea5d9a', 'N'), ('ac27a3944c95ae10bce01828e8d0e154', 'affiliates/_common_templates/gpf.css', '4.5.48.6', '2010-11-12 11:34:58', '4e444e0216f417ae71aee209649ad1ba', 'N'), ('92ff903f9935d7aed0cc60d89da2280d', 'affiliates/_common_templates/gpf_db_mail.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'b5ea5e9ecef2152fdf967085a7689adc', 'N'), ('5f6f94350f02fbc6feda8610d5120b5a', 'affiliates/_common_templates/grid.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'd20c62be2b5d77862f2ba81e371f4d4f', 'N'), ('06395c2fd31ec20037072e9523917cf2', 'affiliates/_common_templates/grid_bottombuttons.tpl', '4.5.48.6', '2010-11-12 11:34:58', '26695c6d27d33d3121ec70985aa7649b', 'N'), ('01c9e8d30cf66819fccc988c26a86c7d', 'affiliates/_common_templates/grid_bottomgridline.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'c835d38d6156165a02cb1dd2661ddd07', 'N'), ('19cad5aeccf3a4ff33f1ef18f5386bcc', 'affiliates/_common_templates/grid_nodata.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'e30adc67da2434c4e93dfdedb6023bc2', 'N'), ('d71041f74c883ab64964102ed5d08fbb', 'affiliates/_common_templates/grid_pager.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'a4eae610598debf021109f81744cb263', 'N'), ('648cbaf1b9e8f6f353342a38ccda4e24', 'affiliates/_common_templates/grid_selector.tpl', '4.5.48.6', '2010-11-12 11:34:58', '4961944e8e7e0606c831881c32b591bb', 'N'), ('13bc70d7446ffdaee0e89fb1a87c6929', 'affiliates/_common_templates/grid_topbuttons.tpl', '4.5.48.6', '2010-11-12 11:34:58', '1a3f67ea907da0208903a5679ecacfd9', 'N'), ('36373d6d6b2c5c5ec895dea7b7890db2', 'affiliates/_common_templates/grid_topgridline.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'da6ec34c642ca6fe8b39f1d1609cab2a', 'N'), ('e0a5840b220c29b08c7851638a2478f4', 'affiliates/_common_templates/header.stpl', '4.5.48.6', '2010-11-12 11:34:58', '5f6cc7c204a1781acd5e848796172faf', 'N'), ('92d69525706bc2beb798aee2ac8f2df9', 'affiliates/_common_templates/header.tpl', '4.5.48.6', '2010-11-12 11:34:58', '32d459ea9f7ebf7a241715058cc91f38', 'N'), ('5dc7ff4c362c375664a811edf7e8ffe0', 'affiliates/_common_templates/home.tpl', '4.5.48.6', '2010-11-12 11:34:58', '03ad40439735adc335ca95b364b56481', 'N'), ('3d3cd4651050b4ac7b1a1b12cd076b88', 'affiliates/_common_templates/horizontal_layout_panel.tpl', '4.5.48.6', '2010-11-12 11:34:58', '8b6098cd64720cff686cc24e06ac4c17', 'N'), ('b0c772107fd6c36faf7bbce4de8180b0', 'affiliates/_common_templates/html_window_preview.stpl', '4.5.48.6', '2010-11-12 11:34:58', '1742308bd5066c410bac8a4ebf60ff90', 'N'), ('1b2acee93f61f6ee993913c9d80dc90c', 'affiliates/_common_templates/icon_button.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'b5bdf543a43063d2f4220611733daec9', 'N'), ('4085a819a7487f138feb37b73da3b731', 'affiliates/_common_templates/icon_object.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'ff8d25e63eca03b325c4501e13358fb2', 'N'), ('c3ae215eca6ae60dbc581b20c1d1cbd5', 'affiliates/_common_templates/icon_picker.tpl', '4.5.48.6', '2010-11-12 11:34:58', '77a002b90f678df44bcca5776f314820', 'N'), ('78d1c7a36326b82bc48049a81560847c', 'affiliates/_common_templates/icon_picker_panel.tpl', '4.5.48.6', '2010-11-12 11:34:58', '4342c424a8cb290701f64d0cb63655ec', 'N'), ('5fb5a76cbcf5916831eba536f80529c7', 'affiliates/_common_templates/icon_status_widget.tpl', '4.5.48.6', '2010-11-12 11:34:58', 'ff9e2bc87e203324cc33c4b3ac365dfe', 'N'), ('b66d62d7374122be8f65dc41bdc76782', 'affiliates/_common_templates/image_uploader.tpl', '4.5.48.6', '2010-11-12 11:34:58', '730e6f34b9878f5152e3ba12da5a7d1c', 'N'), ('1b9a35224549eb82fef2d1004cf47871', 'affiliates/_common_templates/imagepicker.tpl', '4.5.48.6', '2010-11-12 11:34:58', '8e0e3c7c81df4655610936ab77fc0d8c', 'N'), ('74000d041f8104a45f8f7371c5292d6c', 'affiliates/_common_templates/img/FB_share_button.png', '4.5.48.6', '2010-11-12 11:34:58', 'a56c7efd784eb61b5ac1e6f4111f59a8', 'N'), ('634fffe221cd433ee4aab1f6c62f79a3', 'affiliates/_common_templates/img/Thumbs.db', '4.5.48.6', '2010-11-12 11:34:58', 'bdc62ffcd5280e5762092f0d48305bce', 'N'), ('d57e84fb60b7e3c2a31350bdd323caa2', 'affiliates/_common_templates/img/alt.png', '4.5.48.6', '2010-11-12 11:34:58', 'b0f9d31351efbf90578ff392cae6b51e', 'N'), ('d23d1d23f587974cf77b3a94cadc21c2', 'affiliates/_common_templates/img/attachment.png', '4.5.48.6', '2010-11-12 11:34:58', '8351d8840155b42ed4555035657b3892', 'N'), ('ddff8f499f8dc5a350d3ac7f9189555e', 'affiliates/_common_templates/img/attachment_delete.png', '4.5.48.6', '2010-11-12 11:34:58', '36ec1f9102d2f054a045f89bcfed1427', 'N'), ('6e8994b204609f2d35ead28eee7b122b', 'affiliates/_common_templates/img/balloon.error.arrow.png', '4.5.48.6', '2010-11-12 11:34:58', '57f6d7c5e22cfbd50f5c2a86f5c31552', 'N'), ('547d71c48c76b8610762a42153efddc2', 'affiliates/_common_templates/img/balloon.error.png', '4.5.48.6', '2010-11-12 11:34:58', 'c865f28e7f1cbdaaf5cde203ee9c899d', 'N'), ('76199ac508acf5d0583cb3d0b9db7a05', 'affiliates/_common_templates/img/balloon.error.vertical.png', '4.5.48.6', '2010-11-12 11:34:58', '9b41530651528380532abd74241e04a1', 'N'), ('b4c103e08f131ee267022ade9282a9bc', 'affiliates/_common_templates/img/balloon.help.arrow.png', '4.5.48.6', '2010-11-12 11:34:58', 'e945d6f57c493e1ef8e752cb41a0ec2d', 'N'), ('338c2e6509239697af0df740e2b72d7f', 'affiliates/_common_templates/img/balloon.help.png', '4.5.48.6', '2010-11-12 11:34:58', 'dc84b0cd861b1336d026a522a8a64409', 'N'), ('f6efba74b4a968f47d6da8c75f4d5614', 'affiliates/_common_templates/img/balloon.help.vertical.png', '4.5.48.6', '2010-11-12 11:34:58', '3de65bed0fc348f05b5ee22a971454a2', 'N'), ('9be8d36d7a5d30d523a84dee9d90f088', 'affiliates/_common_templates/img/banner_flash-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'c9c019525c41b5fce9a26e4f8d00a88c', 'N'), ('91631e5569ba374b8aec05913409a345', 'affiliates/_common_templates/img/banner_flash.png', '4.5.48.6', '2010-11-12 11:34:58', '36f4e485ce10d8f5d661cd369497b58a', 'N'), ('f7325f1336a5913fdd61d8bc9fa9d666', 'affiliates/_common_templates/img/banner_html-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '1574314f83735158ef7a0fd1b8b93c86', 'N'), ('9cc18fd1986ce2c69ea0310f62664958', 'affiliates/_common_templates/img/banner_html.png', '4.5.48.6', '2010-11-12 11:34:58', '0c5d9dc22178ea9e12aca239ca067fc5', 'N'), ('7253efd5367292c5dc1d0a4c16832ec6', 'affiliates/_common_templates/img/banner_image-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'd6bc27e84fe3a2ffe10fdc74132328ba', 'N'), ('67febfbb0aec9b6aed5f0f7a85e0f486', 'affiliates/_common_templates/img/banner_image.png', '4.5.48.6', '2010-11-12 11:34:58', '27edf0f1545e6f0acc40cd11732f1e6a', 'N'), ('6a51ec8a5b34ee2ca750c84bad1794e6', 'affiliates/_common_templates/img/banner_link.png', '4.5.48.6', '2010-11-12 11:34:58', '2b460f46d03323eb892a0b6e71bb5b69', 'N'), ('30c9f65f83f5b122c8a9832ee58f5b08', 'affiliates/_common_templates/img/banner_pdf-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'e4d6133f65ff179aeba0779330ada67b', 'N'), ('0dc5e7a8a73038b3887bd585b3c220fc', 'affiliates/_common_templates/img/banner_pdf.gif', '4.5.48.6', '2010-11-12 11:34:58', 'f376b73bf71f3f2ea1dc874086182783', 'N'), ('f80b0ddc8c4eadf8d12a2a0363ea08e3', 'affiliates/_common_templates/img/banner_pdf.png', '4.5.48.6', '2010-11-12 11:34:58', '5659684fa51315488c700d5e28cf7b86', 'N'), ('ddd55b8bc57313066c22a10ae316dfe0', 'affiliates/_common_templates/img/banner_peel-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '10596c5299de137c98620795ff9a1f2e', 'N'), ('169f60517fa1c21145df550220c02052', 'affiliates/_common_templates/img/banner_peel.png', '4.5.48.6', '2010-11-12 11:34:58', '349692c03196bc32abcf7af659904afc', 'N'), ('0a5125a2983a42ffc5652ce16e145cfc', 'affiliates/_common_templates/img/banner_promoemail-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '4e8995641c51ebb67376e55414363790', 'N'), ('05fca581e1788a5b721186b9073b076f', 'affiliates/_common_templates/img/banner_promoemail.png', '4.5.48.6', '2010-11-12 11:34:58', 'ea8b7efcdbd3a1248b2f768c606e9470', 'N'), ('c29a405a8a9d5fa2f261a43c5679f20c', 'affiliates/_common_templates/img/banner_rebrand_pdf.png', '4.5.48.6', '2010-11-12 11:34:58', 'aa36b576aecb4ba12d26aa9e07524027', 'N'), ('240e3b3837a24e7188c7481c5c906284', 'affiliates/_common_templates/img/banner_text-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'd991eb71cf8655640f7d13b2bbfbcf47', 'N'), ('fb84670cdc5f9517526b8dfd1d06d332', 'affiliates/_common_templates/img/banner_text.png', '4.5.48.6', '2010-11-12 11:34:58', '2b0128371e3fb3f1370bb3d91753e9e1', 'N'), ('c5943a80060edb8f6a3dd98471c1e6f8', 'affiliates/_common_templates/img/banner_zip.png', '4.5.48.6', '2010-11-12 11:34:58', 'fc08870d95436f47a15ff7cfbf5ff45a', 'N'), ('eb53ae67fee4f41867155f16f5f39cfd', 'affiliates/_common_templates/img/browsers.png', '4.5.48.6', '2010-11-12 11:34:58', '67e449054e2a51c023e8cd867a9a9f42', 'N'), ('a2482f59ea5e26d90c8958db14a3bc8e', 'affiliates/_common_templates/img/button.icon.flash.png', '4.5.48.6', '2010-11-12 11:34:58', '8ec346412290fc353e63b1b334962113', 'N'), ('fae7c122189fcebb7f84bdafa6de8911', 'affiliates/_common_templates/img/button.icon.html.png', '4.5.48.6', '2010-11-12 11:34:58', 'bf779e6be27fc9f565827e3b44ac1964', 'N'), ('60a9143ef90df46ce0bf9aa16f27bd00', 'affiliates/_common_templates/img/button.icon.image.png', '4.5.48.6', '2010-11-12 11:34:58', 'd3c71dd4c221da70bd2a01dd52402cce', 'N'), ('1ec611d1283c4ac52c0721ec47c17589', 'affiliates/_common_templates/img/button.icon.link.png', '4.5.48.6', '2010-11-12 11:34:58', 'dfbc23b903320223dec4b206e3bbde04', 'N'), ('f2c5331579f08fad0436bcb8b37b7689', 'affiliates/_common_templates/img/button.icon.pdf.png', '4.5.48.6', '2010-11-12 11:34:58', '33d0e16ed152aaeeb45be8a897225139', 'N'), ('7e46a6ad760006c224cc476181bb1943', 'affiliates/_common_templates/img/button.icon.peel.png', '4.5.48.6', '2010-11-12 11:34:58', '2417dc2f99298d017651faee616b2a67', 'N'), ('30bdb20c61725e008752296532b6f772', 'affiliates/_common_templates/img/button.icon.png', '4.5.48.6', '2010-11-12 11:34:58', '7fe0dae178ca48f31ca3b440d88ba011', 'N'), ('b69df70ab20df825615d7109a5e510d5', 'affiliates/_common_templates/img/button.icon.promoemail.png', '4.5.48.6', '2010-11-12 11:34:58', '02f0749e2bb9d04c1915cfbb5d916336', 'N'), ('d701973b1ee088c7208311da6f11ab62', 'affiliates/_common_templates/img/button.icon.rebrand.pdf.png', '4.5.48.6', '2010-11-12 11:34:58', '2e9d58dc5d39c843ed7310e2d2c82cfc', 'N'), ('a30fbd14dfb8cbf0d21d79a76492da8f', 'affiliates/_common_templates/img/button.icon.site.png', '4.5.48.6', '2010-11-12 11:34:58', '98cfb6286cf9b18e1dadde85b0e0ff90', 'N'), ('c5db209663a53f0fe601ea922c545dcc', 'affiliates/_common_templates/img/button.icon.text.png', '4.5.48.6', '2010-11-12 11:34:58', '0d77cd10a601be67f3dee483f87a8d97', 'N'), ('74e2793117a8bd5ea7267b2db8f7534c', 'affiliates/_common_templates/img/button.icon.zip.png', '4.5.48.6', '2010-11-12 11:34:58', 'f4e1e9fefa6f324b0b8f81a6cd0c43eb', 'N'), ('f52a874c1f36e12d35a7d5b43c6a8b16', 'affiliates/_common_templates/img/button.png', '4.5.48.6', '2010-11-12 11:34:58', 'bfeaa27a8b0c7c52e978ee91a0609975', 'N'), ('2c88f64e4c2339d2181793361b33faeb', 'affiliates/_common_templates/img/campaign.default.png', '4.5.48.6', '2010-11-12 11:34:58', '1be5bc07868c30ec347da3490788c07d', 'N'), ('5f7859ef1fea0439ae8b59222c3070c1', 'affiliates/_common_templates/img/checkbox.png', '4.5.48.6', '2010-11-12 11:34:58', '769adebe16c9648593de3e915c7d5a59', 'N'), ('6406b9f7ff183137569b808e1aee69a8', 'affiliates/_common_templates/img/custom.jpg', '4.5.48.6', '2010-11-12 11:34:58', 'd9c02d3d767d73e707bfc28075d882c3', 'N'), ('389cc568a14603403636ab43b2620025', 'affiliates/_common_templates/img/delete.png', '4.5.48.6', '2010-11-12 11:34:58', 'f0e6c0036c26a8a263eb53b28296e4ac', 'N'), ('cf4edd33e3d936328653930f6d7e785e', 'affiliates/_common_templates/img/dirty.gif', '4.5.48.6', '2010-11-12 11:34:58', 'decca3b96e2c37cf6eb04ddb0d9f669b', 'N'), ('829bb067980927a08d0946d07795b192', 'affiliates/_common_templates/img/doc.png', '4.5.48.6', '2010-11-12 11:34:58', 'c914d3518532910b13728f3d9b43056d', 'N'), ('dfa7180db7d4a62408a3ef502f8e254e', 'affiliates/_common_templates/img/draggable.png', '4.5.48.6', '2010-11-12 11:34:58', 'ab4fb4e3c82ccb353b30640cc36eaf67', 'N'), ('fa106ddc25e3098e18c316e4793eb610', 'affiliates/_common_templates/img/favicon.ico', '4.5.48.6', '2010-11-12 11:34:58', '54cbdb12372483e405f46f140db973cc', 'N'), ('395a135f78a5d8205d30054ac2919965', 'affiliates/_common_templates/img/feature.png', '4.5.48.6', '2010-11-12 11:34:58', 'a17a20726ab706b8cc4d7ad89ee36ef9', 'N'), ('05ac340fe2d9976fe7969b31227cbdfb', 'affiliates/_common_templates/img/fieldset.background.png', '4.5.48.6', '2010-11-12 11:34:58', 'e02200ae4d1960c61c1baffeee30713a', 'N'), ('e11ecbe665c5a8233c82beb3ddf6f4c0', 'affiliates/_common_templates/img/filter.background.png', '4.5.48.6', '2010-11-12 11:34:58', 'd0dd4171464ced5e0a869ab2faa211f8', 'N'), ('c4040ffa126d0af7d3e2e29f006b7e86', 'affiliates/_common_templates/img/folder.png', '4.5.48.6', '2010-11-12 11:34:58', '74ad8feccb7ac18bde1380dd7bdbdd06', 'N'), ('3b99b68bc3e87c24dc8aab439f57d52a', 'affiliates/_common_templates/img/footer.background.jpg', '4.5.48.6', '2010-11-12 11:34:58', '785055f715fc8c153fe6fa9231620e8c', 'N'), ('ca2609f6f14322c08507725e3ae403ee', 'affiliates/_common_templates/img/gadget.background.png', '4.5.48.6', '2010-11-12 11:34:58', 'ad4d3131595af98d69b699d7bcb560f4', 'N'), ('df2adbbdab56b7543826ed8aeca3ea29', 'affiliates/_common_templates/img/gadget.png', '4.5.48.6', '2010-11-12 11:34:58', '149cda728abc46f8e7d6ba2b7ffa3844', 'N'), ('a029962567b6d15c5555d3227ea67306', 'affiliates/_common_templates/img/gadget.vertical.png', '4.5.48.6', '2010-11-12 11:34:58', '0931466af2cc61f0fcdaa76ef26ad932', 'N'), ('496c60b2c4ce53aef24db9cf93dc7ed7', 'affiliates/_common_templates/img/grid.no.data.png', '4.5.48.6', '2010-11-12 11:34:58', '8d4e78d189687b989b07cfb5ccce6522', 'N'), ('acdfb5299100820f0523a4a55457d01d', 'affiliates/_common_templates/img/grid.png', '4.5.48.6', '2010-11-12 11:34:58', '9b74b8b6aee2d3456a0fdd0d871317c0', 'N'), ('10fcb89a8c0ddc8c6d41885395904d3d', 'affiliates/_common_templates/img/grid.views.png', '4.5.48.6', '2010-11-12 11:34:58', 'f3cccc4cf313aad1e2d6a51f3ab169a8', 'N'), ('6cdfd71ba5c1bc55ead193429e388239', 'affiliates/_common_templates/img/html.png', '4.5.48.6', '2010-11-12 11:34:58', '23bf6c9bc9121ffd0c273b5414faaba0', 'N'), ('8bbde85fe249111a4bdabcf6a1edb1a0', 'affiliates/_common_templates/img/icon-about-big.png', '4.5.48.6', '2010-11-12 11:34:58', '945937935f1ede0338e33618b51d9413', 'N'), ('278d775fe9806dcc1929deacd1fc9233', 'affiliates/_common_templates/img/icon-about-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'e441842ea3ded7549178b024af817581', 'N'), ('0627bb5bfdb191f05de216f0ab438885', 'affiliates/_common_templates/img/icon-about-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'd5e3e336a761588b2cea0a51a5a07d5e', 'N'), ('905e7b55caa943c3d0b7bddc37cb2c33', 'affiliates/_common_templates/img/icon-addgadget-big.png', '4.5.48.6', '2010-11-12 11:34:58', '49e2f7dd155012136b5eea97f9b99ed4', 'N'), ('a8b8239639f7c7979b71ca08815f6aff', 'affiliates/_common_templates/img/icon-addgadget-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '5c6969388ac082e7ffd663e962dd958a', 'N'), ('c07b1fb11174dcb257a4f6a3fc443bb5', 'affiliates/_common_templates/img/icon-addgadget-small.png', '4.5.48.6', '2010-11-12 11:34:58', '80fa5db57fa49bbe9107d3551e2e838f', 'N'), ('69664a7e7bc898f278f8eb916b600cad', 'affiliates/_common_templates/img/icon-admins-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'c237d6f787767e2f76b4a299fd125fe0', 'N'), ('06588274e397bc48e79987dcbe05dcf0', 'affiliates/_common_templates/img/icon-admins-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'd2c4880aa1784ce3fb133558bccd8834', 'N'), ('4be3f6e2f7e62d009cf23a7242d50c7a', 'affiliates/_common_templates/img/icon-admins-small.png', '4.5.48.6', '2010-11-12 11:34:58', '0f70cfe05138f5d664f50b009bebdaf7', 'N'), ('2aa6a952aed08c9d2337c6c935a72a4a', 'affiliates/_common_templates/img/icon-advancedfunc-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'd952bcf36cf4d79da6f18181163c0613', 'N'), ('30f69625c5cfd4aa878921f4ff8f3d48', 'affiliates/_common_templates/img/icon-advancedfunc-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'ba04970443fa6df133c32bb2fa32952b', 'N'), ('48c460ea5a590e330a26b406b17d46ba', 'affiliates/_common_templates/img/icon-advancedfunc-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'a3d6c775a0cc1ae61ef7216e70d14675', 'N'), ('d0a84894ffe7f303d87f587a280bc572', 'affiliates/_common_templates/img/icon-affiliatesettings-big.png', '4.5.48.6', '2010-11-12 11:34:58', '04338152a0aa405228bdc06ae28aafbc', 'N'), ('bcb5ac62a3148fdc6f2acf5f8f7fa7eb', 'affiliates/_common_templates/img/icon-affiliatesettings-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'b136c5a4a48ebce146fdcd74886a1b11', 'N'), ('2a853811e1a1b60a77f930bb72172278', 'affiliates/_common_templates/img/icon-affiliatesettings-small.png', '4.5.48.6', '2010-11-12 11:34:58', '92e194238f23d1a083147e0dff48c7d7', 'N'), ('e98cd78288abd03172998ad211659667', 'affiliates/_common_templates/img/icon-affiliateslist-big.png', '4.5.48.6', '2010-11-12 11:34:58', '77bfd3ca54a0f7116908c0f65333b55e', 'N'), ('df37fda76c406f5d4f5bbc42fa76c789', 'affiliates/_common_templates/img/icon-affiliateslist-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '5cfbf053d261347ad3366389e78a6756', 'N'), ('f47986ee700cdcdba2de24f5d87960ba', 'affiliates/_common_templates/img/icon-affiliateslist-small.png', '4.5.48.6', '2010-11-12 11:34:58', '5f8c8a8cff8512fc608ddba8b4ab93bd', 'N'), ('75dd484c08ed5e8daa2aab09edd13fcf', 'affiliates/_common_templates/img/icon-affiliatesoverview-big.png', '4.5.48.6', '2010-11-12 11:34:58', '646727bef41c7fbe31e33e4aceb02e20', 'N'), ('79ddce024db52e2406d6e87b2232a7e4', 'affiliates/_common_templates/img/icon-affiliatesoverview-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'f2356acee2206a810aecd118aa71335f', 'N'), ('e483544abc80edd0f62c550bd8dc75ff', 'affiliates/_common_templates/img/icon-affiliatesoverview-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'dc623d54779af92572a5453ca3580451', 'N'), ('571f3cddfd5b45c4582dee162479509c', 'affiliates/_common_templates/img/icon-afflinkprotector-big.png', '4.5.48.6', '2010-11-12 11:34:58', '579c33f76a72c642825593d236bef201', 'N'), ('f4118bce8acdea9dfd10420c48e7f7e3', 'affiliates/_common_templates/img/icon-afflinkprotector-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '94cd61264c5f9b912bf5f8410cd9721a', 'N'), ('4910f509c914e9ed503db9caf3a69c74', 'affiliates/_common_templates/img/icon-afflinkprotector-small.png', '4.5.48.6', '2010-11-12 11:34:58', '2d7e90db6d345da6d6ee6d87475abe9f', 'N'), ('9cae205deed8c8ffd9c801f97e348ea1', 'affiliates/_common_templates/img/icon-affpanel-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'c1cfd6a87b6c075f80a4078dc8e11bfc', 'N'), ('26b1b56a7ca8c20a04debccb347cf5b6', 'affiliates/_common_templates/img/icon-affpanel-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'f389cba50adbde11cca261597d22cc68', 'N'), ('e33b204a1af92e6b3b19a9df2a76481b', 'affiliates/_common_templates/img/icon-affpanel-small.png', '4.5.48.6', '2010-11-12 11:34:58', '048948d101c7021f4689499ea5a3aac2', 'N'), ('86a731fbeaa03cbdad135223792c5c63', 'affiliates/_common_templates/img/icon-banners-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'b94b60d34d903b93aaa1a13441b7aaf5', 'N'), ('9963ae425edc943de23229ebd4acd244', 'affiliates/_common_templates/img/icon-banners-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '123c2b69fb53085e84882f1af3aeb08a', 'N'), ('6d38cf11695578edf770f7d0340ea33b', 'affiliates/_common_templates/img/icon-banners-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'a99bead174a4ef7b5e8f43dcb50a2d66', 'N'), ('f78f20a7d3b7f7ac23399d1b90beddf7', 'affiliates/_common_templates/img/icon-bannerslist-big.png', '4.5.48.6', '2010-11-12 11:34:58', '07dabd09a236c2c292732164bbd11829', 'N'), ('a9f1cd6f5202e2d6ff433c795572f0f8', 'affiliates/_common_templates/img/icon-bannerslist-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '4c44bbd6d7225a94b88a518f06f54008', 'N'), ('75fae13b92f9266ad8c0664e9e060df5', 'affiliates/_common_templates/img/icon-bannerslist-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'db323fe7922f367738f6a58ac4da3a37', 'N'), ('ac0e8147f433528105c6be8a80da5295', 'affiliates/_common_templates/img/icon-bannersoverview-big.png', '4.5.48.6', '2010-11-12 11:34:58', '81df063ae38e46bf38935e9cefc0327d', 'N'), ('ab859c3b417abbe4e4352114ee2a23ea', 'affiliates/_common_templates/img/icon-bannersoverview-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'f9eed2f2063ae89a43dd119cd957a81c', 'N'), ('4f6564055ab8d62dc82d61e1bf087fd0', 'affiliates/_common_templates/img/icon-bannersoverview-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'ce4bc4ce2e5f8e34580dc6333b208aa8', 'N'), ('d361e72d01d2a57132423625c46accb4', 'affiliates/_common_templates/img/icon-broadcastemail-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'f2c91ecade89182f16fea8d893ae70fa', 'N'), ('a6f691596e5a130596a9ff023b7892d8', 'affiliates/_common_templates/img/icon-broadcastemail-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'a84a478aab18a99fe403344166a6d7fd', 'N'), ('64d992d495051415c38ee0920808e00c', 'affiliates/_common_templates/img/icon-broadcastemail-small.png', '4.5.48.6', '2010-11-12 11:34:58', '52dcfbc66219534f2cacb336e3d7da8a', 'N'), ('b8d32b817b770676bcdb0d86b802d3a0', 'affiliates/_common_templates/img/icon-campaignslist-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'c7c7a7c6407fe15a05658988ab87d058', 'N'), ('e4c31efe11dbf83fd5c25f32631a3d43', 'affiliates/_common_templates/img/icon-campaignslist-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '35b521416ecfb40343409f69f6cc345d', 'N'), ('368e2ae7e10a4d035fb7c586ee7ef525', 'affiliates/_common_templates/img/icon-campaignslist-small.png', '4.5.48.6', '2010-11-12 11:34:58', '21776d92e031be82ea1377103d62117a', 'N'), ('dcf14bba5780ccb309a64b44375cab23', 'affiliates/_common_templates/img/icon-campaignsoverview-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'bcde6cec8d0312a5e207211d8a591233', 'N'), ('afff06224da1b242d49d81ba4d88bf96', 'affiliates/_common_templates/img/icon-campaignsoverview-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '150ea540b710cbfa76359c33f17400ab', 'N'), ('e4ea72c7aec348e25da8ed44a0e53eec', 'affiliates/_common_templates/img/icon-campaignsoverview-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'd412d150a33ac60e3473147b9629bfa3', 'N'), ('87f44465e6c27ee7151a4bac11d00eee', 'affiliates/_common_templates/img/icon-channels-big.png', '4.5.48.6', '2010-11-12 11:34:58', '4aba5775ccb5380d84320c41998ff4c3', 'N'), ('e5cc1af5e3c33f527ec65deddc29e628', 'affiliates/_common_templates/img/icon-channels-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'ecb3bff2feb9e2c299546a3c55d140de', 'N'), ('59bd6d18587268b597be6462c49685e7', 'affiliates/_common_templates/img/icon-channels-small.png', '4.5.48.6', '2010-11-12 11:34:58', '8fec8c8716b6df4308c5ec9d1c06d628', 'N'), ('b690f7367381850955588fed2a23ef05', 'affiliates/_common_templates/img/icon-channelstatsreport-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'f31865e5049c9a5e3e180f3144dd44b2', 'N'), ('fa7769dab3ba990ae59d6ad2727ffad0', 'affiliates/_common_templates/img/icon-channelstatsreport-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'af8c71a3d487c7e81212b928ca9aa656', 'N'), ('b0babe3933ad2783063bc02688cd713b', 'affiliates/_common_templates/img/icon-channelstatsreport-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'e891cde05e7973a19ffc591104d9d555', 'N'), ('994a3c1ec01db7d15fc70842f2b49f24', 'affiliates/_common_templates/img/icon-clickslist-big.png', '4.5.48.6', '2010-11-12 11:34:58', '433859124a82977494b15c25af528fe6', 'N'), ('0df4f026e8531f5a8c6faa5c9be1a1d0', 'affiliates/_common_templates/img/icon-clickslist-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'e70f680636193963e0045de62f7107c9', 'N'), ('1e5c95d9fa1bb94eb692087bd2ec3a4e', 'affiliates/_common_templates/img/icon-clickslist-small.png', '4.5.48.6', '2010-11-12 11:34:58', '686b1ea11592b864385dc9bc74c333de', 'N'); INSERT INTO `qu_g_installedtemplates` (`templateid`, `name`, `version`, `changed`, `contenthash`, `overwritte_existing`) VALUES ('4eccd714253d27dc2fc63bf0687655ab', 'affiliates/_common_templates/img/icon-clickstracking-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'c0b769ba7ed7af6ca066171495585214', 'N'), ('e4c6619023866d2fa9f990f458b9775d', 'affiliates/_common_templates/img/icon-clickstracking-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '0670cf8762aaaefecdff2d7a056954e3', 'N'), ('af3d59e6d5e733bf9b3866ae2037613c', 'affiliates/_common_templates/img/icon-clickstracking-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'ebccf888171423d12f55c94d84afadf3', 'N'), ('263018a96d1f4fe78791a002f68f75f8', 'affiliates/_common_templates/img/icon-commissionslist-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'c09448d768479c3c116cea35d25d1a64', 'N'), ('a0931fa054c95ae61a359fcb01856cea', 'affiliates/_common_templates/img/icon-commissionslist-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '308ff5c4c45e8135f7b1047dd26b56f1', 'N'), ('073cb4b9736c57695df4eab1e2e34989', 'affiliates/_common_templates/img/icon-commissionslist-small.png', '4.5.48.6', '2010-11-12 11:34:58', '762eb56287f9a3943224a393c40b59d6', 'N'), ('b2dd77a78fc07d278b76004d55f55b56', 'affiliates/_common_templates/img/icon-commreport-big.png', '4.5.48.6', '2010-11-12 11:34:58', '5ee29fb34b71df8d37849e62d560287c', 'N'), ('89e86ae03adbe56480e76ede3d2a5fd1', 'affiliates/_common_templates/img/icon-commreport-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'c2e88cdf3e2ccd03d443f6c4aa7cf259', 'N'), ('27d7c91f5507ad7906f607fc6b2f17a6', 'affiliates/_common_templates/img/icon-commreport-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'c255702b93356cd648af7258da3ef874', 'N'), ('c328b671614f7d6bb34cd9695f76bf27', 'affiliates/_common_templates/img/icon-communication-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'd9634c6d21ab0388db756a302b43c24b', 'N'), ('baca831915c4f4b3d0e79a481e174498', 'affiliates/_common_templates/img/icon-communication-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'dad7567ea8455db8f9d04f62827f95b7', 'N'), ('ddba89cdfbc26b13c2845738e2f9aab5', 'affiliates/_common_templates/img/icon-communication-small.png', '4.5.48.6', '2010-11-12 11:34:58', '4ca468f4707653aea90c10a8aee280be', 'N'), ('1432eba7b268aaeab81f281a610fdbd4', 'affiliates/_common_templates/img/icon-configuration-big.png', '4.5.48.6', '2010-11-12 11:34:58', '759290e16f4426e393ebc622842746c1', 'N'), ('a2c3a349a184ed98aecb96d2c4d847df', 'affiliates/_common_templates/img/icon-configuration-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '3ebd61d05d6f69672dc3072414f9e470', 'N'), ('60fe19351e78832c21e411025fa386f8', 'affiliates/_common_templates/img/icon-configuration-small.png', '4.5.48.6', '2010-11-12 11:34:58', '60d07f619550c84932132bdf6d5536cf', 'N'), ('dce1928f741b63b88e159f942e8f357f', 'affiliates/_common_templates/img/icon-confirmationrequired-big.png', '4.5.48.6', '2010-11-12 11:34:58', '99e46acda790c695b9e695235bc567ea', 'N'), ('2b209fee44dba952756587e053705dff', 'affiliates/_common_templates/img/icon-confirmationrequired-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '8f46b185cc39f2a1eac84b10786b1a22', 'N'), ('eceb6269dce30e2f15bf8b4ee9d5e20c', 'affiliates/_common_templates/img/icon-confirmationrequired-small.png', '4.5.48.6', '2010-11-12 11:34:58', '398919d212a85128db98277d1637fc66', 'N'), ('1b983903abe27831052a90a86cf763bf', 'affiliates/_common_templates/img/icon-contactus-big.png', '4.5.48.6', '2010-11-12 11:34:58', '95be20cb2afbefa61eba4931aaab9ef3', 'N'), ('ce9c9c663601fe97bf89e8a7b96d480c', 'affiliates/_common_templates/img/icon-contactus-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'a4fc0c0524972fc3cfd69006e35fb23c', 'N'), ('fd60d406dca5a46ebcfc48483c563cd1', 'affiliates/_common_templates/img/icon-contactus-small.png', '4.5.48.6', '2010-11-12 11:34:58', '51fc7d111cec13771493fa76c8e0b9c0', 'N'), ('34a3701bf0d45d815719645708ba7906', 'affiliates/_common_templates/img/icon-content-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'ea668db8e90d4d2dd5891be9c3662d65', 'N'), ('d99cab2c021348b20054ec8478f0f09a', 'affiliates/_common_templates/img/icon-content-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '72a5e3a0a993e899b89747f7a977c3b8', 'N'), ('08cfcced83822f2958a1bc35daf378d4', 'affiliates/_common_templates/img/icon-content-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'aba167c8a15a1f84f1cc004498e2fcd1', 'N'), ('8705a9723e576a5dd57debcf497635d2', 'affiliates/_common_templates/img/icon-databasestats-big.png', '4.5.48.6', '2010-11-12 11:34:58', '4c5ca10598302a2e33390b2a0c449305', 'N'), ('f831b61811b3f2bb5544d819b304079b', 'affiliates/_common_templates/img/icon-databasestats-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'f41d856d3b4f4755427ae7d23d2eec77', 'N'), ('714ee340c68d4773ea7fb6d5a8e4b9ec', 'affiliates/_common_templates/img/icon-databasestats-small.png', '4.5.48.6', '2010-11-12 11:34:58', '4780055a8d7b99626a51c58d3e646d6e', 'N'), ('68881b2e400433cf8d771c02d5ebaa30', 'affiliates/_common_templates/img/icon-desktop-big.png', '4.5.48.6', '2010-11-12 11:34:58', '5a993071a268cb9c4b8ff360204666e8', 'N'), ('91bd7f031bc04ba539962cfb30277bba', 'affiliates/_common_templates/img/icon-desktop-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '4dafab8ad39af078221f93bb72afd489', 'N'), ('3d50a74e3c7db287bdb5a8547c4620da', 'affiliates/_common_templates/img/icon-desktop-small.png', '4.5.48.6', '2010-11-12 11:34:58', '4097ff78d80c697ec3601e8bfeacf3c0', 'N'), ('b7325126b474756fedcff37a9d7387c9', 'affiliates/_common_templates/img/icon-dialog-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'ea668db8e90d4d2dd5891be9c3662d65', 'N'), ('23edba237ba4d7908304080a8823e985', 'affiliates/_common_templates/img/icon-dialog-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '72a5e3a0a993e899b89747f7a977c3b8', 'N'), ('d91651a419f9199bcde19de17df6328d', 'affiliates/_common_templates/img/icon-dialog-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'aba167c8a15a1f84f1cc004498e2fcd1', 'N'), ('d95934ba26dc9b6a2d84b247ca33df27', 'affiliates/_common_templates/img/icon-directlink-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'b7534b930f7b69a3ce941fccc34161cc', 'N'), ('ab3b8faa2d8f01ebfe57602794eb7da4', 'affiliates/_common_templates/img/icon-directlink-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '4293fc92b931d8ae75471b5cb08f2a0e', 'N'), ('fcd9b2fc6e950ec9847ab0b686010aa3', 'affiliates/_common_templates/img/icon-directlink-small.png', '4.5.48.6', '2010-11-12 11:34:58', '8986e8e2f6374595fd49a0137cf6831f', 'N'), ('a9e4ccc88c737841b5ec2d373a10cea0', 'affiliates/_common_templates/img/icon-directlinksmanager-big.png', '4.5.48.6', '2010-11-12 11:34:58', '646727bef41c7fbe31e33e4aceb02e20', 'N'), ('8e87441448752df3e1208cd75086368b', 'affiliates/_common_templates/img/icon-directlinksmanager-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'f2356acee2206a810aecd118aa71335f', 'N'), ('c1dc941b15df443b8dd6a82c6228a475', 'affiliates/_common_templates/img/icon-directlinksmanager-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'dc623d54779af92572a5453ca3580451', 'N'), ('9ef14f822d9b77c2436e56546301c574', 'affiliates/_common_templates/img/icon-emailnotification-big.png', '4.5.48.6', '2010-11-12 11:34:58', '8a2404df009e9ba936324c8702b87b3e', 'N'), ('2afe51cd8e394813192ca655522f0002', 'affiliates/_common_templates/img/icon-emailnotification-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '9658622a8a1a5ffa0153f043df28b19a', 'N'), ('ade87c2a903f82bb3ba870779d21bb3e', 'affiliates/_common_templates/img/icon-emailnotification-small.png', '4.5.48.6', '2010-11-12 11:34:58', '29c293c006a77a0eeda2d8cc7fb80603', 'N'), ('2e491e2cf26bc703084dd163dde99077', 'affiliates/_common_templates/img/icon-emailsettings-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'd1dd11f7f507e192bcfdbda56175caa3', 'N'), ('be27477dbc93d4df2d7b662afa4c226c', 'affiliates/_common_templates/img/icon-emailsettings-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '2c5e01cfab6546e9e1a9f2c770aec242', 'N'), ('4b78e537f45365cb4ae98efb9a1e0aea', 'affiliates/_common_templates/img/icon-emailsettings-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'eb08c9d0e83954e6fb6a9deff4ad27d0', 'N'), ('1993ca49c0c6f96bded3f633bb5265c6', 'affiliates/_common_templates/img/icon-eventlog-big.png', '4.5.48.6', '2010-11-12 11:34:58', '22d3eefca55604346012a6d93546859f', 'N'), ('7a304c7fae3a3a3591df22fd0d1c8067', 'affiliates/_common_templates/img/icon-eventlog-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '7305dd68781c753da2254eab32c81190', 'N'), ('6aa263329ce7abea9772a93eb694f855', 'affiliates/_common_templates/img/icon-eventlog-small.png', '4.5.48.6', '2010-11-12 11:34:58', '9a7f8439d6939cdc9bb82ad160971789', 'N'), ('dc875f16bfa4e2436f902d8cd95551a0', 'affiliates/_common_templates/img/icon-export-big.png', '4.5.48.6', '2010-11-12 11:34:58', '0b33f3a6ea9cc42150d97444626249cc', 'N'), ('4e38218c9ed6730336d3e494242a6670', 'affiliates/_common_templates/img/icon-export-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '065e11d3d5f7cd3e9cb62b7930ccd618', 'N'), ('fed824b31a885e01a968dc65eb4d19ee', 'affiliates/_common_templates/img/icon-export-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'ce6a9dc9ddd0a392fd7ec680bfa3e77b', 'N'), ('7242aa76ba0a1672dd74cd1d1fc3304f', 'affiliates/_common_templates/img/icon-exportfiles-big.png', '4.5.48.6', '2010-11-12 11:34:58', '4affb865e1adcfa375831dd6946eac39', 'N'), ('a497cc603e6c99b49f924c2215733607', 'affiliates/_common_templates/img/icon-exportfiles-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'd4d80ae06ef763aa17607b25703cae46', 'N'), ('9eaff3ff962015fd13f7acd5f94b831f', 'affiliates/_common_templates/img/icon-exportfiles-small.png', '4.5.48.6', '2010-11-12 11:34:58', '34ff8df8776318a79a686ba86d24c750', 'N'), ('f2b228d400668909593398622674f485', 'affiliates/_common_templates/img/icon-features-big.png', '4.5.48.6', '2010-11-12 11:34:58', '4ba9e54a2c4441183ea17ae39caf15f5', 'N'), ('e04fdc865bb35e7d97a6d1c430b34128', 'affiliates/_common_templates/img/icon-features-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '17d215110cdaae0725f1a108c7d6e74d', 'N'), ('dadff2cd17cccba8228d11bc34f4493a', 'affiliates/_common_templates/img/icon-features-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'e51f91c359e0bed9d11b78080290b28f', 'N'), ('831472ee3cd4d89abb49cb979797e100', 'affiliates/_common_templates/img/icon-folder-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'befebaf27b76b65ef3a0a2056b6717b5', 'N'), ('c757b688a434b51e5b322e879e3b9369', 'affiliates/_common_templates/img/icon-folder-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '44212fdaf6e707dcd63f96b91254fa6d', 'N'), ('63baf5dfcf346d88046272cf41fa58cb', 'affiliates/_common_templates/img/icon-folder-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'ea493e348f302fae514119d7f83c45c6', 'N'), ('7a3dad73132a08b540fa8f69e47d7efd', 'affiliates/_common_templates/img/icon-foldergrey-big.png', '4.5.48.6', '2010-11-12 11:34:58', '0ebd3c105f9148e6b3c2f148429e3a39', 'N'), ('83082fa9a35d8e82ffc205af6f4de178', 'affiliates/_common_templates/img/icon-foldergrey-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '6606aad448bf6e880b16ee07917368d1', 'N'), ('04ac13bb6c1754b8987383cc1dd5e583', 'affiliates/_common_templates/img/icon-foldergrey-small.png', '4.5.48.6', '2010-11-12 11:34:58', '6f79edef86528343b6edd4687671008c', 'N'), ('0b08b2458aa869cc74bbebb7fc5f2812', 'affiliates/_common_templates/img/icon-generalsettings-big.png', '4.5.48.6', '2010-11-12 11:34:58', '840fc19fa2a425a86c2eb5862487db29', 'N'), ('a86507959b6aff9a1cd05646bcfc747c', 'affiliates/_common_templates/img/icon-generalsettings-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'e2756d829c93ca5d748f6af91b84a4dd', 'N'), ('9d8f012ad1d23b58f24f750f57c0eb73', 'affiliates/_common_templates/img/icon-generalsettings-small.png', '4.5.48.6', '2010-11-12 11:34:58', '289602fe0948eac1eabb91637e299e4a', 'N'), ('8a0fc2803bdf76dd990b4809c74a9ddf', 'affiliates/_common_templates/img/icon-gettingstarted-big.png', '4.5.48.6', '2010-11-12 11:34:58', '64b1522f4f5bea2e7ad6facc1f78a474', 'N'), ('825af1f99394ce683d1fa9ac15fa3ac8', 'affiliates/_common_templates/img/icon-gettingstarted-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'e0d7aec79ef50ba26365c881b0025784', 'N'), ('17c15854f3eba8afbc572f1cebf09d01', 'affiliates/_common_templates/img/icon-gettingstarted-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'b3f95b6b0f495a8d878e96f2f5779e94', 'N'), ('ca4945f54090ec557ab871f705df80de', 'affiliates/_common_templates/img/icon-help-big.png', '4.5.48.6', '2010-11-12 11:34:58', '9007ac5af8f6f10ccffb0bfb2bf7d363', 'N'), ('c2a075380de11adbdf526b611efc1de5', 'affiliates/_common_templates/img/icon-help-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '01dbb879f7f4c662128d1d9f4c04640c', 'N'), ('09ccd0344b780508be4b9cbb66db36d4', 'affiliates/_common_templates/img/icon-help-small.png', '4.5.48.6', '2010-11-12 11:34:58', '832097c7d37772be765ef635e6d348ee', 'N'), ('b270faf27ffb395d5746cf1ccb585f45', 'affiliates/_common_templates/img/icon-home-big.png', '4.5.48.6', '2010-11-12 11:34:58', '46fad7bed165099bc5c520b1ab962fed', 'N'), ('8631baa7daa49287c26c7e620985a259', 'affiliates/_common_templates/img/icon-home-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '051d86170471f4c07947c14be0768bc0', 'N'), ('185a526018dd0cd43e4489f51163b48d', 'affiliates/_common_templates/img/icon-home-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'c5b62a0af020b01ed1791e44e76aec4f', 'N'), ('f9f8a89d2a5bfe2d3f39b5e6727cd070', 'affiliates/_common_templates/img/icon-import-big.png', '4.5.48.6', '2010-11-12 11:34:58', '077886a7a7fde922b46a0116ae1f60ee', 'N'), ('83052ab2f0b842432aea4810dde68b99', 'affiliates/_common_templates/img/icon-import-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '809edd07acbdffaab010ab6c365dfca0', 'N'), ('c84fee80fa5f3d097c6c6a238322bc6a', 'affiliates/_common_templates/img/icon-import-small.png', '4.5.48.6', '2010-11-12 11:34:58', '6e4e62703d746625306f230211abe5e0', 'N'), ('3300f7ac0015a2208fa6fb716589930d', 'affiliates/_common_templates/img/icon-importexport-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'ec07ded49abf1de13fca318f4a3e1e0d', 'N'), ('fa01eb9a958775213e6ee599625d40dd', 'affiliates/_common_templates/img/icon-importexport-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '6d4fb0ee56db17d61501ba8c26e62258', 'N'), ('3e380f5babe059b30c84f256a6ff865a', 'affiliates/_common_templates/img/icon-importexport-small.png', '4.5.48.6', '2010-11-12 11:34:58', '56d6557f6098dd41450c3e4b81ace802', 'N'), ('a97ea722d8d834b4d907c386ceed1a7d', 'affiliates/_common_templates/img/icon-informations-big.png', '4.5.48.6', '2010-11-12 11:34:58', '52544f78f6c21ff28917b9f0a3577333', 'N'), ('1d2e811435eec2a8f9c5c32a3d2aee09', 'affiliates/_common_templates/img/icon-informations-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '66fcddef6f1a68251e6840914910938b', 'N'), ('f44557fcac1cf56662117ad34c99f97f', 'affiliates/_common_templates/img/icon-informations-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'fcf56ff111c67e58b05ae8b0ecc18e62', 'N'), ('16577e2821054c7e12dece72e1d721fc', 'affiliates/_common_templates/img/icon-integration-big.png', '4.5.48.6', '2010-11-12 11:34:58', '52bdc4d11bae3a9c174ea5789fb54458', 'N'), ('aa78426cbc19fb3c34dcd987e6ec1c7c', 'affiliates/_common_templates/img/icon-integration-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '84629e5b4f85c5131175c567692dfe00', 'N'), ('7134e877f4158f70f7e35a320ed93480', 'affiliates/_common_templates/img/icon-integration-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'f2f26fcf1aba80559fdd8538b6fbaf41', 'N'), ('b988e6b2eef28ceeb5f65b608b2def24', 'affiliates/_common_templates/img/icon-integrationmethods-big.png', '4.5.48.6', '2010-11-12 11:34:58', '2c0a44031f6adea26c905d507b533d37', 'N'), ('bae1f7d25d2b4e776ce2e67007f27646', 'affiliates/_common_templates/img/icon-integrationmethods-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '5693ce47e662486ad8d514b6d4b86f37', 'N'), ('6b16c3992a8b1f4a614b1308eec6a589', 'affiliates/_common_templates/img/icon-integrationmethods-small.png', '4.5.48.6', '2010-11-12 11:34:58', '215e07387a6248ab4fb93725be7a871f', 'N'), ('2cae8c0093eada9c362a9d63174c1306', 'affiliates/_common_templates/img/icon-invalidlicence-big.png', '4.5.48.6', '2010-11-12 11:34:58', '8e513b68fc1fb1a26753a71d88e189fa', 'N'), ('d8d1a2d4d5122c3a4489b3244c3741cb', 'affiliates/_common_templates/img/icon-invalidlicence-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '09047b54107b0ce1f958b7b78b8b46a4', 'N'), ('20036d783ca143cff7d4dc7fe185f437', 'affiliates/_common_templates/img/icon-invalidlicence-small.png', '4.5.48.6', '2010-11-12 11:34:58', '965eb4bda8d43d1fc8b5cefbcc3bea1b', 'N'), ('3bd4416e832a5bf5f9c42a7013461453', 'affiliates/_common_templates/img/icon-languagetranslations-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'c7b03e7670e0263ed8dd55324b811f60', 'N'), ('ba5063e5068eeabd33b744cced49ac8c', 'affiliates/_common_templates/img/icon-languagetranslations-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '025e0ea10cd3f9b89be1ab15412d7c68', 'N'), ('0f53208510c0d2814c9207f35d7334f2', 'affiliates/_common_templates/img/icon-languagetranslations-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'bab82ad50c6b71eb79f739b9833be610', 'N'), ('33bdcf0b7321b32fc71d8d42bf6f9bf0', 'affiliates/_common_templates/img/icon-logout-big.png', '4.5.48.6', '2010-11-12 11:34:58', '6f78c0a1e928927c4dfb85f45ed17080', 'N'), ('44c1faaf0c38b2123ee499d33cee10f7', 'affiliates/_common_templates/img/icon-logout-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '0d4707b0b2e66d1ea54777ed43f55a9e', 'N'), ('016f929beadee56cf4ee0b3fcab5a09f', 'affiliates/_common_templates/img/icon-logout-small.png', '4.5.48.6', '2010-11-12 11:34:58', '6e148662423620afe5dc9c67ed10b9c9', 'N'), ('ed4db2e560f0d6a8ae7f2e439e72ab5d', 'affiliates/_common_templates/img/icon-mapoverlay-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'f95e21092dcec6999407f32482de8654', 'N'), ('29eae9a176b8f55c3050bde44de4ba4a', 'affiliates/_common_templates/img/icon-mapoverlay-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '1ff8bf5448529154c95588e3da6b2bd5', 'N'), ('9a78f45ce341c2e7e13e37967bd76f5a', 'affiliates/_common_templates/img/icon-mapoverlay-small.png', '4.5.48.6', '2010-11-12 11:34:58', '4b9dddb70e5e0f41b1b069de5d129b0f', 'N'), ('25b2bf66a81353fd9fd9ad618aa74969', 'affiliates/_common_templates/img/icon-message-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'e2bad90c5d8f666dcad0572b60f919eb', 'N'), ('510d2b8e47beada5f92472f73aa02aab', 'affiliates/_common_templates/img/icon-message-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '28fba13255f80302f636d470e5573338', 'N'), ('129acd631fe8d044bcac5b59815eec7c', 'affiliates/_common_templates/img/icon-message-small.png', '4.5.48.6', '2010-11-12 11:34:58', '3f02e3ee2ad26c65ea98836bbe1f5b45', 'N'), ('e3f1caa9365db19f9e2a2a90ed6b9aab', 'affiliates/_common_templates/img/icon-newsletter-big.png', '4.5.48.6', '2010-11-12 11:34:58', '0e6c53e8789a22eaded0a6770875c0ab', 'N'), ('5c545af12edccbb44957a53f0ad05ea3', 'affiliates/_common_templates/img/icon-newsletter-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '510fc6f35665bacf1ee6d2970c368e64', 'N'), ('88bbd8239fe592bbb1535e1eade34451', 'affiliates/_common_templates/img/icon-newsletter-small.png', '4.5.48.6', '2010-11-12 11:34:58', '75cb0a912f421e011c4dad05c3b77f00', 'N'), ('69f3351cd44c46091a87402d54671490', 'affiliates/_common_templates/img/icon-onlineusers-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'b555c4f219c63d13adbe6b2a24096b74', 'N'), ('5b5c119f20adf871f2907583f57b6b0f', 'affiliates/_common_templates/img/icon-onlineusers-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'b6ded37c6ec167344eb93e4c7076f429', 'N'), ('2b6594769ee4f04dd2ba935bf8d4bbef', 'affiliates/_common_templates/img/icon-onlineusers-small.png', '4.5.48.6', '2010-11-12 11:34:58', '03681a5b24afc538a6b3c396758bcd31', 'N'), ('be6b6fc9e7a9f5d3f29862370cd998aa', 'affiliates/_common_templates/img/icon-outbox-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'cd244f1f99b9c4edc97e1517e61647b6', 'N'), ('95204d6cc359b1819e5fb9df08b81ea6', 'affiliates/_common_templates/img/icon-outbox-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'd78563c123666abaa270e69447818704', 'N'), ('ef6de70e36138105b2f3c287f6593ac8', 'affiliates/_common_templates/img/icon-outbox-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'edc06a19e14830e7ca622238a0442419', 'N'), ('442ef2a0e0c21193a3f5a72c79d63fa1', 'affiliates/_common_templates/img/icon-panelsettings-big.png', '4.5.48.6', '2010-11-12 11:34:58', '600e41998f62d8ff1d12105a835ce077', 'N'), ('8b29626e6d458583279b2f51ae9b3430', 'affiliates/_common_templates/img/icon-panelsettings-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '4ca98335815494b810a1df5b10b3af9c', 'N'), ('1a8368a9a98e188432c08f1acacff6fe', 'affiliates/_common_templates/img/icon-panelsettings-small.png', '4.5.48.6', '2010-11-12 11:34:58', '4734308c4657e7724cf940fa6e2da368', 'N'), ('69fbb179ba407b79511d95664ccf44d2', 'affiliates/_common_templates/img/icon-payaffiliates-big.png', '4.5.48.6', '2010-11-12 11:34:58', '4334ddecb0a08a61b26044e1185e87d1', 'N'), ('c684aad9939d3fee354283b29a05c178', 'affiliates/_common_templates/img/icon-payaffiliates-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'd473f2fb10ab1b3ef84ae1285c90647f', 'N'), ('cb6942972aa09f197eec5fea97734766', 'affiliates/_common_templates/img/icon-payaffiliates-small.png', '4.5.48.6', '2010-11-12 11:34:58', '014347b0105edd288bd701e5fc544a5a', 'N'), ('093e1b56320fd8deac197c30cbd5e325', 'affiliates/_common_templates/img/icon-paymentdetails-big.png', '4.5.48.6', '2010-11-12 11:34:58', '552a96fe0d8d2db810699dd48b6db3e4', 'N'), ('2719794039b638839fd5148395a13bbc', 'affiliates/_common_templates/img/icon-paymentdetails-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '858a4b81c6972ccb39bbeaf658dd7bfb', 'N'), ('ef67de364f275828930dfd900d68678a', 'affiliates/_common_templates/img/icon-paymentdetails-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'bd5735f849deb0b18f84414651c3d3d3', 'N'), ('3bb2609d8840564bec17d082e7cb75e8', 'affiliates/_common_templates/img/icon-payoutsbyaff-big.png', '4.5.48.6', '2010-11-12 11:34:58', '8afa8f6c1f712f425740c505448b418d', 'N'), ('61c9ff19327677c40bf234f3525cdb02', 'affiliates/_common_templates/img/icon-payoutsbyaff-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '13c1199787c0aad4c092f6f7bf3cb1a1', 'N'), ('35da069d2427e45ae508e347be277e63', 'affiliates/_common_templates/img/icon-payoutsbyaff-small.png', '4.5.48.6', '2010-11-12 11:34:58', '5dd8b265a8499dba9f1876f9181f3ebe', 'N'), ('c1e51009e0712be1fd15dd8361427c95', 'affiliates/_common_templates/img/icon-payoutsettings-big.png', '4.5.48.6', '2010-11-12 11:34:58', '0918b6fdfd048814037fdad23454454f', 'N'), ('376fb9a7e0366ed7e55694ae2287a987', 'affiliates/_common_templates/img/icon-payoutsettings-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'd768bd937f53dbf8515e3a4cfa4bf0b7', 'N'), ('7592e939623a13a75dc22368232148d5', 'affiliates/_common_templates/img/icon-payoutsettings-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'e97cbe419aa145bf610152bc94f18883', 'N'), ('bc9fa98e8125aa1e9df8704579c902fe', 'affiliates/_common_templates/img/icon-payoutshistory-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'c31359b802eed7c5513f87c9e98643fd', 'N'), ('61e874d695a7232ae68c5a45aa140bbc', 'affiliates/_common_templates/img/icon-payoutshistory-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'a91743250db435d7256f3881676311fd', 'N'), ('8cf6110a8666cb94b4d0057be9a35ab8', 'affiliates/_common_templates/img/icon-payoutshistory-small.png', '4.5.48.6', '2010-11-12 11:34:58', '44a4f54972ffffbcc87696dfcd69fcd0', 'N'), ('7b2b8f8118bc8cfc93a76cefe0ad64c3', 'affiliates/_common_templates/img/icon-payoutslist-big.png', '4.5.48.6', '2010-11-12 11:34:58', '076584a088f94d940884833af3400a1d', 'N'), ('deb718c6d38b5b2b032e3cd2c6dedf17', 'affiliates/_common_templates/img/icon-payoutslist-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '5310f372b209cefb76454e8bcd79456c', 'N'), ('271e1377773cd4994010aa48ce6dc639', 'affiliates/_common_templates/img/icon-payoutslist-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'f67a8ff098d10da4f1bacdeb5cc8a447', 'N'), ('66a1e76f8bcf0954f6f5fc29abf14777', 'affiliates/_common_templates/img/icon-payoutsoverview-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'f60a1248df1dae429b019f2637430665', 'N'), ('01095b979ebeeace8353638285dfdad8', 'affiliates/_common_templates/img/icon-payoutsoverview-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'f4a9ba1b4b951ec34fcadb7305a0af08', 'N'), ('49edd5db56431dad4205cb683503e6f9', 'affiliates/_common_templates/img/icon-payoutsoverview-small.png', '4.5.48.6', '2010-11-12 11:34:58', '1c4436ae5675d4931ef345b95f8e1a94', 'N'), ('11a44dc4ba4a25d7b8077e2834a7dfea', 'affiliates/_common_templates/img/icon-pendingtasks-big.png', '4.5.48.6', '2010-11-12 11:34:58', '75e112adbc8f279ba02ce8bd53788ab9', 'N'), ('7cbf07b7ac3bd085075dddf6abdb25c0', 'affiliates/_common_templates/img/icon-pendingtasks-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '2b145a585a11689729dc6b300bc6ab80', 'N'), ('aa71d26f71acdf7fc9b5582ee26239ed', 'affiliates/_common_templates/img/icon-pendingtasks-small.png', '4.5.48.6', '2010-11-12 11:34:58', '999f171e840f0ff48b17a8d28d18ca40', 'N'), ('5360de34129e08c20930592e323ccbbf', 'affiliates/_common_templates/img/icon-personaldetails-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'd2e23c57548c0ba0c4cd3a710155679a', 'N'), ('0bae5ee92b226979ffc1a7af9cd90884', 'affiliates/_common_templates/img/icon-personaldetails-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '59506d20cc58f7d6c43f33856564cf15', 'N'), ('d1751c8a9015747276e4f8dba9ca525b', 'affiliates/_common_templates/img/icon-personaldetails-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'd30744870d1cb2e8bc998f3f00e1f1a8', 'N'), ('9387e11c26f9644ba98195559207774d', 'affiliates/_common_templates/img/icon-plugins-big.png', '4.5.48.6', '2010-11-12 11:34:58', '4e532d82c3818e8dc7613f45df3273cf', 'N'), ('49389a044dadfe55fd49141fb2989c81', 'affiliates/_common_templates/img/icon-plugins-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '91d3d01c5db120803e72a48d8b405b0f', 'N'), ('ad30134f929988e867e268bf9d0d55dd', 'affiliates/_common_templates/img/icon-plugins-small.png', '4.5.48.6', '2010-11-12 11:34:58', '7b73534b3d26811b757579eed53e1c97', 'N'), ('cb519753144257a5525202ef6c2410a0', 'affiliates/_common_templates/img/icon-promotion-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'eda85624d63cc3f1c51d6e2cdc23c74e', 'N'), ('68602b5553245689ae4b7057c83bd597', 'affiliates/_common_templates/img/icon-promotion-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '40e4d1ac990e57416a041bafcfe29606', 'N'), ('ffa457dfce2c03290f33df2c19922272', 'affiliates/_common_templates/img/icon-promotion-small.png', '4.5.48.6', '2010-11-12 11:34:58', '40557c962a36593985c570c43cd2ffd5', 'N'), ('cbe83f7a8281a205ba3dfa7534e5c0fb', 'affiliates/_common_templates/img/icon-quickreport-big.png', '4.5.48.6', '2010-11-12 11:34:58', '4943bbc7b309a9a8e0e65119df227a10', 'N'), ('548f0bfa572a6291b164f91bf3d4d3ac', 'affiliates/_common_templates/img/icon-quickreport-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'bfdd9e69170349a0b90340310823e566', 'N'), ('8691dd0be4cefec1f7f7b395492448d7', 'affiliates/_common_templates/img/icon-quickreport-small.png', '4.5.48.6', '2010-11-12 11:34:58', '083dab2a8c4025a05c2df99eee9bb628', 'N'), ('670cdeafcf198e9c26eb4472735177a9', 'affiliates/_common_templates/img/icon-quickstart-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'cdaacce8f5b76692164172510acad242', 'N'), ('2324b7ff5e9046678e5df54b2ce722aa', 'affiliates/_common_templates/img/icon-quickstart-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'b4c7e287563225d44db2b409dfe2ec94', 'N'), ('4fdff59de7c75e5afd6dc34494d79343', 'affiliates/_common_templates/img/icon-quickstart-small.png', '4.5.48.6', '2010-11-12 11:34:58', '9ec548f1a0b48bd4a2adf99f1623501e', 'N'), ('59cb6781cb06c55ef25865fdd4cf3aef', 'affiliates/_common_templates/img/icon-reports-big.png', '4.5.48.6', '2010-11-12 11:34:58', '52bdc4d11bae3a9c174ea5789fb54458', 'N'), ('efbeac39ab8cd27c8ac53ab9b31d684f', 'affiliates/_common_templates/img/icon-reports-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '84629e5b4f85c5131175c567692dfe00', 'N'), ('881e31f355e537058bec209ef7998897', 'affiliates/_common_templates/img/icon-reports-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'f2f26fcf1aba80559fdd8538b6fbaf41', 'N'), ('f6a54afbaabb5d4e79eabf4bc5057ef7', 'affiliates/_common_templates/img/icon-rss-big.png', '4.5.48.6', '2010-11-12 11:34:58', '72ced7ea320583602b850ff6e5c7fbdc', 'N'), ('24a9726d46cfb829baa276c9bab201b0', 'affiliates/_common_templates/img/icon-rss-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'c41b65d7645345f0edd36f0c19bf28db', 'N'), ('85117d63e475efe7ad5bf90e83d0948b', 'affiliates/_common_templates/img/icon-screen-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'ea668db8e90d4d2dd5891be9c3662d65', 'N'), ('639c24236a6ef8ce494a54c7fbdae18e', 'affiliates/_common_templates/img/icon-screen-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '72a5e3a0a993e899b89747f7a977c3b8', 'N'), ('478319c1f799fa7630d2d965a168f4fb', 'affiliates/_common_templates/img/icon-screen-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'aba167c8a15a1f84f1cc004498e2fcd1', 'N'), ('7b849d9520100787e95e2f6a71cda615', 'affiliates/_common_templates/img/icon-send-message-big.png', '4.5.48.6', '2010-11-12 11:34:58', '8d399ab3d79e492ef1e525425e2acf2a', 'N'), ('a405158d15224bdb994c07796bdcdcdf', 'affiliates/_common_templates/img/icon-send-message-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'a52b5ba5de1cafd7bb8b2b5ee7ac0f6d', 'N'), ('971e9ab6b1202fc9ce49d62d35eecd5f', 'affiliates/_common_templates/img/icon-send-message-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'ea5783d3bd4c110703f21c67be4a30b9', 'N'), ('6bfbe66871139f72dab1ce4414907834', 'affiliates/_common_templates/img/icon-showdesktop-big.png', '4.5.48.6', '2010-11-12 11:34:58', '5a993071a268cb9c4b8ff360204666e8', 'N'), ('103fbddf3dd4481b923bea755fa18196', 'affiliates/_common_templates/img/icon-showdesktop-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '4dafab8ad39af078221f93bb72afd489', 'N'), ('a3a8767bd0db5d440a7697ad13bbbf3c', 'affiliates/_common_templates/img/icon-showdesktop-small.png', '4.5.48.6', '2010-11-12 11:34:58', '4097ff78d80c697ec3601e8bfeacf3c0', 'N'), ('460f2a6670ba6e492a60c33a79c62b80', 'affiliates/_common_templates/img/icon-signupform-big.png', '4.5.48.6', '2010-11-12 11:34:58', '874c07a23557bcf6db1f6262037b2ed0', 'N'), ('4390cbff14e5d610028191659b991d81', 'affiliates/_common_templates/img/icon-signupform-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '277f7f5abb7389776280cd789e75e656', 'N'), ('6a2aaff2b3f1aea66dff52f5e6929c0f', 'affiliates/_common_templates/img/icon-signupform-small.png', '4.5.48.6', '2010-11-12 11:34:58', '4758fab900531342f95ded1e28d36dcb', 'N'), ('2e4aa16a9b541c0b5f19cdcef55f8c60', 'affiliates/_common_templates/img/icon-signupsubaff-big.png', '4.5.48.6', '2010-11-12 11:34:58', '69e7210754e55ac547349458ee1da0ce', 'N'), ('2bd8bd4fb4b40980b3b8268266369401', 'affiliates/_common_templates/img/icon-signupsubaff-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '04ea8feb34f124bff9da8d254a1945d8', 'N'), ('4c5a114cb20098095d42816e01101fe0', 'affiliates/_common_templates/img/icon-signupsubaff-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'e9671ad31b3ec8fe215ffa93b19495bd', 'N'), ('31249c892f5c55bb95c0a3b40e69b458', 'affiliates/_common_templates/img/icon-subaffiliates-big.png', '4.5.48.6', '2010-11-12 11:34:58', '77fd3a6fc05ce80838cc6b83595332aa', 'N'), ('6471d661fd55fa194c8dcbc2847b997a', 'affiliates/_common_templates/img/icon-subaffiliates-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '55aa3b7234a778033d4b046ecc79913b', 'N'), ('df70f4793ac6acecbe2b7167ca79991f', 'affiliates/_common_templates/img/icon-subaffiliates-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'a04355f2afb2fcdae93ea858d670412b', 'N'), ('4a315f4251784678206e2b6957c78d92', 'affiliates/_common_templates/img/icon-subaffiliatestat-big.png', '4.5.48.6', '2010-11-12 11:34:58', '56e6fd28294cd37caf9255d491b59619', 'N'), ('2ec21883713b23a600b2d44c06bd9e8a', 'affiliates/_common_templates/img/icon-subaffiliatestat-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '543edd91794a13447084719c7d599753', 'N'), ('869e25051101ad791f7ed737a9e97e53', 'affiliates/_common_templates/img/icon-subaffiliatestat-small.png', '4.5.48.6', '2010-11-12 11:34:58', '6727873e91826f067526d1eaa63bb931', 'N'), ('b1ee3533e6133f56b2afc92f3e3190d1', 'affiliates/_common_templates/img/icon-subidtracking-big.png', '4.5.48.6', '2010-11-12 11:34:58', '2ff7b754a1b84f86c9e47e5d92c1ad12', 'N'), ('a117d0105f48095e562139154d7a722f', 'affiliates/_common_templates/img/icon-subidtracking-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'cce0da093e207845535e53e4f893e63c', 'N'), ('da9ffcf0f98a2a812ced4e28002367d3', 'affiliates/_common_templates/img/icon-subidtracking-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'b13ce5350c0317e004c68e2a66dbf006', 'N'), ('07b0c3712c2d7f7de50bbd240662d9d7', 'affiliates/_common_templates/img/icon-systemconfiguration-big.png', '4.5.48.6', '2010-11-12 11:34:58', '780d29b146d1fd1469962a39350b7767', 'N'), ('b87295dcc8393f086fc764c0fbd94fda', 'affiliates/_common_templates/img/icon-systemconfiguration-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'a82bd70cbf1862dbbb35a8f275f78f2e', 'N'), ('f631bf9ef1872fa455d6915956bd3573', 'affiliates/_common_templates/img/icon-systemconfiguration-small.png', '4.5.48.6', '2010-11-12 11:34:58', '4cd18f1231c702d5bc15ee14587b7133', 'N'), ('ab60a6d90155bd455a3c676f07ff4b70', 'affiliates/_common_templates/img/icon-themes-big.png', '4.5.48.6', '2010-11-12 11:34:58', '600e41998f62d8ff1d12105a835ce077', 'N'), ('d804d5601aa22b08beb9216b79499878', 'affiliates/_common_templates/img/icon-themes-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '4ca98335815494b810a1df5b10b3af9c', 'N'), ('83826c762fe49af90d9af6c8cd855b82', 'affiliates/_common_templates/img/icon-themes-small.png', '4.5.48.6', '2010-11-12 11:34:58', '4734308c4657e7724cf940fa6e2da368', 'N'), ('75e52e1800993ff9a7463ea91fe8a986', 'affiliates/_common_templates/img/icon-tools-big.png', '4.5.48.6', '2010-11-12 11:34:58', '52bdc4d11bae3a9c174ea5789fb54458', 'N'), ('43f314ec4284edaf86621c250bd85360', 'affiliates/_common_templates/img/icon-tools-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '84629e5b4f85c5131175c567692dfe00', 'N'), ('8d68c6ad1580d4e49e595b90f01dc051', 'affiliates/_common_templates/img/icon-tools-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'f2f26fcf1aba80559fdd8538b6fbaf41', 'N'), ('0503d1daef2eb3672d800f0cd3200177', 'affiliates/_common_templates/img/icon-topreferringurl-big.png', '4.5.48.6', '2010-11-12 11:34:58', '418a388c12bd60225f5899b1c87ac0b9', 'N'), ('2b2d03a9cedb0a7f863611b4ecfd76db', 'affiliates/_common_templates/img/icon-topreferringurl-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '231dfa7e08303b7c4558d23170d5cb4e', 'N'), ('4d80ba396e6e4651dd201b4d3e45d24e', 'affiliates/_common_templates/img/icon-topreferringurl-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'ba4724b82d7f2747d0792e2073f8a7b2', 'N'), ('6881cf17e430822499f2ae208df8e8d3', 'affiliates/_common_templates/img/icon-trackingsettings-big.png', '4.5.48.6', '2010-11-12 11:34:58', '929dfcbe7e88ea55fc9a8b3c63d428c4', 'N'), ('9ac417f2aeb3db3b5ed0207fa2d1bd63', 'affiliates/_common_templates/img/icon-trackingsettings-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'be2d1542b81cb886a185fc2da45a3b4c', 'N'), ('3f8734a960648441b8b5c15eaf0e4e8a', 'affiliates/_common_templates/img/icon-trackingsettings-small.png', '4.5.48.6', '2010-11-12 11:34:58', '950cb2bef87680ffa76138e5314a3dbf', 'N'), ('c48bebc6589741b5513eabad28cd2af4', 'affiliates/_common_templates/img/icon-trafficstats-big.png', '4.5.48.6', '2010-11-12 11:34:58', '7396c4a63fabbcf7ce1b7abd6852a3b1', 'N'), ('5cd3de7cb7285072350048c0ea41e842', 'affiliates/_common_templates/img/icon-trafficstats-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'ebb54e0c30d26bc3077f7264f887815b', 'N'), ('08b3e1f31ffc2a093ec1995b20923087', 'affiliates/_common_templates/img/icon-trafficstats-small.png', '4.5.48.6', '2010-11-12 11:34:58', '6b9e08748fa5d33948876d3bfe1c6b54', 'N'), ('a3c8d37d59caa9e9e1d87e7f9582d3e2', 'affiliates/_common_templates/img/icon-transactionsoverview-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'c09448d768479c3c116cea35d25d1a64', 'N'), ('7d863fc6ee1c36e3a617bb69dda7f23f', 'affiliates/_common_templates/img/icon-transactionsoverview-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '308ff5c4c45e8135f7b1047dd26b56f1', 'N'), ('c09070374ec992c7d971022522c76346', 'affiliates/_common_templates/img/icon-transactionsoverview-small.png', '4.5.48.6', '2010-11-12 11:34:58', '762eb56287f9a3943224a393c40b59d6', 'N'), ('59b7be3128a401947d2210e5e3f3bcf6', 'affiliates/_common_templates/img/icon-trendsreport-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'eb6156337cf90b343d14cba8324681e2', 'N'), ('335b583faa122ee0fcefcc4db193caac', 'affiliates/_common_templates/img/icon-trendsreport-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '1073e897e447b1100d8758eec72f6f8c', 'N'), ('0bc17c0beb4613e868085c325fb1b6ce', 'affiliates/_common_templates/img/icon-trendsreport-small.png', '4.5.48.6', '2010-11-12 11:34:58', '59df43c57dae4742593ff9eb34465182', 'N'), ('9b2c8d1fa57c54afbb79c22d18d429b8', 'affiliates/_common_templates/img/icon-troubleshooting-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'a7a159dabd19227a3c31aa37fbd3eebc', 'N'), ('b167e398f9c32bdeb67ab3524f70a9fc', 'affiliates/_common_templates/img/icon-troubleshooting-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '6df05fc06950d48599d11ddfd86bd72c', 'N'), ('6318007bad454a3c18396415bc502e7a', 'affiliates/_common_templates/img/icon-troubleshooting-small.png', '4.5.48.6', '2010-11-12 11:34:58', '653eb83ea77d1fb244556829a2c4bcf8', 'N'), ('624750f6b465c5b8d30ee7a5d12b26d7', 'affiliates/_common_templates/img/icon-tutorialvideo-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'ee091c797e90320d8210e2989d6989f3', 'N'), ('a704c9de1a3351e921f8adeb2345f202', 'affiliates/_common_templates/img/icon-tutorialvideo-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'c49e2420482831fa242bd4ba6b8c1854', 'N'), ('a5c87198662890ed18da3d2b8e396a78', 'affiliates/_common_templates/img/icon-tutorialvideo-small.png', '4.5.48.6', '2010-11-12 11:34:58', '9681c0591166287c6c3144837fdf1008', 'N'), ('ca41d9940a9bb266f36653fae258df18', 'affiliates/_common_templates/img/icon-undefined-big.png', '4.5.48.6', '2010-11-12 11:34:58', '52bdc4d11bae3a9c174ea5789fb54458', 'N'), ('fd212599a25a62ea2aef0cb3c6e1cc56', 'affiliates/_common_templates/img/icon-undefined-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '84629e5b4f85c5131175c567692dfe00', 'N'), ('fc5cd0edd13f62cb5f753003db92bae9', 'affiliates/_common_templates/img/icon-undefined-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'f2f26fcf1aba80559fdd8538b6fbaf41', 'N'), ('8a6cf8ba78ac12812c1c3dfbde4ff222', 'affiliates/_common_templates/img/icon-user-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'bc4511d6f8f71e95e5cc1947ba4ff354', 'N'), ('c36c96d013e4bde0e217e135a48650b2', 'affiliates/_common_templates/img/icon-user-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '3352bdb7bd22d53efce08be9ed5a3297', 'N'), ('82d2c11a95ea99427d4cec68d5d17376', 'affiliates/_common_templates/img/icon-user-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'bd2438c09d6833c37706bcbb7897e416', 'N'), ('bc727221ee21a16539003c3a1806d68b', 'affiliates/_common_templates/img/icon-userprofile-big.png', '4.5.48.6', '2010-11-12 11:34:58', 'dec04d9a592589c404ca0b98f91aa2e3', 'N'), ('91581b13d3dc48d47c7f3eb39af1f42b', 'affiliates/_common_templates/img/icon-userprofile-middle.png', '4.5.48.6', '2010-11-12 11:34:58', 'ae5baad5e00912508c86719fca40c4b4', 'N'), ('e20241bda3bb747eedb97824afee7610', 'affiliates/_common_templates/img/icon-userprofile-small.png', '4.5.48.6', '2010-11-12 11:34:58', '238472f137c9bce99f2a3ff9389c98fb', 'N'), ('43defb70329568ca462d8c2c26a0e624', 'affiliates/_common_templates/img/icon-userroleprivileges-big.png', '4.5.48.6', '2010-11-12 11:34:58', '3875d989907efba233d0d88f96f3510f', 'N'), ('48cf3155cbae5ea0726ae02e30b2e739', 'affiliates/_common_templates/img/icon-userroleprivileges-middle.png', '4.5.48.6', '2010-11-12 11:34:58', '4e019456b00ec3fd8cefb27d9dd31e80', 'N'), ('4a85de1b43381428188d12a359c4f021', 'affiliates/_common_templates/img/icon-userroleprivileges-small.png', '4.5.48.6', '2010-11-12 11:34:58', 'a46a756d3ca1ea013f1ab4f7dc3ade77', 'N'), ('c600cf43d80b023cb77e64167d2b43a7', 'affiliates/_common_templates/img/icon.delete.png', '4.5.48.6', '2010-11-12 11:34:58', 'b15770a3f6cd2ec6becfc53a0d9ee039', 'N'), ('07e60762dd6e030528f73160bdbd2920', 'affiliates/_common_templates/img/icon.detail.png', '4.5.48.6', '2010-11-12 11:34:58', '7badfe4d050b451af06cd95e22f6db73', 'N'), ('9823eda96016a38906ec8cfe4f640751', 'affiliates/_common_templates/img/icon.gadgets.png', '4.5.48.6', '2010-11-12 11:34:58', 'c1d4bdfff360696f27b1f0518331124d', 'N'), ('32d8ce4215f90c895dce3766096b9e8c', 'affiliates/_common_templates/img/icon.grid.png', '4.5.48.6', '2010-11-12 11:34:58', 'caf5e4363c9e78a928290d95049a411b', 'N'), ('3ab3ebc25c9e65adbc8d0b25b26e71eb', 'affiliates/_common_templates/img/icon.refresh.png', '4.5.48.6', '2010-11-12 11:34:58', '206b046cf2e08490ebf6e78b05cc8cf7', 'N'), ('fb4d557e40aecf2b7da664ce937c82b8', 'affiliates/_common_templates/img/icon.trash.png', '4.5.48.6', '2010-11-12 11:34:58', 'a80c890e08320c5c4d12f77a7fda7328', 'N'), ('691e3c4176b9a997a9fd8456c4a4e541', 'affiliates/_common_templates/img/image.png', '4.5.48.6', '2010-11-12 11:34:58', '66517d22e9c688e521951b3c2d4498e0', 'N'), ('006818ea4bf06b2ca94d65f5457ce268', 'affiliates/_common_templates/img/input.png', '4.5.48.6', '2010-11-12 11:34:58', '0df09f38346ba18c1a69510138fc7bea', 'N'), ('fe617ec43d8350180fa6afa567c1ec34', 'affiliates/_common_templates/img/insert.png', '4.5.48.6', '2010-11-12 11:34:58', '1eb65fc224afb8e9bb81bf6182e7fe22', 'N'), ('c4cf379725338591b5c3b424cff1b270', 'affiliates/_common_templates/img/layout.border.png', '4.5.48.6', '2010-11-12 11:34:58', '67415f356ff2d05286f9546d54d30423', 'N'), ('5d5b518ce712ff73d1234306655a9f15', 'affiliates/_common_templates/img/layout.hsplitter.png', '4.5.48.6', '2010-11-12 11:34:58', '779103035b8b142f010428f761d80b2d', 'N'), ('fa93225e0abc65a598e036b0bf3e2bfd', 'affiliates/_common_templates/img/layout.png', '4.5.48.6', '2010-11-12 11:34:58', '934b808be1deb24c637e24a67a695e2e', 'N'), ('79663a4ff866bd63ff0dd0de4ed3e260', 'affiliates/_common_templates/img/layout.vsplitter.png', '4.5.48.6', '2010-11-12 11:34:58', '8c6b3d5f84cef04868751cdb27e16d2b', 'N'), ('df563199c0c2e3c2d6bf535e6f8661ea', 'affiliates/_common_templates/img/line.short.gif', '4.5.48.6', '2010-11-12 11:34:58', '13914f3810787c4d0571df1fd447627e', 'N'), ('5b1f2ef7519ee242a8f97d131937b791', 'affiliates/_common_templates/img/link.chart.png', '4.5.48.6', '2010-11-12 11:34:58', 'f273dd6a01598348ede2a3a365b33e9a', 'N'), ('fd6b51e26b2af78476da964844263aba', 'affiliates/_common_templates/img/link.toggle.button.png', '4.5.48.6', '2010-11-12 11:34:58', '256a3c6cec4387c1b8d852026029b9d6', 'N'), ('c1fe66d79c44f8eaf67857fe127d5c7c', 'affiliates/_common_templates/img/listbox.png', '4.5.48.6', '2010-11-12 11:34:58', 'a1249146b52c6680a2a3ad175290c624', 'N'), ('1d3797dbe6cea53fcf5264a23a8ca66e', 'affiliates/_common_templates/img/loading.gif', '4.5.48.6', '2010-11-12 11:34:58', '53e05833f2fa7301fc36a0e61d90bc43', 'N'), ('8195c477f32cd94ab4061f6f1b8110b5', 'affiliates/_common_templates/img/loading_small.gif', '4.5.48.6', '2010-11-12 11:34:58', '770ff172b603c5bf2050383334cdda48', 'N'), ('94061ced22edb64585cc41ccd4a3d351', 'affiliates/_common_templates/img/loading_window.gif', '4.5.48.6', '2010-11-12 11:34:58', '5c76e28fc98f79a35eb525059807cf16', 'N'), ('10f1b939e59604aeb19d487228715ca2', 'affiliates/_common_templates/img/login.background.png', '4.5.48.6', '2010-11-12 11:34:58', 'f4e33aa080de5810aca48e71fdd8d972', 'N'), ('17dad8b5004d1286b73d8d6bc24dc806', 'affiliates/_common_templates/img/main.menu.app.background.png', '4.5.48.6', '2010-11-12 11:34:58', '79d8c565edeeae2dc07d6acd1f403e65', 'N'), ('d01f515e5e2275a57292bff642b69a6d', 'affiliates/_common_templates/img/main.menu.app.png', '4.5.48.6', '2010-11-12 11:34:58', 'aaba9866a85701c44499ad8f04405257', 'N'), ('7bc8938147e6c0f1df65791ba1f7c221', 'affiliates/_common_templates/img/main.menu.app.vertical.png', '4.5.48.6', '2010-11-12 11:34:58', '1df6e61d6c6e71ac8e63738d6a0addf6', 'N'), ('03af8d79f014ecf7ec826537874347c6', 'affiliates/_common_templates/img/main.menu.background.png', '4.5.48.6', '2010-11-12 11:34:58', 'aca1267c2307be4d1cc4b3c00625e443', 'N'), ('89bd3e29aa26f7bd66c9d5cfb31b4723', 'affiliates/_common_templates/img/main.menu.divider.png', '4.5.48.6', '2010-11-12 11:34:58', '00a4f221b42b935a7fe4d55dfeb6b0b1', 'N'), ('503bd6d9720763a67b142dbdf4fb2d02', 'affiliates/_common_templates/img/main.menu.entry.png', '4.5.48.6', '2010-11-12 11:34:58', '7cdfe32d5125dfdd9a37300c7f0a7691', 'N'), ('42097fc3ba12cfda92345189d60b0f8f', 'affiliates/_common_templates/img/main.menu.item.png', '4.5.48.6', '2010-11-12 11:34:59', '2fe92ae59144361f5a05db2d923ba1bc', 'N'), ('699a84f1ef66bc66334bf4e6a5abade6', 'affiliates/_common_templates/img/main.menu.png', '4.5.48.6', '2010-11-12 11:34:59', '57e241fec7fad9f9c11a9eee5b9eb074', 'N'), ('c5788305d4a7cc0283a7fa5afdb3a7fd', 'affiliates/_common_templates/img/main.menu.sub.divider.png', '4.5.48.6', '2010-11-12 11:34:59', '444a2ed56210c48ad4d6d4bbd03607fd', 'N'), ('b6459b1ac33398cf9c916fe2a11356de', 'affiliates/_common_templates/img/main.menu.sub.png', '4.5.48.6', '2010-11-12 11:34:59', '398cf8cd757764d82a9ba940da44f2f1', 'N'), ('5e88cee475ac10054b72e7e6544b1d9f', 'affiliates/_common_templates/img/main.menu.vertical.png', '4.5.48.6', '2010-11-12 11:34:59', '450f5560c9fb728f845f9f9a40c56066', 'N'), ('e46b37d7978ccef40fa6194044169faf', 'affiliates/_common_templates/img/message.blue.background.png', '4.5.48.6', '2010-11-12 11:34:59', '6cd2f54c4ff35a4c0e57b03777264f43', 'N'), ('396287079a13e179f69f939c83809f51', 'affiliates/_common_templates/img/message.blue.png', '4.5.48.6', '2010-11-12 11:34:59', '204bd82ddd1f3475dd4f2b37fa0d3d4c', 'N'), ('9b8830726a25676bb4a8ce86e7872db6', 'affiliates/_common_templates/img/message.blue.vertical.png', '4.5.48.6', '2010-11-12 11:34:59', 'c75579cb4811384ffe25e1a76f605ea6', 'N'), ('838c125815ac8c90e4132082551f4932', 'affiliates/_common_templates/img/message.green.background.png', '4.5.48.6', '2010-11-12 11:34:59', '2230156da1f1ca7ed780620e5aa22e6e', 'N'), ('dbb0311be49467d17f51bac1a2d31c50', 'affiliates/_common_templates/img/message.green.png', '4.5.48.6', '2010-11-12 11:34:59', '96b47d0ad6b9d15cb9ef07fbc074afcd', 'N'), ('bfeb00e929ffc66f13bf04f230313b0b', 'affiliates/_common_templates/img/message.green.vertical.png', '4.5.48.6', '2010-11-12 11:34:59', '44e1e2b8f501e5c3a05e17108e33aa3e', 'N'), ('d235bb222c45c72d1b434ad1de81f739', 'affiliates/_common_templates/img/message.red.background.png', '4.5.48.6', '2010-11-12 11:34:59', '932fab46849dff3faf5c4dd6b9c88ffd', 'N'), ('d273b268db67f3f496d349c675aa222c', 'affiliates/_common_templates/img/message.red.png', '4.5.48.6', '2010-11-12 11:34:59', '38256bded885bfab4b4fe52ae30bdf25', 'N'), ('518d7f8dd4aa2132d4a7781021449bc9', 'affiliates/_common_templates/img/message.red.vertical.png', '4.5.48.6', '2010-11-12 11:34:59', '0e5d19452105c587ec699489d4d27618', 'N'), ('407c3528c49e8e9a566f6b48e0d105d6', 'affiliates/_common_templates/img/no.theme.thumbnail.jpg', '4.5.48.6', '2010-11-12 11:34:59', 'db2b9f70f5fe89a3c9c2f98d69b19254', 'N'), ('8ac1870e84439343e5a201f77bc77173', 'affiliates/_common_templates/img/no_image.gif', '4.5.48.6', '2010-11-12 11:34:59', '07f5f79d487dbf795f7ea37a04aa24c0', 'N'), ('25a6c69ea920a0c39989760b4608dc1f', 'affiliates/_common_templates/img/overview.png', '4.5.48.6', '2010-11-12 11:34:59', '63ec9d3983440826362b89e3d42db410', 'N'), ('11d4b1db0c21f72a8c36e62668cf8bbb', 'affiliates/_common_templates/img/pager.png', '4.5.48.6', '2010-11-12 11:34:59', '6eafb724bc4df33a304f917bad9e8df9', 'N'), ('be0edccc48d15021c88bfabd42de06d0', 'affiliates/_common_templates/img/panel.top.start.gif', '4.5.48.6', '2010-11-12 11:34:59', '65c76e8d0542445989df2e6607b41713', 'N'), ('5903d5c5ec0027b1cb7239f3e63125b2', 'affiliates/_common_templates/img/pdf.png', '4.5.48.6', '2010-11-12 11:34:59', 'f8dfa3fa0386adcd2370c6d509a0be91', 'N'), ('6d0574b02a90c1612ca9751f43ea56fd', 'affiliates/_common_templates/img/php.png', '4.5.48.6', '2010-11-12 11:34:59', '2c63cf93ca9b1ff5d5b16c6646a59ddc', 'N'), ('71e8d51381be6fcddb86b4fb43b09370', 'affiliates/_common_templates/img/plugin.png', '4.5.48.6', '2010-11-12 11:34:59', 'd0855f7cc39d69bbdbda15bafc12ec07', 'N'), ('90737feb225192b0648e7357bb4f8978', 'affiliates/_common_templates/img/popupwin.png', '4.5.48.6', '2010-11-12 11:34:59', '81ae96d56f85db0ef7bdf64fd90b3a93', 'N'), ('fea40dd6b86b8d1eee006b2f0f1c4176', 'affiliates/_common_templates/img/popupwin.vertical.png', '4.5.48.6', '2010-11-12 11:34:59', '160b32bdc82aae186903a8c5ead0f411', 'N'), ('2c50a6ec68b039e222a06add6d8a8323', 'affiliates/_common_templates/img/popupwinextendable.png', '4.5.48.6', '2010-11-12 11:34:59', 'bdf61250f8ba67e0aa99c99fdaf1dfad', 'N'), ('2bd1408d3d3c411ee06a0809260d02b6', 'affiliates/_common_templates/img/popupwinextendable.vertical.png', '4.5.48.6', '2010-11-12 11:34:59', '1ccba43654691d38dd1d7e539b5454b5', 'N'), ('412b28c40ded3b64c4b218adbfc52256', 'affiliates/_common_templates/img/quicklaunch.png', '4.5.48.6', '2010-11-12 11:34:59', '4f6d9444fb7357e7618f5d1207f1753c', 'N'), ('59412d7ffde5f75a3a4e37819644e7f5', 'affiliates/_common_templates/img/radio.button.png', '4.5.48.6', '2010-11-12 11:34:59', '301f0fb7cabd8d7e4b480c34de9bf158', 'N'), ('03e962499f6a2e09780c678d8bbafa6f', 'affiliates/_common_templates/img/resizecorner.gif', '4.5.48.6', '2010-11-12 11:34:59', '6fdef023649dd80e70caa11908cc5e1b', 'N'), ('7d674f0843e6cef8a13d3ec8167ecf2e', 'affiliates/_common_templates/img/resizer.png', '4.5.48.6', '2010-11-12 11:34:59', '483f968e104d8ccdbd72d9000f3afa3e', 'N'), ('9c4078bea6638db8b04618a3db10b386', 'affiliates/_common_templates/img/select.button.png', '4.5.48.6', '2010-11-12 11:34:59', '5923d5e2d9300e5c81943acd32bbf73e', 'N'), ('a79fa654485710a8149621d7bba8cd5c', 'affiliates/_common_templates/img/sidebar.background.png', '4.5.48.6', '2010-11-12 11:34:59', '13e856653642c59049cbc3ba3e39421f', 'N'), ('6987ce9e864f0003ed08f4437b9aeb7d', 'affiliates/_common_templates/img/sidebar.border.png', '4.5.48.6', '2010-11-12 11:34:59', '7ee72bc27a791f47a665bd9f854bda0f', 'N'); INSERT INTO `qu_g_installedtemplates` (`templateid`, `name`, `version`, `changed`, `contenthash`, `overwritte_existing`) VALUES ('30d8d5271e7e91e2dec8bf10779e19db', 'affiliates/_common_templates/img/sidebar.closed.png', '4.5.48.6', '2010-11-12 11:34:59', 'c5f457634f56191dbe8d400cfbae7fe8', 'N'), ('8df6f0d4dc3b077ab1f49f74e6348023', 'affiliates/_common_templates/img/sidebar.png', '4.5.48.6', '2010-11-12 11:34:59', '879eeb488a41cb3d03f0cbce69fc02eb', 'N'), ('cdb62b24dbd38a5c660099d6ac5e68a5', 'affiliates/_common_templates/img/smpl_aff_rawclick.jpg', '4.5.48.6', '2010-11-12 11:34:59', '8c76c42bd0499ccf68c72aefb2cde511', 'N'), ('94ddf8f8322c65455854a8f924d23092', 'affiliates/_common_templates/img/smpl_aff_urls.jpg', '4.5.48.6', '2010-11-12 11:34:59', '0c67faf4b2efb34e9d80d419abb27f4f', 'N'), ('a46da967f50b0ffe7053328035553fc9', 'affiliates/_common_templates/img/smpl_commissions.jpg', '4.5.48.6', '2010-11-12 11:34:59', '9d97fc7a1c6e9e2eb3eae1a9a0ae76b7', 'N'), ('0b48181e780b765786cf5f9be84cf698', 'affiliates/_common_templates/img/smpl_logs_no_data.jpg', '4.5.48.6', '2010-11-12 11:34:59', '31ae35eb109dd7769c35b64a0e357d16', 'N'), ('0142161cd96640039824c50a2d48e2e3', 'affiliates/_common_templates/img/smpl_payouts.jpg', '4.5.48.6', '2010-11-12 11:34:59', '788f2e1dcdd89aabe293d878bf9015f3', 'N'), ('4d6323e0b4fe8e73e1214c8edb4aa5a7', 'affiliates/_common_templates/img/smpl_subaff_stats.jpg', '4.5.48.6', '2010-11-12 11:34:59', '483e353a8b37c019472eec58ac9a227d', 'N'), ('8df86bcc9c746fe0ecb6235d81317ad5', 'affiliates/_common_templates/img/swf.png', '4.5.48.6', '2010-11-12 11:34:59', '1623343ec1b366081175a4d28feb66ae', 'N'), ('f28bb09441e9854e32da6b408ab4bcb9', 'affiliates/_common_templates/img/table2-hrow.gif', '4.5.48.6', '2010-11-12 11:34:59', '3e4484ea8db10af1320808c8477346ea', 'N'), ('5f9ceaeb53e7a97cbb5c7b669ccc01e0', 'affiliates/_common_templates/img/tabs.png', '4.5.48.6', '2010-11-12 11:34:59', 'fce94d82812219c0ed1b98840637ec3b', 'N'), ('75ca6572069892b1662cd6dd436c1303', 'affiliates/_common_templates/img/task.menu.png', '4.5.48.6', '2010-11-12 11:34:59', 'a468968cbd7503cb3c8d756db0601872', 'N'), ('36a97f03465e1d45a24bce7d3a62ae33', 'affiliates/_common_templates/img/task.png', '4.5.48.6', '2010-11-12 11:34:59', 'd383a77c351c41ad3dc81cda01e9a529', 'N'), ('0898ca81aa2c02f9c67452643816b1a1', 'affiliates/_common_templates/img/thin.button.png', '4.5.48.6', '2010-11-12 11:34:59', '1dafda5af36aaf342a7c9b28916e82cf', 'N'), ('db689717c83c7652e9b6c5aa2177ca75', 'affiliates/_common_templates/img/toogle.button.png', '4.5.48.6', '2010-11-12 11:34:59', '14f3eaddd669780b2d14f1ed7f1f5dfa', 'N'), ('3b8bb4f254d9fc654a1a68a596a86ef0', 'affiliates/_common_templates/img/trash.png', '4.5.48.6', '2010-11-12 11:34:59', 'a80c890e08320c5c4d12f77a7fda7328', 'N'), ('7622cc58ce5297f02f220c215ef36546', 'affiliates/_common_templates/img/txt.png', '4.5.48.6', '2010-11-12 11:34:59', '79520d0ef237730c55eb5bcd50b78ea2', 'N'), ('9efa262bd1269719ea68b6eec7e33cef', 'affiliates/_common_templates/img/unknown_file.png', '4.5.48.6', '2010-11-12 11:34:59', '3a00859ebcd6dfef1572ecdddbe693fe', 'N'), ('767cf0b90fe51eb7997119c9326da85e', 'affiliates/_common_templates/img/video.png', '4.5.48.6', '2010-11-12 11:34:59', '9681c0591166287c6c3144837fdf1008', 'N'), ('cf33525d77f237f51ff54c2086ce424f', 'affiliates/_common_templates/img/wallpaper.positions.png', '4.5.48.6', '2010-11-12 11:34:59', 'd7f9e09eb6636a711db53e044c03b69b', 'N'), ('d7d393b671b2c1a18b6ea9fe7cd94f4c', 'affiliates/_common_templates/img/wallpapers/Default.jpg', '4.5.48.6', '2010-11-12 11:34:59', 'd09f190e29a076dd5bc556497132ada1', 'N'), ('58b743c56ede6c7fb936f7c6b865d675', 'affiliates/_common_templates/img/wallpapers/Matrix.jpg', '4.5.48.6', '2010-11-12 11:34:59', '993836f8fdbca9c50b75c8f5b6aa413c', 'N'), ('b77a247cd5f0d3db34cc619b494480a6', 'affiliates/_common_templates/img/window.active.br.clean.png', '4.5.48.6', '2010-11-12 11:34:59', 'b8259f618710a96bd510e385939ee1c0', 'N'), ('e659d8692a3851d070f5e090ef0ba6ca', 'affiliates/_common_templates/img/window.active.png', '4.5.48.6', '2010-11-12 11:34:59', '5e71b625b030bd08bf17c24cd3e0b719', 'N'), ('98488f390f81d52e4b0fcc736781f1fc', 'affiliates/_common_templates/img/window.active.vertical.png', '4.5.48.6', '2010-11-12 11:34:59', '00f530e9d94402da73bd494e6601feff', 'N'), ('1908b1f93760927dfbc0348de774cadd', 'affiliates/_common_templates/img/window.inactive.png', '4.5.48.6', '2010-11-12 11:34:59', 'bb649008559d5ba9474ceced08acc968', 'N'), ('902c4dced72a7c5857837875d472a124', 'affiliates/_common_templates/img/window.inactive.vertical.png', '4.5.48.6', '2010-11-12 11:34:59', 'e9da8405d45d7b6831960e3cbb6d308e', 'N'), ('a232a42b5746e26446a5732209e526c9', 'affiliates/_common_templates/img/window.move.png', '4.5.48.6', '2010-11-12 11:34:59', '76f22f47d0161cc8255aa60dd337e327', 'N'), ('8f0b75a6de2ddfdcc4b4505855a391f9', 'affiliates/_common_templates/img/wysiwyg.gif', '4.5.48.6', '2010-11-12 11:34:59', '017283b1ab06fc9391f796f2c13b0da8', 'N'), ('0b4e9691cbad54b6b60468f7bb2f0b37', 'affiliates/_common_templates/img/xls.png', '4.5.48.6', '2010-11-12 11:34:59', '3f2844cce5616ee82f1e0dc0b9f0d53b', 'N'), ('6b07afabb6adb28a8e256e9f32aeb38b', 'affiliates/_common_templates/img/zip.png', '4.5.48.6', '2010-11-12 11:34:59', 'ce15cafabf396370aac29085b3c1a5dd', 'N'), ('ed263155208d4cd5b529258a9cf15b74', 'affiliates/_common_templates/import_custom_language_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', '36fe179dc09cd1a1bf3561ef9d13a647', 'N'), ('a20372ca7c676d44c3840e31e38d1400', 'affiliates/_common_templates/import_language.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'c1df1cf60613d3df6e19681193ae41a9', 'N'), ('fcceeb9f32ea4fc470805a8a18b7dedb', 'affiliates/_common_templates/info_dialog.tpl', '4.5.48.6', '2010-11-12 11:34:59', '20c6cfa4ddf8a5d4bdddb1229754a49b', 'N'), ('db298a753772cf535f94cded355db0e4', 'affiliates/_common_templates/ip_detail.tpl', '4.5.48.6', '2010-11-12 11:34:59', '3723b4ce7dc6ccc4b8c8193f4c982d18', 'N'), ('09dc3e376bdec2cac67446e7830c6add', 'affiliates/_common_templates/item.tpl', '4.5.48.6', '2010-11-12 11:34:59', '766385be509b8ee36bbbdd77e4c24ac6', 'N'), ('5d9401446f787fe4e6d188ed4371889b', 'affiliates/_common_templates/item_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', '29d23d91da01848dcabcddb94eac62ec', 'N'), ('240243236c2730537bcb97bc7edc432f', 'affiliates/_common_templates/language_create_new.tpl', '4.5.48.6', '2010-11-12 11:34:59', '1ae789af118ce84a76ec067e82d52aec', 'N'), ('c9e8b2b7bf30d8cf0bbec620dd418869', 'affiliates/_common_templates/language_edit_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', '0bf6f6d193c540e1a5d08ca55bcfee9d', 'N'), ('83e5f0245abd2efc844361f7a06eaa48', 'affiliates/_common_templates/language_translations_grid.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'b3d4b3ff7279bf9383886e84ba3218ab', 'N'), ('4688ddb30de18f56e017a98da9cb74a7', 'affiliates/_common_templates/languages_configuration.tpl', '4.5.48.6', '2010-11-12 11:34:59', '86f17a42cef0bedb165295e99c970582', 'N'), ('d2745ed8ae0ff1232b28a5f0186ccda5', 'affiliates/_common_templates/layout_panel_content.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'd49730d94578e00ed7395eaa1d2a3df6', 'N'), ('46cc46d0c7ad92a5030070612f89c59b', 'affiliates/_common_templates/layout_panel_header_navigation.tpl', '4.5.48.6', '2010-11-12 11:34:59', '6b0d746501001da8615a22d57266dcb0', 'N'), ('d57df9d2cb6c26be8b04f967ca577aa4', 'affiliates/_common_templates/layout_panel_tab.tpl', '4.5.48.6', '2010-11-12 11:34:59', '316df333cac9b455c7dc04100c2e2d1d', 'N'), ('0d846cdd2bcdcb72ddd7f84b5d08d71c', 'affiliates/_common_templates/license_invalid.tpl', '4.5.48.6', '2010-11-12 11:34:59', '6181e1127345050c94d6708cd805aefb', 'N'), ('11e9ad0bcb966911474d8c5229383a5b', 'affiliates/_common_templates/link_button.tpl', '4.5.48.6', '2010-11-12 11:34:59', '71fad92bff79f1fd2e1066818afac789', 'N'), ('bf52d2e6f5947745b7d1d27b87cd11e5', 'affiliates/_common_templates/listbox.tpl', '4.5.48.6', '2010-11-12 11:34:59', '671aeeb5f3655cc0045d5145afa3b298', 'N'), ('f7f09b73008b6a83eeb6dc3f0e108f86', 'affiliates/_common_templates/listbox_popup.tpl', '4.5.48.6', '2010-11-12 11:34:59', '1347b5b923e03bb386726dbeb73a4c8d', 'N'), ('35a8590a428ed3dafc4aac8582c216e7', 'affiliates/_common_templates/load_mail_from_template.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'ea8100528686a687181767b7eac64c17', 'N'), ('a038c9144c54b4c64d653d8ce6ef9cd4', 'affiliates/_common_templates/loadable_tree.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'e2c214b134bffe5fe2bb38f679a64eb5', 'N'), ('505edb72aeba8216566ede729afa2b99', 'affiliates/_common_templates/loading_screen.tpl', '4.5.48.6', '2010-11-12 11:34:59', '45d70765ad380ad3f0df92c82de65792', 'N'), ('a534d7162e2782e09cf54d76a612612c', 'affiliates/_common_templates/login.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'e7be8367104ee7221547730250f9b0f0', 'N'), ('c6c57e57567b45cda6e1fda4ffec1011', 'affiliates/_common_templates/login_form.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'e88a86138165ded4c5edd3bc0ce7493c', 'N'), ('b5ae611bf0c8038dea67c51e31c5caf5', 'affiliates/_common_templates/login_form_downloadable.tpl', '4.5.48.6', '2010-11-12 11:34:59', '6f2b17262524a8c12cfdcd572ad36bf9', 'N'), ('43884886a0b0ca810896f6c55ba1784a', 'affiliates/_common_templates/login_main.tpl', '4.5.48.6', '2010-11-12 11:34:59', '0cd828d3f67418d0795faf78316d9aaf', 'N'), ('7f34c393a4ff04f3240775ae73002c3c', 'affiliates/_common_templates/logins_history.tpl', '4.5.48.6', '2010-11-12 11:34:59', '740e9d7a1b893fe3280b782958742998', 'N'), ('7f2e5bda05ae868108bb8806eb011ffe', 'affiliates/_common_templates/loginshistory_filter.tpl', '4.5.48.6', '2010-11-12 11:34:59', '64804e791ea2ca4fcc7e01d7a8443479', 'N'), ('570360dc476ef361929d74e2464f6f81', 'affiliates/_common_templates/logs_no_data.tpl', '4.5.48.6', '2010-11-12 11:34:59', '9139b1d227cf085cf5f2cc11e396625a', 'N'), ('8612ee69df5163cfe860553229f02222', 'affiliates/_common_templates/mail/email_account_test_mail.stpl', '4.5.48.6', '2010-11-12 11:34:59', '16d2b1e58b07606c666643a2c540f603', 'N'), ('9fac1087f38b803a7dc4b1705fb91975', 'affiliates/_common_templates/mail/email_request_new_password.stpl', '4.5.48.6', '2010-11-12 11:34:59', '651b11d0d64d0f36d3091b019607a381', 'N'), ('7fecbad8085fa89ce0264aad0aa65af5', 'affiliates/_common_templates/mail_detail_data.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'cb8867c95ce35d7ad35b82f5c663ae42', 'N'), ('22e8a879638189f0c1331e65e3c79100', 'affiliates/_common_templates/mail_outbox_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'eda83d3c7fed41f0449b2464e96df945', 'N'), ('662b71650303b0d6ded696a2afe944d6', 'affiliates/_common_templates/mail_template_not_selected.tpl', '4.5.48.6', '2010-11-12 11:34:59', '8f8e4d19a09cd7bc7e96df0e0729ef8d', 'N'), ('a785ab61cd649051ffc9c224fa932268', 'affiliates/_common_templates/mail_template_preview.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'ea7d0df5aef2645e05d768c51a294389', 'N'), ('26af5987e956315a69a50b9afe8d2c44', 'affiliates/_common_templates/mail_template_test_form.tpl', '4.5.48.6', '2010-11-12 11:34:59', '468bdf6569fa61ae2d2dd71f8354f3b6', 'N'), ('71e9a1845699055dfd31fcf85cffdf87', 'affiliates/_common_templates/mail_templates.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'd1c0843df8307b67266b71e16f5b34c1', 'N'), ('982aa53ca6f55297b289f7eb01b7cca4', 'affiliates/_common_templates/mailoutbox_filter.tpl', '4.5.48.6', '2010-11-12 11:34:59', '317dc3acee45d9fabfca034b76596964', 'N'), ('cb21a3dd2baa371332bafc680f1ce7ae', 'affiliates/_common_templates/mailoutbox_list_no_data.tpl', '4.5.48.6', '2010-11-12 11:34:59', '6e73857c29657b145fa6408024d45bb4', 'N'), ('1b5aa193c3320fe08edea3b683c43824', 'affiliates/_common_templates/main.tpl', '4.5.48.6', '2010-11-12 11:34:59', '77e2554f073f14740c0807ad124704e6', 'N'), ('95b2f00a6c914c2237c2f0b8823f8d0e', 'affiliates/_common_templates/main_aff_html_doc.stpl', '4.5.48.6', '2010-11-12 11:34:59', '049e0e4905f1f64d336a332568a7d620', 'N'), ('17cbe5d212c9912161ff251b6fd67311', 'affiliates/_common_templates/main_filter_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', '0985a7421f898d75d4df72b4a6081c49', 'N'), ('8f9dba664026415b236c043d867ff22d', 'affiliates/_common_templates/main_header.tpl', '4.5.48.6', '2010-11-12 11:34:59', '3285f0311de51e7c7636563abc8eb6e0', 'N'), ('0e3571cac273ae8ef64c2bb5ed87cd0c', 'affiliates/_common_templates/main_html_doc.tpl', '4.5.48.6', '2010-11-12 11:34:59', '1d3c9848a5573266dcaaa161bf3caa08', 'N'), ('495a371c30d50ea502ce71528b0f8241', 'affiliates/_common_templates/main_menu.tpl', '4.5.48.6', '2010-11-12 11:34:59', '5fddab52f7b44bcb5717c1d67875f567', 'N'), ('3b4c9bb25be0269b963eb1daeaf33b10', 'affiliates/_common_templates/map_overlay.tpl', '4.5.48.6', '2010-11-12 11:34:59', '89360a2ff85754296007534dcc6b408d', 'N'), ('8684239e8fb3f94f0cd412ae45a602fc', 'affiliates/_common_templates/map_overlay_advanced_filter.tpl', '4.5.48.6', '2010-11-12 11:34:59', '9090583e04a244910ceca1719a03378c', 'N'), ('02f97957e9dc2c169e1be37603a2f6b1', 'affiliates/_common_templates/menu_entry.tpl', '4.5.48.6', '2010-11-12 11:34:59', '9245aaaa5732793ce089f5fe25d703ea', 'N'), ('1f47e175c3900eaecc2cfa57f88b59f6', 'affiliates/_common_templates/menu_section.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'ce9552c9579aa842bfd16e9c61b1cd0e', 'N'), ('1ff2c9272cf9b64794a9966903ae585f', 'affiliates/_common_templates/messages.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'bf1a3bac08c419320acb94673ad29f0b', 'N'), ('0477a8e36834bca432b0979961862895', 'affiliates/_common_templates/module_body.stpl', '4.5.48.6', '2010-11-12 11:34:59', 'c079addcd33eb725ab7efbf09c16a793', 'N'), ('77fc9e95aa26a0880b099a5fccb9efcb', 'affiliates/_common_templates/multi_editor.tpl', '4.5.48.6', '2010-11-12 11:34:59', '3ee5baa5bdb7824c0c2ae6f2dc275830', 'N'), ('e834e8f7d83c85410488bb851b5debd3', 'affiliates/_common_templates/multiselect.tpl', '4.5.48.6', '2010-11-12 11:34:59', '9d1863b21edd131520315ce252fde639', 'N'), ('e68577a8864a1b0ed446ab15cda5c769', 'affiliates/_common_templates/myprofile.tpl', '4.5.48.6', '2010-11-12 11:34:59', '53e66ce2c1232e59a8c00c2c5be657f5', 'N'), ('97fd07bbf245fd29f26c0d41d184ae19', 'affiliates/_common_templates/newsletter_broadcast_form.tpl', '4.5.48.6', '2010-11-12 11:34:59', '1ccb4e8c2a3873263c7c8c1fc7c19f27', 'N'), ('4db5a30651cdb53a2f22258ba0a0f998', 'affiliates/_common_templates/newsletter_broadcasts.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'e85ba6dc04b3a921af601f6bf976a5b8', 'N'), ('20bb7fb320273493dbd53ae49980efb1', 'affiliates/_common_templates/newsletter_edit_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', '73ddca2129beb12e11215b1c55e70461', 'N'), ('1394c2a1bc64f8f9d352e40806a957eb', 'affiliates/_common_templates/newsletter_form.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'e86bb366b8986ac4cb1b50c9ccc94b8e', 'N'), ('a34d8bd3d4843b06715679cfbd16b9e4', 'affiliates/_common_templates/no_content_gadgets.tpl', '4.5.48.6', '2010-11-12 11:34:59', '1d4ce600d473f33e2b229101a50cbc3f', 'N'), ('0868d8d972358feffe8a78c51716133f', 'affiliates/_common_templates/no_language_selected.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'd61125f2b1cf78e4e66653d4e2f04bdd', 'N'), ('4921f2217afaebcdd607dffafe082e19', 'affiliates/_common_templates/notification_window.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'db781872bdb9748bc838e051b8e5e4e2', 'N'), ('310062fa0bd0dc3a8729c23cda5db51c', 'affiliates/_common_templates/online_users.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'e78ff82eb18c092018cd48d90ae48863', 'N'), ('0a200362e3bc80867e5d10596b5807c0', 'affiliates/_common_templates/online_users_gadget_rolecount.tpl', '4.5.48.6', '2010-11-12 11:34:59', '5fd6af0c5f2edec24d0e35dc00a9e870', 'N'), ('cfdb96193f594c8fb267549e09f0f491', 'affiliates/_common_templates/onlinegadgets_no_data.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'f5f692a433b4911963a92c41cc269768', 'N'), ('9c46a9aa5d5a59ff8e72aa2072b4fab6', 'affiliates/_common_templates/onlineusers_filter.tpl', '4.5.48.6', '2010-11-12 11:34:59', '7a0572e8ae3375f2c79c8fe985295bd6', 'N'), ('b20f7e01dbc542dd307c822eddf29cbc', 'affiliates/_common_templates/order_id_filter.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'b0abf428294c4575a75ab1dbaf7b391a', 'N'), ('2ee769e0620d087787b23e3d92ba1187', 'affiliates/_common_templates/page_header.tpl', '4.5.48.6', '2010-11-12 11:34:59', '1fc6cb8ba9169bea326c2696c3924853', 'N'), ('0b2e3446a15341c467975beb35a3d88d', 'affiliates/_common_templates/panel_footer.stpl', '4.5.48.6', '2010-11-12 11:34:59', 'aa4e3100aa336e411f4cf10b4ca36b19', 'N'), ('0940279a3b101edde091158d5362d5e7', 'affiliates/_common_templates/panel_includes.stpl', '4.5.48.6', '2010-11-12 11:34:59', '09b3b4e4b2e0fe49e2836f043c5d13cb', 'N'), ('42773b509117b77e470a13996d679ab7', 'affiliates/_common_templates/panel_with_icons.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'cdc3dafa07941a7c6c1ec5c4297528d6', 'N'), ('5420e56a169171c48e80018f7ff6860b', 'affiliates/_common_templates/pap4.css', '4.5.48.6', '2010-11-12 11:34:59', 'a550eb8119f0ff1e7acefc61aedb7a2d', 'N'), ('e2ff6e9e4c8fb649be92223c8a1ba765', 'affiliates/_common_templates/password_constraint_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', '71b23765c240aff0073e713cfc4da992', 'N'), ('7c67925b9834eec2f79e699c27dafe48', 'affiliates/_common_templates/password_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'b1078f4045c2b43f98b9ebaf0fd238d9', 'N'), ('b6c2f2174a09ef387d1908460b267dff', 'affiliates/_common_templates/payment_details_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'a6bc4610683b03ced5f239a51b8f5808', 'N'), ('0dbe9e23719df5bc0f660a613841b226', 'affiliates/_common_templates/payout_data.tpl', '4.5.48.6', '2010-11-12 11:34:59', '04fbc30b334480035464925430c1b84c', 'N'), ('b538bbff71f66a60808d4824cadb0016', 'affiliates/_common_templates/payout_fields_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', '745657c4de28ed8dd557dcaa4e5f6978', 'N'), ('433721bd96c3473723914a9c4d7e21d0', 'affiliates/_common_templates/payouts_no_data.tpl', '4.5.48.6', '2010-11-12 11:34:59', '7f552824865e5fa36468c099be260a58', 'N'), ('19ff012c5c4a7ff2ca4068288942848e', 'affiliates/_common_templates/payouts_to_affiliates.tpl', '4.5.48.6', '2010-11-12 11:34:59', '6ba0ef77d834145450117dac5b3d6f33', 'N'), ('8bc12e7145b749703dd2bff3c3d943a0', 'affiliates/_common_templates/pending_backround_tasks.tpl', '4.5.48.6', '2010-11-12 11:34:59', '75149233f7ae446473c9220c9ff1ef8f', 'N'), ('ccd3fc527b5e0519666e649a54716f01', 'affiliates/_common_templates/period_stats.stpl', '4.5.48.6', '2010-11-12 11:34:59', '77c6e9a00b189a52b62fb1aca30c8687', 'N'), ('7851c5e195cae9363937e6c864753140', 'affiliates/_common_templates/personal_details.tpl', '4.5.48.6', '2010-11-12 11:34:59', '99f33faa00a72a040c2e3b7b35b2010e', 'N'), ('83b4f5e8b221ec42f6b153c89c142286', 'affiliates/_common_templates/plugin_configuration.tpl', '4.5.48.6', '2010-11-12 11:34:59', '7034c34adfdb1e04e95c3c1220367c32', 'N'), ('ea35f1c67696900c4deec90ffd061a1e', 'affiliates/_common_templates/plugin_detail.tpl', '4.5.48.6', '2010-11-12 11:34:59', '2d4b93316cbc3428022aeb460393172d', 'N'), ('92009f18c2e570ff13b18130d1bc084a', 'affiliates/_common_templates/plugins_list.tpl', '4.5.48.6', '2010-11-12 11:34:59', '976e2264d8619e5b75032e6467cd54ed', 'N'), ('8c22bff3b007860d6046ad0da98e9a3e', 'affiliates/_common_templates/popup_form_widget.tpl', '4.5.48.6', '2010-11-12 11:34:59', '0f5d2ef3d678d026df06fe1f1e5991a8', 'N'), ('139fa205a216f169ca8c2bff328d7d7e', 'affiliates/_common_templates/post_response.stpl', '4.5.48.6', '2010-11-12 11:34:59', '85b3f70030e8dd27cb05327b29b9b46d', 'N'), ('24fd44dbfe12e3452acb93b41adcdd8d', 'affiliates/_common_templates/promotools_screen.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'c55f44f1596b21ec9514ca977ab97cbe', 'N'), ('e874354b3af1921509f969d8969675a2', 'affiliates/_common_templates/proxy_server_configuration.tpl', '4.5.48.6', '2010-11-12 11:34:59', '732a20cf9c1d59496e88d9bd5b080484', 'N'), ('4a41e127bf2b18a79424c59ad50da159', 'affiliates/_common_templates/quick_launch.tpl', '4.5.48.6', '2010-11-12 11:34:59', '8c748719166b610dffa58760bc4b70b8', 'N'), ('f1685ea51304a10ca0c844dad20e858b', 'affiliates/_common_templates/quick_launch_draggable.tpl', '4.5.48.6', '2010-11-12 11:34:59', '95c176695c4d4c278fee2d956446c7bd', 'N'), ('ad21f17831c463a8e546728805dff56e', 'affiliates/_common_templates/quick_report_base.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'd0f7e073a07a68f17961bb98abc2731e', 'N'), ('81427853e856cd5a6c70619d2e758720', 'affiliates/_common_templates/quick_report_content.stpl', '4.5.48.6', '2010-11-12 11:34:59', '74d32659fcbdaa0af97777fa5fc0c547', 'N'), ('76508d67bfbd87408614f4481b646482', 'affiliates/_common_templates/quick_report_filter_base.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'f87f3cadd19c5fbaf665b1bbcf4f6ad2', 'N'), ('12ccb518d60dd8fb2edcb1e9d9f97797', 'affiliates/_common_templates/quick_stats.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'eb812b06f6292efc64d3aa411c1f8cc0', 'N'), ('ec1c249373ff77f9c5451f6ade369dca', 'affiliates/_common_templates/quick_stats_box.tpl', '4.5.48.6', '2010-11-12 11:34:59', '745d64595b8a0e5869bfc1e9bf10b9c2', 'N'), ('8edf55ad96300767347767d5a6f3a026', 'affiliates/_common_templates/quick_task.stpl', '4.5.48.6', '2010-11-12 11:34:59', '3688f22aa7b210a514e230103264db01', 'N'), ('0485c44dd05fbece06ba7115aaf176c2', 'affiliates/_common_templates/quicklaunch_settings.tpl', '4.5.48.6', '2010-11-12 11:34:59', '1e595ebaeb4364f173ee3fec71c1762d', 'N'), ('30476b09301e81b15b9aed8a47f5face', 'affiliates/_common_templates/radio_button_group_row.tpl', '4.5.48.6', '2010-11-12 11:34:59', '3713f6d400aa1ca96d9e404082304912', 'N'), ('1ce5d91f8eda2e7f065764a8c1102870', 'affiliates/_common_templates/rawclicks_no_data.tpl', '4.5.48.6', '2010-11-12 11:34:59', '533c13261c4af002034840f85b0c0c80', 'N'), ('92b608233114dd3fcc617d574e48abf6', 'affiliates/_common_templates/referringurl_advanced_filter.tpl', '4.5.48.6', '2010-11-12 11:34:59', '5f46110206841eef138dca576bff509f', 'N'), ('d041d51cec84cac432852d4bc7075d9c', 'affiliates/_common_templates/refresh_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', '5c709df4d219d5feb4f29003ca932f77', 'N'), ('6d4f8fd3d9d5fa16015eea528d5f1023', 'affiliates/_common_templates/regional_settings.tpl', '4.5.48.6', '2010-11-12 11:34:59', '7fd67a6e2e8b44c62dc36ce4812b7189', 'N'), ('e6f55f4e21ed453562fa8ac38db629ea', 'affiliates/_common_templates/regional_settings_tab.tpl', '4.5.48.6', '2010-11-12 11:34:59', '82a573fa67deb883c207f05c019f7eeb', 'N'), ('4e3ce8c51b7240bbdfe249cbe0ce45bc', 'affiliates/_common_templates/report_filter.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'b37d7cb139866b0da13d266ad5e76941', 'N'), ('985df6ea89a10c7f4be25f8e93b479c3', 'affiliates/_common_templates/reports_screen.tpl', '4.5.48.6', '2010-11-12 11:34:59', '4e44da368f7bb6e26bd84a882c55f699', 'N'), ('db38fdd9c87842dee9d09120a9fcd472', 'affiliates/_common_templates/request_new_password_form.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'bd4b11d58c06a2e3b2196ba3f1fbf9b8', 'N'), ('2a74edb231355028044f9ed9b939d22c', 'affiliates/_common_templates/resizable_text_area.tpl', '4.5.48.6', '2010-11-12 11:34:59', '7995c217048ccd289dfee567a455b08e', 'N'), ('c3ea42c5729f6ff5574e9c4ba81a5057', 'affiliates/_common_templates/richlistbox.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'f8266890acf525c756dd3aa2d52f58be', 'N'), ('81d94f2fb121947a9166bb8c04fae6d9', 'affiliates/_common_templates/richlistbox_popup.tpl', '4.5.48.6', '2010-11-12 11:34:59', '83ffc9891f6f6579c8e080ff1d6aa478', 'N'), ('9a64e75ac6a944bea089341c74dcd7f9', 'affiliates/_common_templates/richtext_editor.tpl', '4.5.48.6', '2010-11-12 11:34:59', '99af0e75e8761690e55e65fa238d8d4c', 'N'), ('c54966376dde2f66becbdfa06fcea04f', 'affiliates/_common_templates/richtext_editor_toolbar.tpl', '4.5.48.6', '2010-11-12 11:34:59', '2df0dc7e43c92cd9f89b52e26e6715df', 'N'), ('88d31bd3d4f390744a184e7fdcd1c60e', 'affiliates/_common_templates/richtexteditor_addlink.tpl', '4.5.48.6', '2010-11-12 11:34:59', '7368b95c47c79c4e631694e6c0d29154', 'N'), ('4f83aa87f2b537818766b7982115d9ed', 'affiliates/_common_templates/role_privileges.tpl', '4.5.48.6', '2010-11-12 11:34:59', '9163270235450787bb9ebf86df5b2f69', 'N'), ('86e1b0bbfb50f189b9f6e76cb5a753b0', 'affiliates/_common_templates/rotator_preview_affiliate.stpl', '4.5.48.6', '2010-11-12 11:34:59', '278341ed03908327cda2d630aff31d3b', 'N'), ('d8b144319d3b99346d88c13f5e0faeb6', 'affiliates/_common_templates/search_filter.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'c43c492cae5282a628238b4ff75508b2', 'N'), ('3e454f5996dda30bdc82fec1ce925050', 'affiliates/_common_templates/select_account_form.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'c63d80262aaf8a0e1b1bcffe73ce6e8f', 'N'), ('dca85569b0014cbc55ced1aa2c5e242e', 'affiliates/_common_templates/select_button.tpl', '4.5.48.6', '2010-11-12 11:34:59', '7b9843b360b02e16a8d9c6d80f3fec3e', 'N'), ('6e30978e747ce3401753dfe24ae46bf4', 'affiliates/_common_templates/send_to_friend.tpl', '4.5.48.6', '2010-11-12 11:34:59', '2d04b0781664e1136df6cfc6c098551e', 'N'), ('e4e8915febb32945d20ea0c1a6059dfc', 'affiliates/_common_templates/set_new_password_form.tpl', '4.5.48.6', '2010-11-12 11:34:59', '58bf3e73d3a6b46460fb05216df1d0a8', 'N'), ('8dea174df56bf95d5375b07a5f5b0078', 'affiliates/_common_templates/sidebar.tpl', '4.5.48.6', '2010-11-12 11:34:59', '65226d7e25dcdca0cf71a9f3118d8139', 'N'), ('2beed6bf838f3bac2068226d75213cc6', 'affiliates/_common_templates/sidebar_closed.tpl', '4.5.48.6', '2010-11-12 11:34:59', '3d903661713a9ee5fb402776ee06d310', 'N'), ('595301b01d718d97480f014157bdc935', 'affiliates/_common_templates/sidebar_gadget.tpl', '4.5.48.6', '2010-11-12 11:34:59', '1f904859e056808c8826836a4e256761', 'N'), ('be99ce31111ca7199ab3f8bd33e12399', 'affiliates/_common_templates/signup_fields.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'd3aa375759206b23adf4c2709ed54588', 'N'), ('1896ceca983e17e22e1398f62c2ee336', 'affiliates/_common_templates/signup_form.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'a55f02ab4d649b4eb23fbd252e3555fb', 'N'), ('a1c5957ba1b2cc466ada1da9fd6f4c91', 'affiliates/_common_templates/signup_subaffiliates.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'd091f238833843ef28919b66f0e16a8c', 'N'), ('ea0fab12280f65e21eeebfcb6bceeb84', 'affiliates/_common_templates/simple_filter.tpl', '4.5.48.6', '2010-11-12 11:34:59', '569adac6a4e4346b441cd19152972e21', 'N'), ('9fc4a19f2018c3edd55221a826226e83', 'affiliates/_common_templates/simple_icon_object.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'bcbc9ea994d4aa8bbdee1eddc3ad19d8', 'N'), ('4eca61a9b867fcc1bb064768db8a2b35', 'affiliates/_common_templates/simple_popup_window.tpl', '4.5.48.6', '2010-11-12 11:34:59', '38f46b253b18038fe8af0babfb96f05b', 'N'), ('540b950393218ec916ea187dbb263ec1', 'affiliates/_common_templates/simplecolorpicker.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'a212703ffb38e2c79152ba5926953049', 'N'), ('7e9eb0e75e3fc06812c53ce1b0b6b9f7', 'affiliates/_common_templates/single_content_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', '529d4a42f9106d91881f8b8b8e87748b', 'N'), ('a9f9b86bd248c5f1b30dd4c6981d636d', 'affiliates/_common_templates/size_format_widget.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'ebfb7db6718ec601af59a570d8e0ccb3', 'N'), ('0292e86eaa53a0f03290e0e0b11d65d6', 'affiliates/_common_templates/start_button.tpl', '4.5.48.6', '2010-11-12 11:34:59', '7aa2278c46b897536625cc042b4f5499', 'N'), ('ee4a70b3ea4ee2d6fa0896c2eab6c246', 'affiliates/_common_templates/start_error.tpl', '4.5.48.6', '2010-11-12 11:34:59', '4a2ab9a0309a85147db6d4b29cf4a727', 'N'), ('249a0139a9d07be47b88311b13cd9d0b', 'affiliates/_common_templates/statistics_double_value_widget.tpl', '4.5.48.6', '2010-11-12 11:34:59', '7e243a39277ad97843b418e45881a6d2', 'N'), ('d65b56123f6b20310c3f5444bd5236b9', 'affiliates/_common_templates/stats_chart.tpl', '4.5.48.6', '2010-11-12 11:34:59', '824da7902809d9725d311221f27068ce', 'N'), ('5bf1e2cbc28849378aec7157c8c920a1', 'affiliates/_common_templates/sub_aff_tree.tpl', '4.5.48.6', '2010-11-12 11:34:59', '87de518fc3c1d4907a84810f4022fba8', 'N'), ('eff7d5c63d3a57b191fe7adde6c71e37', 'affiliates/_common_templates/sub_menu_section.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'ab7871c677c0d90bb2d878548157b628', 'N'), ('70f9d0c7f2df0597d20b8dd0b9f22042', 'affiliates/_common_templates/subaff_stats_no_data.tpl', '4.5.48.6', '2010-11-12 11:34:59', '39b81251804f71939bed55ca677c6f27', 'N'), ('d2712df98dbaf59bd037c2a45af69d67', 'affiliates/_common_templates/subaffiliate_sales_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'db4e194adc58204d57ceb55e1938702f', 'N'), ('ceb92c08aa2a4222fb7e4773af56641b', 'affiliates/_common_templates/subaffiliates_sales_filter.tpl', '4.5.48.6', '2010-11-12 11:34:59', '2f8265962253a755af1c91ad34e2842f', 'N'), ('453690a75594e9d04568aaa72f782a1a', 'affiliates/_common_templates/subaffiliates_tree_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'bd640ce415c67d2170ee88da05712f7b', 'N'), ('6aec80ef82e598cda9beded05b6a8e1c', 'affiliates/_common_templates/subaffstats_filter.tpl', '4.5.48.6', '2010-11-12 11:34:59', '2dea65bbd5b16dbf93546b6b26d6080e', 'N'), ('f31cff2577923557f35f336bd2136369', 'affiliates/_common_templates/subaffstats_list.tpl', '4.5.48.6', '2010-11-12 11:34:59', '6410e8f12149667eb7c496c25ccea070', 'N'), ('bf3d2a7d35eb8f1cb79f4dce05913810', 'affiliates/_common_templates/subid_tracking_screen.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'f9c8da6204fbb98e66e44970f1b090e8', 'N'), ('099a4b48354b11b82dd7e3cfd23bdde5', 'affiliates/_common_templates/system_menu.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'c77607e9537a635eae51274af1013e3d', 'N'), ('ffd97ea165aad03640cfcf985d3cf868', 'affiliates/_common_templates/tab_item.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'b1c6b9bf5bda5b8ba145fe000823b40f', 'N'), ('96bc7a38dd17d18c5c05da131a4b10e0', 'affiliates/_common_templates/tab_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', '15b20f431fdcf7da7c2f02c0f6c2ba19', 'N'), ('5885971b3231da0a0dccc57ee6c7c0b3', 'affiliates/_common_templates/task.tpl', '4.5.48.6', '2010-11-12 11:34:59', '38a4b70b6456a12285be4bb113c72575', 'N'), ('14d43e32b5ecdb5ecc117a3badbde99d', 'affiliates/_common_templates/taskbar.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'd7cf8ef7a71bf324aee5c1c7173afc7e', 'N'), ('c9dc0660112d353dd99947a79a2ac7dc', 'affiliates/_common_templates/template_form.tpl', '4.5.48.6', '2010-11-12 11:34:59', '7d4ae3cefd2ebd3fddd8c955a44c3ff7', 'N'), ('5bc18edf16c56f2c49fcd025a2f2b05e', 'affiliates/_common_templates/template_form_constants.tpl', '4.5.48.6', '2010-11-12 11:34:59', '91c398393e519cf7c6a53ba758eefc47', 'N'), ('d382f1275b9500827137069e1193fa4d', 'affiliates/_common_templates/template_form_theme_entry.tpl', '4.5.48.6', '2010-11-12 11:34:59', '91a40d5bfbb3ff3b61cd7771e24a2684', 'N'), ('8c6d3d695aafb916e55d5a5bfd602977', 'affiliates/_common_templates/template_form_themes.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'e7158c1782ef49ddbf3fbe671c5c5b8a', 'N'), ('e0bc05d0d332f0b3015a40c038f10907', 'affiliates/_common_templates/template_form_variables.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'e1c008058f4be04a9e6e76ba72cc3290', 'N'), ('2d0422e75488fe5516a627b2e5082479', 'affiliates/_common_templates/templates_form.tpl', '4.5.48.6', '2010-11-12 11:34:59', '7a0a1baf13edabb10c8c6bef5a3dac41', 'N'), ('ccc2f4af2d826e33efdf73fd1cb76d0d', 'affiliates/_common_templates/tests.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'c684c3cd569104ca2d0505cc1d73f8c6', 'N'), ('14e56649659cc19e5b10d9771df2e424', 'affiliates/_common_templates/theme_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', '9c5a217986d2ce35abc6594f5ce2f012', 'N'), ('5655fa4cbca38c7326393a238c06b6d5', 'affiliates/_common_templates/theme_settings.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'f7450b4590d95d3e2cf2636de397dc26', 'N'), ('f9851c8d49c845ba7a70e4b0e4d55d97', 'affiliates/_common_templates/tooltip_popup.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'e63b270daacbb197d59737282cf49ea0', 'N'), ('eb04986dd2ae67a48f70d2d28413bd66', 'affiliates/_common_templates/topmenu.stpl', '4.5.48.6', '2010-11-12 11:34:59', '306a7dd717e7df5d886d5482487bfa89', 'N'), ('19c0af96586deaa35731b7a8a394f7d7', 'affiliates/_common_templates/topurl_list.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'd0880f68969dcf6e1ce2473ae194290e', 'N'), ('b741a8eb0e5789025111d8913c970fe0', 'affiliates/_common_templates/traffic_stats_gadget.tpl', '4.5.48.6', '2010-11-12 11:34:59', '0a2882140e9f850399b2a0c198b9ad98', 'N'), ('a5c01d7d6e0b0aecb3eba0093f858e4c', 'affiliates/_common_templates/traffic_stats_in_gadget.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'ae38670c7e593de4a995af34968842b1', 'N'), ('725901d55903da73630b049bde42739f', 'affiliates/_common_templates/transaction_list.tpl', '4.5.48.6', '2010-11-12 11:34:59', '9f8821c8d652ef009065e292a4cbbbac', 'N'), ('cc5a1d97a0b790eef15b25aee1333d5c', 'affiliates/_common_templates/transaction_list_filter_base.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'a0dfb7e1a1b206819ad642a3ed446e22', 'N'), ('7cfdeecd1ce8d7f3adfdb3889f642704', 'affiliates/_common_templates/trash.tpl', '4.5.48.6', '2010-11-12 11:34:59', '270d020eabfcf284be7a97e7102924d5', 'N'), ('032cd19632b077fadbf358de796387c2', 'affiliates/_common_templates/tree_affiliate_widget.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'c7fe41ea3c39ea4ca7abdf6caeddea7d', 'N'), ('b374d9c1d8a19bebdfaa6390c8b38072', 'affiliates/_common_templates/trend_stats.tpl', '4.5.48.6', '2010-11-12 11:34:59', '96e883385f40d2e4b7a41751f0ce3906', 'N'), ('a10afdde5d5251ca551a6de7c1a9af4c', 'affiliates/_common_templates/trend_stats_widget.tpl', '4.5.48.6', '2010-11-12 11:34:59', '1818b8c5b9ce16c46d34ac378111b03c', 'N'), ('578fd8b33742db27af9c2ade27eeb7d0', 'affiliates/_common_templates/trends_report.stpl', '4.5.48.6', '2010-11-12 11:34:59', 'a1bcfdb291d963e5bde9e99648d858c8', 'N'), ('dfe4c1b071e973860feb376d116dd892', 'affiliates/_common_templates/trends_report.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'b5c594ddd23b421f4d94699a123b7c89', 'N'), ('2e4d23bbc74b04b3d38bb1a021c9d52e', 'affiliates/_common_templates/trends_report_filter.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'ef2191d61ae61bd1ed152c9e369203b1', 'N'), ('99a9076fd4da2508e99cb3f1215f1fc8', 'affiliates/_common_templates/trends_report_no_data.tpl', '4.5.48.6', '2010-11-12 11:34:59', '1df74a6e3299c9176ac8047b05fd26dd', 'N'), ('1e70c7f1425bc21f833bce23a0a04be2', 'affiliates/_common_templates/update_version.stpl', '4.5.48.6', '2010-11-12 11:34:59', '5602f52fe8248df474201a16c922048f', 'N'), ('367d1121fa64de5cbaa13ebce913c079', 'affiliates/_common_templates/uploaded_file.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'f9313defa0216f7702ee94b6b6185dd7', 'N'), ('199d92d759090183d502ab5192bd6780', 'affiliates/_common_templates/user_edit.tpl', '4.5.48.6', '2010-11-12 11:34:59', '1315660dc39ebd57f264bb8abdd9bef0', 'N'), ('6d78553debc097bc84b4bba7fa26862a', 'affiliates/_common_templates/validity.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'bd873f071f9c987427d20ddafdb56d1e', 'N'), ('6c91d2232e526b49c6adbcfc4d093779', 'affiliates/_common_templates/vat_fields_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', '5b9a2afdd0c5cdda0cd1758afed9eb7c', 'N'), ('4a54e24302bd14857ed47e626c3e1607', 'affiliates/_common_templates/view_form.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'cec43b824caafb6a09c8d83c183f4c38', 'N'), ('7fbaffcc678ceb09454eae056d1b8941', 'affiliates/_common_templates/wallpaper_add_custom.tpl', '4.5.48.6', '2010-11-12 11:34:59', '2210741b569ef188fa352c977a289261', 'N'), ('a95c68cd17346b15729969a18f166106', 'affiliates/_common_templates/wallpaper_entry.tpl', '4.5.48.6', '2010-11-12 11:34:59', '64c85f4da7897cd0f34168c62de661b9', 'N'), ('737bcba39752a132da90d9ecc49c81cd', 'affiliates/_common_templates/wallpaper_settings.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'd160dbed38556231aeac49a96213e4d4', 'N'), ('bd65ed5852c7ba180174414c38d7bca2', 'affiliates/_common_templates/window.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'd1937e90c9256204636d87e991d84a3d', 'N'), ('89704e23a674c61d5bd411d106106da1', 'affiliates/_common_templates/window_bottom_left.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'd14b545c27afa02ab7a919bdeb4c9470', 'N'), ('c5517f43f65111f1db44a7df22fa95bd', 'affiliates/_common_templates/window_empty_content.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'b1535ec719cada5b9f5d98849074b9bd', 'N'), ('ee004eb29859456c3ca49d095223e6e6', 'affiliates/_common_templates/window_header.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'fb5aca529f44f12c3f3a8bda2761054d', 'N'), ('ee1b9b7bc7c4da5819af0474e7771d2d', 'affiliates/_common_templates/window_header_refresh.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'fcd47f4585abcac3c3a61ee3991379bc', 'N'), ('17b2ee8fc976642e311b30923db08d10', 'affiliates/_common_templates/window_left.tpl', '4.5.48.6', '2010-11-12 11:34:59', '9ac901446bfa26918e32fa029fb42093', 'N'), ('857adc24b701a3290eb3ccc883539205', 'affiliates/_common_templates/window_move_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'f5bbd373a758bf76e6efadc94dca4b11', 'N'), ('28403b03f135b62587e59ffc32e6d37b', 'affiliates/_common_templates/wizard_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', '3142ce6354cb3e1c86b6c13c1d906189', 'N'), ('7b6792aaaabd350cadfabf02e9d9dce2', 'affiliates/blue_aero/README.txt', '4.5.48.6', '2010-11-12 11:34:59', 'c5e378c3027a6b4f00637e35fa00d549', 'N'), ('e4c176f415b07715ffa8e20b8bf2aced', 'affiliates/blue_aero/custom.css', '4.5.48.6', '2010-11-12 11:34:59', '4877ef2467745239a93ebe1e79b2f813', 'N'), ('bbd7f9093bca58fd2653e704c9bd761d', 'affiliates/blue_aero/footer.stpl', '4.5.48.6', '2010-11-12 11:34:59', '3fbd103789f1ff2a151c16f490a913dd', 'N'), ('5dfd0fd45c9b6a62ed1aadedfff2525a', 'affiliates/blue_aero/header.stpl', '4.5.48.6', '2010-11-12 11:34:59', '20f4ec9408ecccabb04bd70c8a858c92', 'N'), ('1a3455f0f6ca89410edc8b70c8ba31fa', 'affiliates/blue_aero/home.tpl', '4.5.48.6', '2010-11-12 11:34:59', '29fd8a3554799a6e9cdff89b3a0ecb83', 'N'), ('133959b5a90cc6c87c63b3af756e1c7a', 'affiliates/blue_aero/img/gadgetin.b.png', '4.5.48.6', '2010-11-12 11:34:59', 'f06e13c0620d89fc464cf0223df9d349', 'N'), ('09c0bc54f7ea21bb9110bc19100bb77d', 'affiliates/blue_aero/img/gadgetin.back.png', '4.5.48.6', '2010-11-12 11:34:59', '23e4e12e286d074c423d1b387bf8902f', 'N'), ('c6f19a4d0a4cf96caaf546d404ff75e2', 'affiliates/blue_aero/img/gadgetin.bl.png', '4.5.48.6', '2010-11-12 11:34:59', '07c07e8c743573064ee8eeca1c799a34', 'N'), ('cf07a620eb3f5652ad1060bf10f75651', 'affiliates/blue_aero/img/gadgetin.br.png', '4.5.48.6', '2010-11-12 11:34:59', '4148944211041cf9bf7807ac222e7082', 'N'), ('41531f183f7f9d7aae78958cfc66c0c7', 'affiliates/blue_aero/img/gadgetin.l.png', '4.5.48.6', '2010-11-12 11:34:59', '48659819a474cc38eaf46ae58be0ada0', 'N'), ('88f73423ee7bdc4059e3acb2e39ab0e0', 'affiliates/blue_aero/img/gadgetin.r.png', '4.5.48.6', '2010-11-12 11:34:59', '48659819a474cc38eaf46ae58be0ada0', 'N'), ('97b7b77256f676a24937c4bddb424272', 'affiliates/blue_aero/img/gadgetin.t.png', '4.5.48.6', '2010-11-12 11:34:59', 'f06e13c0620d89fc464cf0223df9d349', 'N'), ('1deec90fae409da09195ff0ac0c69134', 'affiliates/blue_aero/img/gadgetin.tl.png', '4.5.48.6', '2010-11-12 11:34:59', '045b6145e46d3ad85a7a4aa34013b64f', 'N'), ('51f384e4261a29d011059b344cfb5f43', 'affiliates/blue_aero/img/gadgetin.tr.png', '4.5.48.6', '2010-11-12 11:34:59', '6737317d906258d61f9f9c80fc04b3e9', 'N'), ('f4fbc48b3284b442b3480d503e183ae7', 'affiliates/blue_aero/img/pap4.logo.jpg', '4.5.48.6', '2010-11-12 11:34:59', '401e48f00975e0f33b54c27e19864fba', 'N'), ('1afc9bc4ffaa913594cb209cc8be796b', 'affiliates/blue_aero/img/theme_thumbnail.jpg', '4.5.48.6', '2010-11-12 11:34:59', 'dd8f23908534c823fbd79bdc417c5f1d', 'N'), ('cd6009bb339c08fa82c33cd07fe6eb64', 'affiliates/blue_aero/login_form.tpl', '4.5.48.6', '2010-11-12 11:34:59', '7e0c48d7d35145511ddf18548c5066f4', 'N'), ('6161d238b03d870805454308e5737e79', 'affiliates/blue_aero/login_main.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'dcd6d69a2cf67b2b8abb6eebcfc81261', 'N'), ('7a484f9d66371f0fd7e710720a8d89d2', 'affiliates/blue_aero/pap4.css', '4.5.48.6', '2010-11-12 11:34:59', 'a69d9745f5633e9fb9c7619db25c024f', 'N'), ('db6926daccbb9a4d4640b80ee52a02db', 'affiliates/blue_aero/theme.php', '4.5.48.6', '2010-11-12 11:34:59', 'bd9cb3562d155e5d31c3e5f69c37ec8d', 'N'), ('5e9de5321e095dce5871481681e5f5bc', 'affiliates/classic_wide/README.txt', '4.5.48.6', '2010-11-12 11:34:59', 'c5e378c3027a6b4f00637e35fa00d549', 'N'), ('0c76a03e075a6be30f6c1a18fc2c4db0', 'affiliates/classic_wide/custom.css', '4.5.48.6', '2010-11-12 11:34:59', '4877ef2467745239a93ebe1e79b2f813', 'N'), ('a27ce07b09d2136d4c7d652cce5e6dc1', 'affiliates/classic_wide/home.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'a1b1597dd8cae4244b071f9a49039999', 'N'), ('2972722ab340adf836fcf6333087f3d1', 'affiliates/classic_wide/img/content.bottom.gif', '4.5.48.6', '2010-11-12 11:34:59', '752b9cf627b4c7dbccc857d5a691d4b9', 'N'), ('9974121e62fe9d7d17fcbc02aa3276ad', 'affiliates/classic_wide/img/content.bottom.left.gif', '4.5.48.6', '2010-11-12 11:34:59', 'f050f014c1de2756f669817b104181b0', 'N'), ('306db9d7872fb4c40905f000a7a1670b', 'affiliates/classic_wide/img/content.bottom.right.gif', '4.5.48.6', '2010-11-12 11:34:59', 'f7196a6f7f8e41930f25cb60103297e4', 'N'), ('0f284b885f3b59b2ea3277cfe1550087', 'affiliates/classic_wide/img/content.left.gif', '4.5.48.6', '2010-11-12 11:34:59', 'd8538d3756f8c6027414a583858618a8', 'N'), ('43f916596a3638fb57d8ac3ad7ffbfb2', 'affiliates/classic_wide/img/content.right.gif', '4.5.48.6', '2010-11-12 11:34:59', '97177491028c3422434d64a29fce343b', 'N'), ('aca9155a6a67192c28922080a6a9456b', 'affiliates/classic_wide/img/content.top.gif', '4.5.48.6', '2010-11-12 11:34:59', '1206ee1251333832e10a09d0dd84c3f8', 'N'), ('a808ae57e53e940b6fe76037779b55fe', 'affiliates/classic_wide/img/content.top.left.gif', '4.5.48.6', '2010-11-12 11:34:59', '8a397076700e439a1c8f24aa9e1c1760', 'N'), ('aad3007f84c820673c47f53f8e9bcf4e', 'affiliates/classic_wide/img/content.top.right.gif', '4.5.48.6', '2010-11-12 11:34:59', '13947f410657fe4b089d663c9b9922a2', 'N'), ('e76c8ff1c7b196e4d6ece1a164f9bcda', 'affiliates/classic_wide/img/left.column.gif', '4.5.48.6', '2010-11-12 11:34:59', '1ea7ba64fdb58c3b6b90ef45427db330', 'N'), ('7e401c8a89d1082a07aae04c0d8ba0ed', 'affiliates/classic_wide/img/menu.divider.gif', '4.5.48.6', '2010-11-12 11:34:59', '041bb37bea32338b1c0a9d031c9d4a68', 'N'), ('59814a5d61cd680af7b7de19abc4b9a1', 'affiliates/classic_wide/img/menu.entry-over.gif', '4.5.48.6', '2010-11-12 11:34:59', 'da0c7a49ad258dbb35e190602a70b628', 'N'), ('da630040864774a7a0cf8e7db1463cbd', 'affiliates/classic_wide/img/menu.entry.back-over.gif', '4.5.48.6', '2010-11-12 11:34:59', '80eee6c80b01a1a97026ad89f4285af4', 'N'), ('99b7ca6d389fd3168836cad5827a2dbe', 'affiliates/classic_wide/img/menu.entry.bottom-over.gif', '4.5.48.6', '2010-11-12 11:34:59', '32819c898e14b221264804785147b5d0', 'N'), ('55dda0058fb6f02afddb0ebd71992283', 'affiliates/classic_wide/img/menu.entry.top-over.gif', '4.5.48.6', '2010-11-12 11:34:59', 'ca840699467392d1da2eb8d6e173dff6', 'N'), ('9e048786145e206b665b03838513e7f3', 'affiliates/classic_wide/img/submenu.entry-over.gif', '4.5.48.6', '2010-11-12 11:34:59', '7296aeb880fb7a28f64ebc4fdbd9c1b0', 'N'), ('8a42807b926b4abae592ffe243d2d952', 'affiliates/classic_wide/img/submenu.entry.back-over.gif', '4.5.48.6', '2010-11-12 11:34:59', '9ebfeff8b4172af9c299920a3ac78d65', 'N'), ('93e02b4dd2614a9b605c8ba591a3434b', 'affiliates/classic_wide/img/submenu.entry.bottom-over.gif', '4.5.48.6', '2010-11-12 11:34:59', '22622c2c689e004e658f1c47e112d6b1', 'N'), ('43f586ff2eb3b1ad781a8629fa9442a4', 'affiliates/classic_wide/img/submenu.entry.gif', '4.5.48.6', '2010-11-12 11:34:59', '2e00d05fbf25527e21ef327e42aaf05c', 'N'), ('4bff70321723f7a03bab70a6cac4e07b', 'affiliates/classic_wide/img/submenu.entry.top-over.gif', '4.5.48.6', '2010-11-12 11:34:59', 'c4313a7313ac6f6ce0208b70db0c99ff', 'N'), ('fa27c286f7324f290d0b05b8db6b7874', 'affiliates/classic_wide/img/theme_thumbnail.jpg', '4.5.48.6', '2010-11-12 11:34:59', '910b9181e1a23db4c074582d071bd4e4', 'N'), ('2efd2fa5bf3ebc03c68f835fa8ae3b03', 'affiliates/classic_wide/login_form.tpl', '4.5.48.6', '2010-11-12 11:34:59', '0ba432e94c21ec3d0433f885efd2b0a3', 'N'), ('5c4055b6a2cd87560ad269e4a085b6a6', 'affiliates/classic_wide/main.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'd9053f8ec6f5561285b433e06aadc02c', 'N'), ('b4966da5167859de9fdae94118ca2936', 'affiliates/classic_wide/menu_entry.tpl', '4.5.48.6', '2010-11-12 11:34:59', '7607d6b22315cc526abad1fd026c74f5', 'N'), ('5a906fb4b3ccd9f771d2fac47638e2ab', 'affiliates/classic_wide/menu_section.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'da446dbc5a24b9881bd8417ce0371bb5', 'N'), ('c4f4c6c84cb135b0c27b75c88bbe3b1d', 'affiliates/classic_wide/pap4.css', '4.5.48.6', '2010-11-12 11:34:59', '4725a4fcb7bb05482fbb9bb775be6ac1', 'N'), ('b3987a4af6c4e9bbb77147f4f3c084ce', 'affiliates/classic_wide/request_new_password_form.tpl', '4.5.48.6', '2010-11-12 11:34:59', '2a8c2b98bc96b6fab088375fc2c76449', 'N'), ('b0157059b8247ef1485cb8459342dd89', 'affiliates/classic_wide/set_new_password_form.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'c84be6de4be0ff27dc39d0200fb72896', 'N'), ('e5c585b76aee3113f7e51ea39477a276', 'affiliates/classic_wide/stats_chart.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'c50184523e2cfa3df0f67b7327c102e7', 'N'), ('abecf91a6d73b7969a7a5b21eb74c260', 'affiliates/classic_wide/theme.php', '4.5.48.6', '2010-11-12 11:34:59', 'b8f2141bef76c061b2841f8dbeca1cf0', 'N'), ('dc40f127ea8de6c84c15a64a84ff9e02', 'affiliates/wide/README.txt', '4.5.48.6', '2010-11-12 11:34:59', 'c5e378c3027a6b4f00637e35fa00d549', 'N'), ('83e8d74ecdea726ba9142f52af244d4b', 'affiliates/wide/advanced_screen.tpl', '4.5.48.6', '2010-11-12 11:34:59', '76d2d393696201ba9856188d9ec0f3f9', 'N'), ('3ef25b6d4c6e26b23e8e2529fb7bb9df', 'affiliates/wide/breadcrumbs.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'e685a6dcc5c7cc448d9b2da94bbe35de', 'N'), ('fb6c2137c98904d70989157633609deb', 'affiliates/wide/custom.css', '4.5.48.6', '2010-11-12 11:34:59', '4877ef2467745239a93ebe1e79b2f813', 'N'), ('38c53f17ef3b2ed566ea0c8609112fbb', 'affiliates/wide/footer.stpl', '4.5.48.6', '2010-11-12 11:34:59', 'd4e99c2fe21b8fca170f6ab7fdd3f13d', 'N'), ('a3989af6357c8e3a918fc191cebbc790', 'affiliates/wide/header.stpl', '4.5.48.6', '2010-11-12 11:34:59', 'b861decb2b9194bc23e93dc948f8f65c', 'N'), ('3c713460817ca17fd2d3e4b235ecb435', 'affiliates/wide/home.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'a1b1597dd8cae4244b071f9a49039999', 'N'), ('677105c06d95f6ee5b80bdc345031ab7', 'affiliates/wide/img/background.jpg', '4.5.48.6', '2010-11-12 11:34:59', '063df928c03eab0aeac39097089183ca', 'N'), ('05faca9766fc6b113d5bd551f0044c07', 'affiliates/wide/img/footer.background.jpg', '4.5.48.6', '2010-11-12 11:34:59', '8935eb5b49d1a182d493692d48dace7c', 'N'), ('88ca06d90f7f045b2f452313cf3c93bb', 'affiliates/wide/img/iconbox.background.jpg', '4.5.48.6', '2010-11-12 11:34:59', '03137987594c0248e8ab2ae152a6e324', 'N'), ('f40ddbfe35ed88bde624fc6057e8ed7e', 'affiliates/wide/img/logo_pap.jpg', '4.5.48.6', '2010-11-12 11:34:59', 'cd14b7752b98bf01c9723d525a3f8e4b', 'N'), ('41ec9ab16c75e22086003a430d6ee7a6', 'affiliates/wide/img/main.background.jpg', '4.5.48.6', '2010-11-12 11:34:59', 'f1c0f812a7d89571d5137285b771015f', 'N'), ('11b721ac31b1a0d5d4d55e9ae2c3eb94', 'affiliates/wide/img/menu.background.jpg', '4.5.48.6', '2010-11-12 11:34:59', 'ce86291a742fcb3bed04288c09dc108e', 'N'), ('e21d2e1352477cb26b30d110853a2eca', 'affiliates/wide/img/menu.background.open.jpg', '4.5.48.6', '2010-11-12 11:34:59', '346cd8ad284ec82d758a2467f10513ed', 'N'), ('f2b0446504411028fe94ddf0a0bf0130', 'affiliates/wide/img/menu.background.over.jpg', '4.5.48.6', '2010-11-12 11:34:59', 'b90162657902cf061175ee102226a8a0', 'N'), ('125976b88b6879f065359d23be2ccb6e', 'affiliates/wide/img/quick.menu.back.jpg', '4.5.48.6', '2010-11-12 11:34:59', '5efd062969442507a2e7f21c89800f7d', 'N'), ('428ab15372b648a0185edb2824ecd6f7', 'affiliates/wide/img/quick.menu.left.jpg', '4.5.48.6', '2010-11-12 11:34:59', '86ab400c6a9f866a3906c2d5e97b538a', 'N'), ('83af07ac1f763e1df32b94ecf2257e78', 'affiliates/wide/img/quick.menu.right.jpg', '4.5.48.6', '2010-11-12 11:34:59', '977638e15682f68bfccc40505b9a202c', 'N'), ('46602400137c1b6454630cf8eb9da6cd', 'affiliates/wide/img/submenu.background.jpg', '4.5.48.6', '2010-11-12 11:34:59', '6880542ce155b54b1823cb5624c8cec5', 'N'), ('89270f87f2419ef371603fc9a0b190d0', 'affiliates/wide/img/theme_thumbnail.jpg', '4.5.48.6', '2010-11-12 11:34:59', 'a043dcd4ad6af0b563bb8fc430e42188', 'N'), ('034fd688c8df79198eec988ce0b0da76', 'affiliates/wide/login_form.tpl', '4.5.48.6', '2010-11-12 11:34:59', '4679948da414a125f9f59892e98561e8', 'N'), ('1d1b38280044987fe6465f6e3cfc2a48', 'affiliates/wide/login_main.tpl', '4.5.48.6', '2010-11-12 11:34:59', '382e0595693c883b5fabe18d530fd694', 'N'), ('ad645d271e056d6187c8f1a6c0e04187', 'affiliates/wide/main.tpl', '4.5.48.6', '2010-11-12 11:34:59', '022bf74b3eede6d34c391f22ec996a0d', 'N'), ('df6c6a33eace80711aed727b0a853e92', 'affiliates/wide/main_menu.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'e3475ad0f955dfc4479db866ff718eda', 'N'), ('bd0a5c5d26c380e1722584aab79444b0', 'affiliates/wide/menu_section.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'cf42c95e8f89d461f44528b8c2136e68', 'N'), ('35c26cca41e4104b8f7ad759b62cdb02', 'affiliates/wide/myprofile.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'd40463456df7407a7d43c477eeb96618', 'N'), ('860e3ca5361b4c5d5feab295ccd269ee', 'affiliates/wide/pap4.css', '4.5.48.6', '2010-11-12 11:34:59', '04189351c7c3f65a23c6e84de67ab790', 'N'), ('279f2345c966e9dbe92c5ae95fa12238', 'affiliates/wide/personal_details.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'b6a1c2f69f6a8134744fa423ca6801b6', 'N'), ('93c24e635ec29dd52936bb2192f41f7d', 'affiliates/wide/request_new_password_form.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'c90dfbb38d0a0db87eb322ce0e6544d2', 'N'), ('7443ed508e90b5740e029431fde034e5', 'affiliates/wide/set_new_password_form.tpl', '4.5.48.6', '2010-11-12 11:34:59', '58bf3e73d3a6b46460fb05216df1d0a8', 'N'), ('1925d09edde6c03906d325dfed66087b', 'affiliates/wide/stats_chart.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'c50184523e2cfa3df0f67b7327c102e7', 'N'), ('49c0b9cf7d5349067ea2128f114663a3', 'affiliates/wide/system_menu.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'c4825611dfce0c9c765616c816320c02', 'N'), ('b726af1e0d67ec864ad29d32e911e1ce', 'affiliates/wide/theme.php', '4.5.48.6', '2010-11-12 11:34:59', '2b22cec5f1577cba2bf721fc9a09d095', 'N'), ('a19f6ff349c09bd007bafdb75d38e338', 'affiliates/wide/theme_settings.tpl', '4.5.48.6', '2010-11-12 11:34:59', '9df4358da743a43f9feea1cca8b23801', 'N'), ('b25683fbcb9e308b2bd0dadeca0d9530', 'affiliates/wide/topmenu.stpl', '4.5.48.6', '2010-11-12 11:34:59', 'b5f80c78b430780956f0d8e5e6694e86', 'N'), ('f0d4c2d43494f963f72743edce9484c0', 'install/_common_templates/add_custom_translation.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'b0bac6b4264bd6d9544d5c51dba19582', 'N'); INSERT INTO `qu_g_installedtemplates` (`templateid`, `name`, `version`, `changed`, `contenthash`, `overwritte_existing`) VALUES ('a148113855ceb676a12726e9fd43bc62', 'install/_common_templates/add_gadget_category.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'e2ec9306de4bf074a33e72c96ff238ca', 'N'), ('f6322b09a6238071f11fecb92c29141b', 'install/_common_templates/add_gadget_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'be8c80e8aff49f52f5b5c1b79be9526f', 'N'), ('8c25c815496545c3ee08a015469a7222', 'install/_common_templates/add_gadget_select_url.tpl', '4.5.48.6', '2010-11-12 11:34:59', '7cc42e1126d017efc079d892fb65d9c9', 'N'), ('85347f2a1ea3e85360e244189c59bc2b', 'install/_common_templates/additional_dynamic_form_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', '8b70e079bce66f8b2b0af4d84772ad68', 'N'), ('46bf36956083a2977b19637e40d25bbd', 'install/_common_templates/advanced_filter.tpl', '4.5.48.6', '2010-11-12 11:34:59', '3e49f92a818924f53cd39d47736847f9', 'N'), ('da265e279705e93f24e5786b140d3564', 'install/_common_templates/align_widget.tpl', '4.5.48.6', '2010-11-12 11:34:59', '124769dbcc410ae58c1dfd53f15b58d6', 'N'), ('cae2d556c64dd0a6f45a1a104095cd4c', 'install/_common_templates/api_integration.tpl', '4.5.48.6', '2010-11-12 11:34:59', '5add416010644d6b9eb7fc6888d305ec', 'N'), ('f3e51764b43a4bb159e6b326f49975b6', 'install/_common_templates/available_values_edit.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'd8ae0a51c292d5f580fb8f43c6aa8db5', 'N'), ('5af65251f21dfc1f8d2eff5d81457359', 'install/_common_templates/breadcrumbs.tpl', '4.5.48.6', '2010-11-12 11:34:59', '921035f90b931792de2bfd1fb40dc597', 'N'), ('bc221ec5557b86230d952b0f01451b3c', 'install/_common_templates/breadcrumbs_entry.tpl', '4.5.48.6', '2010-11-12 11:34:59', '42ee9a25b7525589ed65bf9625adc890', 'N'), ('5340cf30e6bc7e667d09ea422d5d98a2', 'install/_common_templates/button.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'ab00df127be0dd89a125fe05f33c0380', 'N'), ('65473afedd6e937a2121c0c996ec2c6e', 'install/_common_templates/calendar.tpl', '4.5.48.6', '2010-11-12 11:34:59', '21214f973325d61e6b00cf842dfaa77d', 'N'), ('3f5e03d9b59cee6af6e7e5ffcba6aaef', 'install/_common_templates/captcha.tpl', '4.5.48.6', '2010-11-12 11:34:59', '5c9badb7d95d5a00c7429dee97b0bbf1', 'N'), ('717bf6e98e8b0c03d3d44ec6d4fa0422', 'install/_common_templates/change_status_button.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'a0d13402819088b5078e8100a21a0159', 'N'), ('17c771c050a0ccd84f524f9d1ddbe963', 'install/_common_templates/chart_datatype_popup.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'bc1568182b4643e3bf48950e2a941d84', 'N'), ('98251bc34f00c5d824ded25ffcd558ce', 'install/_common_templates/check_box_group.tpl', '4.5.48.6', '2010-11-12 11:34:59', '9935dbc5bf9461709c69b0856a7d4099', 'N'), ('2330a2ed60f604dc59ddb1b0c82c502e', 'install/_common_templates/check_box_group_row.tpl', '4.5.48.6', '2010-11-12 11:34:59', '06dba660be425f9bf15e1644d90290ca', 'N'), ('22d7a94024136a6b80e9d17a0d1a8c6e', 'install/_common_templates/checkboxes_filter.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'fef5c1833920987bd3172dbe9d75797a', 'N'), ('9aad08d687557d09c8816c61a90bfaef', 'install/_common_templates/colorpicker.tpl', '4.5.48.6', '2010-11-12 11:34:59', '05db94b41bf41706ce49bf32d75aad22', 'N'), ('bf2ee158993f709466d4fb2f710e1801', 'install/_common_templates/config_theme_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', '2babb68eaf485efaba7af30a5b1fdf36', 'N'), ('6db32128e3983465a9e9e02b3ee8cb6d', 'install/_common_templates/confirm_dialog.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'e23acdf8f02455be771f5844a3bed51c', 'N'), ('8b2a3e76161c5fa3d64aaa6bd42363e3', 'install/_common_templates/confirm_dialog_label_value.tpl', '4.5.48.6', '2010-11-12 11:34:59', '3b53a0711a39da60f308e1846fbbb8ab', 'N'), ('6e29a6eeae2cd05698a5f59e831dcc43', 'install/_common_templates/confirm_dialog_with_value.tpl', '4.5.48.6', '2010-11-12 11:34:59', '197325eadea8c36f199d51db65f73bb2', 'N'), ('931a28505456770aa5c9079344a7d2b9', 'install/_common_templates/content_gadget_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', '79428f6a77f38592dfa1716653bbe79b', 'N'), ('f1e9a725d39e7dfe8c10217d23acb26a', 'install/_common_templates/context_menu.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'cddf235a2fec1ae75063d576ccdc6185', 'N'), ('9fb9d649e1eccab67333ebd299b23e8c', 'install/_common_templates/copy_user_role.tpl', '4.5.48.6', '2010-11-12 11:34:59', '67725ef54593ecb567ed04a3935faecb', 'N'), ('bddf19271b12d04dd54d4b680e5d9fdc', 'install/_common_templates/currency_textbox.tpl', '4.5.48.6', '2010-11-12 11:34:59', '859fd8293b92897b3be4c9a6c4aa3a8f', 'N'), ('a29a63c5fddb346b45dbaf3d498e0d0c', 'install/_common_templates/custom_date_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'b740a50139128d39a48d89c0a4f4567d', 'N'), ('18fdbeb246ca1f2cc1be485ec5934ce9', 'install/_common_templates/custom_filter_element.tpl', '4.5.48.6', '2010-11-12 11:34:59', '536bf2015d2f08451089896c0bd0013c', 'N'), ('1277f3b33e4f8a2b1f2e01ad64d95530', 'install/_common_templates/custom_filter_field.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'ba1e6ae828d1170750cddf934c25bd7a', 'N'), ('3025298f7f658c5e66146836a08ee0d0', 'install/_common_templates/custom_time_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', '94bb18d120b20b9b6d2a0377e9df8958', 'N'), ('3bea905edad7259b8ef168bc6f79397d', 'install/_common_templates/data_field.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'e60b9b057bded055daffbdb797698a50', 'N'), ('a75927076a7722b858e3b8e5885c1a16', 'install/_common_templates/data_field_with_help.tpl', '4.5.48.6', '2010-11-12 11:34:59', '4615cdd789beea34c16b4c1f692a3a3b', 'N'), ('4dc379c22501abe7b4685782cc813f8a', 'install/_common_templates/date_number_format_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'e26284328d2ba7da47d30e8e458c13b1', 'N'), ('706386a0cbd8fca7b09a1ac17b61aa74', 'install/_common_templates/date_preset_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'abc7d225baa948aed70cc1073b786fe8', 'N'), ('9803ff4c513dee2830c81a93e6531507', 'install/_common_templates/date_range_filter.tpl', '4.5.48.6', '2010-11-12 11:34:59', '3875dbc075f33ccaac856190ee103557', 'N'), ('81fc5394f01f0ff9341f37c6e401e944', 'install/_common_templates/date_range_filter_field.tpl', '4.5.48.6', '2010-11-12 11:34:59', '7e6f9d039cb8a6c5e79888773499dc7b', 'N'), ('948e9e173256c8aee1c66fb357999c95', 'install/_common_templates/date_textbox.tpl', '4.5.48.6', '2010-11-12 11:34:59', '4d2bf89bd754bbaccc15e48d7a37dd02', 'N'), ('7bbc9186c833f897ea3b88e1cbdc7570', 'install/_common_templates/daterange_popup.tpl', '4.5.48.6', '2010-11-12 11:34:59', '8286747eb7bf5f14f1e25fc155faa773', 'N'), ('e1ae836fab24477a3a4a37dc985d98da', 'install/_common_templates/datetimepickercontent.tpl', '4.5.48.6', '2010-11-12 11:34:59', '9771684f29bc88d974cc64283055d1d1', 'N'), ('4658af8c5ef10f8cd8c6637caca9a69b', 'install/_common_templates/desktop.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'b653025800e416896bd453246061a535', 'N'), ('2a6e72b115aa38884906f445a0ff1771', 'install/_common_templates/desktop_gadget.tpl', '4.5.48.6', '2010-11-12 11:34:59', '21394ff13337e4716860c12b5e4fb312', 'N'), ('4d2c94f55916434acdd8a79fe32fe017', 'install/_common_templates/desktop_main_menu.tpl', '4.5.48.6', '2010-11-12 11:34:59', '31eb02f3f6b767d24012753d50ff5159', 'N'), ('5f00aa9f94303abfae3d404c8ec86637', 'install/_common_templates/desktop_settings_mode.tpl', '4.5.48.6', '2010-11-12 11:34:59', '1054d3be606383580f8d521f2d72682f', 'N'), ('99c67d189e6c5d4254427f44e2d2759e', 'install/_common_templates/drag_container.tpl', '4.5.48.6', '2010-11-12 11:34:59', '358104feb6f9c3c2a01206e460726eac', 'N'), ('c418d1623fc73ba5a4c9f59b2ff64335', 'install/_common_templates/dynamic_form_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'ad39ac8a1e2e2e93ab1c8460c2db88e4', 'N'), ('0fdfb7c9b7792b1d1aff7004d5917d46', 'install/_common_templates/edit_textarea_widget.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'ddd69348b1f228c2ca29a5251388e9f1', 'N'), ('7569696377298dc19765b947214eb1c4', 'install/_common_templates/edit_tracking_code_widget.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'c5c27e66753ca3f3dad33c5103ea51f4', 'N'), ('bf4ed774847bb819e5665ab38ce07001', 'install/_common_templates/editor.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'a8c5483c720526b56fa899a91045c287', 'N'), ('2db178f91a8bb31dbf38229e03cf6d4b', 'install/_common_templates/editor_with_constants_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', '6c9e8d91f33bc90c661e9b67ca5ff1e1', 'N'), ('ad40f28fbfc6362cb2776c33ecee4c9f', 'install/_common_templates/email_form.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'c77909786ea27726a04c9897fca22ecf', 'N'), ('90055847926a42bd25125161d9d58584', 'install/_common_templates/email_setting_smtp_form.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'd17124a143f842ab1876ed14a74bc762', 'N'), ('b33189b4b1349ea062e10c0c41a7e1c8', 'install/_common_templates/email_settings_form.tpl', '4.5.48.6', '2010-11-12 11:34:59', '5d1d6cf14b07a20ab0b148b32472209c', 'N'), ('853ee605afb7c42dfbdc1023dde2f5e0', 'install/_common_templates/email_settings_tab.tpl', '4.5.48.6', '2010-11-12 11:34:59', '5f60b782a7527d85b3696db285077c42', 'N'), ('aad2df4d5825d61c8ed38043ea22ec6f', 'install/_common_templates/email_template_edit_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'df2390b1aba889f8f478b2bf75d515d9', 'N'), ('3f0c7f162e7eaff4430946a5a8652f26', 'install/_common_templates/expired_session_dialog.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'ba711bd5d1e932ffc4fbc8e601204905', 'N'), ('9ce7c6f19433641c8b4b9943f17f50e6', 'install/_common_templates/extendable_text.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'c271a315a4ab4027085b09cfa57d38d5', 'N'), ('ef0bebce62fc2a03e15aeb6a9b0b4e60', 'install/_common_templates/extendable_text_content.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'cca4ebdf72f3cb7638b6c5bf0f59d9aa', 'N'), ('7bf06037e9e9308b6483ec79ce377089', 'install/_common_templates/extendable_text_widget.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'c489b602a82ab5c8055f83785a96591e', 'N'), ('430d2603b12415a681f9abdcf029b236', 'install/_common_templates/feature_detail.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'a1251d11bd034c50c491600bd3a37489', 'N'), ('54e16f2f752c60e4d657d4f8bb68fcd1', 'install/_common_templates/feature_on_activate.tpl', '4.5.48.6', '2010-11-12 11:34:59', '544374f96c5524c306a5c6f6f956200c', 'N'), ('b185ba33eac0300c3e045f383e0c2b90', 'install/_common_templates/feature_on_deactivate.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'a1767954af4547adcfb12cf4107f3468', 'N'), ('31c0f19a52168029cb5b588a7770b089', 'install/_common_templates/feature_settings.tpl', '4.5.48.6', '2010-11-12 11:34:59', '5d838e8f918159809ffa7f57d458f374', 'N'), ('638988e6aa8d6a265e78b19953a1fcfa', 'install/_common_templates/field_type_edit.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'b1294ba5d4486ea1cf8022a51e277a11', 'N'), ('4c1fd5fab139b8f74c155061b017b2a0', 'install/_common_templates/file_widget.tpl', '4.5.48.6', '2010-11-12 11:34:59', '81374fa03c121ad6bda8c1f6d292fd2d', 'N'), ('b150bdf0b0fdb734f2b24307ab3c1e21', 'install/_common_templates/filter.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'de6e64af8edd06be91e83fd2b0505f1f', 'N'), ('71a3be0aaf91e7c392c2e4ca3acc7c79', 'install/_common_templates/filter_form.tpl', '4.5.48.6', '2010-11-12 11:34:59', '9b5a957005197803b31e6d03f974213a', 'N'), ('9017e8d1c628f0068ee37eac722e0c0b', 'install/_common_templates/filter_header.tpl', '4.5.48.6', '2010-11-12 11:34:59', '6bc900aef83e8c73966944e08dd7e4a2', 'N'), ('b037cff8e95a0cf0a3583ea9a0da1cae', 'install/_common_templates/filter_search.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'c9ca036dcff39d9c30724916f8921fd4', 'N'), ('482bd37f669204efef8fbbd906245e5a', 'install/_common_templates/footer.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'e7b3dd04311e8329d464f54d307d53c6', 'N'), ('a085550ea3e62c0109e58eadb628a5e1', 'install/_common_templates/form_field.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'ad4cd0dd5e6c64fa5f93a816fa72e897', 'N'), ('7a78c8e94fa9ef9a341db6be53bf4048', 'install/_common_templates/form_field_checkbox.tpl', '4.5.48.6', '2010-11-12 11:34:59', '300ea0a723fe945e10a21d9fb187a6c0', 'N'), ('c6be12977826c384c2187f24dfb8b6fe', 'install/_common_templates/form_field_radio.tpl', '4.5.48.6', '2010-11-12 11:34:59', '7003b01617ac783fb9b310e6f31d082c', 'N'), ('34e5682735d73832e3e3fecff4127826', 'install/_common_templates/frame_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', '7b13a1add8ba712d8a34f4285414b419', 'N'), ('728a79a80cb85544f668b7a8cc65d8cd', 'install/_common_templates/gadget_config.tpl', '4.5.48.6', '2010-11-12 11:34:59', '3c5a54d063eda6b88286217d189c3e4c', 'N'), ('1d08497c2c0629e34139e6023dd99a04', 'install/_common_templates/gadget_google.stpl', '4.5.48.6', '2010-11-12 11:34:59', '7ff6c8b26c237caf0577e1baf4e819c0', 'N'), ('5036daf315bd1837dc8bff71488d9c5a', 'install/_common_templates/gadget_header.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'a72a8c2c242fdf3a1ef76f6e0a5d6695', 'N'), ('e79ffcc2a2104e4297d1ff53dc88bb27', 'install/_common_templates/gadget_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', '4178c029db5e146bc731d779d65a8a36', 'N'), ('75c66d17a21bf738d376522dabe40a48', 'install/_common_templates/gadget_row_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'a8c6e59d5de5496dbdeda9d57d2788da', 'N'), ('bf276ec233256a0771fb091b6334699b', 'install/_common_templates/gadget_rss.stpl', '4.5.48.6', '2010-11-12 11:34:59', '8f73ed22a7ed6f0ca4416e88fedeac78', 'N'), ('533833ed9a96eed49f8ab3cb1fc16678', 'install/_common_templates/gadget_settings.tpl', '4.5.48.6', '2010-11-12 11:34:59', '105ff2811c81ac9c55ea57b7d0ac0148', 'N'), ('ed8c311b8a16ecff690b8fa1d370d372', 'install/_common_templates/gadget_uwa.stpl', '4.5.48.6', '2010-11-12 11:34:59', 'fc6f4e53b8ccb091f7b2b074c91e4bd2', 'N'), ('010f58e33f364bdc74e177068a71afdf', 'install/_common_templates/gadget_window.tpl', '4.5.48.6', '2010-11-12 11:34:59', '513ecc937c6be566a42aaf549652fdbe', 'N'), ('ac050d5c4aaf613b3739e348052ada27', 'install/_common_templates/gadget_window_bottomleft.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'ff7129ad4f9f45270ed9e44b088a5e55', 'N'), ('d19f853cca07792dedf868b2b2e8f88e', 'install/_common_templates/gadget_window_left.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'fee5ef79e66e21558f2d86fd2c4f6f83', 'N'), ('2c1419ed7aea1ea999fda7e081abc69f', 'install/_common_templates/gadget_window_topleft.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'cd802bf0b15f07cb12f8cc74ff1e4679', 'N'), ('7d3c06e09ec010cbe77f11d11cb9cace', 'install/_common_templates/gadgets_filter_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'd4684697cb82cfd91d4af03897e42046', 'N'), ('db8af2ac451314c40e67cd396f2ee818', 'install/_common_templates/gadgets_no_data.tpl', '4.5.48.6', '2010-11-12 11:34:59', '10490ba64dc553766a2a507867ea5d9a', 'N'), ('8a39ad95eb730cc4b580f6babcc5df95', 'install/_common_templates/gpf.css', '4.5.48.6', '2010-11-12 11:34:59', '4e444e0216f417ae71aee209649ad1ba', 'N'), ('e217b81ddf071906c1d5d35baeb44286', 'install/_common_templates/gpf_db_mail.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'b5ea5e9ecef2152fdf967085a7689adc', 'N'), ('ab8e2509af2dfefb237b5e8668e114e0', 'install/_common_templates/grid.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'd20c62be2b5d77862f2ba81e371f4d4f', 'N'), ('86226fe58ed6e2a122ed9ba4280de9f5', 'install/_common_templates/grid_bottombuttons.tpl', '4.5.48.6', '2010-11-12 11:34:59', '26695c6d27d33d3121ec70985aa7649b', 'N'), ('8eb18957bbf6c92c966e74ccb3342615', 'install/_common_templates/grid_bottomgridline.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'c835d38d6156165a02cb1dd2661ddd07', 'N'), ('4bae2be508ec8f11d86280c6ba1cdd18', 'install/_common_templates/grid_nodata.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'e30adc67da2434c4e93dfdedb6023bc2', 'N'), ('ea4b78475e4fc383b8d83ce7ea4be46c', 'install/_common_templates/grid_pager.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'a4eae610598debf021109f81744cb263', 'N'), ('ed2e778a780217cc4b2197d16363ac1e', 'install/_common_templates/grid_selector.tpl', '4.5.48.6', '2010-11-12 11:34:59', '4961944e8e7e0606c831881c32b591bb', 'N'), ('d22b7eb0269bf282b686aac669461a0e', 'install/_common_templates/grid_topbuttons.tpl', '4.5.48.6', '2010-11-12 11:34:59', '1a3f67ea907da0208903a5679ecacfd9', 'N'), ('58f77269e2dba04a48b1eb9ee50bf0bf', 'install/_common_templates/grid_topgridline.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'da6ec34c642ca6fe8b39f1d1609cab2a', 'N'), ('4e65745f40998b321c59f3137cfe77b9', 'install/_common_templates/header.tpl', '4.5.48.6', '2010-11-12 11:34:59', '32d459ea9f7ebf7a241715058cc91f38', 'N'), ('3ab0bad9293518f87fcb325d7c9efdac', 'install/_common_templates/horizontal_layout_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', '8b6098cd64720cff686cc24e06ac4c17', 'N'), ('afd85565e3a4dde9ac89b48e48e16e3d', 'install/_common_templates/icon_button.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'b5bdf543a43063d2f4220611733daec9', 'N'), ('8891ce9e02ba45e8425375845ebf21f7', 'install/_common_templates/icon_object.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'ff8d25e63eca03b325c4501e13358fb2', 'N'), ('3dc61ca88096cb62391ed4d49b05f081', 'install/_common_templates/icon_picker.tpl', '4.5.48.6', '2010-11-12 11:34:59', '77a002b90f678df44bcca5776f314820', 'N'), ('c90039ea1bde077c2ea71f4d141619d9', 'install/_common_templates/icon_picker_panel.tpl', '4.5.48.6', '2010-11-12 11:34:59', '4342c424a8cb290701f64d0cb63655ec', 'N'), ('1adcbc380ad57689557f1f41ef91a8ac', 'install/_common_templates/icon_status_widget.tpl', '4.5.48.6', '2010-11-12 11:34:59', 'ff9e2bc87e203324cc33c4b3ac365dfe', 'N'), ('7821fc604f5bb04d2735cad996f251e0', 'install/_common_templates/image_uploader.tpl', '4.5.48.6', '2010-11-12 11:34:59', '730e6f34b9878f5152e3ba12da5a7d1c', 'N'), ('f6940ead56812f0c7329ce9b1f88477f', 'install/_common_templates/imagepicker.tpl', '4.5.48.6', '2010-11-12 11:34:59', '8e0e3c7c81df4655610936ab77fc0d8c', 'N'), ('1b58796231b30a23af457557f0a6acba', 'install/_common_templates/img/FB_share_button.png', '4.5.48.6', '2010-11-12 11:34:59', 'a56c7efd784eb61b5ac1e6f4111f59a8', 'N'), ('23b313af662fea0fb0d53bfcc43c3756', 'install/_common_templates/img/Thumbs.db', '4.5.48.6', '2010-11-12 11:34:59', 'bdc62ffcd5280e5762092f0d48305bce', 'N'), ('faf41274ead74b05b8ef0252b25995ee', 'install/_common_templates/img/affiliate-manager.gif', '4.5.48.6', '2010-11-12 11:34:59', '553d2079dbcc1b2baf63fc28e309cbf3', 'N'), ('cd8bf93336a67288d2241299b8708209', 'install/_common_templates/img/alt.png', '4.5.48.6', '2010-11-12 11:34:59', 'b0f9d31351efbf90578ff392cae6b51e', 'N'), ('1d0d69b21eb70cd46167fe00bb43bf20', 'install/_common_templates/img/attachment.png', '4.5.48.6', '2010-11-12 11:34:59', '8351d8840155b42ed4555035657b3892', 'N'), ('d092cc24facf8e8ca492a8b0246870ab', 'install/_common_templates/img/attachment_delete.png', '4.5.48.6', '2010-11-12 11:34:59', '36ec1f9102d2f054a045f89bcfed1427', 'N'), ('f32ef258f765898979dc43f67420da22', 'install/_common_templates/img/balloon.error.arrow.png', '4.5.48.6', '2010-11-12 11:34:59', '57f6d7c5e22cfbd50f5c2a86f5c31552', 'N'), ('5bbac17f9e4166d57d3b695fb5719095', 'install/_common_templates/img/balloon.error.png', '4.5.48.6', '2010-11-12 11:34:59', 'c865f28e7f1cbdaaf5cde203ee9c899d', 'N'), ('6b784501c926462b8a98753b12cdd9f1', 'install/_common_templates/img/balloon.error.vertical.png', '4.5.48.6', '2010-11-12 11:34:59', '9b41530651528380532abd74241e04a1', 'N'), ('7257907d0402a011463cd146d306f303', 'install/_common_templates/img/balloon.help.arrow.png', '4.5.48.6', '2010-11-12 11:34:59', 'e945d6f57c493e1ef8e752cb41a0ec2d', 'N'), ('ff62ad3623656068c750875502d13bf9', 'install/_common_templates/img/balloon.help.png', '4.5.48.6', '2010-11-12 11:34:59', 'dc84b0cd861b1336d026a522a8a64409', 'N'), ('6f42a780656af2d40be806a9e604f0ff', 'install/_common_templates/img/balloon.help.vertical.png', '4.5.48.6', '2010-11-12 11:34:59', '3de65bed0fc348f05b5ee22a971454a2', 'N'), ('b747ba2761446f185ff579cdc76ba25d', 'install/_common_templates/img/browsers.png', '4.5.48.6', '2010-11-12 11:34:59', '67e449054e2a51c023e8cd867a9a9f42', 'N'), ('e2430e5c3bb073c45520885907126a5e', 'install/_common_templates/img/button.icon.png', '4.5.48.6', '2010-11-12 11:34:59', '7fe0dae178ca48f31ca3b440d88ba011', 'N'), ('0d81a16f652f36e0bb44ba0c602015f4', 'install/_common_templates/img/button.png', '4.5.48.6', '2010-11-12 11:34:59', 'bfeaa27a8b0c7c52e978ee91a0609975', 'N'), ('624dc973e988351e7b4f2c94cd2570e8', 'install/_common_templates/img/checkbox.png', '4.5.48.6', '2010-11-12 11:34:59', '769adebe16c9648593de3e915c7d5a59', 'N'), ('ec65e7a44b00ff4c3075a21561fb1aa9', 'install/_common_templates/img/checked.gif', '4.5.48.6', '2010-11-12 11:34:59', 'f3216326c00890259e84f1726dd1043f', 'N'), ('3875ef1059035a9e017761bf275bf77c', 'install/_common_templates/img/content_bottom.gif', '4.5.48.6', '2010-11-12 11:34:59', '752b9cf627b4c7dbccc857d5a691d4b9', 'N'), ('704433b86bfc39413b440fa8bf673418', 'install/_common_templates/img/content_bottom_left.gif', '4.5.48.6', '2010-11-12 11:34:59', 'f050f014c1de2756f669817b104181b0', 'N'), ('ccaa871a91fe42238b6d262e69fd40c6', 'install/_common_templates/img/content_bottom_right.gif', '4.5.48.6', '2010-11-12 11:34:59', 'f7196a6f7f8e41930f25cb60103297e4', 'N'), ('777db9828dd6c4f0eb993afed7cf07a4', 'install/_common_templates/img/content_left.gif', '4.5.48.6', '2010-11-12 11:34:59', 'd8538d3756f8c6027414a583858618a8', 'N'), ('b91ee536690580fd251c7781b219ce9c', 'install/_common_templates/img/content_right.gif', '4.5.48.6', '2010-11-12 11:34:59', '97177491028c3422434d64a29fce343b', 'N'), ('26d9f6d2dc958d951bd45621356a36e9', 'install/_common_templates/img/content_top.gif', '4.5.48.6', '2010-11-12 11:34:59', '1206ee1251333832e10a09d0dd84c3f8', 'N'), ('4ac3dd2867fc5c9bad49964015d13b26', 'install/_common_templates/img/content_top_left.gif', '4.5.48.6', '2010-11-12 11:34:59', '8a397076700e439a1c8f24aa9e1c1760', 'N'), ('59804348dce5a4da1990e0e87a514384', 'install/_common_templates/img/content_top_right.gif', '4.5.48.6', '2010-11-12 11:34:59', '13947f410657fe4b089d663c9b9922a2', 'N'), ('f971f2860d0bd13a7c418b78211b773e', 'install/_common_templates/img/custom.jpg', '4.5.48.6', '2010-11-12 11:34:59', 'd9c02d3d767d73e707bfc28075d882c3', 'N'), ('aa4e8754a0fdbc73526d70c2b0d06885', 'install/_common_templates/img/delete.png', '4.5.48.6', '2010-11-12 11:34:59', 'f0e6c0036c26a8a263eb53b28296e4ac', 'N'), ('3452d668df53828d9e0c45d086c62887', 'install/_common_templates/img/dirty.gif', '4.5.48.6', '2010-11-12 11:34:59', 'decca3b96e2c37cf6eb04ddb0d9f669b', 'N'), ('d77443c0d7b3e94128238fde8cb88938', 'install/_common_templates/img/doc.png', '4.5.48.6', '2010-11-12 11:34:59', 'c914d3518532910b13728f3d9b43056d', 'N'), ('a0ee5fc681e062a6be9d4528169d038c', 'install/_common_templates/img/draggable.png', '4.5.48.6', '2010-11-12 11:34:59', 'ab4fb4e3c82ccb353b30640cc36eaf67', 'N'), ('804556edbb609d29cd09ebc31e37406a', 'install/_common_templates/img/failed.png', '4.5.48.6', '2010-11-12 11:34:59', 'b6a268fab3d9f1cc551c693ee6839830', 'N'), ('9a7a3326c6bc4d3e0d28acdafa0c650c', 'install/_common_templates/img/favicon.ico', '4.5.48.6', '2010-11-12 11:34:59', 'd7dbca3e2df70d3aee5b2d2bf9ab15e6', 'N'), ('03571a8bdc8a0e66fdc2d7e1ab877b7e', 'install/_common_templates/img/feature.png', '4.5.48.6', '2010-11-12 11:34:59', 'a17a20726ab706b8cc4d7ad89ee36ef9', 'N'), ('ef7c82ac34cd21370c1fae7072622f34', 'install/_common_templates/img/fieldset.background.png', '4.5.48.6', '2010-11-12 11:34:59', 'e02200ae4d1960c61c1baffeee30713a', 'N'), ('eee2bf72783022d9621eb8f1b5b47a30', 'install/_common_templates/img/filter.background.png', '4.5.48.6', '2010-11-12 11:34:59', 'd0dd4171464ced5e0a869ab2faa211f8', 'N'), ('18fe03ccad7465caee1c78bb3472de4e', 'install/_common_templates/img/folder.png', '4.5.48.6', '2010-11-12 11:34:59', '74ad8feccb7ac18bde1380dd7bdbdd06', 'N'), ('e8af9920645cbb25fb3a9d79d31f0bed', 'install/_common_templates/img/footer.background.jpg', '4.5.48.6', '2010-11-12 11:34:59', '785055f715fc8c153fe6fa9231620e8c', 'N'), ('ecf65f2e36ff59f65722b910a10e483c', 'install/_common_templates/img/gadget.background.png', '4.5.48.6', '2010-11-12 11:34:59', 'ad4d3131595af98d69b699d7bcb560f4', 'N'), ('4a7dafe0786cd5e8d753f54d134dfd38', 'install/_common_templates/img/gadget.png', '4.5.48.6', '2010-11-12 11:34:59', '149cda728abc46f8e7d6ba2b7ffa3844', 'N'), ('a5ed3fe86ae82556d43361633038ab8f', 'install/_common_templates/img/gadget.vertical.png', '4.5.48.6', '2010-11-12 11:34:59', '0931466af2cc61f0fcdaa76ef26ad932', 'N'), ('b8995255a5a266f6ac808bd0f54334df', 'install/_common_templates/img/grid.no.data.png', '4.5.48.6', '2010-11-12 11:34:59', '8d4e78d189687b989b07cfb5ccce6522', 'N'), ('6a361442fd4af4dcd007d371535255ed', 'install/_common_templates/img/grid.png', '4.5.48.6', '2010-11-12 11:34:59', '9b74b8b6aee2d3456a0fdd0d871317c0', 'N'), ('9d9c4e9128a8addefb526627ac1cfa1c', 'install/_common_templates/img/grid.views.png', '4.5.48.6', '2010-11-12 11:34:59', 'f3cccc4cf313aad1e2d6a51f3ab169a8', 'N'), ('df10006fc5aae66237988a9124dc9c18', 'install/_common_templates/img/html.png', '4.5.48.6', '2010-11-12 11:34:59', '23bf6c9bc9121ffd0c273b5414faaba0', 'N'), ('69483a23c88589a26be0b6d95f498501', 'install/_common_templates/img/icon-addgadget-big.png', '4.5.48.6', '2010-11-12 11:34:59', '49e2f7dd155012136b5eea97f9b99ed4', 'N'), ('e5df13188e556eb8a4902cddd9d5dff7', 'install/_common_templates/img/icon-addgadget-middle.png', '4.5.48.6', '2010-11-12 11:34:59', '5c6969388ac082e7ffd663e962dd958a', 'N'), ('e6b851c9dc79fd747e1d26b0cc1176c7', 'install/_common_templates/img/icon-addgadget-small.png', '4.5.48.6', '2010-11-12 11:34:59', '80fa5db57fa49bbe9107d3551e2e838f', 'N'), ('9c2aa0e58d74f46d4c13309a651f83aa', 'install/_common_templates/img/icon-admins-big.png', '4.5.48.6', '2010-11-12 11:34:59', 'c237d6f787767e2f76b4a299fd125fe0', 'N'), ('04da81924b2c4384970fb4f3b2f6191e', 'install/_common_templates/img/icon-admins-middle.png', '4.5.48.6', '2010-11-12 11:34:59', 'd2c4880aa1784ce3fb133558bccd8834', 'N'), ('053a47cdfffa2f67afb01fb5a55c0b5f', 'install/_common_templates/img/icon-admins-small.png', '4.5.48.6', '2010-11-12 11:34:59', '0f70cfe05138f5d664f50b009bebdaf7', 'N'), ('f0679628d2e5e83c913a8b9058dae875', 'install/_common_templates/img/icon-communication-big.png', '4.5.48.6', '2010-11-12 11:34:59', 'd9634c6d21ab0388db756a302b43c24b', 'N'), ('f22ba25e225bc23e3f9582c6c88258f7', 'install/_common_templates/img/icon-communication-middle.png', '4.5.48.6', '2010-11-12 11:34:59', 'dad7567ea8455db8f9d04f62827f95b7', 'N'), ('bb8e1f211d5a2fb89e989bde53cb0a43', 'install/_common_templates/img/icon-communication-small.png', '4.5.48.6', '2010-11-12 11:34:59', '4ca468f4707653aea90c10a8aee280be', 'N'), ('e57f358dba6b34cf9425fedba67191a7', 'install/_common_templates/img/icon-confirmationrequired-big.png', '4.5.48.6', '2010-11-12 11:34:59', '99e46acda790c695b9e695235bc567ea', 'N'), ('c0c2908e668e3c814e1820e2b5f08138', 'install/_common_templates/img/icon-confirmationrequired-middle.png', '4.5.48.6', '2010-11-12 11:34:59', '8f46b185cc39f2a1eac84b10786b1a22', 'N'), ('8c641802526c9d8e1ede4c4321c3baf4', 'install/_common_templates/img/icon-confirmationrequired-small.png', '4.5.48.6', '2010-11-12 11:34:59', '398919d212a85128db98277d1637fc66', 'N'), ('fd4740567e450b629943a59902b37d50', 'install/_common_templates/img/icon-content-big.png', '4.5.48.6', '2010-11-12 11:34:59', 'ea668db8e90d4d2dd5891be9c3662d65', 'N'), ('dd85257c24798cd241c7a7783de9b37d', 'install/_common_templates/img/icon-content-middle.png', '4.5.48.6', '2010-11-12 11:34:59', '72a5e3a0a993e899b89747f7a977c3b8', 'N'), ('dd2c519cba8d552964b30be6d860477f', 'install/_common_templates/img/icon-content-small.png', '4.5.48.6', '2010-11-12 11:34:59', 'aba167c8a15a1f84f1cc004498e2fcd1', 'N'), ('65f5bf076016ddc0979c8a59a9c45593', 'install/_common_templates/img/icon-desktop-big.png', '4.5.48.6', '2010-11-12 11:34:59', '5a993071a268cb9c4b8ff360204666e8', 'N'), ('9acea1d949cf2203b2d04b0b750ce957', 'install/_common_templates/img/icon-desktop-middle.png', '4.5.48.6', '2010-11-12 11:34:59', '4dafab8ad39af078221f93bb72afd489', 'N'), ('3d5cb0e4c27b9b94a3f68be7b325bdc1', 'install/_common_templates/img/icon-desktop-small.png', '4.5.48.6', '2010-11-12 11:34:59', '4097ff78d80c697ec3601e8bfeacf3c0', 'N'), ('76406697f2be2a9ef5ddc00a7beda864', 'install/_common_templates/img/icon-dialog-big.png', '4.5.48.6', '2010-11-12 11:34:59', 'ea668db8e90d4d2dd5891be9c3662d65', 'N'), ('c9cbd5eb0b005654d762bd64f4000902', 'install/_common_templates/img/icon-dialog-middle.png', '4.5.48.6', '2010-11-12 11:34:59', '72a5e3a0a993e899b89747f7a977c3b8', 'N'), ('d00bf62abc2411f2366d842e0dfb482e', 'install/_common_templates/img/icon-dialog-small.png', '4.5.48.6', '2010-11-12 11:34:59', 'aba167c8a15a1f84f1cc004498e2fcd1', 'N'), ('c2c9a833e065490af5443c7f09351c6b', 'install/_common_templates/img/icon-export-big.png', '4.5.48.6', '2010-11-12 11:34:59', '0b33f3a6ea9cc42150d97444626249cc', 'N'), ('0f540af1cf2605eab2f2a08cbd28ce15', 'install/_common_templates/img/icon-export-middle.png', '4.5.48.6', '2010-11-12 11:34:59', '065e11d3d5f7cd3e9cb62b7930ccd618', 'N'), ('32562abaf80dcbba6b7e5ea3c94762cf', 'install/_common_templates/img/icon-export-small.png', '4.5.48.6', '2010-11-12 11:34:59', 'ce6a9dc9ddd0a392fd7ec680bfa3e77b', 'N'), ('08bde1720d0546b37e8da5b0dfd6b552', 'install/_common_templates/img/icon-exportfiles-big.png', '4.5.48.6', '2010-11-12 11:34:59', '4affb865e1adcfa375831dd6946eac39', 'N'), ('1c2b56fb01b916e13a9a2938319598ac', 'install/_common_templates/img/icon-exportfiles-middle.png', '4.5.48.6', '2010-11-12 11:34:59', 'd4d80ae06ef763aa17607b25703cae46', 'N'), ('9af8b673a9ff9fc488f83098ff323158', 'install/_common_templates/img/icon-exportfiles-small.png', '4.5.48.6', '2010-11-12 11:34:59', '34ff8df8776318a79a686ba86d24c750', 'N'), ('a146f393ed29ae78c6c7b9cabb5bb909', 'install/_common_templates/img/icon-features-big.png', '4.5.48.6', '2010-11-12 11:34:59', '4ba9e54a2c4441183ea17ae39caf15f5', 'N'), ('fdad1280506b7f072802f8f3fec94871', 'install/_common_templates/img/icon-features-middle.png', '4.5.48.6', '2010-11-12 11:34:59', '17d215110cdaae0725f1a108c7d6e74d', 'N'), ('379adb7f582c910491f9044b5b9c5c91', 'install/_common_templates/img/icon-features-small.png', '4.5.48.6', '2010-11-12 11:34:59', 'e51f91c359e0bed9d11b78080290b28f', 'N'), ('bfbc4065851d6f6b7ade9632a460d8a0', 'install/_common_templates/img/icon-help-big.png', '4.5.48.6', '2010-11-12 11:34:59', '9007ac5af8f6f10ccffb0bfb2bf7d363', 'N'), ('64f42930325cc4f1b3d2270e09132d4f', 'install/_common_templates/img/icon-help-middle.png', '4.5.48.6', '2010-11-12 11:34:59', '01dbb879f7f4c662128d1d9f4c04640c', 'N'), ('b16f0b36a5958b4343fccf7f36679eb5', 'install/_common_templates/img/icon-help-small.png', '4.5.48.6', '2010-11-12 11:35:00', '832097c7d37772be765ef635e6d348ee', 'N'), ('e84364724695b83db89ca1b2c5a37192', 'install/_common_templates/img/icon-home-big.png', '4.5.48.6', '2010-11-12 11:35:00', '46fad7bed165099bc5c520b1ab962fed', 'N'), ('3420a596a21414dc82f303eee8649433', 'install/_common_templates/img/icon-home-middle.png', '4.5.48.6', '2010-11-12 11:35:00', '051d86170471f4c07947c14be0768bc0', 'N'), ('b271da9192a8175ddf5a00e752871d26', 'install/_common_templates/img/icon-home-small.png', '4.5.48.6', '2010-11-12 11:35:00', 'c5b62a0af020b01ed1791e44e76aec4f', 'N'), ('c120d312ee46119acd7ad5e5e73742b5', 'install/_common_templates/img/icon-import-big.png', '4.5.48.6', '2010-11-12 11:35:00', '077886a7a7fde922b46a0116ae1f60ee', 'N'), ('90787e595de8e37956471d78262dc496', 'install/_common_templates/img/icon-import-middle.png', '4.5.48.6', '2010-11-12 11:35:00', '809edd07acbdffaab010ab6c365dfca0', 'N'), ('ffe60b64df34047939f19cadfe1b30cd', 'install/_common_templates/img/icon-import-small.png', '4.5.48.6', '2010-11-12 11:35:00', '6e4e62703d746625306f230211abe5e0', 'N'), ('211c268987d84d9d7970311af2cd7d66', 'install/_common_templates/img/icon-importexport-big.png', '4.5.48.6', '2010-11-12 11:35:00', 'ec07ded49abf1de13fca318f4a3e1e0d', 'N'), ('dc02fce3348c8e4d6ac6e8b7825afe96', 'install/_common_templates/img/icon-importexport-middle.png', '4.5.48.6', '2010-11-12 11:35:00', '6d4fb0ee56db17d61501ba8c26e62258', 'N'), ('37e26b3a7740efbb42176922bde37849', 'install/_common_templates/img/icon-importexport-small.png', '4.5.48.6', '2010-11-12 11:35:00', '56d6557f6098dd41450c3e4b81ace802', 'N'), ('5e6b40fd4ebbd1fce158d9cdec2c969c', 'install/_common_templates/img/icon-informations-big.png', '4.5.48.6', '2010-11-12 11:35:00', '52544f78f6c21ff28917b9f0a3577333', 'N'), ('db8ca587abb29c3c783879d464dad09d', 'install/_common_templates/img/icon-informations-middle.png', '4.5.48.6', '2010-11-12 11:35:00', '66fcddef6f1a68251e6840914910938b', 'N'), ('ace7e132150e0151cc24794389bd14f9', 'install/_common_templates/img/icon-informations-small.png', '4.5.48.6', '2010-11-12 11:35:00', 'fcf56ff111c67e58b05ae8b0ecc18e62', 'N'), ('2efa440593fde8e2b8e9a9144723b36d', 'install/_common_templates/img/icon-integration-big.png', '4.5.48.6', '2010-11-12 11:35:00', '59e9ca2ec6c48baa0034b7cd94ca20d4', 'N'), ('5a58abe84284a99933692d4f8bf855a4', 'install/_common_templates/img/icon-integration-middle.png', '4.5.48.6', '2010-11-12 11:35:00', '3956f57d21eae12542914fbca1a0522b', 'N'), ('371b794f6a6c3a4855562c504ff036da', 'install/_common_templates/img/icon-integration-small.png', '4.5.48.6', '2010-11-12 11:35:00', '169795179b919a3c29083e88654803ea', 'N'), ('cbcae96e7f0a031154d12253f6699929', 'install/_common_templates/img/icon-invalidlicence-big.png', '4.5.48.6', '2010-11-12 11:35:00', '8e513b68fc1fb1a26753a71d88e189fa', 'N'), ('8133f094e7b50029b1cf6a265e6beabb', 'install/_common_templates/img/icon-invalidlicence-middle.png', '4.5.48.6', '2010-11-12 11:35:00', '09047b54107b0ce1f958b7b78b8b46a4', 'N'), ('55ecd092c7d514edff438bafc8b579c0', 'install/_common_templates/img/icon-invalidlicence-small.png', '4.5.48.6', '2010-11-12 11:35:00', '965eb4bda8d43d1fc8b5cefbcc3bea1b', 'N'), ('b9c329e237761a3de9d507ab241e69f8', 'install/_common_templates/img/icon-languagetranslations-big.png', '4.5.48.6', '2010-11-12 11:35:00', 'c7b03e7670e0263ed8dd55324b811f60', 'N'), ('64f09bfb71716b8588450448e53d7e90', 'install/_common_templates/img/icon-languagetranslations-middle.png', '4.5.48.6', '2010-11-12 11:35:00', '025e0ea10cd3f9b89be1ab15412d7c68', 'N'), ('093c323d0cbff6017dd5f06e5e372fdd', 'install/_common_templates/img/icon-languagetranslations-small.png', '4.5.48.6', '2010-11-12 11:35:00', 'bab82ad50c6b71eb79f739b9833be610', 'N'), ('3bfe3a44e6f81ba3203c3b109c5d2ee2', 'install/_common_templates/img/icon-logout-big.png', '4.5.48.6', '2010-11-12 11:35:00', '6f78c0a1e928927c4dfb85f45ed17080', 'N'), ('dc8c491fa22dd6628856d174d1b784b9', 'install/_common_templates/img/icon-logout-middle.png', '4.5.48.6', '2010-11-12 11:35:00', '0d4707b0b2e66d1ea54777ed43f55a9e', 'N'), ('fd9109796c959924f794c55d98c90e77', 'install/_common_templates/img/icon-logout-small.png', '4.5.48.6', '2010-11-12 11:35:00', '6e148662423620afe5dc9c67ed10b9c9', 'N'), ('f783228d46b198d714ee29bcdca8f4e7', 'install/_common_templates/img/icon-message-big.png', '4.5.48.6', '2010-11-12 11:35:00', 'e2bad90c5d8f666dcad0572b60f919eb', 'N'), ('a9c1091cc6db05c3ea0806f8c88beab4', 'install/_common_templates/img/icon-message-middle.png', '4.5.48.6', '2010-11-12 11:35:00', '28fba13255f80302f636d470e5573338', 'N'), ('e8b25dbd01f6993b7c520ae9ee307551', 'install/_common_templates/img/icon-message-small.png', '4.5.48.6', '2010-11-12 11:35:00', '3f02e3ee2ad26c65ea98836bbe1f5b45', 'N'), ('4ceac33ec2b7af4fd7ffc2cb32d995da', 'install/_common_templates/img/icon-newsletter-big.png', '4.5.48.6', '2010-11-12 11:35:00', '0e6c53e8789a22eaded0a6770875c0ab', 'N'), ('6606472ee5cc15ff81f0b34b31a135e4', 'install/_common_templates/img/icon-newsletter-middle.png', '4.5.48.6', '2010-11-12 11:35:00', '510fc6f35665bacf1ee6d2970c368e64', 'N'), ('5f5385b5737baaa8349cdb9b4975442f', 'install/_common_templates/img/icon-newsletter-small.png', '4.5.48.6', '2010-11-12 11:35:00', '75cb0a912f421e011c4dad05c3b77f00', 'N'), ('6a082e1cbf78224a8450e0e97f666695', 'install/_common_templates/img/icon-onlineusers-big.png', '4.5.48.6', '2010-11-12 11:35:00', 'b555c4f219c63d13adbe6b2a24096b74', 'N'), ('29e428e2739bc88a577c5a8ea2c37c88', 'install/_common_templates/img/icon-onlineusers-middle.png', '4.5.48.6', '2010-11-12 11:35:00', 'b6ded37c6ec167344eb93e4c7076f429', 'N'), ('7dd756b22e9d8cd6c2bf28f9d72f987a', 'install/_common_templates/img/icon-onlineusers-small.png', '4.5.48.6', '2010-11-12 11:35:00', '03681a5b24afc538a6b3c396758bcd31', 'N'), ('31288f64947db60c970c1edacc7a3aee', 'install/_common_templates/img/icon-outbox-big.png', '4.5.48.6', '2010-11-12 11:35:00', 'cd244f1f99b9c4edc97e1517e61647b6', 'N'), ('0ee78f75202d5336aabc38a2f7036fcc', 'install/_common_templates/img/icon-outbox-middle.png', '4.5.48.6', '2010-11-12 11:35:00', 'd78563c123666abaa270e69447818704', 'N'), ('7966c268674a9336e8ecee5441b35612', 'install/_common_templates/img/icon-outbox-small.png', '4.5.48.6', '2010-11-12 11:35:00', 'edc06a19e14830e7ca622238a0442419', 'N'), ('92a5b9b80505ec7da6c00146190eb923', 'install/_common_templates/img/icon-panelsettings-big.png', '4.5.48.6', '2010-11-12 11:35:00', '600e41998f62d8ff1d12105a835ce077', 'N'), ('141e08156a8ac3a4fe23517d1faf9dae', 'install/_common_templates/img/icon-panelsettings-middle.png', '4.5.48.6', '2010-11-12 11:35:00', '4ca98335815494b810a1df5b10b3af9c', 'N'), ('9620750f5a84e4790ec8eb18e077d776', 'install/_common_templates/img/icon-panelsettings-small.png', '4.5.48.6', '2010-11-12 11:35:00', '4734308c4657e7724cf940fa6e2da368', 'N'), ('e7487f5bec8f93ae106df8488a89e7c1', 'install/_common_templates/img/icon-pendingtasks-big.png', '4.5.48.6', '2010-11-12 11:35:00', '75e112adbc8f279ba02ce8bd53788ab9', 'N'), ('c8641e823aa2be8c4021efbc801b881f', 'install/_common_templates/img/icon-pendingtasks-middle.png', '4.5.48.6', '2010-11-12 11:35:00', '2b145a585a11689729dc6b300bc6ab80', 'N'), ('e73a34019769435f03b2c773976f56d9', 'install/_common_templates/img/icon-pendingtasks-small.png', '4.5.48.6', '2010-11-12 11:35:00', '999f171e840f0ff48b17a8d28d18ca40', 'N'), ('f7f4546f316d5424fb19449b7c0a55a5', 'install/_common_templates/img/icon-plugins-big.png', '4.5.48.6', '2010-11-12 11:35:00', '4e532d82c3818e8dc7613f45df3273cf', 'N'), ('4c9e59c989311edb552b89ddd40dcec5', 'install/_common_templates/img/icon-plugins-middle.png', '4.5.48.6', '2010-11-12 11:35:00', '91d3d01c5db120803e72a48d8b405b0f', 'N'), ('cb2958ab026176a1461691b694bc7ae9', 'install/_common_templates/img/icon-plugins-small.png', '4.5.48.6', '2010-11-12 11:35:00', '7b73534b3d26811b757579eed53e1c97', 'N'), ('7f432e7dfcd70296a31df39ce42d5c84', 'install/_common_templates/img/icon-quickstart-big.png', '4.5.48.6', '2010-11-12 11:35:00', 'cdaacce8f5b76692164172510acad242', 'N'), ('39972d3b6c2f24059221bfa37ce5cdf0', 'install/_common_templates/img/icon-quickstart-middle.png', '4.5.48.6', '2010-11-12 11:35:00', 'b4c7e287563225d44db2b409dfe2ec94', 'N'), ('fd39c87ec9b79ba0eafc5e2ebaf60f9b', 'install/_common_templates/img/icon-quickstart-small.png', '4.5.48.6', '2010-11-12 11:35:00', '9ec548f1a0b48bd4a2adf99f1623501e', 'N'), ('e365030281b9b2de9a7f772bcedd0ef6', 'install/_common_templates/img/icon-rss-big.png', '4.5.48.6', '2010-11-12 11:35:00', '72ced7ea320583602b850ff6e5c7fbdc', 'N'), ('e3d9ae31315b84973e4e325d95cb2d2b', 'install/_common_templates/img/icon-rss-small.png', '4.5.48.6', '2010-11-12 11:35:00', 'c41b65d7645345f0edd36f0c19bf28db', 'N'), ('8e2fb8316e13b6b6d69fdefece711f45', 'install/_common_templates/img/icon-screen-big.png', '4.5.48.6', '2010-11-12 11:35:00', 'ea668db8e90d4d2dd5891be9c3662d65', 'N'), ('b9821b199d4b5487736d541f851bb600', 'install/_common_templates/img/icon-screen-middle.png', '4.5.48.6', '2010-11-12 11:35:00', '72a5e3a0a993e899b89747f7a977c3b8', 'N'), ('a566df702d68c0c58bdd593081a1dd04', 'install/_common_templates/img/icon-screen-small.png', '4.5.48.6', '2010-11-12 11:35:00', 'aba167c8a15a1f84f1cc004498e2fcd1', 'N'), ('12707dd7842ea0f6f02300c95feec6db', 'install/_common_templates/img/icon-showdesktop-big.png', '4.5.48.6', '2010-11-12 11:35:00', '5a993071a268cb9c4b8ff360204666e8', 'N'), ('21782082a1f170266c4cb5ef1a0bc86f', 'install/_common_templates/img/icon-showdesktop-middle.png', '4.5.48.6', '2010-11-12 11:35:00', '4dafab8ad39af078221f93bb72afd489', 'N'), ('f764545a697144009eae10728b153c4d', 'install/_common_templates/img/icon-showdesktop-small.png', '4.5.48.6', '2010-11-12 11:35:00', '4097ff78d80c697ec3601e8bfeacf3c0', 'N'), ('20e402f2e2532f3235f9b8e2855b10f0', 'install/_common_templates/img/icon-systemconfiguration-big.png', '4.5.48.6', '2010-11-12 11:35:00', '780d29b146d1fd1469962a39350b7767', 'N'), ('6e4d0a021b2a8ca351be296e0230f347', 'install/_common_templates/img/icon-systemconfiguration-middle.png', '4.5.48.6', '2010-11-12 11:35:00', 'a82bd70cbf1862dbbb35a8f275f78f2e', 'N'), ('bd3f5a7bc4f82b088ee1d26169993ecd', 'install/_common_templates/img/icon-systemconfiguration-small.png', '4.5.48.6', '2010-11-12 11:35:00', '4cd18f1231c702d5bc15ee14587b7133', 'N'), ('2e6775a643eb49e1f25d107ad2552818', 'install/_common_templates/img/icon-tools-big.png', '4.5.48.6', '2010-11-12 11:35:00', 'de50f63cb50a437e16cfddff26b146eb', 'N'), ('5581c9ea4ab4e06c0fe043974fd2a917', 'install/_common_templates/img/icon-tools-middle.png', '4.5.48.6', '2010-11-12 11:35:00', '62754247b7afc6cdb0cbca04f7368ba9', 'N'), ('48052ac88e182dd4773bf373d71101a6', 'install/_common_templates/img/icon-tools-small.png', '4.5.48.6', '2010-11-12 11:35:00', 'a39d5ed7068b48792e2eff6a85ae9081', 'N'), ('9fd2ae52534bd35e66bcd8b4eccfbd96', 'install/_common_templates/img/icon-trafficstats-big.png', '4.5.48.6', '2010-11-12 11:35:00', '7396c4a63fabbcf7ce1b7abd6852a3b1', 'N'), ('4e9e17a1ad2a26aca267edc90ebde7fa', 'install/_common_templates/img/icon-trafficstats-middle.png', '4.5.48.6', '2010-11-12 11:35:00', 'ebb54e0c30d26bc3077f7264f887815b', 'N'), ('8026f2e75cefa2d4d9ba18daee05828e', 'install/_common_templates/img/icon-trafficstats-small.png', '4.5.48.6', '2010-11-12 11:35:00', '6b9e08748fa5d33948876d3bfe1c6b54', 'N'), ('28b3db1b75782d78e3e200408bc5e75e', 'install/_common_templates/img/icon-tutorialvideo-big.png', '4.5.48.6', '2010-11-12 11:35:00', 'ee091c797e90320d8210e2989d6989f3', 'N'), ('ac129cdae546462ba79655f6f5954b65', 'install/_common_templates/img/icon-tutorialvideo-middle.png', '4.5.48.6', '2010-11-12 11:35:00', 'c49e2420482831fa242bd4ba6b8c1854', 'N'), ('23a985d20e81a3d4ccff99fbc19de358', 'install/_common_templates/img/icon-tutorialvideo-small.png', '4.5.48.6', '2010-11-12 11:35:00', '9681c0591166287c6c3144837fdf1008', 'N'), ('3314a4d8a667b3619e2d2dab166ce5cc', 'install/_common_templates/img/icon-user-big.png', '4.5.48.6', '2010-11-12 11:35:00', 'bc4511d6f8f71e95e5cc1947ba4ff354', 'N'), ('a7a5abe8f4c7b0999adf48f62ce7ab45', 'install/_common_templates/img/icon-user-middle.png', '4.5.48.6', '2010-11-12 11:35:00', '3352bdb7bd22d53efce08be9ed5a3297', 'N'), ('d547dd859a9415a33344550e004465b8', 'install/_common_templates/img/icon-user-small.png', '4.5.48.6', '2010-11-12 11:35:00', 'bd2438c09d6833c37706bcbb7897e416', 'N'), ('afece80b73f51e7e5d4cc95917037fc7', 'install/_common_templates/img/icon-userprofile-big.png', '4.5.48.6', '2010-11-12 11:35:00', 'dec04d9a592589c404ca0b98f91aa2e3', 'N'), ('49e76a271e0b01b609d458ad6dd2986b', 'install/_common_templates/img/icon-userprofile-middle.png', '4.5.48.6', '2010-11-12 11:35:00', 'ae5baad5e00912508c86719fca40c4b4', 'N'), ('8e9d1103ee75befb991d795174247044', 'install/_common_templates/img/icon-userprofile-small.png', '4.5.48.6', '2010-11-12 11:35:00', '238472f137c9bce99f2a3ff9389c98fb', 'N'), ('fa72daa5f4795643bc62272d186d7b07', 'install/_common_templates/img/icon-userroleprivileges-big.png', '4.5.48.6', '2010-11-12 11:35:00', '3875d989907efba233d0d88f96f3510f', 'N'), ('fc6da6a6563ae938030eea0dda7a9831', 'install/_common_templates/img/icon-userroleprivileges-middle.png', '4.5.48.6', '2010-11-12 11:35:00', '4e019456b00ec3fd8cefb27d9dd31e80', 'N'), ('325493af8560e1ca3f56f5e5cada02be', 'install/_common_templates/img/icon-userroleprivileges-small.png', '4.5.48.6', '2010-11-12 11:35:00', 'a46a756d3ca1ea013f1ab4f7dc3ade77', 'N'), ('ce3a06eb8f4306bc7ec19aefba4ab8cb', 'install/_common_templates/img/icon.delete.png', '4.5.48.6', '2010-11-12 11:35:00', 'b15770a3f6cd2ec6becfc53a0d9ee039', 'N'), ('f5b912de054b42a8f9a7ffb6509f20f6', 'install/_common_templates/img/icon.detail.png', '4.5.48.6', '2010-11-12 11:35:00', '7badfe4d050b451af06cd95e22f6db73', 'N'), ('c50e636d92b5f31095780ef424bc368d', 'install/_common_templates/img/icon.gadgets.png', '4.5.48.6', '2010-11-12 11:35:00', 'c1d4bdfff360696f27b1f0518331124d', 'N'), ('dfb1c84628e8debda96c07fa0ec2a1ec', 'install/_common_templates/img/icon.grid.png', '4.5.48.6', '2010-11-12 11:35:00', 'caf5e4363c9e78a928290d95049a411b', 'N'), ('fa398bbef82ff30bfefb0afc1d7ace9e', 'install/_common_templates/img/icon.refresh.png', '4.5.48.6', '2010-11-12 11:35:00', '206b046cf2e08490ebf6e78b05cc8cf7', 'N'), ('8de8f149c4aafc85b1f67c09d0f87473', 'install/_common_templates/img/icon.step.create.account.png', '4.5.48.6', '2010-11-12 11:35:00', '8a2a0dc00b99b353dfd27e9cbc59e9bd', 'N'), ('850f471c35fee628001524c09855e701', 'install/_common_templates/img/icon.step.create.database.png', '4.5.48.6', '2010-11-12 11:35:00', '3b625dad35285da8b25319ec9651f4cf', 'N'), ('65aea50aaa038f0611ebe3a95f5e7e6f', 'install/_common_templates/img/icon.step.finished.png', '4.5.48.6', '2010-11-12 11:35:00', '784463185eeef1ea0ff5c8bfedabc190', 'N'), ('fc786cac77acfa0a30ab645ecd4b7d23', 'install/_common_templates/img/icon.step.integrity.check.png', '4.5.48.6', '2010-11-12 11:35:00', 'ad77071d26277108741750ce3c29e4ba', 'N'), ('52c63364e27d889f657c76bfc305e5ad', 'install/_common_templates/img/icon.step.license.png', '4.5.48.6', '2010-11-12 11:35:00', '3072ec6653940ca96049b6a83ab1d183', 'N'), ('e4a13467deee924767cfd49684ba667e', 'install/_common_templates/img/icon.step.package.png', '4.5.48.6', '2010-11-12 11:35:00', '72aed669235aa0c47d7e8a3dc894c8ca', 'N'), ('f8308402dc00759b42b9b0885ef02056', 'install/_common_templates/img/icon.step.package.update.png', '4.5.48.6', '2010-11-12 11:35:00', '3e303185d8d414425bbf40bcdbc430a2', 'N'), ('9e175b23b93a42ccd165c492a4e7f307', 'install/_common_templates/img/icon.step.select-language.png', '4.5.48.6', '2010-11-12 11:35:00', '0a6d001304a9470d92e408e86b237e04', 'N'), ('e430a3e50b77bf8909ca8a1ca7e18938', 'install/_common_templates/img/icon.step.update.files.png', '4.5.48.6', '2010-11-12 11:35:00', '75537abfd10d37a00b1a358875759f95', 'N'), ('2958207a6e68a9249d5d1596b0114356', 'install/_common_templates/img/icon.step.update.version.png', '4.5.48.6', '2010-11-12 11:35:00', '7d2ac4903f8b63ee0b7a343796110e46', 'N'), ('baddd936fef5fa751dbe92d6b3c63e41', 'install/_common_templates/img/icon.trash.png', '4.5.48.6', '2010-11-12 11:35:00', 'a80c890e08320c5c4d12f77a7fda7328', 'N'), ('485b4afdd75334ffc6b673e97185e1ee', 'install/_common_templates/img/image.png', '4.5.48.6', '2010-11-12 11:35:00', '66517d22e9c688e521951b3c2d4498e0', 'N'), ('af4ebccc17f447d8c5f6413045463974', 'install/_common_templates/img/input.png', '4.5.48.6', '2010-11-12 11:35:00', '0df09f38346ba18c1a69510138fc7bea', 'N'), ('bf18f81f2657eede973a161d866941b3', 'install/_common_templates/img/insert.png', '4.5.48.6', '2010-11-12 11:35:00', '1eb65fc224afb8e9bb81bf6182e7fe22', 'N'), ('14b9307d2f87f1a50aa0d6c0c3a76483', 'install/_common_templates/img/layout.border.png', '4.5.48.6', '2010-11-12 11:35:00', '67415f356ff2d05286f9546d54d30423', 'N'), ('dbe6d34d05de13e18df788139467b419', 'install/_common_templates/img/layout.hsplitter.png', '4.5.48.6', '2010-11-12 11:35:00', '779103035b8b142f010428f761d80b2d', 'N'), ('5a4e0d59cba63779dcc09b38f5a326fd', 'install/_common_templates/img/layout.png', '4.5.48.6', '2010-11-12 11:35:00', '934b808be1deb24c637e24a67a695e2e', 'N'), ('789d74d161dac01d88bf62c82d013241', 'install/_common_templates/img/layout.vsplitter.png', '4.5.48.6', '2010-11-12 11:35:00', '8c6b3d5f84cef04868751cdb27e16d2b', 'N'), ('f7824a170d65411760c4958faedb1fa9', 'install/_common_templates/img/line.short.gif', '4.5.48.6', '2010-11-12 11:35:00', '13914f3810787c4d0571df1fd447627e', 'N'), ('464516f9075c69d115056e7ef0d424f9', 'install/_common_templates/img/link.chart.png', '4.5.48.6', '2010-11-12 11:35:00', 'f273dd6a01598348ede2a3a365b33e9a', 'N'), ('f206cba139af51c6a715c9b82f312773', 'install/_common_templates/img/link.toggle.button.png', '4.5.48.6', '2010-11-12 11:35:00', '256a3c6cec4387c1b8d852026029b9d6', 'N'), ('af80712380140f32a83f784ad0e35ae8', 'install/_common_templates/img/listbox.png', '4.5.48.6', '2010-11-12 11:35:00', 'a1249146b52c6680a2a3ad175290c624', 'N'), ('97fce6a0bf1f99ce6a38af2e216a4312', 'install/_common_templates/img/loading.gif', '4.5.48.6', '2010-11-12 11:35:00', '53e05833f2fa7301fc36a0e61d90bc43', 'N'), ('f620aed40b831251e6246f665ebd7a4e', 'install/_common_templates/img/loading_small.gif', '4.5.48.6', '2010-11-12 11:35:00', '770ff172b603c5bf2050383334cdda48', 'N'), ('df75919373ed12f32a33010a4cb32670', 'install/_common_templates/img/loading_window.gif', '4.5.48.6', '2010-11-12 11:35:00', '5c76e28fc98f79a35eb525059807cf16', 'N'), ('7ad69ffd3a3e334ef1ea6fd7e8292f60', 'install/_common_templates/img/login.background.png', '4.5.48.6', '2010-11-12 11:35:00', 'f4e33aa080de5810aca48e71fdd8d972', 'N'), ('5748782db47e3d2c0f8aa65d17c26f94', 'install/_common_templates/img/logo_pap.gif', '4.5.48.6', '2010-11-12 11:35:00', '57339dd4fea5b3a2db7d96c7b2065f44', 'N'), ('32350822b1c38cf7548b51c9c3fa0bd6', 'install/_common_templates/img/logo_pap.jpg', '4.5.48.6', '2010-11-12 11:35:00', 'ca04ee94087ed09c0d7424df82e509b0', 'N'), ('cbfea491ffc6422a2ecc921f37651b7e', 'install/_common_templates/img/main.menu.app.background.png', '4.5.48.6', '2010-11-12 11:35:00', '79d8c565edeeae2dc07d6acd1f403e65', 'N'), ('e2117c374b4695f8df24629e112a0bed', 'install/_common_templates/img/main.menu.app.png', '4.5.48.6', '2010-11-12 11:35:00', 'aaba9866a85701c44499ad8f04405257', 'N'), ('2bdb9f28a8b5d0e7488b897d59e54e59', 'install/_common_templates/img/main.menu.app.vertical.png', '4.5.48.6', '2010-11-12 11:35:00', '1df6e61d6c6e71ac8e63738d6a0addf6', 'N'), ('7da61ee32591d00c93f950a20a2ba1a2', 'install/_common_templates/img/main.menu.background.png', '4.5.48.6', '2010-11-12 11:35:00', 'aca1267c2307be4d1cc4b3c00625e443', 'N'), ('5915c6280cd97a0d3bd9ff69552c6e9c', 'install/_common_templates/img/main.menu.divider.png', '4.5.48.6', '2010-11-12 11:35:00', '00a4f221b42b935a7fe4d55dfeb6b0b1', 'N'), ('f04eacc6d40a4b7a65b2b55d1f7bbaa7', 'install/_common_templates/img/main.menu.entry.png', '4.5.48.6', '2010-11-12 11:35:00', '7cdfe32d5125dfdd9a37300c7f0a7691', 'N'), ('28b6670a80cd0c62be8e04110b2c30d2', 'install/_common_templates/img/main.menu.item.png', '4.5.48.6', '2010-11-12 11:35:00', '2fe92ae59144361f5a05db2d923ba1bc', 'N'); INSERT INTO `qu_g_installedtemplates` (`templateid`, `name`, `version`, `changed`, `contenthash`, `overwritte_existing`) VALUES ('7c624205fd37bfac593043d2f723b064', 'install/_common_templates/img/main.menu.png', '4.5.48.6', '2010-11-12 11:35:00', '57e241fec7fad9f9c11a9eee5b9eb074', 'N'), ('00ed63596fa1220d3aaab95020a743fe', 'install/_common_templates/img/main.menu.sub.divider.png', '4.5.48.6', '2010-11-12 11:35:00', '444a2ed56210c48ad4d6d4bbd03607fd', 'N'), ('2dcbdafc0d08b6a96ea2f329a4efb0d0', 'install/_common_templates/img/main.menu.sub.png', '4.5.48.6', '2010-11-12 11:35:00', '398cf8cd757764d82a9ba940da44f2f1', 'N'), ('d6bcea9f5098a348db84368a978ba66e', 'install/_common_templates/img/main.menu.vertical.png', '4.5.48.6', '2010-11-12 11:35:00', '450f5560c9fb728f845f9f9a40c56066', 'N'), ('e8a8509ba36a88de1ff86d001269d073', 'install/_common_templates/img/message.blue.background.png', '4.5.48.6', '2010-11-12 11:35:00', '6cd2f54c4ff35a4c0e57b03777264f43', 'N'), ('6a018c3456a51adc19f6d8fc0d1e3163', 'install/_common_templates/img/message.blue.png', '4.5.48.6', '2010-11-12 11:35:00', '204bd82ddd1f3475dd4f2b37fa0d3d4c', 'N'), ('8f2f2335cfdf9a369d4eb5917494c4cc', 'install/_common_templates/img/message.blue.vertical.png', '4.5.48.6', '2010-11-12 11:35:00', 'c75579cb4811384ffe25e1a76f605ea6', 'N'), ('e9f37afc7a95c1e06e2ddca3887a1184', 'install/_common_templates/img/message.green.background.png', '4.5.48.6', '2010-11-12 11:35:00', '2230156da1f1ca7ed780620e5aa22e6e', 'N'), ('7a39605b6f31ccf063a3d524400da16c', 'install/_common_templates/img/message.green.png', '4.5.48.6', '2010-11-12 11:35:00', '96b47d0ad6b9d15cb9ef07fbc074afcd', 'N'), ('563a5e788be3b247bb083a8978abc81f', 'install/_common_templates/img/message.green.vertical.png', '4.5.48.6', '2010-11-12 11:35:00', '44e1e2b8f501e5c3a05e17108e33aa3e', 'N'), ('122a6131b0e0ce5afa8da7e02c6a2df6', 'install/_common_templates/img/message.red.background.png', '4.5.48.6', '2010-11-12 11:35:00', '932fab46849dff3faf5c4dd6b9c88ffd', 'N'), ('046c6fd743aad88fa0f28a0050b32568', 'install/_common_templates/img/message.red.png', '4.5.48.6', '2010-11-12 11:35:00', '38256bded885bfab4b4fe52ae30bdf25', 'N'), ('c20f04a91dbb9c13aae3eb89691901ad', 'install/_common_templates/img/message.red.vertical.png', '4.5.48.6', '2010-11-12 11:35:00', '0e5d19452105c587ec699489d4d27618', 'N'), ('5894de44c2ada39cad9049d5349dc980', 'install/_common_templates/img/no.theme.thumbnail.jpg', '4.5.48.6', '2010-11-12 11:35:00', 'db2b9f70f5fe89a3c9c2f98d69b19254', 'N'), ('1a5c4e28d24bc05973e01dc27dc96318', 'install/_common_templates/img/no_image.gif', '4.5.48.6', '2010-11-12 11:35:00', '07f5f79d487dbf795f7ea37a04aa24c0', 'N'), ('3ce74aec38e6f61927db665428c364a6', 'install/_common_templates/img/ok.png', '4.5.48.6', '2010-11-12 11:35:00', 'db2216509429c061ec5143b8b2d3c198', 'N'), ('e0a180bb5616c4f55e5edbe6a7bd8561', 'install/_common_templates/img/pager.png', '4.5.48.6', '2010-11-12 11:35:00', '6eafb724bc4df33a304f917bad9e8df9', 'N'), ('f2b290ad7059a3fa142792c7ddf31697', 'install/_common_templates/img/panel.top.start.gif', '4.5.48.6', '2010-11-12 11:35:00', '65c76e8d0542445989df2e6607b41713', 'N'), ('462d44253550f488247ee37efc5bf579', 'install/_common_templates/img/pdf.png', '4.5.48.6', '2010-11-12 11:35:00', 'f8dfa3fa0386adcd2370c6d509a0be91', 'N'), ('f9f0dad247ddaf3194c76e9bcf0f111b', 'install/_common_templates/img/php.png', '4.5.48.6', '2010-11-12 11:35:00', '2c63cf93ca9b1ff5d5b16c6646a59ddc', 'N'), ('fde4afc86c618233ae3735d29b04480b', 'install/_common_templates/img/plugin.png', '4.5.48.6', '2010-11-12 11:35:00', 'd0855f7cc39d69bbdbda15bafc12ec07', 'N'), ('7abcb287d25106330a33147173664f91', 'install/_common_templates/img/popupwin.png', '4.5.48.6', '2010-11-12 11:35:00', '81ae96d56f85db0ef7bdf64fd90b3a93', 'N'), ('090f147cef12829ee9510ccf340f5b5e', 'install/_common_templates/img/popupwin.vertical.png', '4.5.48.6', '2010-11-12 11:35:00', '160b32bdc82aae186903a8c5ead0f411', 'N'), ('c78bfe0e2aa60fbb27379e642876ef54', 'install/_common_templates/img/popupwinextendable.png', '4.5.48.6', '2010-11-12 11:35:00', 'bdf61250f8ba67e0aa99c99fdaf1dfad', 'N'), ('c91be3864027c4b74e28ab613a77f13e', 'install/_common_templates/img/popupwinextendable.vertical.png', '4.5.48.6', '2010-11-12 11:35:00', '1ccba43654691d38dd1d7e539b5454b5', 'N'), ('2073abbd2d785f809f0c81e681bfc600', 'install/_common_templates/img/quicklaunch.png', '4.5.48.6', '2010-11-12 11:35:00', '4f6d9444fb7357e7618f5d1207f1753c', 'N'), ('9842b1d37aa6414e3a9d1e75bdd74a5b', 'install/_common_templates/img/radio.button.png', '4.5.48.6', '2010-11-12 11:35:00', '301f0fb7cabd8d7e4b480c34de9bf158', 'N'), ('c48e0812ab4fbc08c69f8a7bafb5e91f', 'install/_common_templates/img/resizecorner.gif', '4.5.48.6', '2010-11-12 11:35:00', '6fdef023649dd80e70caa11908cc5e1b', 'N'), ('b8277246aeaa5d1bed7b242cde28053f', 'install/_common_templates/img/resizer.png', '4.5.48.6', '2010-11-12 11:35:00', '483f968e104d8ccdbd72d9000f3afa3e', 'N'), ('6d25c4af500871248741496c25d06709', 'install/_common_templates/img/sample_flash_banner.swf', '4.5.48.6', '2010-11-12 11:35:00', '7dc6805cef2f2bf891deca0e88e430d1', 'N'), ('5cf3809a12aca3529e7f47502774231c', 'install/_common_templates/img/sample_html_banner_image.gif', '4.5.48.6', '2010-11-12 11:35:00', '73af3f44598cce660b73cdd605c0eace', 'N'), ('ed7cc47c68f104865ebe49ddd6621eb1', 'install/_common_templates/img/sample_image_banner.gif', '4.5.48.6', '2010-11-12 11:35:00', '57339dd4fea5b3a2db7d96c7b2065f44', 'N'), ('6a2a57053dd268a163830f7f018c8b6c', 'install/_common_templates/img/select.button.png', '4.5.48.6', '2010-11-12 11:35:00', '5923d5e2d9300e5c81943acd32bbf73e', 'N'), ('1cb396492775a5ffdfc59e7f34657b33', 'install/_common_templates/img/sidebar.background.png', '4.5.48.6', '2010-11-12 11:35:00', '13e856653642c59049cbc3ba3e39421f', 'N'), ('d551beb927d84721d82f1bec5235767f', 'install/_common_templates/img/sidebar.border.png', '4.5.48.6', '2010-11-12 11:35:00', '7ee72bc27a791f47a665bd9f854bda0f', 'N'), ('6e69c9ed1ccbe4f0ee34dfb597a8c630', 'install/_common_templates/img/sidebar.closed.png', '4.5.48.6', '2010-11-12 11:35:00', 'c5f457634f56191dbe8d400cfbae7fe8', 'N'), ('7aceec0bf9d30179a055df8dbdba4b63', 'install/_common_templates/img/sidebar.png', '4.5.48.6', '2010-11-12 11:35:00', '879eeb488a41cb3d03f0cbce69fc02eb', 'N'), ('509b08c67afdbe854e77f18436dcf7ab', 'install/_common_templates/img/smpl_logs_no_data.jpg', '4.5.48.6', '2010-11-12 11:35:00', '31ae35eb109dd7769c35b64a0e357d16', 'N'), ('db83930a9bb44be54c65aa3cd37205ae', 'install/_common_templates/img/swf.png', '4.5.48.6', '2010-11-12 11:35:00', '1623343ec1b366081175a4d28feb66ae', 'N'), ('a2fcf266e31d11cfdc0234ba4f4deccf', 'install/_common_templates/img/table2-hrow.gif', '4.5.48.6', '2010-11-12 11:35:00', '3e4484ea8db10af1320808c8477346ea', 'N'), ('2046f27ac9f032ad9d4a57fcab9c1320', 'install/_common_templates/img/tabs.png', '4.5.48.6', '2010-11-12 11:35:00', 'fce94d82812219c0ed1b98840637ec3b', 'N'), ('0e1097b6e724280dcfc9db931cc15057', 'install/_common_templates/img/task.menu.png', '4.5.48.6', '2010-11-12 11:35:00', 'a468968cbd7503cb3c8d756db0601872', 'N'), ('dab97cc865015ea61789479fcc6c27de', 'install/_common_templates/img/task.png', '4.5.48.6', '2010-11-12 11:35:00', 'd383a77c351c41ad3dc81cda01e9a529', 'N'), ('978d0c4a1cbd558e8b753fb680d7f2e7', 'install/_common_templates/img/thin.button.png', '4.5.48.6', '2010-11-12 11:35:00', '1dafda5af36aaf342a7c9b28916e82cf', 'N'), ('9d1f1f5cd552585ad1a75946503741b6', 'install/_common_templates/img/toogle.button.png', '4.5.48.6', '2010-11-12 11:35:00', '14f3eaddd669780b2d14f1ed7f1f5dfa', 'N'), ('b7acefd08e102f0126049937aa675240', 'install/_common_templates/img/trash.png', '4.5.48.6', '2010-11-12 11:35:00', 'a80c890e08320c5c4d12f77a7fda7328', 'N'), ('80d09387b69fdb69131a7b8fd3b2a0e1', 'install/_common_templates/img/txt.png', '4.5.48.6', '2010-11-12 11:35:00', '79520d0ef237730c55eb5bcd50b78ea2', 'N'), ('57951cb99dec4454992110e18d61e474', 'install/_common_templates/img/unchecked.gif', '4.5.48.6', '2010-11-12 11:35:00', 'ae536c37391ba78143b5c8283cec8d13', 'N'), ('d668e5f3faff671be6bbe0d11b0f872e', 'install/_common_templates/img/unknown_file.png', '4.5.48.6', '2010-11-12 11:35:00', '3a00859ebcd6dfef1572ecdddbe693fe', 'N'), ('16184207d720bcc84c860899899f4512', 'install/_common_templates/img/video.png', '4.5.48.6', '2010-11-12 11:35:00', '9681c0591166287c6c3144837fdf1008', 'N'), ('7916c7003c7576424e33402a9fd06d84', 'install/_common_templates/img/wallpaper.positions.png', '4.5.48.6', '2010-11-12 11:35:00', 'd7f9e09eb6636a711db53e044c03b69b', 'N'), ('5181964fdc3342b15ffc78b1bb22726c', 'install/_common_templates/img/wallpapers/Default.jpg', '4.5.48.6', '2010-11-12 11:35:00', 'd09f190e29a076dd5bc556497132ada1', 'N'), ('1a5fa70e79ac4c44f76f5fe0fa89b400', 'install/_common_templates/img/wallpapers/Matrix.jpg', '4.5.48.6', '2010-11-12 11:35:00', '993836f8fdbca9c50b75c8f5b6aa413c', 'N'), ('f769d89b2b6ded684993e5717ec9e589', 'install/_common_templates/img/window.active.br.clean.png', '4.5.48.6', '2010-11-12 11:35:00', 'b8259f618710a96bd510e385939ee1c0', 'N'), ('ebf444779ceee4abb4549649e2f7ff0b', 'install/_common_templates/img/window.active.png', '4.5.48.6', '2010-11-12 11:35:00', '5e71b625b030bd08bf17c24cd3e0b719', 'N'), ('5edef19d44b8a49bfb846706a50df1c0', 'install/_common_templates/img/window.active.vertical.png', '4.5.48.6', '2010-11-12 11:35:00', '00f530e9d94402da73bd494e6601feff', 'N'), ('4d2b025cf11f23b3cb718a8db30a00dd', 'install/_common_templates/img/window.inactive.png', '4.5.48.6', '2010-11-12 11:35:00', 'bb649008559d5ba9474ceced08acc968', 'N'), ('1bfa0e083709a4acc98edcb26fb8eb60', 'install/_common_templates/img/window.inactive.vertical.png', '4.5.48.6', '2010-11-12 11:35:00', 'e9da8405d45d7b6831960e3cbb6d308e', 'N'), ('b5bc553b5bccc3221086c245ee82ecb6', 'install/_common_templates/img/window.move.png', '4.5.48.6', '2010-11-12 11:35:00', '76f22f47d0161cc8255aa60dd337e327', 'N'), ('0f7cbca995a18f3628b8b16c4aa39a32', 'install/_common_templates/img/wysiwyg.gif', '4.5.48.6', '2010-11-12 11:35:00', '017283b1ab06fc9391f796f2c13b0da8', 'N'), ('c9986f40b40185ebde870d639a154b09', 'install/_common_templates/img/xls.png', '4.5.48.6', '2010-11-12 11:35:00', '3f2844cce5616ee82f1e0dc0b9f0d53b', 'N'), ('53c77e58cd6d8c5d56eb7327528558cb', 'install/_common_templates/img/zip.png', '4.5.48.6', '2010-11-12 11:35:00', 'ce15cafabf396370aac29085b3c1a5dd', 'N'), ('10f0ac6b6a3c62dd90a840c47285e232', 'install/_common_templates/import_custom_language_panel.tpl', '4.5.48.6', '2010-11-12 11:35:00', '36fe179dc09cd1a1bf3561ef9d13a647', 'N'), ('c61c6c2fe8a5eb83310bb2468a338bac', 'install/_common_templates/import_language.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'c1df1cf60613d3df6e19681193ae41a9', 'N'), ('50d45f8189851edf6d62118a6d2b1672', 'install/_common_templates/info_dialog.tpl', '4.5.48.6', '2010-11-12 11:35:00', '20c6cfa4ddf8a5d4bdddb1229754a49b', 'N'), ('083b6f38eeccfb0ef3fb6e6e464345b2', 'install/_common_templates/installer_accept_license.tpl', '4.5.48.6', '2010-11-12 11:35:00', '58f879bfcb8d0f1cffcd2692cfbb0c52', 'N'), ('ec3133d43b43c3dcfb528b5b73eb1e50', 'install/_common_templates/installer_check_requirements.stpl', '4.5.48.6', '2010-11-12 11:35:00', 'cf50da3fd94ada7c019554818566630b', 'N'), ('c80d8e2f5c0fa84a4181d2ce015a3aef', 'install/_common_templates/installer_create_account.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'eca2f5cad7d050bc6ddfc7e3819fa1fc', 'N'), ('89110c4c002c6185a3c47151ef64c67f', 'install/_common_templates/installer_create_database.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'd7609eb84f6c73c8bb809b5c07b983c2', 'N'), ('dc0aefa35985bbb4b931ad239e465df5', 'install/_common_templates/installer_finished.tpl', '4.5.48.6', '2010-11-12 11:35:00', '2a088be41e90b15e9a6d555f1ce60bf0', 'N'), ('e22a169f2375a567395766df24cfccda', 'install/_common_templates/installer_footer.stpl', '4.5.48.6', '2010-11-12 11:35:00', 'f94838ae3511c2a38f5eee3439b93804', 'N'), ('ee678efa56a8a854c35397cb49321114', 'install/_common_templates/installer_header.stpl', '4.5.48.6', '2010-11-12 11:35:00', 'c9920250da781b5280311351a647d95d', 'N'), ('d591a8fb7dabcbf5291b7cce7c1148c4', 'install/_common_templates/installer_integrity_check.tpl', '4.5.48.6', '2010-11-12 11:35:00', '909d8d759cabaa88d673aeb5b8948df2', 'N'), ('fae8a04daf8b1b99a0acb3565aaca7d2', 'install/_common_templates/installer_internal_error.tpl', '4.5.48.6', '2010-11-12 11:35:00', '711d21468e189f78767cbb7c73d8676c', 'N'), ('64b6161758762150378966c432cc38b5', 'install/_common_templates/installer_main.tpl', '4.5.48.6', '2010-11-12 11:35:00', '057e051754a2442cb63a6ab348f22678', 'N'), ('94c445e87b5afee8e9ccb702b1b3a096', 'install/_common_templates/installer_recommended_settings.stpl', '4.5.48.6', '2010-11-12 11:35:00', '0c6096347a48fe9c9b85204653726bb4', 'N'), ('cb2f980f67348a599ef0761093343fce', 'install/_common_templates/installer_select_language.tpl', '4.5.48.6', '2010-11-12 11:35:00', '5945cc7c0cdb51e828cf58cc384be8d8', 'N'), ('8a189a15d824aee6a3bd2ea484e2da26', 'install/_common_templates/installer_step.tpl', '4.5.48.6', '2010-11-12 11:35:00', '00456d49808d78ff96737a06036bbaad', 'N'), ('eb5de32249bfd5493c740ac060e79604', 'install/_common_templates/installer_update_files.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'def1a3331a8fda62a903c6d12069b04d', 'N'), ('377982891c66b50fb24409071f0c9249', 'install/_common_templates/installer_welcome.stpl', '4.5.48.6', '2010-11-12 11:35:00', 'c4a95f89a2f8f24396ca773ed65fe171', 'N'), ('6df539afd39cacc3511acce87e87cca3', 'install/_common_templates/ip_detail.tpl', '4.5.48.6', '2010-11-12 11:35:00', '3723b4ce7dc6ccc4b8c8193f4c982d18', 'N'), ('cc937d302a0e0279d680cc04bb060bdb', 'install/_common_templates/item.tpl', '4.5.48.6', '2010-11-12 11:35:00', '766385be509b8ee36bbbdd77e4c24ac6', 'N'), ('6461665a289c28482692bc13c3b106bd', 'install/_common_templates/item_panel.tpl', '4.5.48.6', '2010-11-12 11:35:00', '29d23d91da01848dcabcddb94eac62ec', 'N'), ('3290f4ba2fd0e4afd5affce9e2a98f6e', 'install/_common_templates/language_create_new.tpl', '4.5.48.6', '2010-11-12 11:35:00', '1ae789af118ce84a76ec067e82d52aec', 'N'), ('eb75e633bee80fedf2e181bc7dbb15a3', 'install/_common_templates/language_edit_panel.tpl', '4.5.48.6', '2010-11-12 11:35:00', '0bf6f6d193c540e1a5d08ca55bcfee9d', 'N'), ('a34d1bf6c5a80582b8e5c264f8ad1344', 'install/_common_templates/language_translations_grid.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'b3d4b3ff7279bf9383886e84ba3218ab', 'N'), ('150002b2c12e845ce30b03dd7d842b51', 'install/_common_templates/languages_configuration.tpl', '4.5.48.6', '2010-11-12 11:35:00', '86f17a42cef0bedb165295e99c970582', 'N'), ('0e315da83b07c6d1df194e19fcbe3d6a', 'install/_common_templates/layout_panel_content.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'd49730d94578e00ed7395eaa1d2a3df6', 'N'), ('d31bb58e68ba966b1f5c2bb6999a4ac8', 'install/_common_templates/layout_panel_header_navigation.tpl', '4.5.48.6', '2010-11-12 11:35:00', '6b0d746501001da8615a22d57266dcb0', 'N'), ('dfd425dc048890dce700d7dc53900abb', 'install/_common_templates/layout_panel_tab.tpl', '4.5.48.6', '2010-11-12 11:35:00', '316df333cac9b455c7dc04100c2e2d1d', 'N'), ('a3fdf699852b7fdd026893d5155b2c66', 'install/_common_templates/license_invalid.tpl', '4.5.48.6', '2010-11-12 11:35:00', '6181e1127345050c94d6708cd805aefb', 'N'), ('cc1a9713f3b4ec60c1a0f18cfc6c8b99', 'install/_common_templates/link_button.tpl', '4.5.48.6', '2010-11-12 11:35:00', '71fad92bff79f1fd2e1066818afac789', 'N'), ('7f2a884b3be55daad134408e4d8b85c7', 'install/_common_templates/listbox.tpl', '4.5.48.6', '2010-11-12 11:35:00', '671aeeb5f3655cc0045d5145afa3b298', 'N'), ('eba2226b5ec09af6609c57bd10ea92b7', 'install/_common_templates/listbox_popup.tpl', '4.5.48.6', '2010-11-12 11:35:00', '1347b5b923e03bb386726dbeb73a4c8d', 'N'), ('94a338f97f8c6ae16ba10191fcf235f7', 'install/_common_templates/loadable_tree.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'e2c214b134bffe5fe2bb38f679a64eb5', 'N'), ('e4068a3eccee8b5deabf62ebdc6d9890', 'install/_common_templates/loading_screen.tpl', '4.5.48.6', '2010-11-12 11:35:00', '45d70765ad380ad3f0df92c82de65792', 'N'), ('5bd76b235a6bb4ba6c4fe910089cd731', 'install/_common_templates/login.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'e7be8367104ee7221547730250f9b0f0', 'N'), ('6fabaa65dae7eee260b7eed746df93af', 'install/_common_templates/login_form.tpl', '4.5.48.6', '2010-11-12 11:35:00', '19d8729bd995513d0c65d8ebcaedbad0', 'N'), ('d482edeff68781d473f3df83ef117c01', 'install/_common_templates/login_main.tpl', '4.5.48.6', '2010-11-12 11:35:00', '350cc64a43802110f2b4ec7653976136', 'N'), ('205b914a03a091e9226e60aab566d765', 'install/_common_templates/logins_history.tpl', '4.5.48.6', '2010-11-12 11:35:00', '740e9d7a1b893fe3280b782958742998', 'N'), ('4945822892636a8b4c3b480286ff3668', 'install/_common_templates/loginshistory_filter.tpl', '4.5.48.6', '2010-11-12 11:35:00', '64804e791ea2ca4fcc7e01d7a8443479', 'N'), ('44cdceceb9d4f6f87f485ebd4279a86a', 'install/_common_templates/logs_no_data.tpl', '4.5.48.6', '2010-11-12 11:35:00', '9139b1d227cf085cf5f2cc11e396625a', 'N'), ('647e22e51cf481b79cb8b7086806dab5', 'install/_common_templates/mail/account_declined_merchant.stpl', '4.5.48.6', '2010-11-12 11:35:00', '89d140575daa416ae704ed78de917522', 'N'), ('2060b7fdecabb2d283553b6740f7aed1', 'install/_common_templates/mail/account_new_account_signup_approved.stpl', '4.5.48.6', '2010-11-12 11:35:00', '31251742f45c2db03155b76d2bc58698', 'N'), ('a812febbfa5c19db91dc1115b23e540e', 'install/_common_templates/mail/account_new_account_signup_before_approval.stpl', '4.5.48.6', '2010-11-12 11:35:00', 'a4bd14893cae0deb7108f2af78f62fef', 'N'), ('f5864181381f4fd4053947ef63b41799', 'install/_common_templates/mail/account_suspended_merchant.stpl', '4.5.48.6', '2010-11-12 11:35:00', 'c8b32b12ffa0aa160d52a2b9672e7e69', 'N'), ('0a40a859d434a625d5daee99d09e3331', 'install/_common_templates/mail/aff_daily_report.stpl', '4.5.48.6', '2010-11-12 11:35:00', '3a78a845522f3583667de6ff11f3533f', 'N'), ('e85505ca2558250e4c411a0d19d8051c', 'install/_common_templates/mail/aff_monthly_report.stpl', '4.5.48.6', '2010-11-12 11:35:00', '0ebbfe151ed3b50beb264275ac90e009', 'N'), ('37cfa063a88b120e7a599fc6df63df5c', 'install/_common_templates/mail/aff_weekly_report.stpl', '4.5.48.6', '2010-11-12 11:35:00', 'ab86c28a0742ea7a1e6a8e69e685f4b5', 'N'), ('c8bba2322e24732d3a5f78d3d9d46b8e', 'install/_common_templates/mail/affiliate_direct_link_notification.stpl', '4.5.48.6', '2010-11-12 11:35:00', '503db50822816d9be48a00d5b2fd1af1', 'N'), ('255154bfa41dd91c5da7cba02c56b74c', 'install/_common_templates/mail/affiliate_invoice.stpl', '4.5.48.6', '2010-11-12 11:35:00', 'b66cb1679015341dbe7d4e1ec0776abf', 'N'), ('ec09acd185e30407f262a61874b37a73', 'install/_common_templates/mail/affiliate_on_change_commission_status.stpl', '4.5.48.6', '2010-11-12 11:35:00', '14e9910a9aba207bf53391ec343a596e', 'N'), ('7792531b046adf9f514b7640dac61893', 'install/_common_templates/mail/affiliate_on_new_sale.stpl', '4.5.48.6', '2010-11-12 11:35:00', 'd69f47b4228c24c1fa9ec835bce8f24d', 'N'), ('7919d554bef243b661c2807a200a726e', 'install/_common_templates/mail/campaign_suspended_affiliate.stpl', '4.5.48.6', '2010-11-12 11:35:00', '6ee018e1d163a70bf4759644f3e59c15', 'N'), ('42a777ae4ffc76b90a742e3986c26469', 'install/_common_templates/mail/daily_report.stpl', '4.5.48.6', '2010-11-12 11:35:00', '5dccb8e64c0e844e63016f8f205e5a39', 'N'), ('a63a7682f07fe6d1c14f9b9f3ecf736e', 'install/_common_templates/mail/email_account_test_mail.stpl', '4.5.48.6', '2010-11-12 11:35:00', '16d2b1e58b07606c666643a2c540f603', 'N'), ('a6fcccc3f9ec5fb64c52babb97fabf05', 'install/_common_templates/mail/email_request_new_password.stpl', '4.5.48.6', '2010-11-12 11:35:00', '651b11d0d64d0f36d3091b019607a381', 'N'), ('b47c7167a7115e230123a2bef5a8b760', 'install/_common_templates/mail/invite_to_campaign.stpl', '4.5.48.6', '2010-11-12 11:35:00', '68380e62b47919411713d8b204f53eb3', 'N'), ('9a2f81c707b3e5cb7e6f1c5cbab8b48f', 'install/_common_templates/mail/invoice_paid.stpl', '4.5.48.6', '2010-11-12 11:35:00', 'a19d55b7835681881ee205d705c5aef5', 'N'), ('8ea8f9b358b19fc2a46ffbee6fb24aa2', 'install/_common_templates/mail/merchant_contact_us.stpl', '4.5.48.6', '2010-11-12 11:35:00', '20a0b06dd332a161cf958f2d005a13ff', 'N'), ('86d3300188602a75106e94c4617fa8f7', 'install/_common_templates/mail/merchant_invoice.stpl', '4.5.48.6', '2010-11-12 11:35:00', 'b66cb1679015341dbe7d4e1ec0776abf', 'N'), ('853ce05a231351d56897c9ce1e1c3a3c', 'install/_common_templates/mail/merchant_new_account_signup.stpl', '4.5.48.6', '2010-11-12 11:35:00', 'df8e774e80705bc9fd6ee1d2b556b85b', 'N'), ('1525981cc33b26bc36c9f867577c352f', 'install/_common_templates/mail/merchant_new_direct_link_notification.stpl', '4.5.48.6', '2010-11-12 11:35:00', '4f4f99da3409f29a2d4c09a4b99e5dfe', 'N'), ('970bf3e98d0ccdefbdb0807c64157c86', 'install/_common_templates/mail/merchant_new_user_signup.stpl', '4.5.48.6', '2010-11-12 11:35:00', 'acfc5e4c6aed3089e79ff4d2b2ca4c0d', 'N'), ('ca655f7c7d8a0929c8847726f6a17a2f', 'install/_common_templates/mail/merchant_on_commission_approved.stpl', '4.5.48.6', '2010-11-12 11:35:00', '42f517afbaa4e4d700b2c994e13fa67f', 'N'), ('950889b7cc2b0b4acf920b91eca6b6be', 'install/_common_templates/mail/merchant_on_sale.stpl', '4.5.48.6', '2010-11-12 11:35:00', 'be432d3142dd7ff0c74a13d5854b986e', 'N'), ('e61e961991b16307c298048c52cfbd2b', 'install/_common_templates/mail/monthly_report.stpl', '4.5.48.6', '2010-11-12 11:35:00', '38f1c1fff1576fb2aaa174b466194364', 'N'), ('e19822635e6ffdda1ff67134be3da420', 'install/_common_templates/mail/new_user_signup_approved.stpl', '4.5.48.6', '2010-11-12 11:35:00', '2f5b84242493d90d58e7094453e299ad', 'N'), ('cd4f3d74ea3bb63080d3a58f1477720b', 'install/_common_templates/mail/new_user_signup_before_approval.stpl', '4.5.48.6', '2010-11-12 11:35:00', 'dfa451b7e4c7a63033ce21c391cbd71d', 'N'), ('5efb1226c4c5b58c332f742bfdc81ad6', 'install/_common_templates/mail/new_user_signup_declined.stpl', '4.5.48.6', '2010-11-12 11:35:00', '8e077e7c4edf3f91e24ed94222901bc0', 'N'), ('8d02a5a389ffd717bbccad151c2dc4b0', 'install/_common_templates/mail/on_affiliate_join_to_campaign.stpl', '4.5.48.6', '2010-11-12 11:35:00', 'fdf330e43deefaf2b1b14d683b8f40f8', 'N'), ('857fd982ff2a344c1042e5184a3e9e8c', 'install/_common_templates/mail/on_merchant_approve_affiliate_to_campaign.stpl', '4.5.48.6', '2010-11-12 11:35:00', 'ee5d18da6c5e3af1aa6aaeb1176f7eb1', 'N'), ('ef8c70f4173e937b4e01b463031b232e', 'install/_common_templates/mail/on_merchant_decline_affiliate_to_campaign.stpl', '4.5.48.6', '2010-11-12 11:35:00', '0416c6c6bae7c1009af9f77d6c130b80', 'N'), ('182dbda2daea962175de9091636f03ab', 'install/_common_templates/mail/on_payout.stpl', '4.5.48.6', '2010-11-12 11:35:00', 'c904d20353dc3ca53b26c43ef55567f1', 'N'), ('8ce45a33589f138379bfb72c2b1645b0', 'install/_common_templates/mail/on_subaffiliate_sale.stpl', '4.5.48.6', '2010-11-12 11:35:00', '82dcc2d7ec1731fbc0042a5aa2dfbf49', 'N'), ('f0a0d1d52c5b161800e7def0a71771c8', 'install/_common_templates/mail/on_subaffiliate_signup.stpl', '4.5.48.6', '2010-11-12 11:35:00', '4956204d0ca0805ae92da1651c9dc0c9', 'N'), ('4df484046f31c613a8d8fe6d24f60c7c', 'install/_common_templates/mail/on_vat_payout.stpl', '4.5.48.6', '2010-11-12 11:35:00', '4ee614cd2b2f467f0905a943142e7999', 'N'), ('815ba98a0619c10b0ff1b45c3e765950', 'install/_common_templates/mail/pay_day_reminder.stpl', '4.5.48.6', '2010-11-12 11:35:00', 'da6f1af08fbe811ddfa154d033e5e6b2', 'N'), ('4a21675699ba0860f8c47c12ce62aa54', 'install/_common_templates/mail/request_payment.stpl', '4.5.48.6', '2010-11-12 11:35:00', '98afb4dcdd3262c717e9adac68f59be1', 'N'), ('84b1e64ff9544a5321ecc133b5200226', 'install/_common_templates/mail/splitcommissions_merchant_on_sale.stpl', '4.5.48.6', '2010-11-12 11:35:00', '9a49dd3ff31cbf4036c93d2ccc8265ef', 'N'), ('968a20c444d70b893fb5a4b8b46f12d2', 'install/_common_templates/mail/weekly_report.stpl', '4.5.48.6', '2010-11-12 11:35:00', '1453d36e10dd9662d7a2a4342e55a49f', 'N'), ('f2cd53e95e9180c8b6d70c44e5c14d21', 'install/_common_templates/mail_detail_data.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'cb8867c95ce35d7ad35b82f5c663ae42', 'N'), ('9830cdaa261f4ad7b7089b2df623ee72', 'install/_common_templates/mail_outbox_panel.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'eda83d3c7fed41f0449b2464e96df945', 'N'), ('842158039082610158b8036b48f6d542', 'install/_common_templates/mail_template_not_selected.tpl', '4.5.48.6', '2010-11-12 11:35:00', '8f8e4d19a09cd7bc7e96df0e0729ef8d', 'N'), ('3927eea15916a93368ad5a6e40b4e06a', 'install/_common_templates/mail_template_preview.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'ea7d0df5aef2645e05d768c51a294389', 'N'), ('143e2ab3a68bf27db090eaed913ac45f', 'install/_common_templates/mail_template_test_form.tpl', '4.5.48.6', '2010-11-12 11:35:00', '468bdf6569fa61ae2d2dd71f8354f3b6', 'N'), ('d1305b12ea9990bee68a3621bd8b2b1f', 'install/_common_templates/mail_templates.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'd1c0843df8307b67266b71e16f5b34c1', 'N'), ('a3a23f6b1159eab8e05a2876e19c81f5', 'install/_common_templates/mailoutbox_filter.tpl', '4.5.48.6', '2010-11-12 11:35:00', '317dc3acee45d9fabfca034b76596964', 'N'), ('b42bb90e4b2b91f885288723e168a1c0', 'install/_common_templates/mailoutbox_list_no_data.tpl', '4.5.48.6', '2010-11-12 11:35:00', '6e73857c29657b145fa6408024d45bb4', 'N'), ('7225cf4e6dffde37e036baeaf1b87a43', 'install/_common_templates/main_filter_panel.tpl', '4.5.48.6', '2010-11-12 11:35:00', '0985a7421f898d75d4df72b4a6081c49', 'N'), ('7b4b9fdddc0a09315e3679f99a0fe1b7', 'install/_common_templates/main_html_doc.tpl', '4.5.48.6', '2010-11-12 11:35:00', '1d3c9848a5573266dcaaa161bf3caa08', 'N'), ('be90b5bad32707763b5c6ae6c3b7dc96', 'install/_common_templates/main_menu.tpl', '4.5.48.6', '2010-11-12 11:35:00', '5fddab52f7b44bcb5717c1d67875f567', 'N'), ('64fea46394bf94f8b40209890f5bcd43', 'install/_common_templates/menu_entry.tpl', '4.5.48.6', '2010-11-12 11:35:00', '9245aaaa5732793ce089f5fe25d703ea', 'N'), ('e408bc588cae60f982d4d9beb1ecd58a', 'install/_common_templates/menu_section.tpl', '4.5.48.6', '2010-11-12 11:35:00', '2420c835d490c654f3c006c12becdf52', 'N'), ('8ac7189c96aa6a4cd9d181bf705e2dbb', 'install/_common_templates/messages.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'bf1a3bac08c419320acb94673ad29f0b', 'N'), ('5603b0879e2a3d2e6b8c494e682743a5', 'install/_common_templates/module_body.stpl', '4.5.48.6', '2010-11-12 11:35:00', 'c079addcd33eb725ab7efbf09c16a793', 'N'), ('44998d66029105154697872be4a72f32', 'install/_common_templates/multi_editor.tpl', '4.5.48.6', '2010-11-12 11:35:00', '3ee5baa5bdb7824c0c2ae6f2dc275830', 'N'), ('4d9ba7817052f0b15d0ecb6bdd16e461', 'install/_common_templates/multiselect.tpl', '4.5.48.6', '2010-11-12 11:35:00', '9d1863b21edd131520315ce252fde639', 'N'), ('a008a108391297363c6a41a42c975509', 'install/_common_templates/newsletter_broadcast_form.tpl', '4.5.48.6', '2010-11-12 11:35:00', '1ccb4e8c2a3873263c7c8c1fc7c19f27', 'N'), ('5899cd5e162a0fe1366e0d3f17da8a07', 'install/_common_templates/newsletter_broadcasts.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'e85ba6dc04b3a921af601f6bf976a5b8', 'N'), ('72ba405b630c70449beb6047199c82a4', 'install/_common_templates/newsletter_edit_panel.tpl', '4.5.48.6', '2010-11-12 11:35:00', '73ddca2129beb12e11215b1c55e70461', 'N'), ('de6da4abf6000bf4d18d42e7ae041268', 'install/_common_templates/newsletter_form.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'e86bb366b8986ac4cb1b50c9ccc94b8e', 'N'), ('8675f57d6c20ad437fa3668b9cec7187', 'install/_common_templates/no_content_gadgets.tpl', '4.5.48.6', '2010-11-12 11:35:00', '1d4ce600d473f33e2b229101a50cbc3f', 'N'), ('d37ce9c81ee943383d8fdcd169755bb9', 'install/_common_templates/no_language_selected.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'd61125f2b1cf78e4e66653d4e2f04bdd', 'N'), ('254d87527c22b6a2f64239f9510db8ca', 'install/_common_templates/notification_window.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'db781872bdb9748bc838e051b8e5e4e2', 'N'), ('66debbfb22b9527b410f719e06872ab7', 'install/_common_templates/offline_validation.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'cb7a7418d3a4854c816414ea9b3aaaca', 'N'), ('cb2392ba9121f78fc0b26083fc9cd168', 'install/_common_templates/online_users.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'e78ff82eb18c092018cd48d90ae48863', 'N'), ('9236e79ab08ab1f00babce7794c7346f', 'install/_common_templates/online_users_gadget_rolecount.tpl', '4.5.48.6', '2010-11-12 11:35:00', '5fd6af0c5f2edec24d0e35dc00a9e870', 'N'), ('ce8684f2ac09e958d4617138ad8f29e6', 'install/_common_templates/onlinegadgets_no_data.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'f5f692a433b4911963a92c41cc269768', 'N'), ('34af7074d83a3512a7b288e32d6fb682', 'install/_common_templates/onlineusers_filter.tpl', '4.5.48.6', '2010-11-12 11:35:00', '7a0572e8ae3375f2c79c8fe985295bd6', 'N'), ('2e4f90f7e4c117ae6a01ac0cc768b7dc', 'install/_common_templates/page_header.tpl', '4.5.48.6', '2010-11-12 11:35:00', '1fc6cb8ba9169bea326c2696c3924853', 'N'), ('041f9431d0ae99589d15ac24a91e588f', 'install/_common_templates/pap4.css', '4.5.48.6', '2010-11-12 11:35:00', 'da36b0f1ae25fa2f9b47eb76628e6aab', 'N'), ('a3a0f64858db1fcff37109ef34d1a176', 'install/_common_templates/password_constraint_panel.tpl', '4.5.48.6', '2010-11-12 11:35:00', '71b23765c240aff0073e713cfc4da992', 'N'), ('5dd615766af52f4e83a8a5c9c4ec42bf', 'install/_common_templates/password_panel.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'b1078f4045c2b43f98b9ebaf0fd238d9', 'N'), ('b840329d23bb69f82252bc3d9cd5b863', 'install/_common_templates/pending_backround_tasks.tpl', '4.5.48.6', '2010-11-12 11:35:00', '75149233f7ae446473c9220c9ff1ef8f', 'N'), ('a675093359919fc3798bf76e421fb548', 'install/_common_templates/plugin_configuration.tpl', '4.5.48.6', '2010-11-12 11:35:00', '7034c34adfdb1e04e95c3c1220367c32', 'N'), ('ac9b87246a270fca62e83d4d500d0c1b', 'install/_common_templates/plugin_detail.tpl', '4.5.48.6', '2010-11-12 11:35:00', '2d4b93316cbc3428022aeb460393172d', 'N'), ('4786c37d472134b03fee0dfc2be8e4b1', 'install/_common_templates/plugins_list.tpl', '4.5.48.6', '2010-11-12 11:35:00', '976e2264d8619e5b75032e6467cd54ed', 'N'), ('a5ba4a4765705b8a0b18438371c1d8e5', 'install/_common_templates/popup_form_widget.tpl', '4.5.48.6', '2010-11-12 11:35:00', '0f5d2ef3d678d026df06fe1f1e5991a8', 'N'), ('cd94feee17550ab03b3098964c1c1ed6', 'install/_common_templates/post_response.stpl', '4.5.48.6', '2010-11-12 11:35:00', '85b3f70030e8dd27cb05327b29b9b46d', 'N'), ('1521bceeec1ce959e30199c1dfcdebb1', 'install/_common_templates/proxy_server_configuration.tpl', '4.5.48.6', '2010-11-12 11:35:00', '732a20cf9c1d59496e88d9bd5b080484', 'N'), ('d0224eb316d0cea52a44baf2def5ea86', 'install/_common_templates/quick_launch.tpl', '4.5.48.6', '2010-11-12 11:35:00', '8c748719166b610dffa58760bc4b70b8', 'N'), ('42c4c33f0e7bc67dd997940672f07286', 'install/_common_templates/quick_launch_draggable.tpl', '4.5.48.6', '2010-11-12 11:35:00', '95c176695c4d4c278fee2d956446c7bd', 'N'), ('cf5f3f09b08752f6112f005f6cc6dcdf', 'install/_common_templates/quick_task.stpl', '4.5.48.6', '2010-11-12 11:35:00', '3688f22aa7b210a514e230103264db01', 'N'), ('dd8f48558cd82160df87d84eb0ecdf47', 'install/_common_templates/quicklaunch_settings.tpl', '4.5.48.6', '2010-11-12 11:35:00', '1e595ebaeb4364f173ee3fec71c1762d', 'N'), ('d51e3814d7338ff91226229be4f31dca', 'install/_common_templates/radio_button_group_row.tpl', '4.5.48.6', '2010-11-12 11:35:00', '3713f6d400aa1ca96d9e404082304912', 'N'), ('091adc8e4029efbd322993ca91c79c78', 'install/_common_templates/refresh_panel.tpl', '4.5.48.6', '2010-11-12 11:35:00', '5c709df4d219d5feb4f29003ca932f77', 'N'), ('485e2a13d5e0893def4373e7a2c89717', 'install/_common_templates/regional_settings.tpl', '4.5.48.6', '2010-11-12 11:35:00', '7fd67a6e2e8b44c62dc36ce4812b7189', 'N'), ('46e0013f781a639004be3f180c3ebfaa', 'install/_common_templates/regional_settings_tab.tpl', '4.5.48.6', '2010-11-12 11:35:00', '82a573fa67deb883c207f05c019f7eeb', 'N'), ('ac67bf4d2e968763d7da7c5682f562ab', 'install/_common_templates/report_filter.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'b37d7cb139866b0da13d266ad5e76941', 'N'), ('96e4c1e17233e459ef79f7ac6afe2dfc', 'install/_common_templates/request_new_password_form.tpl', '4.5.48.6', '2010-11-12 11:35:00', '7aa0db9d60bd7a650692ab2e94912dc9', 'N'), ('851b0bee21d747e42ac965b0d6ec701a', 'install/_common_templates/resizable_text_area.tpl', '4.5.48.6', '2010-11-12 11:35:00', '7995c217048ccd289dfee567a455b08e', 'N'), ('d050e5bd4434013fdf74878348e1665f', 'install/_common_templates/richlistbox.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'f8266890acf525c756dd3aa2d52f58be', 'N'), ('f9653c9442fbd53477db6a6f8aaf192f', 'install/_common_templates/richlistbox_popup.tpl', '4.5.48.6', '2010-11-12 11:35:00', '83ffc9891f6f6579c8e080ff1d6aa478', 'N'), ('3069e6d642898ff299cb998960de5586', 'install/_common_templates/richtext_editor.tpl', '4.5.48.6', '2010-11-12 11:35:00', '99af0e75e8761690e55e65fa238d8d4c', 'N'), ('6636ade5a2af1b39f20699fba52ee5da', 'install/_common_templates/richtext_editor_toolbar.tpl', '4.5.48.6', '2010-11-12 11:35:00', '2df0dc7e43c92cd9f89b52e26e6715df', 'N'), ('431160bec8ecdd56aba8db5268193841', 'install/_common_templates/richtexteditor_addlink.tpl', '4.5.48.6', '2010-11-12 11:35:00', '7368b95c47c79c4e631694e6c0d29154', 'N'), ('aadcd0967933e386e467fd7f7fd38dcb', 'install/_common_templates/role_privileges.tpl', '4.5.48.6', '2010-11-12 11:35:00', '9163270235450787bb9ebf86df5b2f69', 'N'), ('494784213b67395b22affba4584384ec', 'install/_common_templates/search_filter.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'c43c492cae5282a628238b4ff75508b2', 'N'), ('50e9c361c5fbb73ab99d12ce2bef2f47', 'install/_common_templates/select_account_form.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'c63d80262aaf8a0e1b1bcffe73ce6e8f', 'N'), ('7efff0474906300198872a7895137425', 'install/_common_templates/select_button.tpl', '4.5.48.6', '2010-11-12 11:35:00', '7b9843b360b02e16a8d9c6d80f3fec3e', 'N'), ('051cc81393e06176df00ce75e27ae0e4', 'install/_common_templates/set_new_password_form.tpl', '4.5.48.6', '2010-11-12 11:35:00', '58bf3e73d3a6b46460fb05216df1d0a8', 'N'), ('ba0bb3842d839c9610418eedb867073b', 'install/_common_templates/sidebar.tpl', '4.5.48.6', '2010-11-12 11:35:00', '65226d7e25dcdca0cf71a9f3118d8139', 'N'), ('944b5dfe083bf019157a9dbe8bc7a769', 'install/_common_templates/sidebar_closed.tpl', '4.5.48.6', '2010-11-12 11:35:00', '3d903661713a9ee5fb402776ee06d310', 'N'), ('80683427bd920b26cc817d471b46cb01', 'install/_common_templates/sidebar_gadget.tpl', '4.5.48.6', '2010-11-12 11:35:00', '1f904859e056808c8826836a4e256761', 'N'), ('5319401f745df295fcb7c1760218f603', 'install/_common_templates/simple_filter.tpl', '4.5.48.6', '2010-11-12 11:35:00', '569adac6a4e4346b441cd19152972e21', 'N'), ('8a7ee86efa51eb792c1faa3b1e876e09', 'install/_common_templates/simple_icon_object.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'bcbc9ea994d4aa8bbdee1eddc3ad19d8', 'N'), ('1a5ea3e0e111b7b1d7266a291d02b89a', 'install/_common_templates/simple_popup_window.tpl', '4.5.48.6', '2010-11-12 11:35:00', '38f46b253b18038fe8af0babfb96f05b', 'N'), ('b28a646498ff1a173ca11b6752a9afea', 'install/_common_templates/simplecolorpicker.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'a212703ffb38e2c79152ba5926953049', 'N'), ('b296411a855a734a65e12c822045cc64', 'install/_common_templates/single_content_panel.tpl', '4.5.48.6', '2010-11-12 11:35:00', '529d4a42f9106d91881f8b8b8e87748b', 'N'), ('692aa51e90b723365737ff0d5c55bc9e', 'install/_common_templates/size_format_widget.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'ebfb7db6718ec601af59a570d8e0ccb3', 'N'), ('0a82bb68858182ce0cb53de351edbb51', 'install/_common_templates/start_button.tpl', '4.5.48.6', '2010-11-12 11:35:00', '7aa2278c46b897536625cc042b4f5499', 'N'), ('e3f51ea8855327d8991ecc294ce4a119', 'install/_common_templates/start_error.tpl', '4.5.48.6', '2010-11-12 11:35:00', '4a2ab9a0309a85147db6d4b29cf4a727', 'N'), ('217e78527e87a65ec7b0f21c21191b30', 'install/_common_templates/sub_menu_section.tpl', '4.5.48.6', '2010-11-12 11:35:00', '7b1009df6d4fb8ff3b592d7c85ccbc4e', 'N'), ('d23e50794982e16aaefca804672d8312', 'install/_common_templates/system_menu.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'd7cf748342a86576ad39b41bd8d7047b', 'N'), ('7d20f7580594687d202338185ae49e06', 'install/_common_templates/tab_item.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'b1c6b9bf5bda5b8ba145fe000823b40f', 'N'), ('823237709674ae81931c2248c3267e3a', 'install/_common_templates/tab_panel.tpl', '4.5.48.6', '2010-11-12 11:35:00', '15b20f431fdcf7da7c2f02c0f6c2ba19', 'N'), ('982feca12b952d641e1f374e8ed4a795', 'install/_common_templates/task.tpl', '4.5.48.6', '2010-11-12 11:35:00', '38a4b70b6456a12285be4bb113c72575', 'N'), ('8886286fe07ffd221dd865faaec703a6', 'install/_common_templates/taskbar.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'd7cf8ef7a71bf324aee5c1c7173afc7e', 'N'), ('64f5b9c975ae1145054732f70c0919a4', 'install/_common_templates/template_form.tpl', '4.5.48.6', '2010-11-12 11:35:00', '7d4ae3cefd2ebd3fddd8c955a44c3ff7', 'N'), ('89e5f7f967f35754c827e4ff8d0c547a', 'install/_common_templates/template_form_constants.tpl', '4.5.48.6', '2010-11-12 11:35:00', '91c398393e519cf7c6a53ba758eefc47', 'N'), ('45ace714473b95e78e4899a4c947a281', 'install/_common_templates/template_form_theme_entry.tpl', '4.5.48.6', '2010-11-12 11:35:00', '91a40d5bfbb3ff3b61cd7771e24a2684', 'N'), ('890fbcd37ef4694b33f41b3989bc32b6', 'install/_common_templates/template_form_themes.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'e7158c1782ef49ddbf3fbe671c5c5b8a', 'N'), ('145ff058560a455bde1fbc40e7f71b1a', 'install/_common_templates/template_form_variables.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'e1c008058f4be04a9e6e76ba72cc3290', 'N'), ('92a42f82303df2770166587064ac56cc', 'install/_common_templates/templates_form.tpl', '4.5.48.6', '2010-11-12 11:35:00', '7a0a1baf13edabb10c8c6bef5a3dac41', 'N'), ('49b82a518a2e6c89d48752c22c3231cf', 'install/_common_templates/theme_panel.tpl', '4.5.48.6', '2010-11-12 11:35:00', '9c5a217986d2ce35abc6594f5ce2f012', 'N'), ('c6dd6e19096b22ccae4ba9dee16e16b8', 'install/_common_templates/theme_settings.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'f7450b4590d95d3e2cf2636de397dc26', 'N'), ('898074fc18af30c85682e5740fdbc822', 'install/_common_templates/tooltip_popup.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'e63b270daacbb197d59737282cf49ea0', 'N'), ('0cdd61fbd5a13d86317b20192b1c45fd', 'install/_common_templates/trash.tpl', '4.5.48.6', '2010-11-12 11:35:00', '270d020eabfcf284be7a97e7102924d5', 'N'), ('314803e7c7b9e85d351a5298e0cd9dd5', 'install/_common_templates/update_check_requirements.stpl', '4.5.48.6', '2010-11-12 11:35:00', 'c6adcf5451a492242443e62931b39311', 'N'), ('f291faee89f2c38db21b2d5ca5df8b60', 'install/_common_templates/update_version.stpl', '4.5.48.6', '2010-11-12 11:35:00', '5602f52fe8248df474201a16c922048f', 'N'), ('9fdbc3a3e0e640e0cc4d5b086a35a5f4', 'install/_common_templates/uploaded_file.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'f9313defa0216f7702ee94b6b6185dd7', 'N'), ('af5ed820d9aa01258a5d338dd3ef31a6', 'install/_common_templates/user_edit.tpl', '4.5.48.6', '2010-11-12 11:35:00', '1315660dc39ebd57f264bb8abdd9bef0', 'N'), ('0ff2fbec8141a8aa83d0dc09050a5d4b', 'install/_common_templates/view_form.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'cec43b824caafb6a09c8d83c183f4c38', 'N'), ('9e1ceec661db5ba76807e6e5c539d234', 'install/_common_templates/wallpaper_add_custom.tpl', '4.5.48.6', '2010-11-12 11:35:00', '2210741b569ef188fa352c977a289261', 'N'), ('5a6f542f311bf2a7795776c239f6e499', 'install/_common_templates/wallpaper_entry.tpl', '4.5.48.6', '2010-11-12 11:35:00', '64c85f4da7897cd0f34168c62de661b9', 'N'), ('94c509e4ce794fd88315ee1aaaf73551', 'install/_common_templates/wallpaper_settings.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'd160dbed38556231aeac49a96213e4d4', 'N'), ('26b4ed9fe43925068937ae2410e81284', 'install/_common_templates/window.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'd1937e90c9256204636d87e991d84a3d', 'N'), ('41c6bfd197cdf96e01f2780d77a84059', 'install/_common_templates/window_bottom_left.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'd14b545c27afa02ab7a919bdeb4c9470', 'N'), ('14755716e2974c4654d1a801d1baaf2f', 'install/_common_templates/window_empty_content.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'b1535ec719cada5b9f5d98849074b9bd', 'N'), ('80373a1ffc323434d9a3f0f2cf59b77a', 'install/_common_templates/window_header.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'fb5aca529f44f12c3f3a8bda2761054d', 'N'), ('511ec7eb04f377c593c11919456e5a41', 'install/_common_templates/window_header_refresh.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'fcd47f4585abcac3c3a61ee3991379bc', 'N'), ('2efbedbe70ae7f6b85ba8618a4131df2', 'install/_common_templates/window_left.tpl', '4.5.48.6', '2010-11-12 11:35:00', '9ac901446bfa26918e32fa029fb42093', 'N'), ('2280abacd41af016095454163702f990', 'install/_common_templates/window_move_panel.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'f5bbd373a758bf76e6efadc94dca4b11', 'N'), ('5fe192f9ace75cfab5cfbbef4ed6943d', 'install/_common_templates/wizard_panel.tpl', '4.5.48.6', '2010-11-12 11:35:00', '3142ce6354cb3e1c86b6c13c1d906189', 'N'), ('dbc19ef3e10fc3005a3294b0ea8fa2d5', 'install/classic/README.txt', '4.5.48.6', '2010-11-12 11:35:00', 'c5e378c3027a6b4f00637e35fa00d549', 'N'), ('4c7b69c6f504c6f7d54e54921d552cd7', 'install/classic/theme.php', '4.5.48.6', '2010-11-12 11:35:00', '5069c53dd5849b28a8d72e6269b9eaab', 'N'), ('22d79456f008d2d2ac496f19110378d0', 'merchants/_common_templates/TreeItemWidget.tpl', '4.5.48.6', '2010-11-12 11:35:00', '9b8e6dc4b74e9018cea5f6b52c08f1de', 'N'), ('daeb352d058c5a7223530a3288fc3329', 'merchants/_common_templates/about.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'e1582d12a24e8fe6e020a027bfd9611a', 'N'), ('df986cb4e1fd2cd93b9d515dc2b24637', 'merchants/_common_templates/account_form.tpl', '4.5.48.6', '2010-11-12 11:35:00', '24263bc72e9eec349e663d171832a4a6', 'N'), ('976f59ad9399d773c21d59cabc9d1165', 'merchants/_common_templates/account_form_show.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'c5643a27fdd1d2069264d3d36e70fcb2', 'N'), ('6c00a995b423c6c1e69005f49561e033', 'merchants/_common_templates/account_form_view.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'c8bf12dd21f99127bf79d446db182017', 'N'), ('aeec05de433bf4572421ea548a85b322', 'merchants/_common_templates/account_notifications_form.tpl', '4.5.48.6', '2010-11-12 11:35:00', '566eb9597f2a24fc2cd2d3538351b073', 'N'), ('439245a8a70e07d44c7fcfb645ae0cb7', 'merchants/_common_templates/account_screen.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'c9ad066be5f5738ba5419f714ad27c21', 'N'), ('41063ac8414526997152b3cb45e79646', 'merchants/_common_templates/account_signup_settings_form.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'd1c1de9d9d76bcb08247fe122c521cf2', 'N'), ('27a0c30361950169a89a9843e4f8e378', 'merchants/_common_templates/accounting_filter.tpl', '4.5.48.6', '2010-11-12 11:35:00', '906966ca238164bd7598b4dbbacb896b', 'N'), ('b1519fbfc60d172d6c482ae53ed2048a', 'merchants/_common_templates/accounting_panel.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'd7f9fabde5bcf7c62aba29d35b80238b', 'N'), ('528632f9c4a137bc07508aac1b01df24', 'merchants/_common_templates/accounting_stats_data.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'e87e60c2a0ef766fe4d79ba80daf0ee9', 'N'), ('83153720b2aff368c74ab5e321f196ec', 'merchants/_common_templates/accounts_fields.tpl', '4.5.48.6', '2010-11-12 11:35:00', '87336db5d65111648205f4d3d817bd25', 'N'), ('2dcbc09c92bb0bf40e0aa49c57df232d', 'merchants/_common_templates/accounts_filter.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'f4b96ed27c3145eb6c469205688e7bab', 'N'), ('43745317e6c3f78310f001e8bf349161', 'merchants/_common_templates/accounts_panel.tpl', '4.5.48.6', '2010-11-12 11:35:00', '8872aa136c25f7fc31e15118b4280d20', 'N'), ('0a25dd82b5c61f91ae0ad9db36c47547', 'merchants/_common_templates/add_affiliate_page.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'f99335e7e5084182d10829e846bf4349', 'N'), ('8f6df87f9da2f34ecea8dbf92bf501ae', 'merchants/_common_templates/add_affiliate_page_content.tpl', '4.5.48.6', '2010-11-12 11:35:00', '0f11dbecb7f2f1eea6ab769eb625e322', 'N'), ('e3ebf69c74c2c625163a044d16c99aa5', 'merchants/_common_templates/add_affiliate_page_page.tpl', '4.5.48.6', '2010-11-12 11:35:00', '70a1f240785c415fb99947f94972de26', 'N'), ('6a7aee51b3102d44117c86bbb183cf1f', 'merchants/_common_templates/add_affiliate_page_url.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'ca4490579f007cc8a9dd82946c96ec80', 'N'), ('5ac232e438c6823d3679ce3edcdb28cf', 'merchants/_common_templates/add_affiliate_to_group.tpl', '4.5.48.6', '2010-11-12 11:35:00', '3a14892e80102ce204a04fccd9e46a77', 'N'), ('4a110fae6efc64269b5d6fcb52bd1dd3', 'merchants/_common_templates/add_custom_translation.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'b0bac6b4264bd6d9544d5c51dba19582', 'N'), ('b6c67de7cb45514a0d4f1ba205845ad5', 'merchants/_common_templates/add_gadget_category.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'e2ec9306de4bf074a33e72c96ff238ca', 'N'), ('e883ff2fcf660a23a03d3827cf5b495c', 'merchants/_common_templates/add_gadget_panel.tpl', '4.5.48.6', '2010-11-12 11:35:00', 'be8c80e8aff49f52f5b5c1b79be9526f', 'N'), ('de9c1ea73a20a4501c2005f9729dbd33', 'merchants/_common_templates/add_gadget_select_url.tpl', '4.5.48.6', '2010-11-12 11:35:00', '7cc42e1126d017efc079d892fb65d9c9', 'N'), ('97fc36eb6c9f642c1f4959f77e88513c', 'merchants/_common_templates/add_transaction_form.tpl', '4.5.48.6', '2010-11-12 11:35:01', '6c9da9a05ee604bb7ad0cc4225c07e88', 'N'), ('221207c454e7c48d8c5ea26fa54b760a', 'merchants/_common_templates/add_user_to_group_form.tpl', '4.5.48.6', '2010-11-12 11:35:01', '1dd80971581918245a868e0bcf754443', 'N'), ('12457b3621e3097f6106e58224e8389f', 'merchants/_common_templates/additional_dynamic_form_panel.tpl', '4.5.48.6', '2010-11-12 11:35:01', '8b70e079bce66f8b2b0af4d84772ad68', 'N'), ('ae0f1594fed101fa6766f2065719d238', 'merchants/_common_templates/admin_panel.tpl', '4.5.48.6', '2010-11-12 11:35:01', '2d9b7989aa4c63aab1af58207034cb66', 'N'), ('778972591501c9077bd30f74ac5fd8f3', 'merchants/_common_templates/admins_panel.tpl', '4.5.48.6', '2010-11-12 11:35:01', '791cc8cdc1a96c4e3ed4fc336abcf636', 'N'), ('3dab5cc4e942bd1956a5250ccf88e4a1', 'merchants/_common_templates/admins_panel_filter.tpl', '4.5.48.6', '2010-11-12 11:35:01', '923527607fac98a6b18aa33e8081195e', 'N'), ('5d4f0d783d30f148407dde70f67a0d10', 'merchants/_common_templates/advanced_filter.tpl', '4.5.48.6', '2010-11-12 11:35:01', '3e49f92a818924f53cd39d47736847f9', 'N'), ('693672c5ab3bccc6381009ba9d2ddfea', 'merchants/_common_templates/advanced_integration_steps_icons.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'fc1f4fb9ee86fc80e6ef1e365e0d77f5', 'N'), ('765cfa4647f4dc8e28128b11b32201e6', 'merchants/_common_templates/aff_notifications_form.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'eac839164147779026c64614c9464579', 'N'), ('ea6b1e999037ae5c99a30a5e27f368a7', 'merchants/_common_templates/affilate_advanced_filter.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'c9e0f42316c265cf760f4f3762748254', 'N'), ('18487544b6d331b32387d2952f932677', 'merchants/_common_templates/affiliate_commission_groups.tpl', '4.5.48.6', '2010-11-12 11:35:01', '9d4046dbc63fe4b678f8c62ffca79854', 'N'), ('626a92804aeb5b63363bf2f613909322', 'merchants/_common_templates/affiliate_delete.tpl', '4.5.48.6', '2010-11-12 11:35:01', '4df0ed0abb624a1e4a294d3bfd9f092c', 'N'), ('146a71684a1b04eb64d19af13e428689', 'merchants/_common_templates/affiliate_details.tpl', '4.5.48.6', '2010-11-12 11:35:01', '66a410fc10a1c5fa3aed40856f86a41c', 'N'), ('08d8c4f6198ef02625fbefa05b43b286', 'merchants/_common_templates/affiliate_edit_details.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'b8bf18c412e809a0928427a4e69d266f', 'N'), ('4f69f76eaba9953817f025a317c69e62', 'merchants/_common_templates/affiliate_edit_details_additional.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'b4f78aa88431df8c3ced23a3f877b5cf', 'N'), ('50c84450851e7ba52825617d2ad84da7', 'merchants/_common_templates/affiliate_edit_dialog.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'acaf92b10f7821b0f5794593db70df01', 'N'), ('fde60e901c3eb4126389928e2a0f8d02', 'merchants/_common_templates/affiliate_edit_no_payout_history.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'bf348991cf3025dd361ac16d290b1f1a', 'N'), ('3335759e1b606688a50cff303c258213', 'merchants/_common_templates/affiliate_field.tpl', '4.5.48.6', '2010-11-12 11:35:01', '014e123d1e9e375014218c8ee480806a', 'N'), ('5107b9f1dafc1b3b48cc40d40a1bcfb4', 'merchants/_common_templates/affiliate_fields.tpl', '4.5.48.6', '2010-11-12 11:35:01', '5c01ebf02d2826a3dee64d91a2f44de1', 'N'), ('23cf8fb9432890c911d6b9b47aad3580', 'merchants/_common_templates/affiliate_general_settings.tpl', '4.5.48.6', '2010-11-12 11:35:01', '763cbe0a33d51eee8517193dd53fedf6', 'N'), ('6366a038f36b9eb8e0b3da639eccd19b', 'merchants/_common_templates/affiliate_info_data.tpl', '4.5.48.6', '2010-11-12 11:35:01', '8f06b3873d00b93e4a88718263011d65', 'N'), ('a43b5f34a3f72c1b3b53e87616ebb98b', 'merchants/_common_templates/affiliate_list.tpl', '4.5.48.6', '2010-11-12 11:35:01', '6f4b8ede1a1e54acfe042349ec0b29e6', 'N'), ('d474f3863099850a03c3a5d070d41288', 'merchants/_common_templates/affiliate_list_no_data.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'b8ca946fdb1f1f200be0e5dea98012d4', 'N'), ('81b21f308b7a52c1af1f8365c81e1816', 'merchants/_common_templates/affiliate_logins.tpl', '4.5.48.6', '2010-11-12 11:35:01', '64dbc692eea929a6218b4ea48e52912f', 'N'), ('36cf656746cbd1e01541eec3f6ea5ce7', 'merchants/_common_templates/affiliate_logins_map.tpl', '4.5.48.6', '2010-11-12 11:35:01', '14cd6ec3d9f5efb45740c67bc295e30c', 'N'), ('8be832c0c02f97aac6fb1790678b63e1', 'merchants/_common_templates/affiliate_menu_settings.tpl', '4.5.48.6', '2010-11-12 11:35:01', '1e38528a2db921a06407d4f449888c22', 'N'), ('83a26159ef43dc2d0511c09c01eeaa19', 'merchants/_common_templates/affiliate_panel_config.tpl', '4.5.48.6', '2010-11-12 11:35:01', '99bc43fef7dbe936c4e733215585a277', 'N'), ('cce4b80862e75e07631a38e9c87d31d0', 'merchants/_common_templates/affiliate_payout_settings.tpl', '4.5.48.6', '2010-11-12 11:35:01', '7b3fce022087a95c5e0e21420398d5c6', 'N'), ('27998aa8285290b9cf3f08e0ff7c4f01', 'merchants/_common_templates/affiliate_postsignup_settings.tpl', '4.5.48.6', '2010-11-12 11:35:01', '295c4b2802684750cc74e93282fb5732', 'N'), ('b0c5a9739740ca462f75ca769ce8a530', 'merchants/_common_templates/affiliate_screen_detail.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'd51d050e5e8870ef2bab66a834107eb4', 'N'), ('3c86d6a6da2f174f019f3aa187c6bbe4', 'merchants/_common_templates/affiliate_screen_header_edit.tpl', '4.5.48.6', '2010-11-12 11:35:01', '8ad3a49fcda8f8981e1e8ee211c5fd1f', 'N'); INSERT INTO `qu_g_installedtemplates` (`templateid`, `name`, `version`, `changed`, `contenthash`, `overwritte_existing`) VALUES ('96d587198364f4eab8f58e42b08cbd83', 'merchants/_common_templates/affiliate_screen_settings.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'd355a8c0baab3d3eff6f4267b6123a00', 'N'), ('abe1d7851117bc2cd9e1399444eaf4b3', 'merchants/_common_templates/affiliate_screen_settings_nodata.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'bb4ad3e2d922192ec998ee5ae5c51e50', 'N'), ('48d8b64ec9ee8ad36a318a3f214502dc', 'merchants/_common_templates/affiliate_screens_list.tpl', '4.5.48.6', '2010-11-12 11:35:01', '163420bb11e3cd547f23446684bc5392', 'N'), ('3d675cc1e43d44fe4a1b2e08ec624329', 'merchants/_common_templates/affiliate_signup_settings.tpl', '4.5.48.6', '2010-11-12 11:35:01', '34f3e1260c42a5cfa335f0c4dc28fd33', 'N'), ('0ff5412c0fb4c350fd5566fce28b074a', 'merchants/_common_templates/affiliate_signup_settings_button.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'adccd555745134a857328990ed086077', 'N'), ('16686b9faae155adb5ab8c2d1ac9d1fa', 'merchants/_common_templates/affiliate_signup_settings_form.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'eb832a062e7059bb5074dbeec7f2f890', 'N'), ('9b8d174b7ff07e17478f39ded2778407', 'merchants/_common_templates/affiliate_stats.tpl', '4.5.48.6', '2010-11-12 11:35:01', '0cbf07216f436d891429f4b82fe175ed', 'N'), ('1bfc1b9f84e1d857623adccd00c72752', 'merchants/_common_templates/affiliate_subaffiliates.tpl', '4.5.48.6', '2010-11-12 11:35:01', '2c0ef124873bc627ca410830ccaf91db', 'N'), ('4742d92a413a4d0d6249fbb926a8edfd', 'merchants/_common_templates/affiliate_tracking_code_filter.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'fbace673cf9148f22091d670e1fe79ea', 'N'), ('1fb446cfd0a7f59b120ade6e68866700', 'merchants/_common_templates/affiliate_tracking_code_panel.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'e861afad8a80b19cb239dc550000fe41', 'N'), ('50b98e0bf57efe4b2dd536df9b5a9885', 'merchants/_common_templates/affiliate_tracking_options.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'e2c1fa29f7afa95b6368b93801483f47', 'N'), ('f84898a7dbd45eb24cf8bae5ac0d74b5', 'merchants/_common_templates/affiliate_tracking_testlinks.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'fe48302c1d709f769d3716ca870d077b', 'N'), ('5f137622a7b811d2245853efbe1b8a0e', 'merchants/_common_templates/affiliate_tree.tpl', '4.5.48.6', '2010-11-12 11:35:01', '875e8e5d865578c1b5efe31580b9e719', 'N'), ('bd1bbdfe2a5ab799b38bbd989936a3c9', 'merchants/_common_templates/affiliate_tree_filter.tpl', '4.5.48.6', '2010-11-12 11:35:01', '74bf1cc9905eada2ff7c53c5963b5e13', 'N'), ('9463a87ebe52567ccd08a38b20215e6c', 'merchants/_common_templates/affiliate_tree_panel.tpl', '4.5.48.6', '2010-11-12 11:35:01', '7fac95b6532d4d3cc91d89f19076e037', 'N'), ('97df293b1fea0704fcd8de111224f5c9', 'merchants/_common_templates/affiliate_url_page_editor.tpl', '4.5.48.6', '2010-11-12 11:35:01', '4d37a50006e2d5ee19eeaf49e065e622', 'N'), ('86d856d787c292d42767f065a7f333b0', 'merchants/_common_templates/affiliate_urls_no_data.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'c32a33fe8cf5fdd50ea6e7e9aad67a32', 'N'), ('3d1f16ea29e73bf0981abfff7a69d459', 'merchants/_common_templates/affiliates_group.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'b0452c56a3c513d2e7d0f5ccdb782262', 'N'), ('9b12492323ff2ed0effc72cfcf9b3371', 'merchants/_common_templates/affiliates_group_filter.tpl', '4.5.48.6', '2010-11-12 11:35:01', '3c1a1c78bd10e78f001bc5b3972bf07a', 'N'), ('c837d5de6e0e7dc464a7e0945a90e6e0', 'merchants/_common_templates/affpanel_design.tpl', '4.5.48.6', '2010-11-12 11:35:01', '18908388fc80a9783adc868eae27495a', 'N'), ('46d16e54e7325abcd66d66aa4c6c8bcf', 'merchants/_common_templates/after_signup_actions_fields_no_data.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'd26d4b799b1f7dd4bfbca21ac2b47397', 'N'), ('f2b10fc70d06e871ccded8e55cdfcd9e', 'merchants/_common_templates/after_signup_actions_no_data.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'b4afe408bd288f80a96d7fca392e5359', 'N'), ('227a58a38ca30013559279fae2483cd3', 'merchants/_common_templates/after_signup_no_data.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'd3ba442d2d4764bbebeab6db805aa737', 'N'), ('beffea82d79c008ff91010b512397bd2', 'merchants/_common_templates/align_widget.tpl', '4.5.48.6', '2010-11-12 11:35:01', '124769dbcc410ae58c1dfd53f15b58d6', 'N'), ('25fff8ed91005603b1da8ec1ad0ab1aa', 'merchants/_common_templates/api_integration.tpl', '4.5.48.6', '2010-11-12 11:35:01', '0c6ea17785537652c7e98918b69d895a', 'N'), ('4d65962e765cb96c42bee165c310ffed', 'merchants/_common_templates/application_details_panel.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'edb2a33d82e8142dbf363e8c450a135c', 'N'), ('76572495cb4657ab3fa48a00d6932f49', 'merchants/_common_templates/assigment.tpl', '4.5.48.6', '2010-11-12 11:35:01', '77e33b188e0e94db23c89eb987669eaa', 'N'), ('d72f17a8180554e2724e6cb6bdcc0e8f', 'merchants/_common_templates/assign_auto_panel.tpl', '4.5.48.6', '2010-11-12 11:35:01', '2171c1b5a33c4c815089fbeff1e20d22', 'N'), ('8715299e0e286789f3fd00e35d2b0c1d', 'merchants/_common_templates/available_values_edit.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'd8ae0a51c292d5f580fb8f43c6aa8db5', 'N'), ('d4b4d0ec44b07c4fb6eca9eed3c3f59f', 'merchants/_common_templates/banner_and_link_form_panel.tpl', '4.5.48.6', '2010-11-12 11:35:01', '8e9c418ecc0bfdfd3cf672875768c223', 'N'), ('ae937d105ab9dbc3738c27f1e6508a7a', 'merchants/_common_templates/banner_button.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'e1cb4d807552c33476c9dc37bca24dc6', 'N'), ('fe31d332d1806046e2b09f7f55897f4a', 'merchants/_common_templates/banner_clone_dialog.tpl', '4.5.48.6', '2010-11-12 11:35:01', '923229b86d58692b408bd22bce2a78f1', 'N'), ('5c02261245dc2ada1232060ce58b275c', 'merchants/_common_templates/banner_create_header.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'be44e81d067a0131cc56837d68aef20e', 'N'), ('664b17be6b750297f7e79a6c8aa3d214', 'merchants/_common_templates/banner_details.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'faae6c22be58fe442801cd9908a932bd', 'N'), ('455d40caf55e91531988df27b115de6b', 'merchants/_common_templates/banner_details_destination.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'f0d0e909cbd43c7088449c160154bf3e', 'N'), ('4548e46647f725614b468c264f05aa9d', 'merchants/_common_templates/banner_details_params.tpl', '4.5.48.6', '2010-11-12 11:35:01', '1320568e66752b25e4e34fd3329c723c', 'N'), ('295e8bbd309758c600726a62cacb70c6', 'merchants/_common_templates/banner_edit_header.tpl', '4.5.48.6', '2010-11-12 11:35:01', '3fb224b6934d1ae5589c2c189923db27', 'N'), ('8f1e043775485bbfbc56ab65dcc97950', 'merchants/_common_templates/banner_edit_panel.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'd371721abec7a70439373826893749c8', 'N'), ('c3462072cb3b4ac98e63cf8573d54d9a', 'merchants/_common_templates/banner_filter.tpl', '4.5.48.6', '2010-11-12 11:35:01', '4a8f1d77c8859b73514a245a99fd534e', 'N'), ('c06eae71c098eb9b65c745180db1b84d', 'merchants/_common_templates/banner_format_form.tpl', '4.5.48.6', '2010-11-12 11:35:01', '5f8fd9d50c3f4817158302d1834f7e26', 'N'), ('8ea4042b93465de1d2c55abe9883ef3a', 'merchants/_common_templates/banner_in_rotator_edit_panel.tpl', '4.5.48.6', '2010-11-12 11:35:01', '331b8b61058b5f85750cc690e63d08cc', 'N'), ('9f1c967321f60150e563012c703586bd', 'merchants/_common_templates/banner_list_no_data.tpl', '4.5.48.6', '2010-11-12 11:35:01', '7cbbeb457d0ad799bd7e960c889ee07e', 'N'), ('5de5dd5ea5efe9d1a8f8da4b225223b0', 'merchants/_common_templates/banner_manager.tpl', '4.5.48.6', '2010-11-12 11:35:01', '3b8f4cd31299d8188b702ea621a4fa9b', 'N'), ('ab0d32e0c9fac2a1526a245666e5f146', 'merchants/_common_templates/banner_name.tpl', '4.5.48.6', '2010-11-12 11:35:01', '0e8385998fddbc3260837cf0590a35a5', 'N'), ('fbc0f29218ac41f55f904c25f0c04c96', 'merchants/_common_templates/banner_or_link_edit_template_panel.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'c891838c99fa48a6273f5e426bc941ea', 'N'), ('282c33cfa00d0c9d225e24b134319c1b', 'merchants/_common_templates/banner_or_link_not_selected.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'e23ef0cab36daacee99af94a48601ae6', 'N'), ('ae79be4215abfc27633177223258615f', 'merchants/_common_templates/banner_own_size_panel.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'bf9d961ef3e8c1c73a70a70711c74034', 'N'), ('6e737160d3863a1d59bafae42313f527', 'merchants/_common_templates/banner_parameters_coupon.tpl', '4.5.48.6', '2010-11-12 11:35:01', '32a5c87d1081001487d6977640b333dc', 'N'), ('ada44083e69630cb88f24c13205d79f5', 'merchants/_common_templates/banner_parameters_flash.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'd7640e0b404b6b28a818ccada449952c', 'N'), ('a45a276e6295383b0eed63e0f94fa347', 'merchants/_common_templates/banner_parameters_hover.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'f15317ed6c2ed30c9a2e897dbaaa79a6', 'N'), ('c04674ca561ca4140626216129ba74b5', 'merchants/_common_templates/banner_parameters_html.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'a81d80625ad0e416c52a8e51a26749a5', 'N'), ('8c8f92eb9ecfe202e7cb8f115751df0f', 'merchants/_common_templates/banner_parameters_image.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'e767ab61f80a433e712d31418eca692a', 'N'), ('1fb80830b41b529cdc9ed2c3d57e3afb', 'merchants/_common_templates/banner_parameters_pagepeel.tpl', '4.5.48.6', '2010-11-12 11:35:01', '67b5ccd900a6d389bc683877b20c713e', 'N'), ('e3cb6b3ad818b79dc3808bbacd27072b', 'merchants/_common_templates/banner_parameters_pdf.tpl', '4.5.48.6', '2010-11-12 11:35:01', '14c88d9a4727bf5245abd3f0b4faec5c', 'N'), ('6f72b15c4862e1f90f50766edc9f8c29', 'merchants/_common_templates/banner_parameters_popup.tpl', '4.5.48.6', '2010-11-12 11:35:01', '6b7bdf2070f676aad45245ca7bf849ca', 'N'), ('75d2c91e89e6b9beae2585aa7753e83c', 'merchants/_common_templates/banner_parameters_promo_email.tpl', '4.5.48.6', '2010-11-12 11:35:01', '8bf7be7201520bc18a8c5553f301638b', 'N'), ('d99e12530f3d4b5fd74c9f43d418a46c', 'merchants/_common_templates/banner_parameters_rebrandpdf.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'cf9a671721f070ae347706b8ec013894', 'N'), ('eeb39515a031b756e5ac87be25f020c9', 'merchants/_common_templates/banner_parameters_rebrandpdf_allvars.tpl', '4.5.48.6', '2010-11-12 11:35:01', '82d8d16f263820772b9f9c270a40afb1', 'N'), ('3b9b8eb750677458ffbfd3ef49279de5', 'merchants/_common_templates/banner_parameters_rebrandpdf_filefield.tpl', '4.5.48.6', '2010-11-12 11:35:01', '4f3e422e757c8bd5c3460a24dd453153', 'N'), ('33fe1c7234d839d43df9f2fe3e036659', 'merchants/_common_templates/banner_parameters_rotator.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'b436f25e7bce4c97481642cfe9354f19', 'N'), ('a5b2ab5d789bdc1b969f1eff9a1d36c5', 'merchants/_common_templates/banner_parameters_site.tpl', '4.5.48.6', '2010-11-12 11:35:01', '288b0a54e743be37afccdd2d048c2d32', 'N'), ('10993b627acbc7a9a278ee1a3ede8dd4', 'merchants/_common_templates/banner_parameters_site_files.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'b70e3346cecfdf9d7594f336f3cff834', 'N'), ('a0f2300cca91ce1e8dc0cbbaab7c858e', 'merchants/_common_templates/banner_parameters_site_files_local.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'a7f630aa7eb54c3cb467cb80f17674cc', 'N'), ('78cd2b024e372ea13bab577f6a0c5e47', 'merchants/_common_templates/banner_parameters_site_files_url.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'f082f18d92a5a914b98b7d12bc35ea38', 'N'), ('22bf94bf28accdae676054576a9d2d5b', 'merchants/_common_templates/banner_parameters_site_variables.tpl', '4.5.48.6', '2010-11-12 11:35:01', '4a06de715bf27495f497e7ba57021cd6', 'N'), ('f3cb0d799c1b2f0fb7105a1df94c2991', 'merchants/_common_templates/banner_parameters_zip.tpl', '4.5.48.6', '2010-11-12 11:35:01', '8485b3c6f01e196e408affd89a714adb', 'N'), ('5d89ee10918ac49e492f49b09d557999', 'merchants/_common_templates/banner_parameters_zip_bannerpreview.tpl', '4.5.48.6', '2010-11-12 11:35:01', '8363350bfafb920da53f434bb8a4c245', 'N'), ('e8725dfa24264331e5c0a44370b74de5', 'merchants/_common_templates/banner_parameters_zip_files.tpl', '4.5.48.6', '2010-11-12 11:35:01', '0d3f2c5edba5f03f8fb35dcbaeeebae2', 'N'), ('134ecb8e39776824395464825064fd0d', 'merchants/_common_templates/banner_parameters_zip_variables.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'bea861fe51d3a9e95f9ae5e5cf9c4e81', 'N'), ('e62877c48a7f2508bcc3178378d310ef', 'merchants/_common_templates/banner_params_link.tpl', '4.5.48.6', '2010-11-12 11:35:01', '16e7b10d24dd70483e8c67184d3ec46f', 'N'), ('af9d5f775010a519c8841538f67e0ec4', 'merchants/_common_templates/banner_params_text_link.tpl', '4.5.48.6', '2010-11-12 11:35:01', '6deaf48190c868c9678aaccd279f3f56', 'N'), ('d2846bbab7dd31f5200b7477c2754d57', 'merchants/_common_templates/banner_preview.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'f909f6f9890f595736faac6d46a94eaf', 'N'), ('e6b1198e63a796990b8503c7174f1fd1', 'merchants/_common_templates/banner_preview_field.tpl', '4.5.48.6', '2010-11-12 11:35:01', '4bc043e8be5c477c978fb1eac4c963ff', 'N'), ('78436c4358a2bf8a71d34d6fe5bf7b57', 'merchants/_common_templates/banner_preview_widget.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'f21248876762eecce70f4f6a6d64cad1', 'N'), ('46636fc6e5ef60e1e2934cf5d4ff2b66', 'merchants/_common_templates/banner_rotator_feature_on_deactivate.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'a1bfe671194574c6d8b231e70bbd0f08', 'N'), ('56544e29fcb17407a233433c72df2072', 'merchants/_common_templates/banner_size.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'f8f55044ecc4027d5f99bb17713ded9a', 'N'), ('f15afde5c50802466abd36b96b4e3c12', 'merchants/_common_templates/banner_wrapper_edit_panel.tpl', '4.5.48.6', '2010-11-12 11:35:01', '7976efab25216c11f8625cd2d6687669', 'N'), ('069ec4c5f69744f7ec427bf44b6a74a1', 'merchants/_common_templates/banner_wrappers_table.tpl', '4.5.48.6', '2010-11-12 11:35:01', '54f784f44c21afa6941daecd6088cd4a', 'N'), ('72f0c3ccfadec9f89e1f77afdc82fee9', 'merchants/_common_templates/banners_and_links_format.tpl', '4.5.48.6', '2010-11-12 11:35:01', '94e7984bc8690410df7d30aaf3eacafb', 'N'), ('4d069d7ebee2ebb1e96b1062d1f7ae47', 'merchants/_common_templates/branding_config.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'bd94806a4df51742d143a23dec8f2cdb', 'N'), ('1ad748326a12d86553ee5093fd5e8011', 'merchants/_common_templates/breadcrumbs.tpl', '4.5.48.6', '2010-11-12 11:35:01', '921035f90b931792de2bfd1fb40dc597', 'N'), ('b5087d9423115aebfe75e2ebfb7b317a', 'merchants/_common_templates/breadcrumbs_entry.tpl', '4.5.48.6', '2010-11-12 11:35:01', '42ee9a25b7525589ed65bf9625adc890', 'N'), ('b304f449d471293dc35564400ec801bb', 'merchants/_common_templates/button.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'ab00df127be0dd89a125fe05f33c0380', 'N'), ('6382151573e4ea1dea0cad336f4127e8', 'merchants/_common_templates/buy_feature.tpl', '4.5.48.6', '2010-11-12 11:35:01', '4e61e98614c27e2a9649909c3ac47a7a', 'N'), ('7595a32e8b0e66af4afe2d0fc46859a8', 'merchants/_common_templates/calendar.tpl', '4.5.48.6', '2010-11-12 11:35:01', '21214f973325d61e6b00cf842dfaa77d', 'N'), ('5e62f4dd816a6efc939cdb59b750c594', 'merchants/_common_templates/campaign_account.tpl', '4.5.48.6', '2010-11-12 11:35:01', '43910ef330750800ec1805b230a2984b', 'N'), ('4db0620ac018444b54df025f216deb58', 'merchants/_common_templates/campaign_capping.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'b9f6737a4b04f0eca0d7957191b51231', 'N'), ('86df9b94291a848d26bc4e161383865c', 'merchants/_common_templates/campaign_category_edit.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'a2c90cd1f1ca3cde3a32658a486b123f', 'N'), ('cc32c82835efd7288c5d03e9001d2f0b', 'merchants/_common_templates/campaign_category_item.tpl', '4.5.48.6', '2010-11-12 11:35:01', '315172c4db5ed944c5fa003ad9d1a316', 'N'), ('c7737811a38a9b213b0a7e1dbeb56927', 'merchants/_common_templates/campaign_category_selector.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'c36efad2f278bc9ff61d52efafedd9f4', 'N'), ('0abcf0e667e7e5951295ceba6e2c6e48', 'merchants/_common_templates/campaign_category_settings_panel.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'd417bebb5724a67b3eee4b8682b09a0b', 'N'), ('1045981b749e4129545fc588befbf0c3', 'merchants/_common_templates/campaign_commissions_tab.tpl', '4.5.48.6', '2010-11-12 11:35:01', '86fd78ec94470a2033f73607b0e324db', 'N'), ('72615cf3bdcac111e7ae6b675574340c', 'merchants/_common_templates/campaign_filter.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'f0c4a8f63a5afcaaf10fe7b0986ad67f', 'N'), ('55e3eadfe8378a7a08c8fda62fff123f', 'merchants/_common_templates/campaign_form_edit.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'c4090e80a699e6f958344be120808c32', 'N'), ('66fe3f03c79992601b53a8a19a8a5504', 'merchants/_common_templates/campaign_form_show.tpl', '4.5.48.6', '2010-11-12 11:35:01', '2827e73757221b90203e09d7c55c36d5', 'N'), ('268772816ff98b34b0b73bc0ed328a32', 'merchants/_common_templates/campaign_list_no_data.tpl', '4.5.48.6', '2010-11-12 11:35:01', 'a81b22976f169e237766e655f6c82838', 'N'), ('bc6d3b2acb6d3e635dfad30d8efdd736', 'merchants/_common_templates/campaign_screen.tpl', '4.5.48.6', '2010-11-12 11:35:02', '48d3e63714873d79a6092b2aa0417dd9', 'N'), ('13f8ef4a43c27451694f652db98e1f64', 'merchants/_common_templates/campaign_screen_edit.tpl', '4.5.48.6', '2010-11-12 11:35:02', '4dd40cd4020a39e251a16d01ffa65723', 'N'), ('66c69ed6f3f21dfb1aeccf5512c5d2c7', 'merchants/_common_templates/campaign_shortdetails_form.tpl', '4.5.48.6', '2010-11-12 11:35:02', '99bd3a0b3e5790f2307e9b897dcd6811', 'N'), ('eedbbe2e0522b4b209a060731c1e2562', 'merchants/_common_templates/campaign_status.tpl', '4.5.48.6', '2010-11-12 11:35:02', 'b732873daaced1e1e9aa43cb2f4c09fa', 'N'), ('ec8ac037949b711ad9985b94a7f4e0f3', 'merchants/_common_templates/campaign_step_commissions.tpl', '4.5.48.6', '2010-11-12 11:35:02', 'efaacdc8fe6fc8e357da41bec0e95296', 'N'), ('7c91eb5632b7244b869a86bd73c62c02', 'merchants/_common_templates/campaign_step_create.tpl', '4.5.48.6', '2010-11-12 11:35:02', '2d419b7525bdd89abdec8c0d31d1f71d', 'N'), ('c6654ec91ec4ea3119905b6665208abb', 'merchants/_common_templates/campaign_step_finish.tpl', '4.5.48.6', '2010-11-12 11:35:02', 'bbbdd82fdc80bcf4105810944284c708', 'N'), ('5b795438c1daf8b546b3fe4121a98b3a', 'merchants/_common_templates/campaign_step_properties.tpl', '4.5.48.6', '2010-11-12 11:35:02', '552b0892c40c704bc5ca3864820583e7', 'N'), ('32b6e9a2c401845548d9379726fe33bb', 'merchants/_common_templates/campaign_type.tpl', '4.5.48.6', '2010-11-12 11:35:02', '653ea0c458377857718df884a3bafbd4', 'N'), ('30336008b157d30b568f94ac534be762', 'merchants/_common_templates/campaign_validity_edit.tpl', '4.5.48.6', '2010-11-12 11:35:02', '22198581b13ee3fbd1e3729236df3189', 'N'), ('ef18a7facce6103cfb89b2ffafb62d2c', 'merchants/_common_templates/campaign_wizard.tpl', '4.5.48.6', '2010-11-12 11:35:02', 'e6f7ad6b18e7c273490cea2a19a19654', 'N'), ('41c2abb3fc7ca7276e576ecb111a4635', 'merchants/_common_templates/campaigns_categories_list.tpl', '4.5.48.6', '2010-11-12 11:35:02', 'bb0faa504048be846e938bb145aa51ff', 'N'), ('5d9cedc678f468365821b292eb3129a5', 'merchants/_common_templates/campaigns_categories_tree.tpl', '4.5.48.6', '2010-11-12 11:35:02', 'f7eacdb5f6603933ab411bd7c41d3f44', 'N'), ('19b980a8f499fcd74468e4c861aa0072', 'merchants/_common_templates/campaigns_list.tpl', '4.5.48.6', '2010-11-12 11:35:02', '85c8bb65216d10f6da71af29c264577e', 'N'), ('94b38347c533bd18a1f608b689f0a573', 'merchants/_common_templates/campaignscategories_no_data.tpl', '4.5.48.6', '2010-11-12 11:35:02', 'b6fdeaa9e97591514e8bc48fc1762f47', 'N'), ('ad9d0fdc82f3b0343b634a22c293b3c3', 'merchants/_common_templates/campaignscategories_not_in_category.tpl', '4.5.48.6', '2010-11-12 11:35:02', '42f7a51b7bd17aaf4b145c99c019fb74', 'N'), ('c08d315abddd6f5828b261cf5aa78519', 'merchants/_common_templates/captcha.tpl', '4.5.48.6', '2010-11-12 11:35:02', '5c9badb7d95d5a00c7429dee97b0bbf1', 'N'), ('f8e2eac480d07153cb99a6d286f32097', 'merchants/_common_templates/category_list.tpl', '4.5.48.6', '2010-11-12 11:35:02', '6f5b9c38fbe05e421df953b06a7f3a4d', 'N'), ('686c44a22b94e82f9321331bba591a38', 'merchants/_common_templates/change_status_button.tpl', '4.5.48.6', '2010-11-12 11:35:02', 'a0d13402819088b5078e8100a21a0159', 'N'), ('10e7b13ceda8d410606af3b0cedbb6c0', 'merchants/_common_templates/chart_datatype_popup.tpl', '4.5.48.6', '2010-11-12 11:35:02', 'bc1568182b4643e3bf48950e2a941d84', 'N'), ('a7936fc389c2fcdca98ebb223048f0e1', 'merchants/_common_templates/check_box_group.tpl', '4.5.48.6', '2010-11-12 11:35:02', '9935dbc5bf9461709c69b0856a7d4099', 'N'), ('5dd4e9b3439d0c0aa856c24baccbef61', 'merchants/_common_templates/check_box_group_row.tpl', '4.5.48.6', '2010-11-12 11:35:02', '06dba660be425f9bf15e1644d90290ca', 'N'), ('5348feb8f5b59f839b61a68c43e53311', 'merchants/_common_templates/checkboxes_filter.tpl', '4.5.48.6', '2010-11-12 11:35:02', 'fef5c1833920987bd3172dbe9d75797a', 'N'), ('344dfb6f279946549b3e6d0ae521b13d', 'merchants/_common_templates/clicks_list.tpl', '4.5.48.6', '2010-11-12 11:35:02', 'a06cd4140d02c209f9a7ea8d27b86cda', 'N'), ('be47e4222c5a51fa5e90bfa514c79c50', 'merchants/_common_templates/clicks_list_filter_base.tpl', '4.5.48.6', '2010-11-12 11:35:02', '53f51dff8cc6941f57e6e2ee2d55e890', 'N'), ('6c5cf093b7f5de6e80748c58aedb64bf', 'merchants/_common_templates/clicks_list_no_data.tpl', '4.5.48.6', '2010-11-12 11:35:02', '5e9694a72b3daf0b595572fb4bc31d9e', 'N'), ('05366bec4a159cd3b07298c08f5532ff', 'merchants/_common_templates/clicks_tracking.tpl', '4.5.48.6', '2010-11-12 11:35:02', 'e2f904bb1bc77caceb77747264f4c4b3', 'N'), ('b2fae34a93e5e837bb7386b9f4d6c038', 'merchants/_common_templates/colorpicker.tpl', '4.5.48.6', '2010-11-12 11:35:02', '05db94b41bf41706ce49bf32d75aad22', 'N'), ('70884f83f9eacb296840d1ac33283ac7', 'merchants/_common_templates/commission_edit_values.tpl', '4.5.48.6', '2010-11-12 11:35:02', 'b277423c214667a9202d3aefac1d7619', 'N'), ('2c0be7d5908de249000ed3fb8fd7a3cf', 'merchants/_common_templates/commission_edit_values_tierpanel.tpl', '4.5.48.6', '2010-11-12 11:35:02', 'ed403054ea7f2ccb731265f9d3f0ef4f', 'N'), ('83a4225a2538ad5d7453359fa9b24afd', 'merchants/_common_templates/commission_edit_with_fixedcost.tpl', '4.5.48.6', '2010-11-12 11:35:02', 'f221131cebe3fd08d5291a4741b2cc30', 'N'), ('de4be7ffcf4c08e3268aacc7f0485e2c', 'merchants/_common_templates/commission_group_panel.tpl', '4.5.48.6', '2010-11-12 11:35:02', '66cb9c9b96d711e29e2a1a0efe952cac', 'N'), ('cd7eb860527fe052e07b2f6222638ac3', 'merchants/_common_templates/commission_groups.tpl', '4.5.48.6', '2010-11-12 11:35:02', 'cd9f803bcafdc842b0226fa653242f1b', 'N'), ('7fa45ac94ff38742f32b6edea6116da0', 'merchants/_common_templates/commission_groups_panel.tpl', '4.5.48.6', '2010-11-12 11:35:02', 'a0cd6f388272491e72460e2f462a6e98', 'N'), ('dcecbb72b6683bbe3a2c156effa1b5a6', 'merchants/_common_templates/commission_recurring.tpl', '4.5.48.6', '2010-11-12 11:35:02', 'aa827abeee6bb0f472b500c096cd3625', 'N'), ('7f5eb683ba571724a60dc3ba811e643c', 'merchants/_common_templates/commission_sale.tpl', '4.5.48.6', '2010-11-12 11:35:02', 'fbdf7f44f6df291e9da9e8172dcad9ce', 'N'), ('b902e57443b4c19ab44d9ce338935ca5', 'merchants/_common_templates/commission_subsales.tpl', '4.5.48.6', '2010-11-12 11:35:02', 'c21fc8858085c294ac7630f53d6bd36e', 'N'), ('67e0c705cee1e37cf4bb25888a30c64d', 'merchants/_common_templates/commission_tabs.tpl', '4.5.48.6', '2010-11-12 11:35:02', '2eec354045cec652c7cd4ff1cfc8bf56', 'N'), ('c47abae5584222872c89d788171773f7', 'merchants/_common_templates/commission_tiers_info_panel.tpl', '4.5.48.6', '2010-11-12 11:35:02', '67bd161520dcf9bd0a11b71d175af743', 'N'), ('f0968614042e052970402815873e9ce0', 'merchants/_common_templates/commission_type_detail.tpl', '4.5.48.6', '2010-11-12 11:35:02', 'dadf4ef5971687787066b76a07d6a28d', 'N'), ('de9c9c08d7f39d066ac7a302ea84d35f', 'merchants/_common_templates/commission_type_sail_detail.tpl', '4.5.48.6', '2010-11-12 11:35:02', '61596aba1e2536ccc5b766523fe7b76f', 'N'), ('6d3a2375f2e1137463c22bb09a106ed4', 'merchants/_common_templates/commissions_details_view.tpl', '4.5.48.6', '2010-11-12 11:35:02', '7ac7953217a99b94b2c2b25ef195428e', 'N'), ('af42f60325c2ee6e6974696843699d84', 'merchants/_common_templates/commissions_edit.tpl', '4.5.48.6', '2010-11-12 11:35:02', '3cf44970e05f4932badb8fbc71f1f8a1', 'N'), ('94a068abe4ae55b3f640971131e11bcb', 'merchants/_common_templates/commissions_panel.tpl', '4.5.48.6', '2010-11-12 11:35:02', 'c0c43c5485b3dca6523c0386e1f02a4f', 'N'), ('d0497dda37c7015758d3b1a54ed5ed76', 'merchants/_common_templates/comunication_overview_panel.tpl', '4.5.48.6', '2010-11-12 11:35:02', '9e58a4489b9a29d7ad5b8ab038c63a94', 'N'), ('9dcd1c6e8247afcd02cdcde87d335f2c', 'merchants/_common_templates/config_aff_panel.tpl', '4.5.48.6', '2010-11-12 11:35:02', '400735d2d598cc8440c74735d19565d9', 'N'), ('879d8b6ea04c55d9ef77c1a8e081d079', 'merchants/_common_templates/config_affiliates.tpl', '4.5.48.6', '2010-11-12 11:35:02', '4870980191d1873460bbc2d8894b2bf2', 'N'), ('c48adf09075fd8df232c25c2456d4a5d', 'merchants/_common_templates/config_communication.tpl', '4.5.48.6', '2010-11-12 11:35:02', 'b7af569e05800de423c52fc28d7bc40b', 'N'), ('dbea23c0e0a0efcf98dccdaf7bd6df3e', 'merchants/_common_templates/config_currencies_form.tpl', '4.5.48.6', '2010-11-12 11:35:02', '838d91a79c4686b3490a51d8fc927925', 'N'), ('f516ad257e75e2ab66f47d38b3c895f4', 'merchants/_common_templates/config_currency_tab.tpl', '4.5.48.6', '2010-11-12 11:35:02', '4fdb78bd6108fc60ecd63e82f5746265', 'N'), ('fdae7526610be7531f503c3023aef04b', 'merchants/_common_templates/config_date_format.tpl', '4.5.48.6', '2010-11-12 11:35:02', '771f72b6514cd4c9103217a955fb171d', 'N'), ('a500a68945449a4031846ac238a6dab9', 'merchants/_common_templates/config_language_and_date_form.tpl', '4.5.48.6', '2010-11-12 11:35:02', '1ad6231d44243a014dd06b3a18709fac', 'N'), ('aa2d707ea9c6aaeb2db1361f6c09d967', 'merchants/_common_templates/config_overview.tpl', '4.5.48.6', '2010-11-12 11:35:02', '0e70288932cfa0dd59b801b778486923', 'N'), ('fe826cd5d7317d6751fe638344193d8e', 'merchants/_common_templates/config_signup_form.tpl', '4.5.48.6', '2010-11-12 11:35:02', 'f02db10c54c6ae8dbeda648a35b751c0', 'N'), ('36a0d0139d711db003ec737126110cef', 'merchants/_common_templates/config_system.tpl', '4.5.48.6', '2010-11-12 11:35:02', '783ebbddb4a39f395967456062db2396', 'N'), ('8ed4eea58701e795993cfe087f17f89a', 'merchants/_common_templates/config_theme_panel.tpl', '4.5.48.6', '2010-11-12 11:35:02', '2babb68eaf485efaba7af30a5b1fdf36', 'N'), ('6212e407dfc6be4f73abe7d46068dc41', 'merchants/_common_templates/config_themes.tpl', '4.5.48.6', '2010-11-12 11:35:02', '0bab46cdedf333176ecb62c8cdc1d672', 'N'), ('c6bf3851fc0f2a9ea611b3f2181330d8', 'merchants/_common_templates/config_tracking.tpl', '4.5.48.6', '2010-11-12 11:35:02', '81056b36d3ec69a8fac9d843ed7d7240', 'N'), ('f284a90ff4033cc74e1620b7d9abd135', 'merchants/_common_templates/confirm_dialog.tpl', '4.5.48.6', '2010-11-12 11:35:02', 'e23acdf8f02455be771f5844a3bed51c', 'N'), ('f19b0e376b90edcd837236bd955228d1', 'merchants/_common_templates/confirm_dialog_label_note.tpl', '4.5.48.6', '2010-11-12 11:35:02', 'f76c3c08642335eb7b3e0ce42bfe753a', 'N'), ('677c74c023993fc0199a22d200f4402e', 'merchants/_common_templates/confirm_dialog_label_value.tpl', '4.5.48.6', '2010-11-12 11:35:02', '3b53a0711a39da60f308e1846fbbb8ab', 'N'), ('40a5265054df40fb9bcd49e4e53aa5bc', 'merchants/_common_templates/confirm_dialog_with_value.tpl', '4.5.48.6', '2010-11-12 11:35:02', '197325eadea8c36f199d51db65f73bb2', 'N'), ('7786fdeccc0e96b62bf5817d735498de', 'merchants/_common_templates/content_gadget_panel.tpl', '4.5.48.6', '2010-11-12 11:35:02', '79428f6a77f38592dfa1716653bbe79b', 'N'), ('04d40b2663bc724151a09b83512fb9ed', 'merchants/_common_templates/context_menu.tpl', '4.5.48.6', '2010-11-12 11:35:02', 'cddf235a2fec1ae75063d576ccdc6185', 'N'), ('f44f0a9932d45b46c25036e04d8be593', 'merchants/_common_templates/cookie_lifetime_group.tpl', '4.5.48.6', '2010-11-12 11:35:02', 'ea8a6a5ad128f265d7d6891a41fdf097', 'N'), ('2357e30dcdbadb40bd57ac74c9638d55', 'merchants/_common_templates/cookies_tab.tpl', '4.5.48.6', '2010-11-12 11:35:02', '8e0ea4fa2058ef3cc721c063c043c72c', 'N'), ('55ef52caa2739e058fa7e37e0cb5e211', 'merchants/_common_templates/copy_user_role.tpl', '4.5.48.6', '2010-11-12 11:35:02', '67725ef54593ecb567ed04a3935faecb', 'N'), ('a0d47474c70a430e95a265f77447595a', 'merchants/_common_templates/countries_list_scrolling_wrapper.tpl', '4.5.48.6', '2010-11-12 11:35:02', '4bf0a92924334c72075b4ddafd3b243b', 'N'), ('e5f503b29b7063d16aa36adf3acc7750', 'merchants/_common_templates/country_commission_type_panel.tpl', '4.5.48.6', '2010-11-12 11:35:02', '2fdbbd3f3d514388e48689f555adc1c0', 'N'), ('8829fa8a2c5de4bc993c0e94cd8bfce6', 'merchants/_common_templates/country_list.tpl', '4.5.48.6', '2010-11-12 11:35:03', '9c7e3f8e58d9cd94778495c6269c3b43', 'N'), ('8eac6fb842f8b8e7ce00d69047414c6c', 'merchants/_common_templates/country_select_panel.tpl', '4.5.48.6', '2010-11-12 11:35:03', '10bbb4ae5a6af57ad569a756c64e8cf6', 'N'), ('9b23c751509e8b80d486b7602e28564a', 'merchants/_common_templates/country_specific_commission_type_panel.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'c8cfeab3d80fd3124afe34f9d4e2b0fb', 'N'), ('94e66bdabfc4ca84a58710851dc38e1b', 'merchants/_common_templates/coupons_filter.tpl', '4.5.48.6', '2010-11-12 11:35:03', '2456ca77bc8afde1eee8cf9987a5a07b', 'N'), ('49fef5a4282e9ed91291bcf83307473f', 'merchants/_common_templates/coupons_panel.tpl', '4.5.48.6', '2010-11-12 11:35:03', '0ccf3a8618451f24b0a41616ea2e0423', 'N'), ('cad2b06c657422cf5d63a7b70616a1e2', 'merchants/_common_templates/create_banners_buttons.tpl', '4.5.48.6', '2010-11-12 11:35:03', '652567573d6e45fa94c514a08b38dcf2', 'N'), ('c58aebb589a805bbfb193003ade1d269', 'merchants/_common_templates/cron_job_integration.tpl', '4.5.48.6', '2010-11-12 11:35:03', '5c3f21fcfc5a0ee9fb7605b73377a652', 'N'), ('2c20ae50c66cbac4948b064253a63178', 'merchants/_common_templates/currencies_no_data.tpl', '4.5.48.6', '2010-11-12 11:35:03', '16b4e5d712f43751925fafe7fb004f18', 'N'), ('6e96f426c5221861e36032de0d97be31', 'merchants/_common_templates/currency_form.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'dbee13da7abe05b10990f7ee89eee4be', 'N'), ('f7066c2d864202c1ef70ded833c60a23', 'merchants/_common_templates/currency_textbox.tpl', '4.5.48.6', '2010-11-12 11:35:03', '859fd8293b92897b3be4c9a6c4aa3a8f', 'N'), ('d322adde5926c315951cfafb084ae903', 'merchants/_common_templates/custom_cookie_panel.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'b1b3a9b5c5aa2b7de8e67fa2975bbf0e', 'N'), ('e8f91232a30e88440cbd1f3972ddbb5f', 'merchants/_common_templates/custom_date_panel.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'b740a50139128d39a48d89c0a4f4567d', 'N'), ('d782d78d98457114ac61e55652e9ff6f', 'merchants/_common_templates/custom_filter_element.tpl', '4.5.48.6', '2010-11-12 11:35:03', '536bf2015d2f08451089896c0bd0013c', 'N'), ('246863a7bb9ca65e07fe240632c9ddbb', 'merchants/_common_templates/custom_filter_field.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'ba1e6ae828d1170750cddf934c25bd7a', 'N'), ('36458075164da9fd4fd6f179e951a183', 'merchants/_common_templates/custom_time_panel.tpl', '4.5.48.6', '2010-11-12 11:35:03', '94bb18d120b20b9b6d2a0377e9df8958', 'N'), ('40ea0cd657da00f507a834e0d84afc6b', 'merchants/_common_templates/daily_report.tpl', '4.5.48.6', '2010-11-12 11:35:03', '696092e06570b6eebad4c345d98c5ca9', 'N'), ('1251c59f96e94b40d1042661589c7cb5', 'merchants/_common_templates/daily_report_filter.tpl', '4.5.48.6', '2010-11-12 11:35:03', '5891efc6b9569696cc2a0e7fd0e8d0bf', 'N'), ('542fd561be6d3f462cf65488bdd51a49', 'merchants/_common_templates/data_field.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'e60b9b057bded055daffbdb797698a50', 'N'), ('0244fbf6337f513d7d1c11d5aeb0a1eb', 'merchants/_common_templates/data_field_with_help.tpl', '4.5.48.6', '2010-11-12 11:35:03', '4615cdd789beea34c16b4c1f692a3a3b', 'N'), ('92dea2ad1c34d71c80cee7faf607881b', 'merchants/_common_templates/database_status_panel.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'dc082d04be2db97cc136ca23f901ffdc', 'N'), ('7243ffa29a77e23c5017d33b1b5d1f7d', 'merchants/_common_templates/date_number_format_panel.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'e26284328d2ba7da47d30e8e458c13b1', 'N'), ('3da9cd20bea06bfc114990cf1c630bb6', 'merchants/_common_templates/date_preset_panel.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'abc7d225baa948aed70cc1073b786fe8', 'N'), ('af172f9e5d1729444a28b7d60b61191d', 'merchants/_common_templates/date_range_filter.tpl', '4.5.48.6', '2010-11-12 11:35:03', '3875dbc075f33ccaac856190ee103557', 'N'), ('21e858c6afa8b581deb175aed5861394', 'merchants/_common_templates/date_range_filter_field.tpl', '4.5.48.6', '2010-11-12 11:35:03', '7e6f9d039cb8a6c5e79888773499dc7b', 'N'), ('560307545e5497e7b547de22ae5856ea', 'merchants/_common_templates/date_textbox.tpl', '4.5.48.6', '2010-11-12 11:35:03', '4d2bf89bd754bbaccc15e48d7a37dd02', 'N'), ('add04f66706543b950f0cf9ab955fde0', 'merchants/_common_templates/daterange_popup.tpl', '4.5.48.6', '2010-11-12 11:35:03', '8286747eb7bf5f14f1e25fc155faa773', 'N'), ('3bb00c0a0a3c9d352aa500f5d1c4170c', 'merchants/_common_templates/datetimepickercontent.tpl', '4.5.48.6', '2010-11-12 11:35:03', '9771684f29bc88d974cc64283055d1d1', 'N'), ('780103b4594917792010ed3ebcdeb52b', 'merchants/_common_templates/default_campaign_form.tpl', '4.5.48.6', '2010-11-12 11:35:03', '76e1906026fc1a8e978bbc83e15ec295', 'N'), ('1946edfed7e40a290fa860e2aed1ad78', 'merchants/_common_templates/default_theme_config.tpl', '4.5.48.6', '2010-11-12 11:35:03', '53ee706b04dada1cac18c10430d8111f', 'N'), ('92475d5ef94ccbc237f4aea3e6b493c3', 'merchants/_common_templates/description_panel.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'eb196bc81ac670a6081876c8d17158c0', 'N'), ('25c8200b49eea1390a16cda75b96b557', 'merchants/_common_templates/design_panel.tpl', '4.5.48.6', '2010-11-12 11:35:03', '44aa20339b9d6fb87a52a35b37477008', 'N'), ('fe786df1b00010a310b621f0bdde5f60', 'merchants/_common_templates/design_settings_icons.tpl', '4.5.48.6', '2010-11-12 11:35:03', '90a7bf55787aeb90226e493db286b450', 'N'), ('3216e13c5dac2f91ed70fb291ab2f6d4', 'merchants/_common_templates/desktop.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'b653025800e416896bd453246061a535', 'N'), ('5718fe081f5d9239827b3fcb31e78242', 'merchants/_common_templates/desktop_gadget.tpl', '4.5.48.6', '2010-11-12 11:35:03', '21394ff13337e4716860c12b5e4fb312', 'N'), ('360e93476d0aa0a21715b00d070f7789', 'merchants/_common_templates/desktop_main_menu.tpl', '4.5.48.6', '2010-11-12 11:35:03', '31eb02f3f6b767d24012753d50ff5159', 'N'), ('781c4185d6328eae57c674e192dcf47b', 'merchants/_common_templates/desktop_settings_mode.tpl', '4.5.48.6', '2010-11-12 11:35:03', '1054d3be606383580f8d521f2d72682f', 'N'), ('1d9e73dbedba43dd5df606e71dd3c411', 'merchants/_common_templates/destination.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'ce4d79af3bb02b4c2cd278d713462101', 'N'), ('5c5b08b3dd1b00e72ce31c62ff4d0846', 'merchants/_common_templates/destination_panel.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'fbccdf5702de1e3da4fde3805e752501', 'N'), ('6fe1aa38f21e47043904dcd48bcb55de', 'merchants/_common_templates/direct_link_form.tpl', '4.5.48.6', '2010-11-12 11:35:03', '53cd92310d602e73fac2abfc0467bc94', 'N'), ('89669242b6b05824661aa6d3248f7620', 'merchants/_common_templates/direct_link_grid_widget.tpl', '4.5.48.6', '2010-11-12 11:35:03', '586c3b902d66c903d87e510bca5843ec', 'N'), ('563889dd9b17a118364097d7a00853ba', 'merchants/_common_templates/directlinks_advanced_filter.tpl', '4.5.48.6', '2010-11-12 11:35:03', '7feff56d2b9c7ff2589d7aa340dab2fd', 'N'), ('72d8ff708a36617fc976f7d3abeed902', 'merchants/_common_templates/directlinks_list.tpl', '4.5.48.6', '2010-11-12 11:35:03', '6621be2ba6cbd9b11d9fd0a65dbe895a', 'N'), ('2dd953900d922794e9f85c9a688aeccb', 'merchants/_common_templates/directlinks_list_no_data.tpl', '4.5.48.6', '2010-11-12 11:35:03', '48930e247a25f61797107f6c2c4e793b', 'N'), ('95bf7b0bc57c7f45015c8f99b7a8afc0', 'merchants/_common_templates/disclosure_content.tpl', '4.5.48.6', '2010-11-12 11:35:03', '80aabfafab53a2a174a8d60664e1e233', 'N'), ('6336be42f79438a42368763fd533460b', 'merchants/_common_templates/download_login_form.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'd73ed70f4d96b76f37965d9f8c753ac5', 'N'), ('9ca67d9e3ce4d095e102e893e830cc35', 'merchants/_common_templates/download_signup_form.tpl', '4.5.48.6', '2010-11-12 11:35:03', '74f9a637313b06d6d9d4fafac8126622', 'N'), ('349198f677bcf57e35607c2f7cf2263f', 'merchants/_common_templates/drag_container.tpl', '4.5.48.6', '2010-11-12 11:35:03', '358104feb6f9c3c2a01206e460726eac', 'N'), ('8f0fdc9bba0d7357f6d486cffae7b27a', 'merchants/_common_templates/dynamic_form_panel.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'ad39ac8a1e2e2e93ab1c8460c2db88e4', 'N'), ('f2a660872ca3c0ded91bfeea40d20e07', 'merchants/_common_templates/edit_affiliate_page_page.tpl', '4.5.48.6', '2010-11-12 11:35:03', '367f8d79bdffc8cb0dcc344e2c1c79bd', 'N'), ('fc36166250585e0468604c504c6468d4', 'merchants/_common_templates/edit_textarea_widget.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'ddd69348b1f228c2ca29a5251388e9f1', 'N'), ('58298152ee32e604adc7de4a1164145d', 'merchants/_common_templates/edit_tracking_code_widget.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'c5c27e66753ca3f3dad33c5103ea51f4', 'N'), ('820812d5b20baff55d1c8f85e02fedd1', 'merchants/_common_templates/editor.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'a8c5483c720526b56fa899a91045c287', 'N'), ('d023591a1b22fc4ace0e4b1b19c9d7aa', 'merchants/_common_templates/editor_with_constants_panel.tpl', '4.5.48.6', '2010-11-12 11:35:03', '6c9e8d91f33bc90c661e9b67ca5ff1e1', 'N'), ('54757b298fc64f61a0a1c27b5a51b628', 'merchants/_common_templates/email_form.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'c77909786ea27726a04c9897fca22ecf', 'N'), ('a1a6840a0302c883f9a4e7c97502e39e', 'merchants/_common_templates/email_notifications.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'ec5cad4f5332812a66e11a55afe1f356', 'N'), ('531b4bf1a3e0402e00520571e0822f4d', 'merchants/_common_templates/email_setting_smtp_form.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'd17124a143f842ab1876ed14a74bc762', 'N'), ('abc31dd0b56034a55625db717c06f4a5', 'merchants/_common_templates/email_settings_form.tpl', '4.5.48.6', '2010-11-12 11:35:03', '5d1d6cf14b07a20ab0b148b32472209c', 'N'), ('29a29c1981237c61e339ded101fd6d57', 'merchants/_common_templates/email_settings_tab.tpl', '4.5.48.6', '2010-11-12 11:35:03', '5f60b782a7527d85b3696db285077c42', 'N'), ('0694ccaaae026ace8ff132e28632c379', 'merchants/_common_templates/email_template_edit_panel.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'df2390b1aba889f8f478b2bf75d515d9', 'N'), ('13ad72dda551c4566059b10b7ea8b021', 'merchants/_common_templates/expand_matrix.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'dc72b136436320776269f40795008156', 'N'), ('ae52283b906ca7d4004373cb7c285cfa', 'merchants/_common_templates/expired_session_dialog.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'ba711bd5d1e932ffc4fbc8e601204905', 'N'), ('88c111218b30fbdf28d9e5ff95694c47', 'merchants/_common_templates/export_files_panel.tpl', '4.5.48.6', '2010-11-12 11:35:03', '1ea3d6e2d1944fb5cca58330e5ec52ef', 'N'), ('c17507fcaa89510b44cb9d9c3d930c1a', 'merchants/_common_templates/export_panel.tpl', '4.5.48.6', '2010-11-12 11:35:03', '3852288b7a29f8a4d001098aa798290d', 'N'), ('0237cca8422b8e45764b65f95e468794', 'merchants/_common_templates/extendable_commission_data.tpl', '4.5.48.6', '2010-11-12 11:35:03', '8ae05458695d00c1289babf42dca479f', 'N'), ('604eb747b45bd779798b1c5f41e3f3f1', 'merchants/_common_templates/extendable_text.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'c271a315a4ab4027085b09cfa57d38d5', 'N'), ('b10c4e72e775beeef8ce4aaa065036ad', 'merchants/_common_templates/extendable_text_content.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'cca4ebdf72f3cb7638b6c5bf0f59d9aa', 'N'), ('df7a9e5cfba3fbdd2ff27ad6691a7376', 'merchants/_common_templates/extendable_text_widget.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'c489b602a82ab5c8055f83785a96591e', 'N'), ('cbdf02d8986a33995e7e9e94376fe5e8', 'merchants/_common_templates/feature_detail.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'a1251d11bd034c50c491600bd3a37489', 'N'), ('171678c9b97a972b1696ff2a79b2a48d', 'merchants/_common_templates/feature_on_activate.tpl', '4.5.48.6', '2010-11-12 11:35:03', '544374f96c5524c306a5c6f6f956200c', 'N'), ('4cd7ee519e2afbe2e9f112f6d0c25982', 'merchants/_common_templates/feature_on_deactivate.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'a1767954af4547adcfb12cf4107f3468', 'N'), ('3f4519c7a9f697ffd9a5206246941cc8', 'merchants/_common_templates/feature_settings.tpl', '4.5.48.6', '2010-11-12 11:35:03', '5d838e8f918159809ffa7f57d458f374', 'N'), ('ee3b077518bed18f560f01d3d91b46b0', 'merchants/_common_templates/fee_panel.tpl', '4.5.48.6', '2010-11-12 11:35:03', '1797fbe661680534e253310287ff7fdf', 'N'), ('0b9f728cba2760fee3f8812605ae6048', 'merchants/_common_templates/field_type_edit.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'b1294ba5d4486ea1cf8022a51e277a11', 'N'), ('d5a27fa1e3eb9b9d21184cc9ca8ac4dd', 'merchants/_common_templates/field_type_listbox.tpl', '4.5.48.6', '2010-11-12 11:35:03', '0c97494a1cf451650cd3ed90c623376a', 'N'), ('c9d9f918258115d269e40a0b9a377686', 'merchants/_common_templates/file_widget.tpl', '4.5.48.6', '2010-11-12 11:35:03', '81374fa03c121ad6bda8c1f6d292fd2d', 'N'), ('68340c296b6a6969bb7cb2346c03534c', 'merchants/_common_templates/files_tree_panel.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'e11e884c210779b572bc928e01cf3d96', 'N'), ('94b1d891c12bf3fd63876e0248301bac', 'merchants/_common_templates/filter.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'de6e64af8edd06be91e83fd2b0505f1f', 'N'), ('ac4239bf56498ef7d0cab41075d930b8', 'merchants/_common_templates/filter_field_decorator.tpl', '4.5.48.6', '2010-11-12 11:35:03', '5e64b134ec320a59cc5fe5da1342f578', 'N'), ('cae31e673b423c992455aa0804bf173b', 'merchants/_common_templates/filter_form.tpl', '4.5.48.6', '2010-11-12 11:35:03', '9b5a957005197803b31e6d03f974213a', 'N'), ('a67d9be607434f6db05624a10a43c28f', 'merchants/_common_templates/filter_header.tpl', '4.5.48.6', '2010-11-12 11:35:03', '6bc900aef83e8c73966944e08dd7e4a2', 'N'), ('b727c6f2654b78db9a2e71d1fc19aa7f', 'merchants/_common_templates/filter_search.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'c9ca036dcff39d9c30724916f8921fd4', 'N'), ('18632d1733b3bd127fac76b066f53b0f', 'merchants/_common_templates/footer.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'e7b3dd04311e8329d464f54d307d53c6', 'N'), ('67712c6768b1018b44841adf6440c7d0', 'merchants/_common_templates/forced_matrix_panel.tpl', '4.5.48.6', '2010-11-12 11:35:03', '0f9e1a4c4c24cd90578705a0de0683a6', 'N'), ('040820ad2d47ad0c9c5ed5c351122076', 'merchants/_common_templates/form_field.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'ad4cd0dd5e6c64fa5f93a816fa72e897', 'N'), ('bac6b4a4ca36ce22692b5a9ca66afe6c', 'merchants/_common_templates/form_field_checkbox.tpl', '4.5.48.6', '2010-11-12 11:35:03', '300ea0a723fe945e10a21d9fb187a6c0', 'N'), ('686c22cd3eb0e4169c1d31510833344c', 'merchants/_common_templates/form_field_radio.tpl', '4.5.48.6', '2010-11-12 11:35:03', '7003b01617ac783fb9b310e6f31d082c', 'N'), ('fbb12f78e3f63666e943cc046f251aae', 'merchants/_common_templates/frame_panel.tpl', '4.5.48.6', '2010-11-12 11:35:03', '7b13a1add8ba712d8a34f4285414b419', 'N'), ('9ae2f05e440292befc4e0e0fe631e698', 'merchants/_common_templates/fraud_protection_clicks.tpl', '4.5.48.6', '2010-11-12 11:35:03', '0a646d7cb80befe9d00761e87f169d80', 'N'), ('9520a43290f88c9c11e27c326c1c82b5', 'merchants/_common_templates/fraud_protection_form.tpl', '4.5.48.6', '2010-11-12 11:35:03', '64a1de739c1cca5950f14a50a4a98eca', 'N'), ('15c9bffa7de7a951efbb8170ac319f29', 'merchants/_common_templates/fraud_protection_sales.tpl', '4.5.48.6', '2010-11-12 11:35:03', '3fcb975f96af03f8a3b7e67a0cde40b7', 'N'), ('02af5d60b965a20a318dc216397adb81', 'merchants/_common_templates/fraud_protection_signups.tpl', '4.5.48.6', '2010-11-12 11:35:03', '2a3eb1b17729e47fa53fa5698cd0172c', 'N'), ('3a39b10700eaa13882a40d7a25e103d1', 'merchants/_common_templates/full_banner_stats.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'c328c4ab71d9137de7429502800fef6f', 'N'), ('150ef70197aff567475931ff67d1dc54', 'merchants/_common_templates/full_commision_stats.tpl', '4.5.48.6', '2010-11-12 11:35:03', '964c317f4ba871629fc27b5fb615b48e', 'N'), ('0befa9050353e79fa2d1d3262209dd3f', 'merchants/_common_templates/full_payout_stats.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'ca37e302d9c33ec1c7c243424c049558', 'N'), ('40b971faf9a2741b502de44475c294b9', 'merchants/_common_templates/full_transaction_stats.tpl', '4.5.48.6', '2010-11-12 11:35:03', '87b41cd6a4f025b58de4907cefe73fba', 'N'), ('57566e617915690b1f5c01483c296449', 'merchants/_common_templates/gadget_config.tpl', '4.5.48.6', '2010-11-12 11:35:03', '3c5a54d063eda6b88286217d189c3e4c', 'N'), ('16d68705a1d3a3679285faf1a446c328', 'merchants/_common_templates/gadget_google.stpl', '4.5.48.6', '2010-11-12 11:35:03', '7ff6c8b26c237caf0577e1baf4e819c0', 'N'), ('44e43d86cd069a944896ea36a833ec39', 'merchants/_common_templates/gadget_header.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'a72a8c2c242fdf3a1ef76f6e0a5d6695', 'N'), ('a77bc7877460901cd6880a450c286f72', 'merchants/_common_templates/gadget_panel.tpl', '4.5.48.6', '2010-11-12 11:35:03', '4178c029db5e146bc731d779d65a8a36', 'N'), ('4c1c6e2ce9a5249c05bd0bedf5c89d07', 'merchants/_common_templates/gadget_row_panel.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'a8c6e59d5de5496dbdeda9d57d2788da', 'N'), ('7b9490572f3466d05a564ed832c4e78a', 'merchants/_common_templates/gadget_rss.stpl', '4.5.48.6', '2010-11-12 11:35:03', '8f73ed22a7ed6f0ca4416e88fedeac78', 'N'), ('bc0d825779c757af6f6550ef0576e94d', 'merchants/_common_templates/gadget_settings.tpl', '4.5.48.6', '2010-11-12 11:35:03', '105ff2811c81ac9c55ea57b7d0ac0148', 'N'), ('d943ac3d79a59e2e98a4f86cd9773ff8', 'merchants/_common_templates/gadget_uwa.stpl', '4.5.48.6', '2010-11-12 11:35:03', 'fc6f4e53b8ccb091f7b2b074c91e4bd2', 'N'), ('00d106b7d2f063970db0c59ae965521a', 'merchants/_common_templates/gadget_window.tpl', '4.5.48.6', '2010-11-12 11:35:03', '513ecc937c6be566a42aaf549652fdbe', 'N'), ('21f58629e4252b848971c4de2b8cc07f', 'merchants/_common_templates/gadget_window_bottomleft.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'ff7129ad4f9f45270ed9e44b088a5e55', 'N'), ('b694e46bedfadc4a1f3a982323495030', 'merchants/_common_templates/gadget_window_left.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'fee5ef79e66e21558f2d86fd2c4f6f83', 'N'), ('0d672da0c69a91cc1e62d11a7174ae89', 'merchants/_common_templates/gadget_window_topleft.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'cd802bf0b15f07cb12f8cc74ff1e4679', 'N'), ('ad9b1b99f253b74bb89abb4377d67d29', 'merchants/_common_templates/gadgets_filter_panel.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'd4684697cb82cfd91d4af03897e42046', 'N'), ('aceaa75894b666f6c384e6034c505e43', 'merchants/_common_templates/gadgets_no_data.tpl', '4.5.48.6', '2010-11-12 11:35:03', '10490ba64dc553766a2a507867ea5d9a', 'N'), ('8c8fd3058d6e000255ed82173fcb13ad', 'merchants/_common_templates/general_settings_icons.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'eaf21aa24c290778d967e392852e279c', 'N'), ('1218a2cb607529fcf60bea01fb1fb34e', 'merchants/_common_templates/generate_coupons_form.tpl', '4.5.48.6', '2010-11-12 11:35:03', '3003532fb1ca857f29557b5739b56123', 'N'), ('c9b880f9ba4bd74684ed1011bf1822dd', 'merchants/_common_templates/generate_htaccess.tpl', '4.5.48.6', '2010-11-12 11:35:03', '05d9d8606bdf35455fb48ec7f928b702', 'N'), ('ed702c96a9212d8fb5fa8ef4633f00d2', 'merchants/_common_templates/geoip_commissiontype_detailpanel.tpl', '4.5.48.6', '2010-11-12 11:35:03', '734dc6f1a0cc432cd287f22ef5824f49', 'N'), ('5c1c732a2301bac24207ea652e435e2a', 'merchants/_common_templates/geoip_fraudprotection_affiliates.tpl', '4.5.48.6', '2010-11-12 11:35:03', '39189f283eaf20d2365c5c2088d15377', 'N'), ('2b3c063da0f6958f54526c4f8738ca00', 'merchants/_common_templates/geoip_fraudprotection_clicks.tpl', '4.5.48.6', '2010-11-12 11:35:03', '473de1d2a3408a90f6f3be26c2ecf199', 'N'), ('639b7a9e431b9ca522664b569c0a457c', 'merchants/_common_templates/geoip_fraudprotection_sales.tpl', '4.5.48.6', '2010-11-12 11:35:03', '1729e474adf739f0d20ca63f7dc15da5', 'N'), ('8d33bae0890b2647ef08dd51c8f5eb01', 'merchants/_common_templates/get_pdf.tpl', '4.5.48.6', '2010-11-12 11:35:03', '95f0c6adc31b0bdef870325740e9c272', 'N'), ('56ef8e8fc10045d4135c39f9992f7fbe', 'merchants/_common_templates/getting_started_icons.tpl', '4.5.48.6', '2010-11-12 11:35:03', '612e44ecb9bc1526bd8694a0655342bf', 'N'), ('f79f2b42e0307b3c49445c8fbd910f61', 'merchants/_common_templates/getting_started_merchant.tpl', '4.5.48.6', '2010-11-12 11:35:03', 'f6c96e56afec018641ff5af95d71f27c', 'N'), ('8c2e9d350a5b596995267ab3316d1581', 'merchants/_common_templates/gpf.css', '4.5.48.6', '2010-11-12 11:35:04', '4e444e0216f417ae71aee209649ad1ba', 'N'), ('db8530c162671bb0a0aa038a7be0f75f', 'merchants/_common_templates/gpf_db_mail.tpl', '4.5.48.6', '2010-11-12 11:35:04', 'b5ea5e9ecef2152fdf967085a7689adc', 'N'), ('9cc6a2d439b295600d5bf16fbc2aa0ab', 'merchants/_common_templates/grid.tpl', '4.5.48.6', '2010-11-12 11:35:04', 'd20c62be2b5d77862f2ba81e371f4d4f', 'N'), ('77c0634e05b7deeaf9ecf03f50fb738e', 'merchants/_common_templates/grid_bottombuttons.tpl', '4.5.48.6', '2010-11-12 11:35:04', '26695c6d27d33d3121ec70985aa7649b', 'N'), ('31a7a33b18f98cc748cf9ab61f0d1b25', 'merchants/_common_templates/grid_bottomgridline.tpl', '4.5.48.6', '2010-11-12 11:35:04', 'c835d38d6156165a02cb1dd2661ddd07', 'N'), ('00c0a26f078d9b03ae7f4447cf9a1c42', 'merchants/_common_templates/grid_nodata.tpl', '4.5.48.6', '2010-11-12 11:35:04', 'e30adc67da2434c4e93dfdedb6023bc2', 'N'), ('39d716cd6ed9a90424143557b63bdd9f', 'merchants/_common_templates/grid_pager.tpl', '4.5.48.6', '2010-11-12 11:35:04', 'a4eae610598debf021109f81744cb263', 'N'), ('b822d583b0b299d58fbb6ae34cdac4f1', 'merchants/_common_templates/grid_selector.tpl', '4.5.48.6', '2010-11-12 11:35:04', '4961944e8e7e0606c831881c32b591bb', 'N'), ('c8238291262073ed723d5230c2764ef2', 'merchants/_common_templates/grid_topbuttons.tpl', '4.5.48.6', '2010-11-12 11:35:04', '1a3f67ea907da0208903a5679ecacfd9', 'N'), ('b816dbc0b890a87c0830fdb1e09af2fb', 'merchants/_common_templates/grid_topgridline.tpl', '4.5.48.6', '2010-11-12 11:35:04', 'da6ec34c642ca6fe8b39f1d1609cab2a', 'N'), ('c151f200523ee2c804db81d786e3cf99', 'merchants/_common_templates/header.tpl', '4.5.48.6', '2010-11-12 11:35:04', '32d459ea9f7ebf7a241715058cc91f38', 'N'), ('1792e450eff30e78f000c3e8d8732b3e', 'merchants/_common_templates/home_edit.tpl', '4.5.48.6', '2010-11-12 11:35:04', '235157e954934d2f30570619d35f36fc', 'N'), ('8982c72f5ec58b4e8764609c70b28199', 'merchants/_common_templates/home_edit_main_template.tpl', '4.5.48.6', '2010-11-12 11:35:04', 'cd4fbd7e59c2c1813b4b1c9d54025223', 'N'); INSERT INTO `qu_g_installedtemplates` (`templateid`, `name`, `version`, `changed`, `contenthash`, `overwritte_existing`) VALUES ('1a9a26145cb080abc9413efcc82abbbd', 'merchants/_common_templates/home_edit_merch_template.tpl', '4.5.48.6', '2010-11-12 11:35:04', '1079945929a23a68a38676fe78432211', 'N'), ('7e2315a568f7c624ea0375917ddd04c5', 'merchants/_common_templates/home_panel.tpl', '4.5.48.6', '2010-11-12 11:35:04', 'ab81295304acd6c6580822d4c4222144', 'N'), ('9fec2af76c10a67b6fd01427311e087e', 'merchants/_common_templates/home_panel_content.stpl', '4.5.48.6', '2010-11-12 11:35:04', 'b51fba87dc7d5f6735993f5e976a6583', 'N'), ('c7b8439167568b08e8079110ce85cd9b', 'merchants/_common_templates/horizontal_layout_panel.tpl', '4.5.48.6', '2010-11-12 11:35:04', '8b6098cd64720cff686cc24e06ac4c17', 'N'), ('f4890077574368b96d7b779838665b02', 'merchants/_common_templates/hosted_account.tpl', '4.5.48.6', '2010-11-12 11:35:04', 'e58e46daeeb498d85227982e6ee6ae2d', 'N'), ('c93edb8278fa20483fa1350639a305cd', 'merchants/_common_templates/hosted_account_plan.tpl', '4.5.48.6', '2010-11-12 11:35:04', 'bfb67b63d21a4482e2528a4fb581629c', 'N'), ('372df7f2cc1a47820e1ee47fb6500e2d', 'merchants/_common_templates/hover_rotator_feature_on_deactivate.tpl', '4.5.48.6', '2010-11-12 11:35:04', '87f6482233e506e141bb9906b01d780c', 'N'), ('350ea216edfeaf2ccfae84971b5fe5fd', 'merchants/_common_templates/htaccess_panel.tpl', '4.5.48.6', '2010-11-12 11:35:04', '50d713574e9429741afe5613476cb4a1', 'N'), ('b34e1e28b8b94ced4a0525d5b740de5b', 'merchants/_common_templates/html_preview.tpl', '4.5.48.6', '2010-11-12 11:35:04', '08392603f2252347986bb4b341e964dd', 'N'), ('c68dbaec2992f28331b38e4ce405dde9', 'merchants/_common_templates/html_preview_iframe_panel.tpl', '4.5.48.6', '2010-11-12 11:35:04', '22405951702ab2132d0fe99577f4968e', 'N'), ('3a0620389974e51e5eb873a1274f3d4d', 'merchants/_common_templates/html_preview_image_panel.tpl', '4.5.48.6', '2010-11-12 11:35:04', 'ebc5b8605c42ac31f653b65deb66e04d', 'N'), ('e312cc49790267ae2424f987ba4c142c', 'merchants/_common_templates/icon_button.tpl', '4.5.48.6', '2010-11-12 11:35:04', 'b5bdf543a43063d2f4220611733daec9', 'N'), ('8a568fd6068a0d793f16a77427498a5e', 'merchants/_common_templates/icon_object.tpl', '4.5.48.6', '2010-11-12 11:35:04', 'ff8d25e63eca03b325c4501e13358fb2', 'N'), ('6cfc922d9e8ca69fdb91b90d08d02e74', 'merchants/_common_templates/icon_picker.tpl', '4.5.48.6', '2010-11-12 11:35:04', '77a002b90f678df44bcca5776f314820', 'N'), ('003d6958a48d22351d8160bb922e5916', 'merchants/_common_templates/icon_picker_panel.tpl', '4.5.48.6', '2010-11-12 11:35:04', '4342c424a8cb290701f64d0cb63655ec', 'N'), ('cc2e2edea19e0d882d5165b6364a9753', 'merchants/_common_templates/icon_status_widget.tpl', '4.5.48.6', '2010-11-12 11:35:04', 'ff9e2bc87e203324cc33c4b3ac365dfe', 'N'), ('65494406611487b96df89e959adfe733', 'merchants/_common_templates/icons_panel_with_header.tpl', '4.5.48.6', '2010-11-12 11:35:04', '411d0a73f9c83ae2f8637c24ed01fd08', 'N'), ('8370826ac350b427531265138f755be7', 'merchants/_common_templates/image_uploader.tpl', '4.5.48.6', '2010-11-12 11:35:04', '730e6f34b9878f5152e3ba12da5a7d1c', 'N'), ('7485001ea20c98150b3c41e9224a5da7', 'merchants/_common_templates/imagepicker.tpl', '4.5.48.6', '2010-11-12 11:35:04', '8e0e3c7c81df4655610936ab77fc0d8c', 'N'), ('54e520794b3651743baf07f9c4a87cff', 'merchants/_common_templates/img/FB_share_button.png', '4.5.48.6', '2010-11-12 11:35:04', 'a56c7efd784eb61b5ac1e6f4111f59a8', 'N'), ('4dcfeb1ad32ab7a337b39a1de2ce3714', 'merchants/_common_templates/img/Thumbs.db', '4.5.48.6', '2010-11-12 11:35:04', 'bdc62ffcd5280e5762092f0d48305bce', 'N'), ('96bdfe994d9aadb10465f9a9aa1fc7a0', 'merchants/_common_templates/img/aff.jpg', '4.5.48.6', '2010-11-12 11:35:04', '13682fa292c9b48a02d9365c82711e76', 'N'), ('5780336b54110e583a20780420956507', 'merchants/_common_templates/img/aff.tracking.explained.gif', '4.5.48.6', '2010-11-12 11:35:04', '6e8da7554baac1aceb9cecddfaa79b7a', 'N'), ('d4b1a64020b317b3de08ab858c003cd7', 'merchants/_common_templates/img/aff_hover.jpg', '4.5.48.6', '2010-11-12 11:35:04', '8ba078c58c0a97f976092d56e5e25df0', 'N'), ('10a9a185cca7407588103ba0228297bd', 'merchants/_common_templates/img/affiliate.default.png', '4.5.48.6', '2010-11-12 11:35:04', '4fe6ffc5c01d77a5e8b6408feb4d89b7', 'N'), ('e4fcc23395e4619e489213795567c34f', 'merchants/_common_templates/img/affiliates-image-hover.png', '4.5.48.6', '2010-11-12 11:35:04', '3d54662bc194e6e38306ce201fc7052f', 'N'), ('2bdbace7ab3a37f642c3d0e6181dc3b9', 'merchants/_common_templates/img/affiliates-image.png', '4.5.48.6', '2010-11-12 11:35:04', '945069bbda8fbf650bb66d8542393b1c', 'N'), ('f2c518ae9b2dcddd7130322fcaa3f1a8', 'merchants/_common_templates/img/affpanel.jpg', '4.5.48.6', '2010-11-12 11:35:04', '47db14c8b8dd0ae9293553f2dbde9ab8', 'N'), ('a9a5a3394aa4725a19ec3142d9759b9e', 'merchants/_common_templates/img/affpanel_hover.jpg', '4.5.48.6', '2010-11-12 11:35:04', 'dd791c252c89c6d9df563150fc6fe25f', 'N'), ('1bd5800d540acb12e0f216ba5e5a6b98', 'merchants/_common_templates/img/alt.png', '4.5.48.6', '2010-11-12 11:35:04', 'b0f9d31351efbf90578ff392cae6b51e', 'N'), ('992181dd9f68e3706d17f2a3e4c84a58', 'merchants/_common_templates/img/arrow.png', '4.5.48.6', '2010-11-12 11:35:04', 'b72be4305475c0fa0a29949d5a9679d9', 'N'), ('f30eddf54de272c8c3329ef595068174', 'merchants/_common_templates/img/attachment.png', '4.5.48.6', '2010-11-12 11:35:04', '8351d8840155b42ed4555035657b3892', 'N'), ('3e03b1c3936e4cc36d8f0c555d3d8c1f', 'merchants/_common_templates/img/attachment_delete.png', '4.5.48.6', '2010-11-12 11:35:04', '36ec1f9102d2f054a045f89bcfed1427', 'N'), ('8043098b1478cec7ec0acbf7be8951b3', 'merchants/_common_templates/img/back.png', '4.5.48.6', '2010-11-12 11:35:04', 'b2bf946d1b2861b355661fa214589cb9', 'N'), ('be5c1d75c1c00fe96a8dbc2e9c44a3ea', 'merchants/_common_templates/img/background.gif', '4.5.48.6', '2010-11-12 11:35:04', 'f42b9c9652e64d73bb1656afbe3efa80', 'N'), ('78f39dee1682867ffd72c1188bb14668', 'merchants/_common_templates/img/balloon.error.arrow.png', '4.5.48.6', '2010-11-12 11:35:04', '57f6d7c5e22cfbd50f5c2a86f5c31552', 'N'), ('f31f4be62c2e853dbadd1d0afecfb508', 'merchants/_common_templates/img/balloon.error.png', '4.5.48.6', '2010-11-12 11:35:04', 'c865f28e7f1cbdaaf5cde203ee9c899d', 'N'), ('a458f666813705ab27d1c783a1988714', 'merchants/_common_templates/img/balloon.error.vertical.png', '4.5.48.6', '2010-11-12 11:35:04', '9b41530651528380532abd74241e04a1', 'N'), ('5a5d19a622103e7a31fa801d61175861', 'merchants/_common_templates/img/balloon.help.arrow.png', '4.5.48.6', '2010-11-12 11:35:04', 'e945d6f57c493e1ef8e752cb41a0ec2d', 'N'), ('d652b2458a76970ddacafeaceae579a3', 'merchants/_common_templates/img/balloon.help.png', '4.5.48.6', '2010-11-12 11:35:04', 'dc84b0cd861b1336d026a522a8a64409', 'N'), ('4656b92f82de60a0aff7827749e927ec', 'merchants/_common_templates/img/balloon.help.vertical.png', '4.5.48.6', '2010-11-12 11:35:04', '3de65bed0fc348f05b5ee22a971454a2', 'N'), ('c58c378415bd3d6b700133e8e74b9a5b', 'merchants/_common_templates/img/banner_coupon.png', '4.5.48.6', '2010-11-12 11:35:04', '45b7128d20566cb9930fdca7e53b689d', 'N'), ('722229e5f8b47bde5b4c892229fb2faf', 'merchants/_common_templates/img/banner_flash.png', '4.5.48.6', '2010-11-12 11:35:04', '36f4e485ce10d8f5d661cd369497b58a', 'N'), ('092a34c73f982aa9763ca6b3b5e21c81', 'merchants/_common_templates/img/banner_hover.png', '4.5.48.6', '2010-11-12 11:35:04', 'a2d7ae1cf71c70056e330f2569b703ca', 'N'), ('28ff507fe3e6685e031fa0c6101adead', 'merchants/_common_templates/img/banner_html.png', '4.5.48.6', '2010-11-12 11:35:04', '0c5d9dc22178ea9e12aca239ca067fc5', 'N'), ('88b070f10cd889e99fa350b3f184b379', 'merchants/_common_templates/img/banner_image.png', '4.5.48.6', '2010-11-12 11:35:04', '27edf0f1545e6f0acc40cd11732f1e6a', 'N'), ('2cbadb362683672b4afb80be229a0982', 'merchants/_common_templates/img/banner_link.png', '4.5.48.6', '2010-11-12 11:35:04', '2b460f46d03323eb892a0b6e71bb5b69', 'N'), ('a517a9fa77db87445fd6ffe401679aba', 'merchants/_common_templates/img/banner_pdf.gif', '4.5.48.6', '2010-11-12 11:35:04', 'f376b73bf71f3f2ea1dc874086182783', 'N'), ('ba6a00dae446411bbc28f399cd3eb3bb', 'merchants/_common_templates/img/banner_pdf.png', '4.5.48.6', '2010-11-12 11:35:04', '5659684fa51315488c700d5e28cf7b86', 'N'), ('6eb02b1b56486f1d1e5b726777eea92c', 'merchants/_common_templates/img/banner_peel.png', '4.5.48.6', '2010-11-12 11:35:04', '349692c03196bc32abcf7af659904afc', 'N'), ('c209650fa36af20da27f933547c3bcb3', 'merchants/_common_templates/img/banner_promoemail.png', '4.5.48.6', '2010-11-12 11:35:04', 'ea8b7efcdbd3a1248b2f768c606e9470', 'N'), ('39722b764e15a8d6012c4766e4a84c94', 'merchants/_common_templates/img/banner_rebrand_pdf.png', '4.5.48.6', '2010-11-12 11:35:04', 'aa36b576aecb4ba12d26aa9e07524027', 'N'), ('0f8c6769991f8d2391ad9c8741897101', 'merchants/_common_templates/img/banner_rotator.png', '4.5.48.6', '2010-11-12 11:35:04', '791084a79a84f2ea51f733c74a3e9b7c', 'N'), ('15acbd5f23aaed6854336aad325bc1dd', 'merchants/_common_templates/img/banner_site.png', '4.5.48.6', '2010-11-12 11:35:04', 'c4a32d5ab850482b7ab3111988af2b76', 'N'), ('adba07f9bd2376ce9d11d484c3995165', 'merchants/_common_templates/img/banner_text.png', '4.5.48.6', '2010-11-12 11:35:04', '2b0128371e3fb3f1370bb3d91753e9e1', 'N'), ('ad958f8aac7fd6c59fd5fc015ca68d12', 'merchants/_common_templates/img/banner_zip.png', '4.5.48.6', '2010-11-12 11:35:04', 'fc08870d95436f47a15ff7cfbf5ff45a', 'N'), ('64b28e89b6d294da43b2e3bbf764ce29', 'merchants/_common_templates/img/bigcheckbox-checked.png', '4.5.48.6', '2010-11-12 11:35:04', '44c716fa1cfd38fcbf95b1a8d4ef9230', 'N'), ('018411a4dffae05cde2183ba4cc592b3', 'merchants/_common_templates/img/bigcheckbox-unchecked.png', '4.5.48.6', '2010-11-12 11:35:04', '3544ad8efff0df50aaf39d0a61639a24', 'N'), ('6f1c55498736fa48289c5fe6c83e4246', 'merchants/_common_templates/img/box.b.png', '4.5.48.6', '2010-11-12 11:35:04', '72be5551673120e6816eb0e3ee2dc688', 'N'), ('57e1f0ec752c2c66b0d0aebb669a4392', 'merchants/_common_templates/img/box.back.png', '4.5.48.6', '2010-11-12 11:35:04', '50b024acb551e45265fa4dee472bbb2a', 'N'), ('e1ec4df039153439a9f4647db741fb98', 'merchants/_common_templates/img/box.bl.png', '4.5.48.6', '2010-11-12 11:35:04', '834d3c0fb17a3a96b7ce77534dc71fa9', 'N'), ('11d9ecb885f3a696f65ec13860a1d0fc', 'merchants/_common_templates/img/box.br.png', '4.5.48.6', '2010-11-12 11:35:04', '6ff2020b65abb3f7c0310b39b8d0a6b6', 'N'), ('5988b398811efc73a2554ab713d30125', 'merchants/_common_templates/img/box.l.png', '4.5.48.6', '2010-11-12 11:35:04', '5c0e5add93feb84e651aab9f0204bf98', 'N'), ('32d40b853a3c21ffdf63a7a609161739', 'merchants/_common_templates/img/box.r.png', '4.5.48.6', '2010-11-12 11:35:04', '76af05f4dee8ae1f08c78c8c768d97a5', 'N'), ('d10716fbc72a768b605a5268284d11e3', 'merchants/_common_templates/img/box.t.png', '4.5.48.6', '2010-11-12 11:35:04', '85fb53437974e94f988a78e707b0d379', 'N'), ('d6bb25cf1f0bde314591f348cf616c27', 'merchants/_common_templates/img/box.tl.png', '4.5.48.6', '2010-11-12 11:35:04', 'c7782b3fe7e15b0b2e80872ae3fcc43d', 'N'), ('35bdec61cb056d18e60b5f0df0b9bb45', 'merchants/_common_templates/img/box.tr.png', '4.5.48.6', '2010-11-12 11:35:04', 'd0d5167fe921b51ee289efefb9545216', 'N'), ('480902d1a9ed907b8c8e1f6de5a6b7d8', 'merchants/_common_templates/img/boxBlue.b.png', '4.5.48.6', '2010-11-12 11:35:04', '1dd1ae460985efdfe739a876adad83ff', 'N'), ('940de7994368f25c0c6445ad8e348560', 'merchants/_common_templates/img/boxBlue.back.png', '4.5.48.6', '2010-11-12 11:35:04', 'ef59b91125034c263d6952b918774062', 'N'), ('98e9165d03c7f04dd8dc6bcd51c9a95f', 'merchants/_common_templates/img/boxBlue.bl.png', '4.5.48.6', '2010-11-12 11:35:04', '54cee8fc385c953ca890371659afed20', 'N'), ('2475681564114ba00f4ae02f5c3579e2', 'merchants/_common_templates/img/boxBlue.br.png', '4.5.48.6', '2010-11-12 11:35:04', 'f7d98b69224fa42616d8e210edd3bef0', 'N'), ('09012d0a97ebc1acb2eb55ad8d9e8f9f', 'merchants/_common_templates/img/boxBlue.l.png', '4.5.48.6', '2010-11-12 11:35:04', '77a56aeacc2bafedef0df992da2470a9', 'N'), ('5940d0f848edfc54f362ab9f5a34c55f', 'merchants/_common_templates/img/boxBlue.r.png', '4.5.48.6', '2010-11-12 11:35:04', '574308c7a0635af7e49aaa94eb6b6f20', 'N'), ('1cf0b5f3f20687996e77e2c07dc33a5a', 'merchants/_common_templates/img/boxBlue.t.png', '4.5.48.6', '2010-11-12 11:35:04', 'e889b833a7a41f3ef457f30fc2adddbd', 'N'), ('8aef3e8437ae1658a49acd9fcaecca5b', 'merchants/_common_templates/img/boxBlue.tl.png', '4.5.48.6', '2010-11-12 11:35:04', '8e79363c67150527a64756308d6744fe', 'N'), ('ff13b4bca884713f9bb06af53a1c74ac', 'merchants/_common_templates/img/boxBlue.tr.png', '4.5.48.6', '2010-11-12 11:35:04', 'f36516fd4f09c7eacfa86474bc812987', 'N'), ('52f0f15380fa4ea93ba83def6fd0e2fd', 'merchants/_common_templates/img/browsers.png', '4.5.48.6', '2010-11-12 11:35:04', '67e449054e2a51c023e8cd867a9a9f42', 'N'), ('07ebea7551f4629a64f92ba3a73e1be6', 'merchants/_common_templates/img/button.icon.banner_rebrand_pdf.png', '4.5.48.6', '2010-11-12 11:35:04', '2e9d58dc5d39c843ed7310e2d2c82cfc', 'N'), ('a148f13a0a0140ed3abdf9f27c9b0beb', 'merchants/_common_templates/img/button.icon.coupon.png', '4.5.48.6', '2010-11-12 11:35:04', 'e38de70bbd3c0535e90d31f5e26dc837', 'N'), ('0ecd96ab6fe8e87571af6bf65fff48a3', 'merchants/_common_templates/img/button.icon.flash.png', '4.5.48.6', '2010-11-12 11:35:04', '8ec346412290fc353e63b1b334962113', 'N'), ('32485a35037d03dfeb8d924d4e6b9533', 'merchants/_common_templates/img/button.icon.hover.png', '4.5.48.6', '2010-11-12 11:35:04', '38e73330dad0b0008e3953e9da761836', 'N'), ('7b9df08c6f6f58bc182a02f161127c26', 'merchants/_common_templates/img/button.icon.html.png', '4.5.48.6', '2010-11-12 11:35:04', 'bf779e6be27fc9f565827e3b44ac1964', 'N'), ('d97678410ef3db6a591eb760e269d7eb', 'merchants/_common_templates/img/button.icon.image.png', '4.5.48.6', '2010-11-12 11:35:04', 'd3c71dd4c221da70bd2a01dd52402cce', 'N'), ('6e956c90404825991314c864b98be217', 'merchants/_common_templates/img/button.icon.invoice.png', '4.5.48.6', '2010-11-12 11:35:04', '9e77bab051d73681cf35d6f763e39851', 'N'), ('7ed2c68290a480af5e3ac875a69f95f7', 'merchants/_common_templates/img/button.icon.labelaspaid.png', '4.5.48.6', '2010-11-12 11:35:04', 'f0ce20cb7eb9051f87f88280bc61336a', 'N'), ('3f2b846b198b0186d6b289d271f5f25f', 'merchants/_common_templates/img/button.icon.link.png', '4.5.48.6', '2010-11-12 11:35:04', 'dfbc23b903320223dec4b206e3bbde04', 'N'), ('8ba3d7f1e3b8adc476daa621e78b131c', 'merchants/_common_templates/img/button.icon.pdf.png', '4.5.48.6', '2010-11-12 11:35:04', '33d0e16ed152aaeeb45be8a897225139', 'N'), ('1f1569171ad77c304c6dce4d97ddef8e', 'merchants/_common_templates/img/button.icon.peel.png', '4.5.48.6', '2010-11-12 11:35:04', '2417dc2f99298d017651faee616b2a67', 'N'), ('5094430cb739803e783ceddab518afdb', 'merchants/_common_templates/img/button.icon.png', '4.5.48.6', '2010-11-12 11:35:04', '7fe0dae178ca48f31ca3b440d88ba011', 'N'), ('24b96fe5fc6500237602f7c3b83db1bd', 'merchants/_common_templates/img/button.icon.promoemail.png', '4.5.48.6', '2010-11-12 11:35:04', '02f0749e2bb9d04c1915cfbb5d916336', 'N'), ('b89e5ca094b4fcd464999b637bb20a0d', 'merchants/_common_templates/img/button.icon.rotator.png', '4.5.48.6', '2010-11-12 11:35:04', '633d9a8526c1ce798670b125f7d591d2', 'N'), ('dc1f70d2001512f3dfbf9ce285d2aafb', 'merchants/_common_templates/img/button.icon.site.png', '4.5.48.6', '2010-11-12 11:35:04', '98cfb6286cf9b18e1dadde85b0e0ff90', 'N'), ('56c2b479363bef941def6c0a21b8d8e2', 'merchants/_common_templates/img/button.icon.text.png', '4.5.48.6', '2010-11-12 11:35:04', '0d77cd10a601be67f3dee483f87a8d97', 'N'), ('0f74fd956fbbd73a91915cb9e8e7659f', 'merchants/_common_templates/img/button.icon.zip.png', '4.5.48.6', '2010-11-12 11:35:04', '9b0852c44f21a912eeba89d2fd911c35', 'N'), ('d690c0e8dc59067a5133b9100b7f360a', 'merchants/_common_templates/img/button.png', '4.5.48.6', '2010-11-12 11:35:04', 'bfeaa27a8b0c7c52e978ee91a0609975', 'N'), ('0c13afd2a771816ed4a387eb2be9bc22', 'merchants/_common_templates/img/campaign.default.png', '4.5.48.6', '2010-11-12 11:35:04', '1be5bc07868c30ec347da3490788c07d', 'N'), ('e7bfd3510e7578fe6d8946b2362f380d', 'merchants/_common_templates/img/changelogo.png', '4.5.48.6', '2010-11-12 11:35:04', 'd015ce4e7baa25013c5b2a02206fc088', 'N'), ('6a2193adab5f92ff884a94efe241e9ee', 'merchants/_common_templates/img/checkbox.png', '4.5.48.6', '2010-11-12 11:35:04', '769adebe16c9648593de3e915c7d5a59', 'N'), ('8ec08394b00ad6d04a1bf2db3ec4b058', 'merchants/_common_templates/img/clear-image.png', '4.5.48.6', '2010-11-12 11:35:04', '93a97ee0ef5b50f5ede6f4d7783f386b', 'N'), ('5e6b5c50aea44b7a1c2055ee97e49abe', 'merchants/_common_templates/img/commission.background.png', '4.5.48.6', '2010-11-12 11:35:04', '5bbfa22d7961d7934f73197070b6bfd2', 'N'), ('aaedd4b3a101c5a22c4c96b1993be55d', 'merchants/_common_templates/img/commissiontype.png', '4.5.48.6', '2010-11-12 11:35:04', 'c83b5c2396b91b7179c4ad08da3bbb33', 'N'), ('effbefcb4fd40c2cf58348d306a057b5', 'merchants/_common_templates/img/commissiontype_disabled.png', '4.5.48.6', '2010-11-12 11:35:04', '80ec9374c59c01524a1c87583a5d87b4', 'N'), ('80ea5c5ddd5b9baacd1d48b1de5d1100', 'merchants/_common_templates/img/cron_job_example.png', '4.5.48.6', '2010-11-12 11:35:04', 'f0cd89597b814b000ef2775c2f9dea1b', 'N'), ('4a8c17fb27257b24b72096cbbd8e400c', 'merchants/_common_templates/img/custom.jpg', '4.5.48.6', '2010-11-12 11:35:05', 'd9c02d3d767d73e707bfc28075d882c3', 'N'), ('d19e0a38c1dbc595f9efe56a0dd4db3e', 'merchants/_common_templates/img/delete.png', '4.5.48.6', '2010-11-12 11:35:05', 'f0e6c0036c26a8a263eb53b28296e4ac', 'N'), ('2edfa64ee599c1188da4cd6492a877af', 'merchants/_common_templates/img/dirty.gif', '4.5.48.6', '2010-11-12 11:35:05', 'decca3b96e2c37cf6eb04ddb0d9f669b', 'N'), ('aea3f43132ccfac3e92aef4588e118f3', 'merchants/_common_templates/img/doc.png', '4.5.48.6', '2010-11-12 11:35:05', 'c914d3518532910b13728f3d9b43056d', 'N'), ('c8d979c2326917814fe7e07e5327db3a', 'merchants/_common_templates/img/down.png', '4.5.48.6', '2010-11-12 11:35:05', '5981ae525e3e3b7e9511c26e09eb18b5', 'N'), ('7627615695592ebcfd82ebde8a82dd6b', 'merchants/_common_templates/img/draggable.png', '4.5.48.6', '2010-11-12 11:35:05', 'ab4fb4e3c82ccb353b30640cc36eaf67', 'N'), ('c95445d2dc96dcbfaff2a29c87f7f7b5', 'merchants/_common_templates/img/edit-user-profile.png', '4.5.48.6', '2010-11-12 11:35:05', '432705ddac6f1effab7a0e25c0e39f76', 'N'), ('0591f75cdf4a8668e1bb0d79c7d546ac', 'merchants/_common_templates/img/email.jpg', '4.5.48.6', '2010-11-12 11:35:05', 'f1781bfc99de39e56daabcb62caea59b', 'N'), ('4089c3bea69c4037d104037728d1465c', 'merchants/_common_templates/img/email_hover.jpg', '4.5.48.6', '2010-11-12 11:35:05', '95bf6f820cc5fa578e06ee8251e7d757', 'N'), ('34e4430ff8318f8d25596f874bb33348', 'merchants/_common_templates/img/favicon.ico', '4.5.48.6', '2010-11-12 11:35:05', '54cbdb12372483e405f46f140db973cc', 'N'), ('39dadc962e41e6512a92d5774875a562', 'merchants/_common_templates/img/feature.png', '4.5.48.6', '2010-11-12 11:35:05', 'a17a20726ab706b8cc4d7ad89ee36ef9', 'N'), ('a0458e48536488138e93692af6fad650', 'merchants/_common_templates/img/fieldset.background.png', '4.5.48.6', '2010-11-12 11:35:05', 'e02200ae4d1960c61c1baffeee30713a', 'N'), ('211f1453e640ffe1de6753a070580cb8', 'merchants/_common_templates/img/filter.background.png', '4.5.48.6', '2010-11-12 11:35:05', 'd0dd4171464ced5e0a869ab2faa211f8', 'N'), ('8d9bef531ad5c0b44cef5fe39efa75df', 'merchants/_common_templates/img/folder.png', '4.5.48.6', '2010-11-12 11:35:05', '74ad8feccb7ac18bde1380dd7bdbdd06', 'N'), ('e3549760c87d1a6950459ff21c8bffba', 'merchants/_common_templates/img/footer.background.jpg', '4.5.48.6', '2010-11-12 11:35:05', '785055f715fc8c153fe6fa9231620e8c', 'N'), ('7cb608f63701cf2814b64135516416a6', 'merchants/_common_templates/img/gadget.background.png', '4.5.48.6', '2010-11-12 11:35:05', 'ad4d3131595af98d69b699d7bcb560f4', 'N'), ('3651cf9b576de11739e5564a04938133', 'merchants/_common_templates/img/gadget.png', '4.5.48.6', '2010-11-12 11:35:05', '149cda728abc46f8e7d6ba2b7ffa3844', 'N'), ('5bd39d447552f067b90c5b3ee6d43359', 'merchants/_common_templates/img/gadget.vertical.png', '4.5.48.6', '2010-11-12 11:35:05', '0931466af2cc61f0fcdaa76ef26ad932', 'N'), ('bd5f80471c03188ea5209c19dca221a7', 'merchants/_common_templates/img/general.jpg', '4.5.48.6', '2010-11-12 11:35:05', '6b7310c1c4b1fe69b03ddbb5300f858b', 'N'), ('744dd814ef4385a9af08599b316b1e53', 'merchants/_common_templates/img/general_hover.jpg', '4.5.48.6', '2010-11-12 11:35:05', 'e6d0acb22eb44438717b33d1c1bf2bd6', 'N'), ('dcb3390d070ba079503f795992c5626a', 'merchants/_common_templates/img/grid.no.data.png', '4.5.48.6', '2010-11-12 11:35:05', '8d4e78d189687b989b07cfb5ccce6522', 'N'), ('e3f549d42ff3f3d0aea3fa9cc5b6eeba', 'merchants/_common_templates/img/grid.png', '4.5.48.6', '2010-11-12 11:35:05', '9b74b8b6aee2d3456a0fdd0d871317c0', 'N'), ('830c410f77a13b609c9a65b8926e8ea8', 'merchants/_common_templates/img/grid.views.png', '4.5.48.6', '2010-11-12 11:35:05', 'f3cccc4cf313aad1e2d6a51f3ab169a8', 'N'), ('ac329effef9cbc4f30bb40dad3723000', 'merchants/_common_templates/img/hosting_plan_active_b.gif', '4.5.48.6', '2010-11-12 11:35:05', '31ad45ecc82fcc6eab4c7eec40b4e60b', 'N'), ('b1d0360921fcf2e555512389982a9e60', 'merchants/_common_templates/img/hosting_plan_active_bg.gif', '4.5.48.6', '2010-11-12 11:35:05', '772bb758a43f230b5bf63e5b70c631a1', 'N'), ('4b4bacc05f984e4b522f93dbfc7b7b4e', 'merchants/_common_templates/img/hosting_plan_active_t.gif', '4.5.48.6', '2010-11-12 11:35:05', '962855a522a8e9e8c2567f3d9b5de838', 'N'), ('3b56f1f63b725dc4660666462ede3828', 'merchants/_common_templates/img/hosting_plan_b.gif', '4.5.48.6', '2010-11-12 11:35:05', 'cd9f56a0d5cf8832cd1d75a949863b6b', 'N'), ('0a17964586d00d38b6bd65366ad533aa', 'merchants/_common_templates/img/hosting_plan_bg.gif', '4.5.48.6', '2010-11-12 11:35:05', '2be4be6872bdfb46d2bbeff2f6adea95', 'N'), ('8f8c8cd8717d187cb9d6b1bae8f504bd', 'merchants/_common_templates/img/hosting_plan_li.gif', '4.5.48.6', '2010-11-12 11:35:05', 'b363b85b47d29140570ca312c375082a', 'N'), ('0e620d9036022ae6d8c7d615ceac4531', 'merchants/_common_templates/img/hosting_plan_t.gif', '4.5.48.6', '2010-11-12 11:35:05', '76a3c38f0d5f8e67ca36196c837da264', 'N'), ('49f4ac9b6f469a91ac345262ab0e84b8', 'merchants/_common_templates/img/howitworks_left.jpg', '4.5.48.6', '2010-11-12 11:35:05', '24cb87e8a13c03037ff995f5c69006aa', 'N'), ('880e18803c7f3fc54a1a736e37688172', 'merchants/_common_templates/img/howitworks_right.jpg', '4.5.48.6', '2010-11-12 11:35:05', 'd4b1ef220e6fdbd41be098807c630a16', 'N'), ('c8b2bb238dd534a809cfee2d0f17c0b0', 'merchants/_common_templates/img/html.png', '4.5.48.6', '2010-11-12 11:35:05', '23bf6c9bc9121ffd0c273b5414faaba0', 'N'), ('83117b96f4f121403c16cc732f9865bf', 'merchants/_common_templates/img/icon-actioncommision-big.png', '4.5.48.6', '2010-11-12 11:35:05', '699dc662dfe42872afc96a702562a3c7', 'N'), ('9a6b3b49b452f8bf30deb55c663a07f3', 'merchants/_common_templates/img/icon-actioncommision-middle.png', '4.5.48.6', '2010-11-12 11:35:05', '34c506634c221c66d9254eeba2b82bcf', 'N'), ('aa4469fe093cf0ecfa3056f20d7597b8', 'merchants/_common_templates/img/icon-actioncommision-small.png', '4.5.48.6', '2010-11-12 11:35:05', 'e7b6f38aa84c86e69e0db0c35ed85313', 'N'), ('cdd8ced5ad2bce9c3f60ff6985b15169', 'merchants/_common_templates/img/icon-addgadget-big.png', '4.5.48.6', '2010-11-12 11:35:05', '49e2f7dd155012136b5eea97f9b99ed4', 'N'), ('8927fe529cb62ede6d34642b283f5f14', 'merchants/_common_templates/img/icon-addgadget-middle.png', '4.5.48.6', '2010-11-12 11:35:05', '5c6969388ac082e7ffd663e962dd958a', 'N'), ('d494072d2bd23dd02bcb182ddb8fef87', 'merchants/_common_templates/img/icon-addgadget-small.png', '4.5.48.6', '2010-11-12 11:35:05', '80fa5db57fa49bbe9107d3551e2e838f', 'N'), ('d5ab81095d890bca503aacb264b68807', 'merchants/_common_templates/img/icon-admins-big.png', '4.5.48.6', '2010-11-12 11:35:05', 'c237d6f787767e2f76b4a299fd125fe0', 'N'), ('ed7caca42df72cac3194fd96ea94559a', 'merchants/_common_templates/img/icon-admins-middle.png', '4.5.48.6', '2010-11-12 11:35:05', 'd2c4880aa1784ce3fb133558bccd8834', 'N'), ('dbce94e89491db3eee3364e4a72423ba', 'merchants/_common_templates/img/icon-admins-small.png', '4.5.48.6', '2010-11-12 11:35:05', '0f70cfe05138f5d664f50b009bebdaf7', 'N'), ('eefd14c4764b71f6759fab165c734e55', 'merchants/_common_templates/img/icon-affiliateadd-big.png', '4.5.48.6', '2010-11-12 11:35:05', '26cca94c4c749056882bd4556d907bfd', 'N'), ('1edfd4d2a186359497fa75e44951bd21', 'merchants/_common_templates/img/icon-affiliateadd-middle.png', '4.5.48.6', '2010-11-12 11:35:05', '31ea2f9625850f1a599926887ddf2f3b', 'N'), ('2ecabd6488e52d1cfcc823170a818df7', 'merchants/_common_templates/img/icon-affiliateadd-small.png', '4.5.48.6', '2010-11-12 11:35:05', 'acc87948b57319a9b577fefcafdf3c67', 'N'), ('9da26b9ac632f2a787d73434bdc27abc', 'merchants/_common_templates/img/icon-affiliateslist-small.png', '4.5.48.6', '2010-11-12 11:35:05', '5f8c8a8cff8512fc608ddba8b4ab93bd', 'N'), ('62f473de3fd311f724012f3167f66247', 'merchants/_common_templates/img/icon-affiliatetree-big.png', '4.5.48.6', '2010-11-12 11:35:05', '16637581ac6ae00036ed4cf0e95edbed', 'N'), ('2ab6cd56d62cf1129195fab9c6786aa7', 'merchants/_common_templates/img/icon-affiliatetree-middle.png', '4.5.48.6', '2010-11-12 11:35:05', '50da22141c8638e2e33579a96730d447', 'N'), ('b4d7c79e377b57d8f534530f441343d8', 'merchants/_common_templates/img/icon-affiliatetree-small.png', '4.5.48.6', '2010-11-12 11:35:05', '8fe777e521204a54ef685caf830773ac', 'N'), ('dfda4b568f4983f216791b9759abc581', 'merchants/_common_templates/img/icon-apiintegration-big.png', '4.5.48.6', '2010-11-12 11:35:05', '8ffaaf6917c42e391f8dfac25603dc2c', 'N'), ('890bc18a90d6cb4189da90c933037e49', 'merchants/_common_templates/img/icon-apiintegration-middle.png', '4.5.48.6', '2010-11-12 11:35:05', '61c67a4e19292e3a41d467a9255c617e', 'N'), ('cefafccb3a3dad0e90c1e52102cf7f6e', 'merchants/_common_templates/img/icon-apiintegration-small.png', '4.5.48.6', '2010-11-12 11:35:05', '2c63cf93ca9b1ff5d5b16c6646a59ddc', 'N'), ('fe7f560d55ebff185ac984f575b74a95', 'merchants/_common_templates/img/icon-banneradd-big.png', '4.5.48.6', '2010-11-12 11:35:05', '81df063ae38e46bf38935e9cefc0327d', 'N'), ('049d575c583f4ceea0e8b28fe4b98707', 'merchants/_common_templates/img/icon-banneradd-middle.png', '4.5.48.6', '2010-11-12 11:35:05', 'f9eed2f2063ae89a43dd119cd957a81c', 'N'), ('93480eb3f2a4e70ee99c14d8195434a1', 'merchants/_common_templates/img/icon-banneradd-small.png', '4.5.48.6', '2010-11-12 11:35:05', 'ce4bc4ce2e5f8e34580dc6333b208aa8', 'N'), ('9db8dad8ad2a93551d9e270aa3a718c3', 'merchants/_common_templates/img/icon-broadcastemail-big.png', '4.5.48.6', '2010-11-12 11:35:05', 'f2c91ecade89182f16fea8d893ae70fa', 'N'), ('fd3529461acd0c73066a9737cd488880', 'merchants/_common_templates/img/icon-broadcastemail-middle.png', '4.5.48.6', '2010-11-12 11:35:05', 'a84a478aab18a99fe403344166a6d7fd', 'N'), ('c33e20aec03e435ed8f9986983d85c71', 'merchants/_common_templates/img/icon-broadcastemail-small.png', '4.5.48.6', '2010-11-12 11:35:05', '52dcfbc66219534f2cacb336e3d7da8a', 'N'), ('926df30542dd3c277562511fa137ca6e', 'merchants/_common_templates/img/icon-campaignadd-big.png', '4.5.48.6', '2010-11-12 11:35:05', 'bcde6cec8d0312a5e207211d8a591233', 'N'), ('6170badc934f440217ab5dd8539d6f79', 'merchants/_common_templates/img/icon-campaignadd-middle.png', '4.5.48.6', '2010-11-12 11:35:05', '150ea540b710cbfa76359c33f17400ab', 'N'), ('66bf795e3b8f259c71b48719fdbcf792', 'merchants/_common_templates/img/icon-campaignadd-small.png', '4.5.48.6', '2010-11-12 11:35:05', 'd412d150a33ac60e3473147b9629bfa3', 'N'), ('ef92c0d7dff90ffd4e02f2287b1ae0a8', 'merchants/_common_templates/img/icon-campaignscategories-big.png', '4.5.48.6', '2010-11-12 11:35:05', 'faea92b05cd5199241c814f685484394', 'N'), ('b1cc9270068a96be9af1b8eb3dcb0afd', 'merchants/_common_templates/img/icon-campaignscategories-middle.png', '4.5.48.6', '2010-11-12 11:35:05', '774c6fa7bfe558afe5fda5fde938fafc', 'N'), ('4a19fa0ce433b975cfd4c48ac8babc23', 'merchants/_common_templates/img/icon-campaignscategories-small.png', '4.5.48.6', '2010-11-12 11:35:05', '81844453c555423b54b39aa264118425', 'N'), ('4b4738e624bb6dfc1995ed20eed16267', 'merchants/_common_templates/img/icon-clickcommission-big.png', '4.5.48.6', '2010-11-12 11:35:05', '36e5ade0af6dadf475f4dbac18b853e1', 'N'), ('81c2db3e9b693ecfea9f826affcd4d3d', 'merchants/_common_templates/img/icon-clickcommission-middle.png', '4.5.48.6', '2010-11-12 11:35:05', 'aff86bed51ff309b10dbcb3b5abf9770', 'N'), ('37d06773211ef1307e3aaebb2e25b167', 'merchants/_common_templates/img/icon-clickcommission-small.png', '4.5.48.6', '2010-11-12 11:35:05', '5fd3fa783a954bb9b095aefbddda05eb', 'N'), ('c8f1e807ff6c8f0a41f46ef5bdaba809', 'merchants/_common_templates/img/icon-commissionadd-big.png', '4.5.48.6', '2010-11-12 11:35:05', 'c09448d768479c3c116cea35d25d1a64', 'N'), ('7bc5cf8d38bc3d7198fd58a9be1f8e0d', 'merchants/_common_templates/img/icon-commissionadd-middle.png', '4.5.48.6', '2010-11-12 11:35:05', '308ff5c4c45e8135f7b1047dd26b56f1', 'N'), ('5ab28c62f7e7a5d5a6ce3aa1409d7758', 'merchants/_common_templates/img/icon-commissionadd-small.png', '4.5.48.6', '2010-11-12 11:35:05', '762eb56287f9a3943224a393c40b59d6', 'N'), ('1fd32696a1647087bdf7854a5df1a695', 'merchants/_common_templates/img/icon-communication-big.png', '4.5.48.6', '2010-11-12 11:35:05', 'd9634c6d21ab0388db756a302b43c24b', 'N'), ('7af52c3032918921ad300efa8f52bd2c', 'merchants/_common_templates/img/icon-communication-middle.png', '4.5.48.6', '2010-11-12 11:35:05', 'dad7567ea8455db8f9d04f62827f95b7', 'N'), ('87de50c19908690c7272e5b23e64a764', 'merchants/_common_templates/img/icon-communication-small.png', '4.5.48.6', '2010-11-12 11:35:05', '4ca468f4707653aea90c10a8aee280be', 'N'), ('0142cae1b37b4f58db09dee5b5799d60', 'merchants/_common_templates/img/icon-confirmationrequired-big.png', '4.5.48.6', '2010-11-12 11:35:05', '99e46acda790c695b9e695235bc567ea', 'N'), ('ffe616df84f65d149f0f305b0e6ac097', 'merchants/_common_templates/img/icon-confirmationrequired-middle.png', '4.5.48.6', '2010-11-12 11:35:05', '8f46b185cc39f2a1eac84b10786b1a22', 'N'), ('21c215a077eb3561d73bf23e44849b3b', 'merchants/_common_templates/img/icon-confirmationrequired-small.png', '4.5.48.6', '2010-11-12 11:35:05', '398919d212a85128db98277d1637fc66', 'N'), ('ba0ee4196aaa8e04db882b53a25bbade', 'merchants/_common_templates/img/icon-content-big.png', '4.5.48.6', '2010-11-12 11:35:05', 'ea668db8e90d4d2dd5891be9c3662d65', 'N'), ('8ee19d59fcb7e979993fd3a41dd4a9c1', 'merchants/_common_templates/img/icon-content-middle.png', '4.5.48.6', '2010-11-12 11:35:05', '72a5e3a0a993e899b89747f7a977c3b8', 'N'), ('446851ecd904bdc156191f79429b12de', 'merchants/_common_templates/img/icon-content-small.png', '4.5.48.6', '2010-11-12 11:35:05', 'aba167c8a15a1f84f1cc004498e2fcd1', 'N'), ('b380ce4791efb622cc8fdb83dc9c687d', 'merchants/_common_templates/img/icon-cookie-big.png', '4.5.48.6', '2010-11-12 11:35:05', '8a245985191ed381885daa40336a9d3c', 'N'), ('95b289bb505dae8a8d4de3696532f154', 'merchants/_common_templates/img/icon-cookie-middle.png', '4.5.48.6', '2010-11-12 11:35:05', 'ac167af6efcca0b5b5c07ffee0088f74', 'N'), ('eb884a6a5d5fc004711439b989adbcb1', 'merchants/_common_templates/img/icon-cookie-small.png', '4.5.48.6', '2010-11-12 11:35:05', 'db41360e227b890774ecea23c9291ac5', 'N'), ('5bec7a1a715a19188f9cb2e6c78f17a0', 'merchants/_common_templates/img/icon-cron-big.png', '4.5.48.6', '2010-11-12 11:35:05', 'a8986017aef2d39fcce5647aa166623a', 'N'), ('796efeb522b966b4f218eda256aeb8e1', 'merchants/_common_templates/img/icon-cron-middle.png', '4.5.48.6', '2010-11-12 11:35:05', '5a85f870602dbb253d9e321aa2302c81', 'N'), ('242b8116c7625a3011164456419c513b', 'merchants/_common_templates/img/icon-cron-small.png', '4.5.48.6', '2010-11-12 11:35:05', '4edb02cc7eb9fcd59f17fcdcd8925a2d', 'N'), ('1b6d57687ddd288005eeb6fae3916b14', 'merchants/_common_templates/img/icon-currency-big.png', '4.5.48.6', '2010-11-12 11:35:05', '816bb049bcffc480c9b350704a8adbc2', 'N'), ('012870075dadc9bd976c8b6f626e5824', 'merchants/_common_templates/img/icon-currency-middle.png', '4.5.48.6', '2010-11-12 11:35:05', '10fe7d529a376968cf05ad721f3bb605', 'N'), ('04633f3bf8d46fe54272c52a32d80002', 'merchants/_common_templates/img/icon-currency-small.png', '4.5.48.6', '2010-11-12 11:35:05', 'd5f81da7b49a3421cfa7f54ad050c790', 'N'), ('ce05ba97dd90bbe4ecc705fdedddf8db', 'merchants/_common_templates/img/icon-desktop-big.png', '4.5.48.6', '2010-11-12 11:35:05', '5a993071a268cb9c4b8ff360204666e8', 'N'), ('19c3f6e320378dadecf3d91d58f6a9e1', 'merchants/_common_templates/img/icon-desktop-middle.png', '4.5.48.6', '2010-11-12 11:35:05', '4dafab8ad39af078221f93bb72afd489', 'N'), ('b2dc1f58f0d8ca22d4c8e85905ec23ea', 'merchants/_common_templates/img/icon-desktop-small.png', '4.5.48.6', '2010-11-12 11:35:05', '4097ff78d80c697ec3601e8bfeacf3c0', 'N'), ('f043a3c8fffd53f05c9a30d6e0dec117', 'merchants/_common_templates/img/icon-dialog-big.png', '4.5.48.6', '2010-11-12 11:35:05', 'ea668db8e90d4d2dd5891be9c3662d65', 'N'), ('612fadda21aab1b51b8c97e92cdd856d', 'merchants/_common_templates/img/icon-dialog-middle.png', '4.5.48.6', '2010-11-12 11:35:05', '72a5e3a0a993e899b89747f7a977c3b8', 'N'), ('be0cdd84842242d5070db4e0816d5536', 'merchants/_common_templates/img/icon-dialog-small.png', '4.5.48.6', '2010-11-12 11:35:05', 'aba167c8a15a1f84f1cc004498e2fcd1', 'N'), ('35250ef9a6dfc21aac32bfa567c06d5e', 'merchants/_common_templates/img/icon-emailtemplates-big.png', '4.5.48.6', '2010-11-12 11:35:05', 'c4cb709797ed19238676c29cb1472c70', 'N'), ('7ab9f54fdd1e48a01e87a82deec6a471', 'merchants/_common_templates/img/icon-emailtemplates-middle.png', '4.5.48.6', '2010-11-12 11:35:05', 'f5e1a27dc997f8480d67f4461c825edd', 'N'), ('723cd8b909aa2ddf3ee84aab9692b22e', 'merchants/_common_templates/img/icon-emailtemplates-small.png', '4.5.48.6', '2010-11-12 11:35:05', '5d49ee20c991a906969ad4d36c7e413d', 'N'), ('677bfb16d745cb68251e127aa1ba91e4', 'merchants/_common_templates/img/icon-export-big.png', '4.5.48.6', '2010-11-12 11:35:05', '0b33f3a6ea9cc42150d97444626249cc', 'N'), ('356e5255dcadff64f008bc11f694bc99', 'merchants/_common_templates/img/icon-export-middle.png', '4.5.48.6', '2010-11-12 11:35:05', '065e11d3d5f7cd3e9cb62b7930ccd618', 'N'), ('297445f947dbcc7a4f0e106304a965f3', 'merchants/_common_templates/img/icon-export-small.png', '4.5.48.6', '2010-11-12 11:35:05', 'ce6a9dc9ddd0a392fd7ec680bfa3e77b', 'N'), ('93af588ea072043c81906008372a4de8', 'merchants/_common_templates/img/icon-exportfiles-big.png', '4.5.48.6', '2010-11-12 11:35:05', '4affb865e1adcfa375831dd6946eac39', 'N'), ('6f6cf1fd5bdb73b4f5723fbe05c625f3', 'merchants/_common_templates/img/icon-exportfiles-middle.png', '4.5.48.6', '2010-11-12 11:35:05', 'd4d80ae06ef763aa17607b25703cae46', 'N'), ('0a42a4a2652518650b00bdc2b58c6f2d', 'merchants/_common_templates/img/icon-exportfiles-small.png', '4.5.48.6', '2010-11-12 11:35:05', '34ff8df8776318a79a686ba86d24c750', 'N'), ('250f8ae526c544a20f2179f3889b9761', 'merchants/_common_templates/img/icon-features-big.png', '4.5.48.6', '2010-11-12 11:35:05', '4ba9e54a2c4441183ea17ae39caf15f5', 'N'), ('df40da0f29af63096c8ded98cef4aae3', 'merchants/_common_templates/img/icon-features-middle.png', '4.5.48.6', '2010-11-12 11:35:05', '17d215110cdaae0725f1a108c7d6e74d', 'N'), ('70597d79e4c011b3e2d0fa23ee4ca67d', 'merchants/_common_templates/img/icon-features-small.png', '4.5.48.6', '2010-11-12 11:35:05', 'e51f91c359e0bed9d11b78080290b28f', 'N'), ('e384584e15bb17d5c9369220b2fb9b2a', 'merchants/_common_templates/img/icon-folder-big.png', '4.5.48.6', '2010-11-12 11:35:05', 'befebaf27b76b65ef3a0a2056b6717b5', 'N'), ('bf7ccb1aa8a7c5b90081157e18062fd5', 'merchants/_common_templates/img/icon-folder-middle.png', '4.5.48.6', '2010-11-12 11:35:05', '44212fdaf6e707dcd63f96b91254fa6d', 'N'), ('5e158a6d67ae4693fe98717c443ad54d', 'merchants/_common_templates/img/icon-folder-small.png', '4.5.48.6', '2010-11-12 11:35:05', 'ea493e348f302fae514119d7f83c45c6', 'N'), ('21988c5addda34d2572781c1c748b778', 'merchants/_common_templates/img/icon-foldergrey-big.png', '4.5.48.6', '2010-11-12 11:35:05', '0ebd3c105f9148e6b3c2f148429e3a39', 'N'), ('fd14b3402b49eaf18c647edfcacbeb7b', 'merchants/_common_templates/img/icon-foldergrey-middle.png', '4.5.48.6', '2010-11-12 11:35:05', '6606aad448bf6e880b16ee07917368d1', 'N'), ('8095dfca69127a51d898519c8c63c408', 'merchants/_common_templates/img/icon-foldergrey-small.png', '4.5.48.6', '2010-11-12 11:35:05', '6f79edef86528343b6edd4687671008c', 'N'), ('025cfc14a6f56b0e2f6d2532ec76d691', 'merchants/_common_templates/img/icon-fraudprotection-big.png', '4.5.48.6', '2010-11-12 11:35:05', '9010f7b5556d925a916511445f28af47', 'N'), ('f82f46d6c277f0745651a2fc7be87150', 'merchants/_common_templates/img/icon-fraudprotection-middle.png', '4.5.48.6', '2010-11-12 11:35:05', '26b7b0ce01dc95ff89f934e449e23c27', 'N'), ('73b61920ae299e1d366ebc7d973f6986', 'merchants/_common_templates/img/icon-fraudprotection-small.png', '4.5.48.6', '2010-11-12 11:35:05', 'a86fc50a3868eb1e583828e8a1f036b3', 'N'), ('1302d0b1b73e9ea02861798c33a1aad4', 'merchants/_common_templates/img/icon-help-big.png', '4.5.48.6', '2010-11-12 11:35:05', '9007ac5af8f6f10ccffb0bfb2bf7d363', 'N'), ('d862a57ef84890ca75b3d08496b997a1', 'merchants/_common_templates/img/icon-help-middle.png', '4.5.48.6', '2010-11-12 11:35:05', '01dbb879f7f4c662128d1d9f4c04640c', 'N'), ('feaa7369a52d722722c19a76e4902afc', 'merchants/_common_templates/img/icon-help-small.png', '4.5.48.6', '2010-11-12 11:35:05', '832097c7d37772be765ef635e6d348ee', 'N'), ('dfa3ad92273ef6d72dfb2e095d3b941b', 'merchants/_common_templates/img/icon-home-big.png', '4.5.48.6', '2010-11-12 11:35:05', '46fad7bed165099bc5c520b1ab962fed', 'N'), ('908608e9284d678d642805f1f15071e6', 'merchants/_common_templates/img/icon-home-middle.png', '4.5.48.6', '2010-11-12 11:35:05', '051d86170471f4c07947c14be0768bc0', 'N'), ('7d2c64a1defcf58a10dcf8b0b1ae0f37', 'merchants/_common_templates/img/icon-home-small.png', '4.5.48.6', '2010-11-12 11:35:05', 'c5b62a0af020b01ed1791e44e76aec4f', 'N'), ('0eb8a47a8862a99eefe59d3526d3f86f', 'merchants/_common_templates/img/icon-import-big.png', '4.5.48.6', '2010-11-12 11:35:05', '077886a7a7fde922b46a0116ae1f60ee', 'N'), ('5cd595724e60cc1a15503b1bab8817f7', 'merchants/_common_templates/img/icon-import-middle.png', '4.5.48.6', '2010-11-12 11:35:05', '809edd07acbdffaab010ab6c365dfca0', 'N'), ('45110e2ac85d751d67f87990b7eb6c32', 'merchants/_common_templates/img/icon-import-small.png', '4.5.48.6', '2010-11-12 11:35:05', '6e4e62703d746625306f230211abe5e0', 'N'), ('963069377b81bcb375eb0971b102edc7', 'merchants/_common_templates/img/icon-importexport-big.png', '4.5.48.6', '2010-11-12 11:35:06', 'ec07ded49abf1de13fca318f4a3e1e0d', 'N'), ('fb2a5d39fc1b247282f0a998411ea04b', 'merchants/_common_templates/img/icon-importexport-middle.png', '4.5.48.6', '2010-11-12 11:35:06', '6d4fb0ee56db17d61501ba8c26e62258', 'N'), ('eef2cd789d3b42f82a5052bcf27c7ccb', 'merchants/_common_templates/img/icon-importexport-small.png', '4.5.48.6', '2010-11-12 11:35:06', '56d6557f6098dd41450c3e4b81ace802', 'N'), ('157b4cb4debb7271517815d3476d2986', 'merchants/_common_templates/img/icon-impressioncommision-big.png', '4.5.48.6', '2010-11-12 11:35:06', '4c1e7a03efa32fe7635a30fbbd8f2c85', 'N'), ('50792bfcc73f7c06625235b96f770274', 'merchants/_common_templates/img/icon-impressioncommision-middle.png', '4.5.48.6', '2010-11-12 11:35:06', '55960d902a1fc6db9e60ded10a7ed23c', 'N'), ('8d60bc5e0ba148cfc6542bccaf409991', 'merchants/_common_templates/img/icon-impressioncommision-small.png', '4.5.48.6', '2010-11-12 11:35:06', '10a3ee7b00176808f90b91b87e8d0789', 'N'), ('a26f510d7747cda409514d2d6f0c2119', 'merchants/_common_templates/img/icon-informations-big.png', '4.5.48.6', '2010-11-12 11:35:06', '52544f78f6c21ff28917b9f0a3577333', 'N'), ('2e399a96aa426d4725931fe531ed53af', 'merchants/_common_templates/img/icon-informations-middle.png', '4.5.48.6', '2010-11-12 11:35:06', '66fcddef6f1a68251e6840914910938b', 'N'), ('a1d35f0da737f3e270553354e9938afe', 'merchants/_common_templates/img/icon-informations-small.png', '4.5.48.6', '2010-11-12 11:35:06', 'fcf56ff111c67e58b05ae8b0ecc18e62', 'N'), ('bd1e63daad238aeeab7a76b8457f1eb3', 'merchants/_common_templates/img/icon-integration-big.png', '4.5.48.6', '2010-11-12 11:35:06', '59e9ca2ec6c48baa0034b7cd94ca20d4', 'N'), ('d1643aff1c3f772bcf735ef2721c1071', 'merchants/_common_templates/img/icon-integration-middle.png', '4.5.48.6', '2010-11-12 11:35:06', '3956f57d21eae12542914fbca1a0522b', 'N'), ('f8308cf737cacfb782129cb923da8018', 'merchants/_common_templates/img/icon-integration-small.png', '4.5.48.6', '2010-11-12 11:35:06', '169795179b919a3c29083e88654803ea', 'N'), ('b97d35166720359ded6c20835573fd07', 'merchants/_common_templates/img/icon-invalidlicence-big.png', '4.5.48.6', '2010-11-12 11:35:06', '8e513b68fc1fb1a26753a71d88e189fa', 'N'), ('204b7bf185f004b3b6eacef077cfea8c', 'merchants/_common_templates/img/icon-invalidlicence-middle.png', '4.5.48.6', '2010-11-12 11:35:06', '09047b54107b0ce1f958b7b78b8b46a4', 'N'), ('bdfeb4151e5047f9705837a8c670d3d8', 'merchants/_common_templates/img/icon-invalidlicence-small.png', '4.5.48.6', '2010-11-12 11:35:06', '965eb4bda8d43d1fc8b5cefbcc3bea1b', 'N'), ('faeebfb23460170ba1b0dfbd814ceab5', 'merchants/_common_templates/img/icon-invoiceformat-big.png', '4.5.48.6', '2010-11-12 11:35:06', '6bf9da1c9eb48ed0c19257ead306f8dd', 'N'), ('e61c3ed632ac91aa003dc9da69f9633b', 'merchants/_common_templates/img/icon-invoiceformat-middle.png', '4.5.48.6', '2010-11-12 11:35:06', '76c95db323aa1516ca1f565d900cff47', 'N'), ('06fc28da8a05ee7e78a1298f5635a748', 'merchants/_common_templates/img/icon-invoiceformat-small.png', '4.5.48.6', '2010-11-12 11:35:06', 'f961da6366d582d141e04b425df167ca', 'N'), ('b75ee5ca2bf51069131826ef51153ef1', 'merchants/_common_templates/img/icon-languages-big.png', '4.5.48.6', '2010-11-12 11:35:06', 'cae29a0f574666e60b484da7dc02c42d', 'N'), ('8085e6bbbb4c3210a85d0318e92c98bd', 'merchants/_common_templates/img/icon-languages-middle.png', '4.5.48.6', '2010-11-12 11:35:06', '2579c343d6a2659a91e2b11b03fa7831', 'N'), ('bf71b0a90966b39f5619a450ea2d8237', 'merchants/_common_templates/img/icon-languages-small.png', '4.5.48.6', '2010-11-12 11:35:06', '69a22cf6c18734c3f5f34f534f59d0dc', 'N'), ('3163032d7c5e5ce57c3a2a3fd4e6e1fc', 'merchants/_common_templates/img/icon-languagetranslations-big.png', '4.5.48.6', '2010-11-12 11:35:06', 'c7b03e7670e0263ed8dd55324b811f60', 'N'), ('a31899636b4ca6ae1b4da2f54292a7c9', 'merchants/_common_templates/img/icon-languagetranslations-middle.png', '4.5.48.6', '2010-11-12 11:35:06', '025e0ea10cd3f9b89be1ab15412d7c68', 'N'), ('9c7e83fe0e89c77a96d1d7ba44c37d05', 'merchants/_common_templates/img/icon-languagetranslations-small.png', '4.5.48.6', '2010-11-12 11:35:06', 'bab82ad50c6b71eb79f739b9833be610', 'N'), ('0bfed03506d484abba4e8d4849dc3c4d', 'merchants/_common_templates/img/icon-linkformats-big.png', '4.5.48.6', '2010-11-12 11:35:06', '0b7c3b7cfe7b0d4fb13b13119c9d4e3e', 'N'), ('14fbad4906c6bb454a975d610e57e558', 'merchants/_common_templates/img/icon-linkformats-middle.png', '4.5.48.6', '2010-11-12 11:35:06', '4e9a9be9246491551816510d7cfad3da', 'N'), ('fbaf71de09e260689262c71f7d10fc67', 'merchants/_common_templates/img/icon-linkformats-small.png', '4.5.48.6', '2010-11-12 11:35:06', '5e117734176b4174b1d3fc855f9bdee1', 'N'), ('26eb66eb15a014f57104155004fabc44', 'merchants/_common_templates/img/icon-logging-big.png', '4.5.48.6', '2010-11-12 11:35:06', 'a836bc888a51cc3272c440b76e1f4489', 'N'), ('edb1ea5a6750a6eaab180bdcf7c3fbe8', 'merchants/_common_templates/img/icon-logging-middle.png', '4.5.48.6', '2010-11-12 11:35:06', 'b4d937e0513feaaa49c951690e65b6ab', 'N'), ('9c428f5924caa4e0ee5233451fe1229c', 'merchants/_common_templates/img/icon-logging-small.png', '4.5.48.6', '2010-11-12 11:35:06', 'c8001b73dd7b9c29222a358fa7439cf6', 'N'), ('07da6df9ad912650d72a7e97d0750de4', 'merchants/_common_templates/img/icon-logout-big.png', '4.5.48.6', '2010-11-12 11:35:06', '6f78c0a1e928927c4dfb85f45ed17080', 'N'), ('ec7bcfcd8699def6947323a0854d6a4e', 'merchants/_common_templates/img/icon-logout-middle.png', '4.5.48.6', '2010-11-12 11:35:06', '0d4707b0b2e66d1ea54777ed43f55a9e', 'N'), ('836c0f12fcfc2f0659080932cfa2b4ff', 'merchants/_common_templates/img/icon-logout-small.png', '4.5.48.6', '2010-11-12 11:35:06', '6e148662423620afe5dc9c67ed10b9c9', 'N'), ('52ea7e7d6045b791735f3bc3820f43b6', 'merchants/_common_templates/img/icon-mapoverlay-big.png', '4.5.48.6', '2010-11-12 11:35:06', 'f95e21092dcec6999407f32482de8654', 'N'), ('8acabb533d2d1a7043dad0a1ee78e4d8', 'merchants/_common_templates/img/icon-mapoverlay-middle.png', '4.5.48.6', '2010-11-12 11:35:06', '1ff8bf5448529154c95588e3da6b2bd5', 'N'), ('4ca7e7504c5dc73a01ed96629f5653cd', 'merchants/_common_templates/img/icon-mapoverlay-small.png', '4.5.48.6', '2010-11-12 11:35:06', '4b9dddb70e5e0f41b1b069de5d129b0f', 'N'), ('b85c281366c6bcc96f06792efb48bc8e', 'merchants/_common_templates/img/icon-message-big.png', '4.5.48.6', '2010-11-12 11:35:06', 'e2bad90c5d8f666dcad0572b60f919eb', 'N'), ('72f2de19bdfe3144dfe1459dfd30589b', 'merchants/_common_templates/img/icon-message-middle.png', '4.5.48.6', '2010-11-12 11:35:06', '28fba13255f80302f636d470e5573338', 'N'), ('7ebf6927944547b368e87979c473d0aa', 'merchants/_common_templates/img/icon-message-small.png', '4.5.48.6', '2010-11-12 11:35:06', '3f02e3ee2ad26c65ea98836bbe1f5b45', 'N'), ('4219d9b7a093f0ffbbb9339e7ce5dd0b', 'merchants/_common_templates/img/icon-networkaccountfields-big.png', '4.5.48.6', '2010-11-12 11:35:06', '6cd403a39def5fb616f49f3d7e0b3fe2', 'N'), ('25726b8f18fb9da129526406ce457ada', 'merchants/_common_templates/img/icon-networkaccountfields-middle.png', '4.5.48.6', '2010-11-12 11:35:06', '0b174b7645e1ac9a8cd04da69dd5a859', 'N'), ('563c4205d4128f9a8d5f0f14c37a85fe', 'merchants/_common_templates/img/icon-networkaccountfields-small.png', '4.5.48.6', '2010-11-12 11:35:06', 'e601d9478659d4205021d2a77c04c2eb', 'N'), ('c0a41f516755aa7bcd66036b76f712a0', 'merchants/_common_templates/img/icon-newsletter-big.png', '4.5.48.6', '2010-11-12 11:35:06', '0e6c53e8789a22eaded0a6770875c0ab', 'N'), ('accfb8633074c8ed8022be44af7ce39d', 'merchants/_common_templates/img/icon-newsletter-middle.png', '4.5.48.6', '2010-11-12 11:35:06', '510fc6f35665bacf1ee6d2970c368e64', 'N'), ('066afd3c9eb687dd6c0da4e0b880707b', 'merchants/_common_templates/img/icon-newsletter-small.png', '4.5.48.6', '2010-11-12 11:35:06', '75cb0a912f421e011c4dad05c3b77f00', 'N'), ('a53be493a32e7b06313a22f548a1b848', 'merchants/_common_templates/img/icon-offlinesale-big.png', '4.5.48.6', '2010-11-12 11:35:06', 'ec90135d4a9d0130e8e304bae081c440', 'N'), ('64073e7d6d2c7b75e73ba98be6656e61', 'merchants/_common_templates/img/icon-offlinesale-middle.png', '4.5.48.6', '2010-11-12 11:35:06', '66dcbbf01bbf792063fc9fada45885a2', 'N'), ('3bb13de83e640440b59be38d47080463', 'merchants/_common_templates/img/icon-offlinesale-small.png', '4.5.48.6', '2010-11-12 11:35:06', 'f7f3f63493c0322becb736a5728e5bd3', 'N'), ('f6d4d81a727547e14906400ebbf92442', 'merchants/_common_templates/img/icon-onlineusers-big.png', '4.5.48.6', '2010-11-12 11:35:06', 'b555c4f219c63d13adbe6b2a24096b74', 'N'), ('e319e1ae453362cc6525900a3b0a281d', 'merchants/_common_templates/img/icon-onlineusers-middle.png', '4.5.48.6', '2010-11-12 11:35:06', 'b6ded37c6ec167344eb93e4c7076f429', 'N'), ('2bc7195b7f44c13fbe4166c2121f0a10', 'merchants/_common_templates/img/icon-onlineusers-small.png', '4.5.48.6', '2010-11-12 11:35:06', '03681a5b24afc538a6b3c396758bcd31', 'N'), ('5ec18617169fdefa5d3f5be979e2e63e', 'merchants/_common_templates/img/icon-outbox-big.png', '4.5.48.6', '2010-11-12 11:35:06', 'cd244f1f99b9c4edc97e1517e61647b6', 'N'), ('5d7066a489e0dbfb4a39de1e396ef19f', 'merchants/_common_templates/img/icon-outbox-middle.png', '4.5.48.6', '2010-11-12 11:35:06', 'd78563c123666abaa270e69447818704', 'N'), ('3d0b8c064ed7ea08ad7e2d91812a0110', 'merchants/_common_templates/img/icon-outbox-small.png', '4.5.48.6', '2010-11-12 11:35:06', 'edc06a19e14830e7ca622238a0442419', 'N'), ('c3381629d5586c8bfb5af32a4af707a2', 'merchants/_common_templates/img/icon-panelsettings-big.png', '4.5.48.6', '2010-11-12 11:35:06', '600e41998f62d8ff1d12105a835ce077', 'N'), ('e9c60c5ff7fb156c94f1d044e047408e', 'merchants/_common_templates/img/icon-panelsettings-middle.png', '4.5.48.6', '2010-11-12 11:35:06', '4ca98335815494b810a1df5b10b3af9c', 'N'), ('524974afbfee4a5f66fe6593408d3080', 'merchants/_common_templates/img/icon-panelsettings-small.png', '4.5.48.6', '2010-11-12 11:35:06', '4734308c4657e7724cf940fa6e2da368', 'N'), ('1622ab9ed674d373a548a1d884a1d748', 'merchants/_common_templates/img/icon-parameternames-big.png', '4.5.48.6', '2010-11-12 11:35:06', '9dfb5dd726b437a4365e7c45a7c408d3', 'N'), ('d379d59b9de6450f83e1c15ab01ad95b', 'merchants/_common_templates/img/icon-parameternames-middle.png', '4.5.48.6', '2010-11-12 11:35:06', '43de9c57262992d30beb88f52fb3af21', 'N'), ('1652b69e4a8dd1a21d7a1ab8a05a09c9', 'merchants/_common_templates/img/icon-parameternames-small.png', '4.5.48.6', '2010-11-12 11:35:06', '4bbe462e5afa4a1e0215f368d0fb8903', 'N'), ('af41f44545c6f8d802cc0690c43bd790', 'merchants/_common_templates/img/icon-payoutsbalance-big.png', '4.5.48.6', '2010-11-12 11:35:06', '6cd403a39def5fb616f49f3d7e0b3fe2', 'N'), ('024ffb6d60eaddcea6fa12f9ac2e7acf', 'merchants/_common_templates/img/icon-payoutsbalance-middle.png', '4.5.48.6', '2010-11-12 11:35:06', '0b174b7645e1ac9a8cd04da69dd5a859', 'N'), ('9a111de76399336027cc7d9403e0efbf', 'merchants/_common_templates/img/icon-payoutsbalance-small.png', '4.5.48.6', '2010-11-12 11:35:06', 'e601d9478659d4205021d2a77c04c2eb', 'N'), ('de8215d8953fb443cfd32be6d8b2eb96', 'merchants/_common_templates/img/icon-pendingtasks-big.png', '4.5.48.6', '2010-11-12 11:35:06', '75e112adbc8f279ba02ce8bd53788ab9', 'N'), ('32d91da33f72bcdd17ae8057423eb66f', 'merchants/_common_templates/img/icon-pendingtasks-middle.png', '4.5.48.6', '2010-11-12 11:35:06', '2b145a585a11689729dc6b300bc6ab80', 'N'), ('d42c927bcdd1c71082739a353bd59616', 'merchants/_common_templates/img/icon-pendingtasks-small.png', '4.5.48.6', '2010-11-12 11:35:06', '999f171e840f0ff48b17a8d28d18ca40', 'N'), ('0365c41086735bf0c2d9aeb2801ef4d9', 'merchants/_common_templates/img/icon-plugins-big.png', '4.5.48.6', '2010-11-12 11:35:06', '4e532d82c3818e8dc7613f45df3273cf', 'N'); INSERT INTO `qu_g_installedtemplates` (`templateid`, `name`, `version`, `changed`, `contenthash`, `overwritte_existing`) VALUES ('877d64d07f442dc093952edb752a165a', 'merchants/_common_templates/img/icon-plugins-middle.png', '4.5.48.6', '2010-11-12 11:35:06', '91d3d01c5db120803e72a48d8b405b0f', 'N'), ('7ee9db9fbfdc2336a21cf8dd73cf904f', 'merchants/_common_templates/img/icon-plugins-small.png', '4.5.48.6', '2010-11-12 11:35:06', '7b73534b3d26811b757579eed53e1c97', 'N'), ('aa2e00d5e5bc33fd62ac41b2745c8a2b', 'merchants/_common_templates/img/icon-proxy-big.png', '4.5.48.6', '2010-11-12 11:35:06', '67899c6630a1d54cb882ac30bc4c1fea', 'N'), ('1f995b92d356c2614affa6ffd4e99676', 'merchants/_common_templates/img/icon-proxy-middle.png', '4.5.48.6', '2010-11-12 11:35:06', '8c84e7263189e5302b4ef463bc29e6b1', 'N'), ('78f666a8a77f15f2e3c1252e1564ea18', 'merchants/_common_templates/img/icon-proxy-small.png', '4.5.48.6', '2010-11-12 11:35:06', 'de57ff1e951414cdf1d4c495db128aea', 'N'), ('3b2051a5636a1732b8fc6d72b3f0485c', 'merchants/_common_templates/img/icon-quickstart-big.png', '4.5.48.6', '2010-11-12 11:35:06', 'cdaacce8f5b76692164172510acad242', 'N'), ('71f035b4ebf323b3f345a02e9b96b6f6', 'merchants/_common_templates/img/icon-quickstart-middle.png', '4.5.48.6', '2010-11-12 11:35:06', 'b4c7e287563225d44db2b409dfe2ec94', 'N'), ('6870e44e561baf76f10f7d9766ea8f6b', 'merchants/_common_templates/img/icon-quickstart-small.png', '4.5.48.6', '2010-11-12 11:35:06', '9ec548f1a0b48bd4a2adf99f1623501e', 'N'), ('421ca5260cfc8dbb25ad9b6ea8ac9680', 'merchants/_common_templates/img/icon-recurringcommissionslist-big.png', '4.5.48.6', '2010-11-12 11:35:06', 'f0069a7b12a4c842189d353a16787d63', 'N'), ('9640e8197991b03a01c717df74a64cab', 'merchants/_common_templates/img/icon-recurringcommissionslist-middle.png', '4.5.48.6', '2010-11-12 11:35:06', 'e22b0e87b75fa45fbcce9fd7bc0e3a32', 'N'), ('80aa6a99ca3f60190ba2d9c4bf5ede0a', 'merchants/_common_templates/img/icon-recurringcommissionslist-small.png', '4.5.48.6', '2010-11-12 11:35:06', 'd9fd1789958cb9843284d5182d239541', 'N'), ('3b35eb81f794021eb80753e1155c2f96', 'merchants/_common_templates/img/icon-reportproblems-big.png', '4.5.48.6', '2010-11-12 11:35:06', 'ea668db8e90d4d2dd5891be9c3662d65', 'N'), ('f369982ec2ee093c193ca5a2b1ea1a09', 'merchants/_common_templates/img/icon-reportproblems-middle.png', '4.5.48.6', '2010-11-12 11:35:06', '72a5e3a0a993e899b89747f7a977c3b8', 'N'), ('cad64ab54db55ac5d3f243eae6bad221', 'merchants/_common_templates/img/icon-reportproblems-small.png', '4.5.48.6', '2010-11-12 11:35:06', 'aba167c8a15a1f84f1cc004498e2fcd1', 'N'), ('d4449bbe7b24125aeebf2dc774b632a7', 'merchants/_common_templates/img/icon-rss-big.png', '4.5.48.6', '2010-11-12 11:35:06', '72ced7ea320583602b850ff6e5c7fbdc', 'N'), ('0f1e54a0c44fd395c5515eb8e0623bd1', 'merchants/_common_templates/img/icon-rss-small.png', '4.5.48.6', '2010-11-12 11:35:06', 'c41b65d7645345f0edd36f0c19bf28db', 'N'), ('8963f7725d4c4d6b0028ad094a1491fd', 'merchants/_common_templates/img/icon-salecommission-big.png', '4.5.48.6', '2010-11-12 11:35:06', '8e29539a67c5649a182722073913a313', 'N'), ('900ad99d270e11a3b4b5e3f884d35342', 'merchants/_common_templates/img/icon-salecommission-middle.png', '4.5.48.6', '2010-11-12 11:35:06', 'e6f76cab2074540649a7a42cabf9f3ca', 'N'), ('f7c9ff840acc62db84749364874cda74', 'merchants/_common_templates/img/icon-salecommission-small.png', '4.5.48.6', '2010-11-12 11:35:06', '1a5ca460dd7ec1682c789d9fdcaafd08', 'N'), ('fe36195a604453066a53c41a7dbc34ec', 'merchants/_common_templates/img/icon-screen-big.png', '4.5.48.6', '2010-11-12 11:35:06', 'ea668db8e90d4d2dd5891be9c3662d65', 'N'), ('5f853e7373d5d175878a26b36bbefc47', 'merchants/_common_templates/img/icon-screen-middle.png', '4.5.48.6', '2010-11-12 11:35:06', '72a5e3a0a993e899b89747f7a977c3b8', 'N'), ('c889df1266c3c4cf06d6ea00f67f7edf', 'merchants/_common_templates/img/icon-screen-small.png', '4.5.48.6', '2010-11-12 11:35:06', 'aba167c8a15a1f84f1cc004498e2fcd1', 'N'), ('1bbd61552eeb1c3372fe8f2850f40013', 'merchants/_common_templates/img/icon-showdesktop-big.png', '4.5.48.6', '2010-11-12 11:35:06', '5a993071a268cb9c4b8ff360204666e8', 'N'), ('745a8c19f8ec8682a513e31e30de5d51', 'merchants/_common_templates/img/icon-showdesktop-middle.png', '4.5.48.6', '2010-11-12 11:35:06', '4dafab8ad39af078221f93bb72afd489', 'N'), ('935a7f019955e241a356ad71d9de33b6', 'merchants/_common_templates/img/icon-showdesktop-small.png', '4.5.48.6', '2010-11-12 11:35:06', '4097ff78d80c697ec3601e8bfeacf3c0', 'N'), ('3f349a310dd423ad58f8b393e99a778e', 'merchants/_common_templates/img/icon-systemconfiguration-big.png', '4.5.48.6', '2010-11-12 11:35:06', '780d29b146d1fd1469962a39350b7767', 'N'), ('bd5321851dbd68692438216c6155c9b2', 'merchants/_common_templates/img/icon-systemconfiguration-middle.png', '4.5.48.6', '2010-11-12 11:35:06', 'a82bd70cbf1862dbbb35a8f275f78f2e', 'N'), ('8935bd0e07bba5eca4dd341128d1b64e', 'merchants/_common_templates/img/icon-systemconfiguration-small.png', '4.5.48.6', '2010-11-12 11:35:06', '4cd18f1231c702d5bc15ee14587b7133', 'N'), ('20cdbabbcb4a12b5cdaf928c36c7e514', 'merchants/_common_templates/img/icon-tools-big.png', '4.5.48.6', '2010-11-12 11:35:06', 'de50f63cb50a437e16cfddff26b146eb', 'N'), ('67aaca5fd71f0dc91826a74d22f740b7', 'merchants/_common_templates/img/icon-tools-middle.png', '4.5.48.6', '2010-11-12 11:35:06', '62754247b7afc6cdb0cbca04f7368ba9', 'N'), ('b37b7f3ddeb5d6a9ac27ebdef964eeb7', 'merchants/_common_templates/img/icon-tools-small.png', '4.5.48.6', '2010-11-12 11:35:06', 'a39d5ed7068b48792e2eff6a85ae9081', 'N'), ('8c80897237ccfd65522f213052b0225d', 'merchants/_common_templates/img/icon-topreferringurl-big.png', '4.5.48.6', '2010-11-12 11:35:06', '418a388c12bd60225f5899b1c87ac0b9', 'N'), ('abff7dd0df087be9b40bf8d9b82ce02f', 'merchants/_common_templates/img/icon-topreferringurl-middle.png', '4.5.48.6', '2010-11-12 11:35:06', '231dfa7e08303b7c4558d23170d5cb4e', 'N'), ('22251512e794edf38ecd709f601883a9', 'merchants/_common_templates/img/icon-topreferringurl-small.png', '4.5.48.6', '2010-11-12 11:35:06', 'ba4724b82d7f2747d0792e2073f8a7b2', 'N'), ('fb0a7f8135a69746312216c1f86683d2', 'merchants/_common_templates/img/icon-trafficstats-big.png', '4.5.48.6', '2010-11-12 11:35:06', '7396c4a63fabbcf7ce1b7abd6852a3b1', 'N'), ('f7318218a2d5b74dcb1dbe0c0ec120d2', 'merchants/_common_templates/img/icon-trafficstats-middle.png', '4.5.48.6', '2010-11-12 11:35:06', 'ebb54e0c30d26bc3077f7264f887815b', 'N'), ('dacdf1d8b06dd0d4f39e90b631c2f91a', 'merchants/_common_templates/img/icon-trafficstats-small.png', '4.5.48.6', '2010-11-12 11:35:06', '6b9e08748fa5d33948876d3bfe1c6b54', 'N'), ('d90784fc954820a99ec62f6caf79818c', 'merchants/_common_templates/img/icon-tutorialvideo-big.png', '4.5.48.6', '2010-11-12 11:35:06', 'ee091c797e90320d8210e2989d6989f3', 'N'), ('eb8f59a39ce8b5d507fff497753b0c07', 'merchants/_common_templates/img/icon-tutorialvideo-middle.png', '4.5.48.6', '2010-11-12 11:35:06', 'c49e2420482831fa242bd4ba6b8c1854', 'N'), ('0c316b679c59937746ad92a0db3df135', 'merchants/_common_templates/img/icon-tutorialvideo-small.png', '4.5.48.6', '2010-11-12 11:35:06', '9681c0591166287c6c3144837fdf1008', 'N'), ('d462cdad4987e006d4167e38f66a0233', 'merchants/_common_templates/img/icon-user-big.png', '4.5.48.6', '2010-11-12 11:35:06', 'bc4511d6f8f71e95e5cc1947ba4ff354', 'N'), ('56da001ce8572efc96fdf8417976fc83', 'merchants/_common_templates/img/icon-user-middle.png', '4.5.48.6', '2010-11-12 11:35:06', '3352bdb7bd22d53efce08be9ed5a3297', 'N'), ('8b86767ad3a72d8ae2aa5ca4e40c1d55', 'merchants/_common_templates/img/icon-user-small.png', '4.5.48.6', '2010-11-12 11:35:06', 'bd2438c09d6833c37706bcbb7897e416', 'N'), ('6f8519a3bc819b8a62da1d0ec2045629', 'merchants/_common_templates/img/icon-userprofile-big.png', '4.5.48.6', '2010-11-12 11:35:06', 'dec04d9a592589c404ca0b98f91aa2e3', 'N'), ('c037f897ea1217f419b642c34daceec6', 'merchants/_common_templates/img/icon-userprofile-middle.png', '4.5.48.6', '2010-11-12 11:35:06', 'ae5baad5e00912508c86719fca40c4b4', 'N'), ('37e5fd0c55b7d6b56e9b8f48e3677359', 'merchants/_common_templates/img/icon-userprofile-small.png', '4.5.48.6', '2010-11-12 11:35:06', '238472f137c9bce99f2a3ff9389c98fb', 'N'), ('06a80a4e68529c464307742712b4b7b8', 'merchants/_common_templates/img/icon-userroleprivileges-big.png', '4.5.48.6', '2010-11-12 11:35:06', '3875d989907efba233d0d88f96f3510f', 'N'), ('de6eefad9975fd53329ffed22cfb8e1c', 'merchants/_common_templates/img/icon-userroleprivileges-middle.png', '4.5.48.6', '2010-11-12 11:35:06', '4e019456b00ec3fd8cefb27d9dd31e80', 'N'), ('b68eb26f066cd6ce1af664026dcee0d0', 'merchants/_common_templates/img/icon-userroleprivileges-small.png', '4.5.48.6', '2010-11-12 11:35:06', 'a46a756d3ca1ea013f1ab4f7dc3ade77', 'N'), ('5ccc138219a52c4a33646cee361f0882', 'merchants/_common_templates/img/icon-vathandling-big.png', '4.5.48.6', '2010-11-12 11:35:06', '514522fd956ad10fd392ff7a145c6873', 'N'), ('b94831674b1b1b01acd28ffa4791db49', 'merchants/_common_templates/img/icon-vathandling-middle.png', '4.5.48.6', '2010-11-12 11:35:06', 'b1f77e628bfe32b0f9898b97d091779a', 'N'), ('bda0a099165a4fdf2906a35a076a5278', 'merchants/_common_templates/img/icon-vathandling-small.png', '4.5.48.6', '2010-11-12 11:35:06', 'c212e16c531c0b338b81bd97083e2a50', 'N'), ('0c769ffcf16f903812fdee4cfa1756ab', 'merchants/_common_templates/img/icon-youraccount-big.png', '4.5.48.6', '2010-11-12 11:35:06', '418a388c12bd60225f5899b1c87ac0b9', 'N'), ('31fc1cd7c274571df5f5b97d3743ff56', 'merchants/_common_templates/img/icon-youraccount-middle.png', '4.5.48.6', '2010-11-12 11:35:06', '231dfa7e08303b7c4558d23170d5cb4e', 'N'), ('649d539c0c0b15a6205e2897796eef9b', 'merchants/_common_templates/img/icon-youraccount-small.png', '4.5.48.6', '2010-11-12 11:35:07', 'ba4724b82d7f2747d0792e2073f8a7b2', 'N'), ('200b1dd1d85e8a732e731131678717f2', 'merchants/_common_templates/img/icon.chart.affiliates.png', '4.5.48.6', '2010-11-12 11:35:07', 'dd89b0ee9721ebabfb2b87f2504d123d', 'N'), ('feb497f919460ad8a61653217ce2b0c0', 'merchants/_common_templates/img/icon.delete.png', '4.5.48.6', '2010-11-12 11:35:07', 'b15770a3f6cd2ec6becfc53a0d9ee039', 'N'), ('0e5a4ed46f57a3f86c733471e3a80569', 'merchants/_common_templates/img/icon.detail.png', '4.5.48.6', '2010-11-12 11:35:07', '7badfe4d050b451af06cd95e22f6db73', 'N'), ('b39580ea461f770937e7b2b34038f1fd', 'merchants/_common_templates/img/icon.gadgets.png', '4.5.48.6', '2010-11-12 11:35:07', 'c1d4bdfff360696f27b1f0518331124d', 'N'), ('9ec26bf53d8f1b2af14f2c2f0c7cbd44', 'merchants/_common_templates/img/icon.grid.png', '4.5.48.6', '2010-11-12 11:35:07', 'caf5e4363c9e78a928290d95049a411b', 'N'), ('e7184f7cabd4aafeb0c4332c47c137b8', 'merchants/_common_templates/img/icon.invoice.png', '4.5.48.6', '2010-11-12 11:35:07', '9e77bab051d73681cf35d6f763e39851', 'N'), ('6d08aacd7cde33ca5e2251f6e776eb78', 'merchants/_common_templates/img/icon.labelaspaid.png', '4.5.48.6', '2010-11-12 11:35:07', 'f0ce20cb7eb9051f87f88280bc61336a', 'N'), ('9242d696741893a9c7aa83d65f860428', 'merchants/_common_templates/img/icon.logintopanel.png', '4.5.48.6', '2010-11-12 11:35:07', '46b5c978c4b387012d3c17e6e9ff7e63', 'N'), ('1fb551a6de4de9a018d35e613c2cac3b', 'merchants/_common_templates/img/icon.month.statistics.png', '4.5.48.6', '2010-11-12 11:35:07', '5ba6e93c333e6c59eb9eeb9c529c3ea9', 'N'), ('f0e9be0f7cf654bb0b813d3ab56e01a6', 'merchants/_common_templates/img/icon.quick.links.png', '4.5.48.6', '2010-11-12 11:35:07', 'df7f69d2e875af0d7f442aa46ee1cd4a', 'N'), ('3c8c2757f7eae30c8077fa55f49e42a2', 'merchants/_common_templates/img/icon.refresh.png', '4.5.48.6', '2010-11-12 11:35:07', '206b046cf2e08490ebf6e78b05cc8cf7', 'N'), ('6914870fd293a6673248140a57b2d62a', 'merchants/_common_templates/img/icon.reports.png', '4.5.48.6', '2010-11-12 11:35:07', '0b5391d854a26b2e45fd2bfa124736e6', 'N'), ('0d2ac39ab3423fb819008d653fc5f342', 'merchants/_common_templates/img/icon.statistics.png', '4.5.48.6', '2010-11-12 11:35:07', 'cb716511b447e02152ac8f6a21c2c8a3', 'N'), ('a449810f887211e8fe7ecae981adbfce', 'merchants/_common_templates/img/icon.top.affiliates.png', '4.5.48.6', '2010-11-12 11:35:07', 'dd89b0ee9721ebabfb2b87f2504d123d', 'N'), ('cf0a154b7516315af48bc02248425723', 'merchants/_common_templates/img/icon.trash.png', '4.5.48.6', '2010-11-12 11:35:07', 'a80c890e08320c5c4d12f77a7fda7328', 'N'), ('d85255cd14be14cd20b824e0e30bdc54', 'merchants/_common_templates/img/image.png', '4.5.48.6', '2010-11-12 11:35:07', '66517d22e9c688e521951b3c2d4498e0', 'N'), ('d2f42756eeb1e8e7f71663189b8a5329', 'merchants/_common_templates/img/input.png', '4.5.48.6', '2010-11-12 11:35:07', '0df09f38346ba18c1a69510138fc7bea', 'N'), ('5e1fb097b5767e319821f60fdfbcb264', 'merchants/_common_templates/img/insert.png', '4.5.48.6', '2010-11-12 11:35:07', '1eb65fc224afb8e9bb81bf6182e7fe22', 'N'), ('e4952fc113847e3eb8b4e8f01355d6f5', 'merchants/_common_templates/img/integration-clicks-onover.jpg', '4.5.48.6', '2010-11-12 11:35:07', 'e92c977985801c1eadb5c4adb975de7c', 'N'), ('aeeaaf4347ad3e5c8d7ee509ca650f64', 'merchants/_common_templates/img/integration-clicks.jpg', '4.5.48.6', '2010-11-12 11:35:07', '8a8621a4f3601b9d3e31f71d838cddb0', 'N'), ('b90c5b93b8e485e90d9072e0ab67f61e', 'merchants/_common_templates/img/integration-sales-onover.jpg', '4.5.48.6', '2010-11-12 11:35:07', '5dbb155a5324f3cabc20c995794fa35c', 'N'), ('d9baa73b5afd6d2ffecc7097251870f5', 'merchants/_common_templates/img/integration-sales.jpg', '4.5.48.6', '2010-11-12 11:35:07', 'a18f04ab96315bad8edf5df95ac68993', 'N'), ('23cad940bd8819a2692c57b46e6bed7f', 'merchants/_common_templates/img/layout.border.png', '4.5.48.6', '2010-11-12 11:35:07', '67415f356ff2d05286f9546d54d30423', 'N'), ('4cd9f6dc4a102f501c638d7c9003a3b2', 'merchants/_common_templates/img/layout.hsplitter.png', '4.5.48.6', '2010-11-12 11:35:07', '779103035b8b142f010428f761d80b2d', 'N'), ('47d2ea18ebd587bf1be0b0effe594f40', 'merchants/_common_templates/img/layout.png', '4.5.48.6', '2010-11-12 11:35:07', '934b808be1deb24c637e24a67a695e2e', 'N'), ('a9d41944c77168a7fb8912171d94b9a6', 'merchants/_common_templates/img/layout.vsplitter.png', '4.5.48.6', '2010-11-12 11:35:07', '8c6b3d5f84cef04868751cdb27e16d2b', 'N'), ('6de6550f5b3c42102c8f62f173a401dc', 'merchants/_common_templates/img/line.short.gif', '4.5.48.6', '2010-11-12 11:35:07', '13914f3810787c4d0571df1fd447627e', 'N'), ('66b4bc66c0a6433c757f1c52a8e55d70', 'merchants/_common_templates/img/link.chart.png', '4.5.48.6', '2010-11-12 11:35:07', 'f273dd6a01598348ede2a3a365b33e9a', 'N'), ('87d20c4f3a0e58cb83689f819e5e76c9', 'merchants/_common_templates/img/link.toggle.button.png', '4.5.48.6', '2010-11-12 11:35:07', '256a3c6cec4387c1b8d852026029b9d6', 'N'), ('c463fdfdf4ca1d7fd71b843f6e6fc478', 'merchants/_common_templates/img/listbox.png', '4.5.48.6', '2010-11-12 11:35:07', 'a1249146b52c6680a2a3ad175290c624', 'N'), ('60938dc63c9d63f8c7f68d88889ad0e2', 'merchants/_common_templates/img/loading.gif', '4.5.48.6', '2010-11-12 11:35:07', '53e05833f2fa7301fc36a0e61d90bc43', 'N'), ('c5cdcd713155fb5bd87d83e358405d9b', 'merchants/_common_templates/img/loading_small.gif', '4.5.48.6', '2010-11-12 11:35:07', '770ff172b603c5bf2050383334cdda48', 'N'), ('95dbc365c75261f4444148829ee0a8f7', 'merchants/_common_templates/img/loading_window.gif', '4.5.48.6', '2010-11-12 11:35:07', '5c76e28fc98f79a35eb525059807cf16', 'N'), ('66ee53c86e5a2896d6a8c7e7c8f16d7e', 'merchants/_common_templates/img/login.background.png', '4.5.48.6', '2010-11-12 11:35:07', 'f4e33aa080de5810aca48e71fdd8d972', 'N'), ('22c354d9410a67a3ef890d5ebdc00b70', 'merchants/_common_templates/img/logo_pap.jpg', '4.5.48.6', '2010-11-12 11:35:07', 'cd14b7752b98bf01c9723d525a3f8e4b', 'N'), ('28b10bd2a5ced88d8f4d1014dd5e63fe', 'merchants/_common_templates/img/mail_hover.jpg', '4.5.48.6', '2010-11-12 11:35:07', 'de17b3999706cee9ce02caac224be7be', 'N'), ('f936f576b7826d190e6887947542db8d', 'merchants/_common_templates/img/mailoutbox-image-hover.png', '4.5.48.6', '2010-11-12 11:35:07', '5f4176b9c17b03798c58efbd0ebf94a9', 'N'), ('84306bc29a256aae7d2034ed070e05f0', 'merchants/_common_templates/img/mailoutbox-image.png', '4.5.48.6', '2010-11-12 11:35:07', '9433716887a3276d9fa6a18d299350f1', 'N'), ('a748511d934b4baa4fb680e64ad4b855', 'merchants/_common_templates/img/main.menu.app.background.png', '4.5.48.6', '2010-11-12 11:35:07', '79d8c565edeeae2dc07d6acd1f403e65', 'N'), ('c3ccec5269bb6de78e52e639c60586f0', 'merchants/_common_templates/img/main.menu.app.png', '4.5.48.6', '2010-11-12 11:35:07', 'aaba9866a85701c44499ad8f04405257', 'N'), ('f6093519acc0788698b5f79f2c58fefd', 'merchants/_common_templates/img/main.menu.app.vertical.png', '4.5.48.6', '2010-11-12 11:35:07', '1df6e61d6c6e71ac8e63738d6a0addf6', 'N'), ('d562c0a7e2f58b871bf3b562fb152ff0', 'merchants/_common_templates/img/main.menu.background.png', '4.5.48.6', '2010-11-12 11:35:07', 'aca1267c2307be4d1cc4b3c00625e443', 'N'), ('d95f848a7c77db5b84fe07b06ec5ed73', 'merchants/_common_templates/img/main.menu.divider.png', '4.5.48.6', '2010-11-12 11:35:07', '00a4f221b42b935a7fe4d55dfeb6b0b1', 'N'), ('bcd1b960f62beb432ba807955a1d7e51', 'merchants/_common_templates/img/main.menu.entry.png', '4.5.48.6', '2010-11-12 11:35:07', '7cdfe32d5125dfdd9a37300c7f0a7691', 'N'), ('7b3adda4847d9642700a64b1c18792f0', 'merchants/_common_templates/img/main.menu.item.png', '4.5.48.6', '2010-11-12 11:35:07', '2fe92ae59144361f5a05db2d923ba1bc', 'N'), ('e0681c1de7443d82f05f62132b089d5b', 'merchants/_common_templates/img/main.menu.png', '4.5.48.6', '2010-11-12 11:35:07', '57e241fec7fad9f9c11a9eee5b9eb074', 'N'), ('fa8a3e394fbf6f394498ef1bac087448', 'merchants/_common_templates/img/main.menu.sub.divider.png', '4.5.48.6', '2010-11-12 11:35:07', '444a2ed56210c48ad4d6d4bbd03607fd', 'N'), ('049c54f10a7c06175d159ca7ff5d71c2', 'merchants/_common_templates/img/main.menu.sub.png', '4.5.48.6', '2010-11-12 11:35:07', '398cf8cd757764d82a9ba940da44f2f1', 'N'), ('894286399c0e2b4e1e9b3b579f36a347', 'merchants/_common_templates/img/main.menu.vertical.png', '4.5.48.6', '2010-11-12 11:35:07', '450f5560c9fb728f845f9f9a40c56066', 'N'), ('45d58c6ff10d3588ea5d8b6dbe0343e8', 'merchants/_common_templates/img/message.blue.background.png', '4.5.48.6', '2010-11-12 11:35:07', '6cd2f54c4ff35a4c0e57b03777264f43', 'N'), ('9abcde9a81e1cb23a9d45c73e6436123', 'merchants/_common_templates/img/message.blue.png', '4.5.48.6', '2010-11-12 11:35:07', '204bd82ddd1f3475dd4f2b37fa0d3d4c', 'N'), ('56f7d140575337e34865743e9661d13d', 'merchants/_common_templates/img/message.blue.vertical.png', '4.5.48.6', '2010-11-12 11:35:07', 'c75579cb4811384ffe25e1a76f605ea6', 'N'), ('1f3620ac45b0259840f9be6774d64a0c', 'merchants/_common_templates/img/message.green.background.png', '4.5.48.6', '2010-11-12 11:35:07', '2230156da1f1ca7ed780620e5aa22e6e', 'N'), ('668d060e2d8bbe4743c835437267e974', 'merchants/_common_templates/img/message.green.png', '4.5.48.6', '2010-11-12 11:35:07', '96b47d0ad6b9d15cb9ef07fbc074afcd', 'N'), ('1e14b69806ee6af8eac5401ca0423411', 'merchants/_common_templates/img/message.green.vertical.png', '4.5.48.6', '2010-11-12 11:35:07', '44e1e2b8f501e5c3a05e17108e33aa3e', 'N'), ('c55013f7b4397ce786177713d817e124', 'merchants/_common_templates/img/message.red.background.png', '4.5.48.6', '2010-11-12 11:35:07', '932fab46849dff3faf5c4dd6b9c88ffd', 'N'), ('aa1a5564a73fc3977cbcf89dfa31ffd3', 'merchants/_common_templates/img/message.red.png', '4.5.48.6', '2010-11-12 11:35:07', '38256bded885bfab4b4fe52ae30bdf25', 'N'), ('b7fa225b827ef85a550021bcc1116711', 'merchants/_common_templates/img/message.red.vertical.png', '4.5.48.6', '2010-11-12 11:35:07', '0e5d19452105c587ec699489d4d27618', 'N'), ('cf8f594db2c280ccf4f0c885404524c7', 'merchants/_common_templates/img/method.png', '4.5.48.6', '2010-11-12 11:35:07', '07f5e9c63b63dcbc298ab40a9ae23614', 'N'), ('cb6127d149af9cf8e6731bb65f06104d', 'merchants/_common_templates/img/no.theme.thumbnail.jpg', '4.5.48.6', '2010-11-12 11:35:07', 'db2b9f70f5fe89a3c9c2f98d69b19254', 'N'), ('08f7fdc9c3a546b0796d482231027f00', 'merchants/_common_templates/img/no_image.gif', '4.5.48.6', '2010-11-12 11:35:07', '07f5f79d487dbf795f7ea37a04aa24c0', 'N'), ('30928ce38349e570d425e1a6db1df27d', 'merchants/_common_templates/img/overview.png', '4.5.48.6', '2010-11-12 11:35:07', '63ec9d3983440826362b89e3d42db410', 'N'), ('38d066f1f9fb94f66bd9fb2f82588c0d', 'merchants/_common_templates/img/pa.logo.jpg', '4.5.48.6', '2010-11-12 11:35:07', 'd3470f84298df66e743f49cfb1384b70', 'N'), ('7080af42e67c41d04d3b83cbe5dc96e3', 'merchants/_common_templates/img/pager.png', '4.5.48.6', '2010-11-12 11:35:07', '6eafb724bc4df33a304f917bad9e8df9', 'N'), ('39e119a72712881bfac4d24800ab7bfc', 'merchants/_common_templates/img/panel.top.start.gif', '4.5.48.6', '2010-11-12 11:35:07', '65c76e8d0542445989df2e6607b41713', 'N'), ('c2a46cfeab29f85f330c8a32bc057ba5', 'merchants/_common_templates/img/pap4.logo.jpg', '4.5.48.6', '2010-11-12 11:35:07', '401e48f00975e0f33b54c27e19864fba', 'N'), ('6640a2aa5bf68104be3625ae0477f816', 'merchants/_common_templates/img/payout-image-hover.png', '4.5.48.6', '2010-11-12 11:35:07', 'b560c99b47c447e645be903516a2b0b4', 'N'), ('bd4947478d3efe5069272edd7336d7f0', 'merchants/_common_templates/img/payout-image.png', '4.5.48.6', '2010-11-12 11:35:07', '60fbe68dd02acf2520b16ef6d0c4a6d1', 'N'), ('4a68fbba45af34515e39fb80c077c719', 'merchants/_common_templates/img/payout.jpg', '4.5.48.6', '2010-11-12 11:35:07', 'c473faeb71f0df5c09c17e5a02e5af9a', 'N'), ('77a7c551fb86771e7f6307e9615c2fce', 'merchants/_common_templates/img/payout_hover.jpg', '4.5.48.6', '2010-11-12 11:35:07', 'e3ca5fca7240404ddc3e6e16967ac1ef', 'N'), ('cc5d0612a326b644392b179c2606a8ac', 'merchants/_common_templates/img/pdf.png', '4.5.48.6', '2010-11-12 11:35:07', 'f8dfa3fa0386adcd2370c6d509a0be91', 'N'), ('6ac050caf461648f2711486d9ec36ee1', 'merchants/_common_templates/img/php.png', '4.5.48.6', '2010-11-12 11:35:07', '2c63cf93ca9b1ff5d5b16c6646a59ddc', 'N'), ('20257741b9b1fb8750ce50724823491a', 'merchants/_common_templates/img/plugin.png', '4.5.48.6', '2010-11-12 11:35:07', 'd0855f7cc39d69bbdbda15bafc12ec07', 'N'), ('07a06a4535252d6b2ae3ccf39ceef76e', 'merchants/_common_templates/img/plugins.jpg', '4.5.48.6', '2010-11-12 11:35:07', 'e9f5963f43601288647497cbf67b4ca1', 'N'), ('aa5f984b511f4dd2066060a7e27399ae', 'merchants/_common_templates/img/plugins_hover.jpg', '4.5.48.6', '2010-11-12 11:35:07', '1640f46be8ecf8e6d0aa4840ce0709d0', 'N'), ('6e136252e9cd7be41cab2e6b8f0d75ba', 'merchants/_common_templates/img/popupwin.png', '4.5.48.6', '2010-11-12 11:35:07', '81ae96d56f85db0ef7bdf64fd90b3a93', 'N'), ('d1b7a1e66401c2e201f678e2c15d9c98', 'merchants/_common_templates/img/popupwin.vertical.png', '4.5.48.6', '2010-11-12 11:35:07', '160b32bdc82aae186903a8c5ead0f411', 'N'), ('24c9c19d5571edaf022919f602124479', 'merchants/_common_templates/img/popupwinextendable.png', '4.5.48.6', '2010-11-12 11:35:07', 'bdf61250f8ba67e0aa99c99fdaf1dfad', 'N'), ('2516495478a6603f7bc6d262b3297928', 'merchants/_common_templates/img/popupwinextendable.vertical.png', '4.5.48.6', '2010-11-12 11:35:07', '1ccba43654691d38dd1d7e539b5454b5', 'N'), ('997991957fb430339bbe7bdc0f881da8', 'merchants/_common_templates/img/post_affiliate_pro_box.jpg', '4.5.48.6', '2010-11-12 11:35:07', '591c1b7627f2c09e86890a954cf93797', 'N'), ('0a7795544b03dd5459fde00645db0863', 'merchants/_common_templates/img/quick.stats.back.png', '4.5.48.6', '2010-11-12 11:35:07', '05ce0cf5ecf5ea386e729590c7faceee', 'N'), ('8bf790ea7e6d31d812b8b49540db4b21', 'merchants/_common_templates/img/quick.stats.l.png', '4.5.48.6', '2010-11-12 11:35:07', '9aa3ec2b704ad520fed399546aed3871', 'N'), ('9e70664d506ad24c0f0cb4efcb542761', 'merchants/_common_templates/img/quick.stats.r.png', '4.5.48.6', '2010-11-12 11:35:07', '8ae86e9165bf1dd2bbd1652bec9923a0', 'N'), ('f2f1db620ddcd267b10f5819706159b6', 'merchants/_common_templates/img/quicklaunch.png', '4.5.48.6', '2010-11-12 11:35:07', '4f6d9444fb7357e7618f5d1207f1753c', 'N'), ('e141f032a629e690741d45c92b4e7344', 'merchants/_common_templates/img/quickstats.b.png', '4.5.48.6', '2010-11-12 11:35:07', 'b90c4f3c94a53daa7757b576f057a963', 'N'), ('3491e309b0734764e0368bc5476684c8', 'merchants/_common_templates/img/quickstats.back.png', '4.5.48.6', '2010-11-12 11:35:07', 'f892d80dd6abae197d47a76f6183ca58', 'N'), ('b21eebd8b8780dddbda7951c7ceb8db2', 'merchants/_common_templates/img/quickstats.bl.png', '4.5.48.6', '2010-11-12 11:35:07', '44e4483ad3f6008c68f9cb3d8a7bd6da', 'N'), ('dff05d717230f8572335a1a48f1fee13', 'merchants/_common_templates/img/quickstats.br.png', '4.5.48.6', '2010-11-12 11:35:07', 'de984b634714f0dee9d4b17cdae7c0fc', 'N'), ('46eed404314c9b68d595867d665131d3', 'merchants/_common_templates/img/quickstats.l.png', '4.5.48.6', '2010-11-12 11:35:07', 'ced1100151837d7fd878608e3e1cdeb5', 'N'), ('92031128c1eea84c4639ee2acea3e4d3', 'merchants/_common_templates/img/quickstats.r.png', '4.5.48.6', '2010-11-12 11:35:07', '32789e7f6134020fd5dcb93d4993750f', 'N'), ('03c9d72290be0e958f276a4fcff823b6', 'merchants/_common_templates/img/quickstats.t.png', '4.5.48.6', '2010-11-12 11:35:07', 'e7a43e28a33bbe58dc6accae43fee1a2', 'N'), ('fc2ddc455d9a82a1b56fe5701765b496', 'merchants/_common_templates/img/quickstats.tl.png', '4.5.48.6', '2010-11-12 11:35:07', '660a8cabb636a29197fd7bbde111fc9d', 'N'), ('b5f4a51cb21aa9da1cdcd567cf75fcf1', 'merchants/_common_templates/img/quickstats.tr.png', '4.5.48.6', '2010-11-12 11:35:07', '624d9de86dc1a84ba3a25531d16fb8a3', 'N'), ('285123786dbe6f0d9c101235dc81eccd', 'merchants/_common_templates/img/radio.button.png', '4.5.48.6', '2010-11-12 11:35:07', '301f0fb7cabd8d7e4b480c34de9bf158', 'N'), ('6c494bdabefcb9f29f9e95dc9de4fc3b', 'merchants/_common_templates/img/resizecorner.gif', '4.5.48.6', '2010-11-12 11:35:07', '6fdef023649dd80e70caa11908cc5e1b', 'N'), ('47b7ebf2f526e10d008dc854ec58a10e', 'merchants/_common_templates/img/resizer.png', '4.5.48.6', '2010-11-12 11:35:07', '483f968e104d8ccdbd72d9000f3afa3e', 'N'), ('6dfa7f4748919a0bf448dad2f28838a1', 'merchants/_common_templates/img/restart.png', '4.5.48.6', '2010-11-12 11:35:07', 'eec6024832d1cc0eee8140c15e5d9ecd', 'N'), ('cc3649a069efee18ada57afe9cf362e3', 'merchants/_common_templates/img/select.button.png', '4.5.48.6', '2010-11-12 11:35:07', '5923d5e2d9300e5c81943acd32bbf73e', 'N'), ('b9a4cfb9f418cec3a914c14f77963f37', 'merchants/_common_templates/img/settings-image-hover.png', '4.5.48.6', '2010-11-12 11:35:07', '98ad6bbb3e500df44c79e784f7e67362', 'N'), ('ce8243ef27cb571f9858bf604f83233e', 'merchants/_common_templates/img/settings-image.png', '4.5.48.6', '2010-11-12 11:35:07', 'c6bb48ab4ce777e4ef4d79ff6e1f4985', 'N'), ('57b71d4662252fe0c996597e46bef7dd', 'merchants/_common_templates/img/sidebar.background.png', '4.5.48.6', '2010-11-12 11:35:07', '13e856653642c59049cbc3ba3e39421f', 'N'), ('fcd9fd77db68a1176ca4442db5b720b7', 'merchants/_common_templates/img/sidebar.border.png', '4.5.48.6', '2010-11-12 11:35:07', '7ee72bc27a791f47a665bd9f854bda0f', 'N'), ('18d5cd501978eedb8c4eef7fca96c19b', 'merchants/_common_templates/img/sidebar.closed.png', '4.5.48.6', '2010-11-12 11:35:07', 'c5f457634f56191dbe8d400cfbae7fe8', 'N'), ('31b9b8be17e012974bdfdcb02d5f3665', 'merchants/_common_templates/img/sidebar.png', '4.5.48.6', '2010-11-12 11:35:07', '879eeb488a41cb3d03f0cbce69fc02eb', 'N'), ('3e3afc2dd28366e2876fcc510685b618', 'merchants/_common_templates/img/signup.jpg', '4.5.48.6', '2010-11-12 11:35:07', '1d14e7d0f7a74d0a8409cadf047e4f55', 'N'), ('920dc2d60a2ce63416dd55e2e270947e', 'merchants/_common_templates/img/signup_hover.jpg', '4.5.48.6', '2010-11-12 11:35:07', '8b9482521349591d8c41b344a86b0435', 'N'), ('63aeb6f671ed60555031c9ba6f46b62d', 'merchants/_common_templates/img/smpl_aff_edit_no_payout_hist.jpg', '4.5.48.6', '2010-11-12 11:35:07', 'a25cbbb947cf88b9156b8c0a39b3b6c7', 'N'), ('32ae1300714a0b130aecf4bfc7720063', 'merchants/_common_templates/img/smpl_aff_list.jpg', '4.5.48.6', '2010-11-12 11:35:07', '95dedfb0a4268e86719a99fd7bb7e4a2', 'N'), ('1e598c5d4d1f56b0111d0ff0c729478b', 'merchants/_common_templates/img/smpl_after_signup.jpg', '4.5.48.6', '2010-11-12 11:35:07', 'e7b4779eaed1f320f3acd2396ae29109', 'N'), ('896af6278cc498054a632e55abbf72fb', 'merchants/_common_templates/img/smpl_banner_list.jpg', '4.5.48.6', '2010-11-12 11:35:07', '5e6e5ef0aba44aecf4259adabaf928ca', 'N'), ('54d28850cee86b50dbc3e183d15755dc', 'merchants/_common_templates/img/smpl_campaign_list.jpg', '4.5.48.6', '2010-11-12 11:35:07', '573efa7bfdbdd52df3b8d1d725e36dd7', 'N'), ('38c129ae19ab94d55bcf99b2dc0fe623', 'merchants/_common_templates/img/smpl_currencies.jpg', '4.5.48.6', '2010-11-12 11:35:07', '51667b8093617f92c138c3bc99f618ab', 'N'), ('0a28d6372ead482c455a05b9ae040e95', 'merchants/_common_templates/img/smpl_directlinks_list.jpg', '4.5.48.6', '2010-11-12 11:35:07', 'bd33145d2e575bb16649251184200e66', 'N'), ('3668ed7fa86c13dce17db6623e19fd67', 'merchants/_common_templates/img/smpl_logs_no_data.jpg', '4.5.48.6', '2010-11-12 11:35:07', '31ae35eb109dd7769c35b64a0e357d16', 'N'), ('7cbd2696acc15d3ce3d6bc36d458f786', 'merchants/_common_templates/img/smpl_mailoutbox_list.jpg', '4.5.48.6', '2010-11-12 11:35:07', '2cad0e41d23b7982c1114507a076d01d', 'N'), ('85546dd5a9fa41a538cf7936b5368c35', 'merchants/_common_templates/img/smpl_pay_aff.jpg', '4.5.48.6', '2010-11-12 11:35:07', '26da011438f5124a2ef1fd0167cb04ab', 'N'), ('b1f3d8df309866afcb3e1b7e7a1e809b', 'merchants/_common_templates/img/smpl_payout_fields.jpg', '4.5.48.6', '2010-11-12 11:35:08', '7a4efb3ae9e0edb2d8f2a4e507d8d28a', 'N'), ('ada8ff4ed0c2c0a6dec95f583a89fd11', 'merchants/_common_templates/img/smpl_payout_hist.jpg', '4.5.48.6', '2010-11-12 11:35:08', '99aed93a1e7552a677be985e788a384e', 'N'), ('18e261ec56427c66239deb326aad9e80', 'merchants/_common_templates/img/smpl_payout_options.jpg', '4.5.48.6', '2010-11-12 11:35:08', '3ac652642557a5288257407c06bf4fa4', 'N'), ('67dc34ad0db01d9f431c02519ffbdd00', 'merchants/_common_templates/img/smpl_payoutstoaffiliates.jpg', '4.5.48.6', '2010-11-12 11:35:08', 'c14fc4bd8206beaf3c4a87d4d7266251', 'N'), ('7b31c3bf3b370c47c17de3b602fd60b2', 'merchants/_common_templates/img/smpl_rawclick_list.jpg', '4.5.48.6', '2010-11-12 11:35:08', '02ecd7e7091b956070383367c7f9fcf1', 'N'), ('63dccb8d436289deb9ef86950fd23088', 'merchants/_common_templates/img/smpl_subid_report_clicks.jpg', '4.5.48.6', '2010-11-12 11:35:08', '9eb7fd8cdf4317a491d7a1543675fc38', 'N'), ('023547e0a0d98925af9772256451293b', 'merchants/_common_templates/img/smpl_transact_list.jpg', '4.5.48.6', '2010-11-12 11:35:08', 'eda2e2553a466ce13269c6f6d4b1f5e1', 'N'), ('4efbd66d0497b90e69c25995734a7bc5', 'merchants/_common_templates/img/stars_0_5.gif', '4.5.48.6', '2010-11-12 11:35:08', 'aedc5033d5861ae69f81e140956e4c00', 'N'), ('2b523a02b6869e4008687c9c47674bef', 'merchants/_common_templates/img/stars_1_5.gif', '4.5.48.6', '2010-11-12 11:35:08', '26405d126a615ce671888683cdd6980e', 'N'), ('774e10c910d40be519e6bffd103d9070', 'merchants/_common_templates/img/stars_2_5.gif', '4.5.48.6', '2010-11-12 11:35:08', 'fa039a9341450e7c9a257f3c5218a2e7', 'N'), ('393bef95ac3dc5569e537539321f8a5a', 'merchants/_common_templates/img/stars_3_5.gif', '4.5.48.6', '2010-11-12 11:35:08', '55ad328099473e930235e219c35d01bd', 'N'), ('a1823ae1760c40049041789e72b01d84', 'merchants/_common_templates/img/stars_4_5.gif', '4.5.48.6', '2010-11-12 11:35:08', '9795d68b4b545807fc5843338fd83396', 'N'), ('a39f85eb3832e43f6046c0f2ebbd2920', 'merchants/_common_templates/img/stars_5_5.gif', '4.5.48.6', '2010-11-12 11:35:08', '1195b171374f0065ba82fa32325a9d04', 'N'), ('3d9e08db6c5bf895c0fdfe1d435829c0', 'merchants/_common_templates/img/started.b.png', '4.5.48.6', '2010-11-12 11:35:08', 'e728cac13b48901d58249f89a10ee8d1', 'N'), ('13e408c853965dbf603c71df7106d673', 'merchants/_common_templates/img/started.back.png', '4.5.48.6', '2010-11-12 11:35:08', 'fa66dc302ae7ce1382b043617bd2842b', 'N'), ('3210c379695166a5f4039724f44e2aec', 'merchants/_common_templates/img/started.bl.png', '4.5.48.6', '2010-11-12 11:35:08', '74d54ab3288333401e950c06faa3ce02', 'N'), ('9abcc02e1760dea042748a05d4630381', 'merchants/_common_templates/img/started.br.png', '4.5.48.6', '2010-11-12 11:35:08', '469108c636b3e6d69b4567ba7e536c78', 'N'), ('d03b0ec0185266817237e78c5bc0f166', 'merchants/_common_templates/img/started.l.png', '4.5.48.6', '2010-11-12 11:35:08', 'c782b173a52425e6a7f190ae3a8e1253', 'N'), ('5ba94295738858118e0d19b30bbecf4d', 'merchants/_common_templates/img/started.r.png', '4.5.48.6', '2010-11-12 11:35:08', '63ce5a6234d691ea1bf46a8f339d2f4b', 'N'), ('9257765592c657158b310c1cea5e75d9', 'merchants/_common_templates/img/started.t.png', '4.5.48.6', '2010-11-12 11:35:08', '80f863809f1b1559d5d8534927da1eb1', 'N'), ('3224697df6b75c55ff8d971f25d621c4', 'merchants/_common_templates/img/started.tl.png', '4.5.48.6', '2010-11-12 11:35:08', '814cc397cea40d84ef0b32ce366d0161', 'N'), ('008b69628203a5b1a748e6d3246653ff', 'merchants/_common_templates/img/started.tr.png', '4.5.48.6', '2010-11-12 11:35:08', '517fb99677ca8004d88ff539d0b18bbc', 'N'), ('fa4f08ada28059dd11f43affa94f7db4', 'merchants/_common_templates/img/step.png', '4.5.48.6', '2010-11-12 11:35:08', '051cd8c1c1e82c6fa41f52936a7a844d', 'N'), ('a393ac971ed42fd94f323060cdb64a21', 'merchants/_common_templates/img/swf.png', '4.5.48.6', '2010-11-12 11:35:08', '1623343ec1b366081175a4d28feb66ae', 'N'), ('0cfc3021ba30aaa433ea62fbfde835eb', 'merchants/_common_templates/img/table2-hrow.gif', '4.5.48.6', '2010-11-12 11:35:08', '3e4484ea8db10af1320808c8477346ea', 'N'), ('517d99ca2f345b60eb63d50acab91835', 'merchants/_common_templates/img/tabs.png', '4.5.48.6', '2010-11-12 11:35:08', 'fce94d82812219c0ed1b98840637ec3b', 'N'), ('5a0994853c0180f93907b3b0289a6ae5', 'merchants/_common_templates/img/task.menu.png', '4.5.48.6', '2010-11-12 11:35:08', 'a468968cbd7503cb3c8d756db0601872', 'N'), ('a5bc7c1dbc57a1cee2e7b65f90d7cba4', 'merchants/_common_templates/img/task.png', '4.5.48.6', '2010-11-12 11:35:08', 'd383a77c351c41ad3dc81cda01e9a529', 'N'), ('00b8e27859e5f60790990824d218d2c5', 'merchants/_common_templates/img/theme.jpg', '4.5.48.6', '2010-11-12 11:35:08', '236fa690707a3626d5e6c7f0b7dae9a9', 'N'), ('dc048cbf5f0a724c82125893117a5d23', 'merchants/_common_templates/img/theme_hover.jpg', '4.5.48.6', '2010-11-12 11:35:08', '77f4a3a3db7fa62cdbd964fcdb7265bf', 'N'), ('06175c139eb93366e99f258b12520fd8', 'merchants/_common_templates/img/thin.button.png', '4.5.48.6', '2010-11-12 11:35:08', '1dafda5af36aaf342a7c9b28916e82cf', 'N'), ('5a639033f2efe7a70996a015113d77cc', 'merchants/_common_templates/img/toogle.button.png', '4.5.48.6', '2010-11-12 11:35:08', '14f3eaddd669780b2d14f1ed7f1f5dfa', 'N'), ('d43e80f3579403f830dce167dc7b9d54', 'merchants/_common_templates/img/track.jpg', '4.5.48.6', '2010-11-12 11:35:08', 'd01b40806dac17f630aecc238c744dce', 'N'), ('1e5e06a2c69a12d9b1dc0923c13c2dd0', 'merchants/_common_templates/img/track_hover.jpg', '4.5.48.6', '2010-11-12 11:35:08', 'f4559ea9d0d4291930852af7e15d5538', 'N'), ('d1007fb14070842a6145e20f5ca6a091', 'merchants/_common_templates/img/tracking-image-hover.png', '4.5.48.6', '2010-11-12 11:35:08', '426439ccf404f570f4a657b92212372e', 'N'), ('868330dd0a22078581913d0b465b61b9', 'merchants/_common_templates/img/tracking-image.png', '4.5.48.6', '2010-11-12 11:35:08', 'ceb909120169697e85fcf61b87cf4aa0', 'N'), ('923f4b4c84c9456e54a49e6896bcf0c9', 'merchants/_common_templates/img/trash.png', '4.5.48.6', '2010-11-12 11:35:08', 'a80c890e08320c5c4d12f77a7fda7328', 'N'), ('1aadfc20c9281c8deee90472d774b083', 'merchants/_common_templates/img/txt.png', '4.5.48.6', '2010-11-12 11:35:08', '79520d0ef237730c55eb5bcd50b78ea2', 'N'), ('fb07ad559d50e64ca5c768f87c652336', 'merchants/_common_templates/img/unknown_file.png', '4.5.48.6', '2010-11-12 11:35:08', '3a00859ebcd6dfef1572ecdddbe693fe', 'N'), ('fb6e61b48070e247799cc7b5dc19dc31', 'merchants/_common_templates/img/video.png', '4.5.48.6', '2010-11-12 11:35:08', '9681c0591166287c6c3144837fdf1008', 'N'), ('36dbd840ed6d135e687326964e793304', 'merchants/_common_templates/img/wallpaper.positions.png', '4.5.48.6', '2010-11-12 11:35:08', 'd7f9e09eb6636a711db53e044c03b69b', 'N'), ('a34ee06d17485b59e4e90cdc6231093d', 'merchants/_common_templates/img/wallpapers/Default.jpg', '4.5.48.6', '2010-11-12 11:35:08', 'd09f190e29a076dd5bc556497132ada1', 'N'), ('699dba2925216c5331e0688ed30bf40f', 'merchants/_common_templates/img/wallpapers/Karel_Hejkal_1920x1080.jpg', '4.5.48.6', '2010-11-12 11:35:08', '77cab71cc6e1dfbd58c387b1c0332ac4', 'N'), ('c313893300dac3c74284d23cbae7ba2f', 'merchants/_common_templates/img/wallpapers/Matrix.jpg', '4.5.48.6', '2010-11-12 11:35:08', '993836f8fdbca9c50b75c8f5b6aa413c', 'N'), ('6682398041e705a19d7830f1bdebe74d', 'merchants/_common_templates/img/wallpapers/Pap_Lines.jpg', '4.5.48.6', '2010-11-12 11:35:08', 'e340600c3c350a0b23a902e9aa1260c2', 'N'), ('a8dbec8da0f47e4380beb52690c1fb5a', 'merchants/_common_templates/img/wallpapers/Pap_Waves.jpg', '4.5.48.6', '2010-11-12 11:35:08', '3bac4d23f3b79cc74f38f80a62445a6d', 'N'), ('541aabb1f24d9fcbb9dd188f2e960109', 'merchants/_common_templates/img/wallpapers/PostAffiliate_Fusion.jpg', '4.5.48.6', '2010-11-12 11:35:08', 'a7c4bbdac79eade34a4ecc949519ffee', 'N'), ('a1c36a01625930a93253965b63e1dda8', 'merchants/_common_templates/img/wallpapers/PostAffiliate_Galaxy.jpg', '4.5.48.6', '2010-11-12 11:35:08', '5804af1f0cf62f6d95bf013e3b55b2a3', 'N'), ('f7246d27d3c16f28b9659ce3dce02030', 'merchants/_common_templates/img/window.active.br.clean.png', '4.5.48.6', '2010-11-12 11:35:08', 'b8259f618710a96bd510e385939ee1c0', 'N'), ('9d63ee057d7d56e9ab38e55b4c9785b3', 'merchants/_common_templates/img/window.active.png', '4.5.48.6', '2010-11-12 11:35:08', '5e71b625b030bd08bf17c24cd3e0b719', 'N'), ('177b18cff564aad93754c8241ecca312', 'merchants/_common_templates/img/window.active.vertical.png', '4.5.48.6', '2010-11-12 11:35:08', '00f530e9d94402da73bd494e6601feff', 'N'), ('95a6f70444ab532894c4592d5192200c', 'merchants/_common_templates/img/window.inactive.png', '4.5.48.6', '2010-11-12 11:35:08', 'bb649008559d5ba9474ceced08acc968', 'N'), ('54b12b0e42300a70c018ba290e867193', 'merchants/_common_templates/img/window.inactive.vertical.png', '4.5.48.6', '2010-11-12 11:35:08', 'e9da8405d45d7b6831960e3cbb6d308e', 'N'), ('afb13e4f48bb9ea22f136f71ff991fe5', 'merchants/_common_templates/img/window.move.png', '4.5.48.6', '2010-11-12 11:35:08', '76f22f47d0161cc8255aa60dd337e327', 'N'), ('2762d6d14ba43de51a7fad04bf09a23b', 'merchants/_common_templates/img/wysiwyg.gif', '4.5.48.6', '2010-11-12 11:35:08', '017283b1ab06fc9391f796f2c13b0da8', 'N'), ('c5f8698a89524a518ab0830aca87bd95', 'merchants/_common_templates/img/xls.png', '4.5.48.6', '2010-11-12 11:35:08', '3f2844cce5616ee82f1e0dc0b9f0d53b', 'N'), ('fcf06077ba07493018df2a4c999d6755', 'merchants/_common_templates/img/zip.png', '4.5.48.6', '2010-11-12 11:35:08', 'ce15cafabf396370aac29085b3c1a5dd', 'N'), ('dfeedce416492b7c4ce63b61973a8632', 'merchants/_common_templates/import_coupons_form.tpl', '4.5.48.6', '2010-11-12 11:35:08', '76cb3cd35df6752adfdaece6a21f98a0', 'N'), ('9f958cfc2f3a910e61badc8b9ac6228f', 'merchants/_common_templates/import_custom_language_panel.tpl', '4.5.48.6', '2010-11-12 11:35:08', '36fe179dc09cd1a1bf3561ef9d13a647', 'N'), ('21326f656a1f37f886a77f6e100c87c3', 'merchants/_common_templates/import_export_panel.tpl', '4.5.48.6', '2010-11-12 11:35:08', '1c85aa7c0a205b7e719b851b9b0577ae', 'N'), ('c22f6555570ebc2843a07a892479a98c', 'merchants/_common_templates/import_language.tpl', '4.5.48.6', '2010-11-12 11:35:08', 'c1df1cf60613d3df6e19681193ae41a9', 'N'), ('ebde83d96e09ec2a50ca7a9d6d8653bb', 'merchants/_common_templates/import_panel.tpl', '4.5.48.6', '2010-11-12 11:35:08', 'ed4d0fd532fa5d66afea0aed4c91492f', 'N'), ('0d676b21955e6f058ac154ba11553c11', 'merchants/_common_templates/info_dialog.tpl', '4.5.48.6', '2010-11-12 11:35:08', '20c6cfa4ddf8a5d4bdddb1229754a49b', 'N'), ('6c282ed7542b5b82eb0119ab0df916a7', 'merchants/_common_templates/integration.tpl', '4.5.48.6', '2010-11-12 11:35:08', '939839cb552c71fdcb243c4a34aa35ee', 'N'), ('d2860e5615a7e64b39d7045a111acb38', 'merchants/_common_templates/integration_method.tpl', '4.5.48.6', '2010-11-12 11:35:08', '16ea9f14a759b0ba844c29e517e273a6', 'N'), ('b659b98550306e02bb4357ff25c884d6', 'merchants/_common_templates/integration_method_step.tpl', '4.5.48.6', '2010-11-12 11:35:08', '38dbef72ee33c64acd1f1c85663fca12', 'N'), ('110c63647c60245f230919fbfd99a762', 'merchants/_common_templates/integration_methods.tpl', '4.5.48.6', '2010-11-12 11:35:08', '0f87c459620d8382fa3b665592038212', 'N'), ('1e6a5118d6079d427122eea391b5981a', 'merchants/_common_templates/integration_methods_advanced.tpl', '4.5.48.6', '2010-11-12 11:35:08', '6356c9a0d5993bf81395a5380c49301c', 'N'), ('db4125eb9fc70dba2cdcf6d191d637ca', 'merchants/_common_templates/invoice_data_panel.tpl', '4.5.48.6', '2010-11-12 11:35:08', 'fa2cc35918db018845e5d39e5ae95745', 'N'), ('7a623b860ea1e8909b6559823c785a50', 'merchants/_common_templates/invoice_form.tpl', '4.5.48.6', '2010-11-12 11:35:08', '719146939ddb4d0b766587b2f1e80141', 'N'), ('bf7b28d7bfccaa85fb110d2e8abbf000', 'merchants/_common_templates/invoices_filter.tpl', '4.5.48.6', '2010-11-12 11:35:08', 'c48f2bcf23ee0003b2a20578e3b8fc00', 'N'), ('a33b6b3915a18894c2cdc9b230f3f8b3', 'merchants/_common_templates/invoices_list.tpl', '4.5.48.6', '2010-11-12 11:35:08', '6e17ac08861881ab171404417970c41c', 'N'), ('5ac4e4bfada418e40a4d76baad86e987', 'merchants/_common_templates/ip_detail.tpl', '4.5.48.6', '2010-11-12 11:35:08', '3723b4ce7dc6ccc4b8c8193f4c982d18', 'N'), ('f252cf501af8b0e9b620f31d0e9dfc81', 'merchants/_common_templates/item.tpl', '4.5.48.6', '2010-11-12 11:35:08', '766385be509b8ee36bbbdd77e4c24ac6', 'N'), ('ea30da913da032453247be62f3ffbf5c', 'merchants/_common_templates/item_panel.tpl', '4.5.48.6', '2010-11-12 11:35:08', '29d23d91da01848dcabcddb94eac62ec', 'N'), ('fd7d10e5538234ab407443cea213224e', 'merchants/_common_templates/language_create_new.tpl', '4.5.48.6', '2010-11-12 11:35:08', '1ae789af118ce84a76ec067e82d52aec', 'N'), ('ab6cdb97bc1cf7a3a8744c5232aebb8c', 'merchants/_common_templates/language_edit_panel.tpl', '4.5.48.6', '2010-11-12 11:35:08', '0bf6f6d193c540e1a5d08ca55bcfee9d', 'N'), ('6b2c447126531c4f684f97bc1565940a', 'merchants/_common_templates/language_translations_filter.tpl', '4.5.48.6', '2010-11-12 11:35:08', '82db4b6588f78c94ec3dcbc26dd94907', 'N'), ('f6a030428c10f17734f19db36f0aa9d3', 'merchants/_common_templates/language_translations_grid.tpl', '4.5.48.6', '2010-11-12 11:35:08', 'b3d4b3ff7279bf9383886e84ba3218ab', 'N'), ('a42c21869c2551baf5e1ae4d1af30e7a', 'merchants/_common_templates/languages_configuration.tpl', '4.5.48.6', '2010-11-12 11:35:08', '86f17a42cef0bedb165295e99c970582', 'N'), ('e89da0e07dd336031fef547ae7ec927a', 'merchants/_common_templates/layout_panel_content.tpl', '4.5.48.6', '2010-11-12 11:35:08', 'd49730d94578e00ed7395eaa1d2a3df6', 'N'), ('408975748aee659b6fe5eff3025044e5', 'merchants/_common_templates/layout_panel_header_navigation.tpl', '4.5.48.6', '2010-11-12 11:35:08', '6b0d746501001da8615a22d57266dcb0', 'N'), ('6beaf169c6e0e1af31798075da2a5bc7', 'merchants/_common_templates/layout_panel_tab.tpl', '4.5.48.6', '2010-11-12 11:35:08', '316df333cac9b455c7dc04100c2e2d1d', 'N'), ('c8d0c4c440eeafe058fc51308b55e78a', 'merchants/_common_templates/license_invalid.tpl', '4.5.48.6', '2010-11-12 11:35:08', '6181e1127345050c94d6708cd805aefb', 'N'), ('4443de1d2ac8a547bd9a64b077e788fc', 'merchants/_common_templates/link_button.tpl', '4.5.48.6', '2010-11-12 11:35:08', '71fad92bff79f1fd2e1066818afac789', 'N'), ('0e733575f843197b79d2b30c61149450', 'merchants/_common_templates/link_method_panel.tpl', '4.5.48.6', '2010-11-12 11:35:08', 'c82018e2422371e8413893aa9bcd2896', 'N'), ('3c39d2fe8c1acc642ce50dd4536baa12', 'merchants/_common_templates/linking_method.tpl', '4.5.48.6', '2010-11-12 11:35:08', '8c583b0be4f549dbca9e1f63a7592c97', 'N'), ('202ba5bd064dda34b8e8093f3efe64b2', 'merchants/_common_templates/listbox.tpl', '4.5.48.6', '2010-11-12 11:35:08', '671aeeb5f3655cc0045d5145afa3b298', 'N'), ('78080f75181ea2abb4d6b2f66faa6551', 'merchants/_common_templates/listbox_popup.tpl', '4.5.48.6', '2010-11-12 11:35:08', '1347b5b923e03bb386726dbeb73a4c8d', 'N'), ('75c03e9ec4085876ce7518571d7a8cf3', 'merchants/_common_templates/lite_campaign_wizard.tpl', '4.5.48.6', '2010-11-12 11:35:08', 'f4dd039cadd53c84b42c00add7ea75ea', 'N'), ('f5749bd574ba92d2387dfd28e112f65b', 'merchants/_common_templates/load_mail_from_template.tpl', '4.5.48.6', '2010-11-12 11:35:08', 'ea8100528686a687181767b7eac64c17', 'N'), ('1092c475863079087524475a3c22afe0', 'merchants/_common_templates/loadable_tree.tpl', '4.5.48.6', '2010-11-12 11:35:08', 'e2c214b134bffe5fe2bb38f679a64eb5', 'N'), ('96908203c623cac070c0c30d8563f06b', 'merchants/_common_templates/loading_screen.tpl', '4.5.48.6', '2010-11-12 11:35:08', '45d70765ad380ad3f0df92c82de65792', 'N'), ('c1398e25da5792f4fb41a8133d33c736', 'merchants/_common_templates/log_filter.tpl', '4.5.48.6', '2010-11-12 11:35:08', 'dd07023ff77fc4347c5fb16ee47945c3', 'N'), ('69da735b266beb24e0a3d8abadbf323d', 'merchants/_common_templates/log_list.tpl', '4.5.48.6', '2010-11-12 11:35:08', 'cde7638e5cdee1c96ead564c74def6ba', 'N'), ('215b0cd982a097c28df39c572cf55b9e', 'merchants/_common_templates/logging_tab.tpl', '4.5.48.6', '2010-11-12 11:35:08', '7d1aa267bc2fd352172ff5a9c8da9a56', 'N'), ('d87ef6f5befa4539e57737110476a9ea', 'merchants/_common_templates/logging_tab_debug.tpl', '4.5.48.6', '2010-11-12 11:35:08', '696ec7dce8068d5adf5aca6661c6b07a', 'N'), ('473eaf83e3ddc29c9748e70669d3b597', 'merchants/_common_templates/login.tpl', '4.5.48.6', '2010-11-12 11:35:08', 'e7be8367104ee7221547730250f9b0f0', 'N'), ('5b1aa502deb3bcbf5a54304870cc3759', 'merchants/_common_templates/login_form.tpl', '4.5.48.6', '2010-11-12 11:35:08', '38ad51bb3c4b51992292c98bd2e7f1ab', 'N'), ('fc1c7ec44d38ffafa36f799162221f4c', 'merchants/_common_templates/login_main.tpl', '4.5.48.6', '2010-11-12 11:35:08', '5b3eb0529047463ac6b90a529de64d85', 'N'), ('5735161362cca22de6b5ff99739b4d3e', 'merchants/_common_templates/logins_history.tpl', '4.5.48.6', '2010-11-12 11:35:08', '740e9d7a1b893fe3280b782958742998', 'N'), ('ff5c166bb79335f5de939fd31b9bdf85', 'merchants/_common_templates/loginshistory_filter.tpl', '4.5.48.6', '2010-11-12 11:35:08', '64804e791ea2ca4fcc7e01d7a8443479', 'N'), ('22816e6d3b0ea2c5c81e24486e8dd240', 'merchants/_common_templates/logo_settings.tpl', '4.5.48.6', '2010-11-12 11:35:08', 'a8fcdb4ced87b436c0da164018e1f2ee', 'N'), ('82a71412861e77f2598f6256356066c8', 'merchants/_common_templates/logs_no_data.tpl', '4.5.48.6', '2010-11-12 11:35:08', '9139b1d227cf085cf5f2cc11e396625a', 'N'), ('33b565be68a074c349c46018c4ef74a3', 'merchants/_common_templates/mail/email_account_test_mail.stpl', '4.5.48.6', '2010-11-12 11:35:08', '16d2b1e58b07606c666643a2c540f603', 'N'), ('5575f8eb32ee54b6787ce7078c344ad8', 'merchants/_common_templates/mail/email_request_new_password.stpl', '4.5.48.6', '2010-11-12 11:35:08', '651b11d0d64d0f36d3091b019607a381', 'N'), ('7c7230fe284c990ba6d6365e50af7a15', 'merchants/_common_templates/mail_detail_data.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'cb8867c95ce35d7ad35b82f5c663ae42', 'N'), ('f8ae1e49ec2723692c82489af09a52e8', 'merchants/_common_templates/mail_outbox_panel.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'eda83d3c7fed41f0449b2464e96df945', 'N'), ('7e0db744ba5a63c71d1aa354dcefa295', 'merchants/_common_templates/mail_template_not_selected.tpl', '4.5.48.6', '2010-11-12 11:35:09', '8f8e4d19a09cd7bc7e96df0e0729ef8d', 'N'), ('0e66ed0146c2803a04a42250c6290c37', 'merchants/_common_templates/mail_template_preview.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'ea7d0df5aef2645e05d768c51a294389', 'N'), ('c137b89b17fb0096629d357986ba67b7', 'merchants/_common_templates/mail_template_test_form.tpl', '4.5.48.6', '2010-11-12 11:35:09', '468bdf6569fa61ae2d2dd71f8354f3b6', 'N'), ('6d2db3f1f10b8fb873be1f038c09f1a4', 'merchants/_common_templates/mail_templates.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'd1c0843df8307b67266b71e16f5b34c1', 'N'), ('ddf6f6daccf8daedfd7210f987bdb55a', 'merchants/_common_templates/mailoutbox_filter.tpl', '4.5.48.6', '2010-11-12 11:35:09', '317dc3acee45d9fabfca034b76596964', 'N'), ('9eea2e29a33eafe5298bf9aedd5d787d', 'merchants/_common_templates/mailoutbox_list_no_data.tpl', '4.5.48.6', '2010-11-12 11:35:09', '6e73857c29657b145fa6408024d45bb4', 'N'), ('db05531381e9038511bf175c86d76429', 'merchants/_common_templates/main.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'f37bda6e1ab2178f610bad16314fec78', 'N'), ('9bb1735c3ca67a8ee731bcef7a696d6d', 'merchants/_common_templates/main_filter_panel.tpl', '4.5.48.6', '2010-11-12 11:35:09', '0985a7421f898d75d4df72b4a6081c49', 'N'), ('40fccb0a1e8f21d9dc45d04fa87ade6c', 'merchants/_common_templates/main_html_doc.tpl', '4.5.48.6', '2010-11-12 11:35:09', '1d3c9848a5573266dcaaa161bf3caa08', 'N'), ('cf1b81ce6d9eadea9b8716e518422675', 'merchants/_common_templates/main_integration_steps_icons.tpl', '4.5.48.6', '2010-11-12 11:35:09', '377949c9a64101045d7d8ab4d4e5a676', 'N'), ('b0759b3a5e49f00718180a822f248ab4', 'merchants/_common_templates/main_menu.tpl', '4.5.48.6', '2010-11-12 11:35:09', '5fddab52f7b44bcb5717c1d67875f567', 'N'), ('413d787d8fa700ace26517d0166ed74d', 'merchants/_common_templates/map_overlay.tpl', '4.5.48.6', '2010-11-12 11:35:09', '3837a3909a6dd85d355e2e9425ceccc6', 'N'), ('8777b1c0c60f9aa76beaa41bcfce7e90', 'merchants/_common_templates/map_overlay_advanced_filter.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'd004c1a9c5809bff90b72916e8d4282f', 'N'), ('096cba5a502493dd584afec74d21445c', 'merchants/_common_templates/menu_entry.tpl', '4.5.48.6', '2010-11-12 11:35:09', '9245aaaa5732793ce089f5fe25d703ea', 'N'), ('5a169ad92b4a54874176b4d5390f8901', 'merchants/_common_templates/menu_section.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'ce9552c9579aa842bfd16e9c61b1cd0e', 'N'), ('334da4ff03570120362c595878f14806', 'merchants/_common_templates/merchant_category_info.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'ecf110e07235298eb0403fdb6c8a1448', 'N'), ('e790fa03848899cfddb532039d98a2ff', 'merchants/_common_templates/merchant_tutorial_video.tpl', '4.5.48.6', '2010-11-12 11:35:09', '560bcd3f519e9f35b92921519709d4fb', 'N'), ('0896764aadeb49cf6b9060e198a42765', 'merchants/_common_templates/messages.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'bf1a3bac08c419320acb94673ad29f0b', 'N'), ('3818ff436d9360e13e9ec12be66f6d8c', 'merchants/_common_templates/module_body.stpl', '4.5.48.6', '2010-11-12 11:35:09', 'c079addcd33eb725ab7efbf09c16a793', 'N'); INSERT INTO `qu_g_installedtemplates` (`templateid`, `name`, `version`, `changed`, `contenthash`, `overwritte_existing`) VALUES ('c920240f4ca207198ac339de5294b44a', 'merchants/_common_templates/month_banner_stats.tpl', '4.5.48.6', '2010-11-12 11:35:09', '412def11de2235af5b25a48065c338f0', 'N'), ('5d842b2037f7256d06d31d030dc31c8e', 'merchants/_common_templates/multi_editor.tpl', '4.5.48.6', '2010-11-12 11:35:09', '3ee5baa5bdb7824c0c2ae6f2dc275830', 'N'), ('d5a30abed70330ac5fefcb88f67cbd23', 'merchants/_common_templates/multiple_currencies_panel.tpl', '4.5.48.6', '2010-11-12 11:35:09', '47c8e309949b8e7a2137f8b04b656693', 'N'), ('f8d49296755b1cc033373acba3f18d51', 'merchants/_common_templates/multiselect.tpl', '4.5.48.6', '2010-11-12 11:35:09', '9d1863b21edd131520315ce252fde639', 'N'), ('97b732c2b6f0da0575fb7978ae2b191b', 'merchants/_common_templates/network_invoice.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'de1544cadb8968b8632e05a059b042f5', 'N'), ('0e95e0c094d0d123c49789b307d70680', 'merchants/_common_templates/network_proforma_invoice.tpl', '4.5.48.6', '2010-11-12 11:35:09', '32504c68c046fa21999a1e9e4d09d9ad', 'N'), ('e226ddda512c673d85bf4c0a254d00dc', 'merchants/_common_templates/newsletter_broadcast_form.tpl', '4.5.48.6', '2010-11-12 11:35:09', '1ccb4e8c2a3873263c7c8c1fc7c19f27', 'N'), ('47e3121f525a668a54c0c26364ea8394', 'merchants/_common_templates/newsletter_broadcasts.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'e85ba6dc04b3a921af601f6bf976a5b8', 'N'), ('6ce79c32d81ef03ba3ee0cc6e35d6f2d', 'merchants/_common_templates/newsletter_edit_panel.tpl', '4.5.48.6', '2010-11-12 11:35:09', '73ddca2129beb12e11215b1c55e70461', 'N'), ('f5d82f5cd261e2057b1e32cb79025bf6', 'merchants/_common_templates/newsletter_form.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'e86bb366b8986ac4cb1b50c9ccc94b8e', 'N'), ('3af00990017442f9f77042e7bcbe522e', 'merchants/_common_templates/no_category_selected_settings_panel.tpl', '4.5.48.6', '2010-11-12 11:35:09', '91e0fabbc6b6008b7bdb8136c20e6cfb', 'N'), ('f9f6a283de4a8502fabf4a99017733f1', 'merchants/_common_templates/no_content_gadgets.tpl', '4.5.48.6', '2010-11-12 11:35:09', '1d4ce600d473f33e2b229101a50cbc3f', 'N'), ('55e00eb011dcdb83d0d647e59895507e', 'merchants/_common_templates/no_language_selected.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'd61125f2b1cf78e4e66653d4e2f04bdd', 'N'), ('9173995cdccf46f02b634ff4e857c414', 'merchants/_common_templates/note_filter.tpl', '4.5.48.6', '2010-11-12 11:35:09', '5984797bddb6b9dff4b4066106da1bcf', 'N'), ('ce951e066d16dc975637aeb3f2bfa455', 'merchants/_common_templates/notification_window.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'db781872bdb9748bc838e051b8e5e4e2', 'N'), ('013c40d2bb098939ae879cdd66c77b73', 'merchants/_common_templates/offline_sale.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'e93c59ee7dda028d3df6b697fc6bd0c5', 'N'), ('a11e0004e8a1d446a2d7a4c37d66e616', 'merchants/_common_templates/offline_sale_form.tpl', '4.5.48.6', '2010-11-12 11:35:09', '1d38f7b895d5ec110cb18825f62ec921', 'N'), ('ced2895ca37ce2c480a36235397706bc', 'merchants/_common_templates/online_users.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'e78ff82eb18c092018cd48d90ae48863', 'N'), ('ddbeb42029415f8f084e1b5a824fcf39', 'merchants/_common_templates/online_users_gadget_rolecount.tpl', '4.5.48.6', '2010-11-12 11:35:09', '5fd6af0c5f2edec24d0e35dc00a9e870', 'N'), ('64cfed32dc0177edef554ab86cc42383', 'merchants/_common_templates/online_users_gadget_template.tpl', '4.5.48.6', '2010-11-12 11:35:09', '80ebdfe2a212375942cac09081e371b2', 'N'), ('b9abeef1cf468f89cc0fbf0e37819f4f', 'merchants/_common_templates/onlinegadgets_no_data.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'f5f692a433b4911963a92c41cc269768', 'N'), ('17c8670e9186a18f1947413500c8f79a', 'merchants/_common_templates/onlineusers_filter.tpl', '4.5.48.6', '2010-11-12 11:35:09', '7a0572e8ae3375f2c79c8fe985295bd6', 'N'), ('43752deccf9d0a703b5b01839310c96b', 'merchants/_common_templates/order_id_filter.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'b0abf428294c4575a75ab1dbaf7b391a', 'N'), ('26342d44aaadbc5a00ba586e8f7392a9', 'merchants/_common_templates/orgchart_affiliate_widget.tpl', '4.5.48.6', '2010-11-12 11:35:09', '32f4faf30d0289ffd4c9d53f92a39388', 'N'), ('cd35323d9fc3e789e79a793a2e258124', 'merchants/_common_templates/overview_panel.tpl', '4.5.48.6', '2010-11-12 11:35:09', '0acba2369c61375baf2a50f30efcc832', 'N'), ('0f47f71fd57792441b55834d7ff5abe3', 'merchants/_common_templates/overview_stats_panel.tpl', '4.5.48.6', '2010-11-12 11:35:09', '6bfec488423b936db1d7687cf6d47a0f', 'N'), ('0a56e473741e197b73a8df60c9a73d20', 'merchants/_common_templates/page_header.tpl', '4.5.48.6', '2010-11-12 11:35:09', '1fc6cb8ba9169bea326c2696c3924853', 'N'), ('e1db7a0e4ad5515a11efa402dc4b4d62', 'merchants/_common_templates/page_type_radio.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'd132376c54a57b3962d1ca08eda22000', 'N'), ('fa28e9e1ae8c4c674ec0f9cd042be907', 'merchants/_common_templates/pap4.css', '4.5.48.6', '2010-11-12 11:35:09', 'b4b02e564e2ab8f3193dc58206d0e5bb', 'N'), ('b9f9a22e5c74f0b1e99d2efb2a3f2cd8', 'merchants/_common_templates/parameter_names_form.tpl', '4.5.48.6', '2010-11-12 11:35:09', '30af501856e2f120a2fa3c7ce929ba38', 'N'), ('0692a274e6b3bcf513d9590a353a140f', 'merchants/_common_templates/parameter_names_tab.tpl', '4.5.48.6', '2010-11-12 11:35:09', '5a1a73e8b202f2b5d2921c7b8679eeef', 'N'), ('8e77df2e8344459b87473b510344efb9', 'merchants/_common_templates/parentuser_field.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'b978f9126a066bc80d68012fa1032468', 'N'), ('10d44dc3da4a24c627353e9e193f5772', 'merchants/_common_templates/password_constraint_panel.tpl', '4.5.48.6', '2010-11-12 11:35:09', '71b23765c240aff0073e713cfc4da992', 'N'), ('b59746e00af85378f03b058f6ab6e05a', 'merchants/_common_templates/password_field.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'b1c7283a225a20034ad574e7dfb94aa4', 'N'), ('a6f51a859f324774471e846611fd4e4b', 'merchants/_common_templates/password_panel.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'b1078f4045c2b43f98b9ebaf0fd238d9', 'N'), ('1a9eaf16f9e16437770994f623ef6e9a', 'merchants/_common_templates/pay_affilates_form.tpl', '4.5.48.6', '2010-11-12 11:35:09', '5e5ba4c79782c66ceed64a7269353a83', 'N'), ('58fd05b4be8b905c12014b5ae3155366', 'merchants/_common_templates/pay_affiliate_template.tpl', '4.5.48.6', '2010-11-12 11:35:09', '692261c025aab9b05408b9651de9a894', 'N'), ('3ac17d259a2b4051cfd19456dfedabdc', 'merchants/_common_templates/pay_affiliates.tpl', '4.5.48.6', '2010-11-12 11:35:09', '999d9d7228922379c464c51ce37366eb', 'N'), ('bc57f9a2c4a2014dabbd36abb63e3ab6', 'merchants/_common_templates/pay_affiliates_filter.tpl', '4.5.48.6', '2010-11-12 11:35:09', '68b073dcc42eb6041ca6b517915236ae', 'N'), ('ed7c8009676e79d6b4acdb9f7ab550f5', 'merchants/_common_templates/pay_affiliates_list.tpl', '4.5.48.6', '2010-11-12 11:35:09', '678f08eb01cf38926843a584c22b9b8f', 'N'), ('d255c9de55f5a0ff8f3ab324a8f87344', 'merchants/_common_templates/pay_affiliates_no_data.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'bdc28971e5d6cef3a878e01842dc8ce7', 'N'), ('e69bb7f14a494002352c7a3f0bb55b0d', 'merchants/_common_templates/pay_invoice_form.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'af754b7223787fe98b3c23a4d3a2d5a3', 'N'), ('b954d76d65a2a604b126ab1a4a7733cc', 'merchants/_common_templates/payee_info.tpl', '4.5.48.6', '2010-11-12 11:35:09', '4295c82c593e787295ad9c64d044aa73', 'N'), ('10562a7826428f5817697e655d3a90f5', 'merchants/_common_templates/payee_info_main.tpl', '4.5.48.6', '2010-11-12 11:35:09', '8048bb0c734d26af0a077e1728b2e814', 'N'), ('a9103086f6a6e337545953c57f56ba76', 'merchants/_common_templates/payout_data.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'd1e88682626172910d5753981c6eed94', 'N'), ('0468be058fd3f8cacba157c397b034e1', 'merchants/_common_templates/payout_fields_form.tpl', '4.5.48.6', '2010-11-12 11:35:09', '0f8a8b9516b729ab4899926ead42be16', 'N'), ('66141a908c4b59dfece63efc2e944422', 'merchants/_common_templates/payout_fields_no_data.tpl', '4.5.48.6', '2010-11-12 11:35:09', '5f1ccef46819e8e4bc63f23270fec160', 'N'), ('6bac0f9000c520cf9e3e5aa3daca071c', 'merchants/_common_templates/payout_history_form.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'a2232ac60e9b0feb41bd921c73be763a', 'N'), ('eb1159ff3b943b4f9176e8f78d098031', 'merchants/_common_templates/payout_history_list_no_data.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'ec4077af0c4adef0c936eca37659dc92', 'N'), ('3ffcde0c1367af0e93055987ea996955', 'merchants/_common_templates/payout_history_template.tpl', '4.5.48.6', '2010-11-12 11:35:09', '57b001e6c12b48707fb323078e00215f', 'N'), ('635763b2ffcd33f047bdd5a50664147e', 'merchants/_common_templates/payout_invoice_format.tpl', '4.5.48.6', '2010-11-12 11:35:09', '219b07537e0fcdbfc1803bada8f579fb', 'N'), ('307e5d2e4cc8911a02a85aef0ce6e876', 'merchants/_common_templates/payout_methods_filter_field.tpl', '4.5.48.6', '2010-11-12 11:35:09', '3e44e83bdfd9080f05070dd2281dcfd2', 'N'), ('c0285176c97ef72a4cfbc51ebe89d617', 'merchants/_common_templates/payout_option_form.tpl', '4.5.48.6', '2010-11-12 11:35:09', '435d7fe0ecea852a29574e1589e957b6', 'N'), ('64619549937d72a5477479f9f7558c56', 'merchants/_common_templates/payout_options_form.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'a973b917a52fbb40849b23d8944c6190', 'N'), ('2cc0cf2e5c7db0187498d0a9996e5b13', 'merchants/_common_templates/payout_options_no_data.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'de7179971e1f8b16531ef8fba9183e93', 'N'), ('6760991f8f8157de11a19030ff52f4c2', 'merchants/_common_templates/payout_options_text_box.tpl', '4.5.48.6', '2010-11-12 11:35:09', '9d7c675a676c204bafaa2c1f32b3f6a4', 'N'), ('2a9e27b10e1a3ac0d2cafbf3399afeaf', 'merchants/_common_templates/payout_settings_icons.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'aa4813c156afb53ed10a02319166c340', 'N'), ('b124b1aee9672d2b59e4da6ddce89302', 'merchants/_common_templates/payouts_balance_settings.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'e5e7e55f52dbe2b7bf5b561433ee6c58', 'N'), ('3f865457703fd612166ad9eb0fdedbae', 'merchants/_common_templates/payouts_history.tpl', '4.5.48.6', '2010-11-12 11:35:09', '7bcfa2c7650a10091139bf513af0a79b', 'N'), ('7118c4f554b426e6d2f8de8a4cb6f87e', 'merchants/_common_templates/payouts_history_filter.tpl', '4.5.48.6', '2010-11-12 11:35:09', '0fc22bfd9e4bd79e5b586d1c27fccbf1', 'N'), ('4389dca02c53641d163debda39eee730', 'merchants/_common_templates/payouts_to_affiliates.tpl', '4.5.48.6', '2010-11-12 11:35:09', '96ba40caf1e7d28a1b38f8da75646c45', 'N'), ('157d40a8b1935436344b0616bcc7ae75', 'merchants/_common_templates/payouts_to_affiliates_filter.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'b840e263aa6274b95553c65a0ff66a50', 'N'), ('86d6a9bd034f9b7ba8ed4490c6d0544e', 'merchants/_common_templates/payoutstoaffiliates_list_no_data.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'ec51b843936b65302d9d32be1305d369', 'N'), ('06299ac1369053637f52cd56745177fc', 'merchants/_common_templates/peel_banner_feature_on_deactivate.tpl', '4.5.48.6', '2010-11-12 11:35:09', '88a989ccfb54f68203c01176a104541f', 'N'), ('2e4ae3a40c7763d8ad0e48e588d7247c', 'merchants/_common_templates/pending_backround_tasks.tpl', '4.5.48.6', '2010-11-12 11:35:09', '75149233f7ae446473c9220c9ff1ef8f', 'N'), ('67557194b79df4f65acaaade1e0c256d', 'merchants/_common_templates/pending_tasks.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'b453d3dcf95c89c1116672890bb9e001', 'N'), ('9c862458cdf7476f79b7d74b0fe5ac17', 'merchants/_common_templates/pending_tasks_data.tpl', '4.5.48.6', '2010-11-12 11:35:09', '7ce3a462731d58451eb0832f5cc34578', 'N'), ('dd853184825316f4f4457ff89580fca9', 'merchants/_common_templates/pending_tasks_panel.tpl', '4.5.48.6', '2010-11-12 11:35:09', '16eaedf4545a03d89f94b98e3adacfa4', 'N'), ('a22e231a99764171ca5f17565b7c5401', 'merchants/_common_templates/pending_tasks_template.tpl', '4.5.48.6', '2010-11-12 11:35:09', '091fb315fbb9a3d24bf16baa791bd32f', 'N'), ('50c62d4df34859a6374c39d68e3ca7a1', 'merchants/_common_templates/performance_rewards.tpl', '4.5.48.6', '2010-11-12 11:35:09', '3a1b7c1190ccb247922d1807c1f79309', 'N'), ('08e3e53a291b20df40fab9e02b069575', 'merchants/_common_templates/plugin_configuration.tpl', '4.5.48.6', '2010-11-12 11:35:09', '7034c34adfdb1e04e95c3c1220367c32', 'N'), ('a4ca76e15b82f7568ed6eb7c824729b2', 'merchants/_common_templates/plugin_detail.tpl', '4.5.48.6', '2010-11-12 11:35:09', '2d4b93316cbc3428022aeb460393172d', 'N'), ('2387560b5ecbcd45f821bcd493555a5c', 'merchants/_common_templates/plugins_list.tpl', '4.5.48.6', '2010-11-12 11:35:09', '976e2264d8619e5b75032e6467cd54ed', 'N'), ('5adba53ec0e0a0c0cba4f0b39e08387c', 'merchants/_common_templates/popup_actions_panel.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'ef01a0f4fa742fc99a03632e1d6876b4', 'N'), ('3d3325167f4ca0463884d2b278f6d4e7', 'merchants/_common_templates/popup_form_widget.tpl', '4.5.48.6', '2010-11-12 11:35:09', '0f5d2ef3d678d026df06fe1f1e5991a8', 'N'), ('14a63a6a8c41f0563d1315c333635a12', 'merchants/_common_templates/post_response.stpl', '4.5.48.6', '2010-11-12 11:35:09', '85b3f70030e8dd27cb05327b29b9b46d', 'N'), ('7fdfe2a5ba3c8e124ae3722513c11704', 'merchants/_common_templates/postsignup_radio.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'f2cace4cf2a4dfffca4a7fed9e87a1fe', 'N'), ('c740cd35998a1f029d9b4dc65e1fd1c4', 'merchants/_common_templates/postsignup_settings_page.tpl', '4.5.48.6', '2010-11-12 11:35:09', '3657e859769d3db637b6a83e45ab218d', 'N'), ('bde6658353569d705f3a88e1ef1f0ab7', 'merchants/_common_templates/postsignup_settings_url.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'c854a3cb764d4be9af656abf45398193', 'N'), ('9cb730c8a338c8c0dbe30cf4227310b1', 'merchants/_common_templates/private_campaigns_feature_on_deactivate.tpl', '4.5.48.6', '2010-11-12 11:35:09', 'ecef84105dc2779ac2fb428da2e9f25f', 'N'), ('87bf50c6538b73691316500d8296e2fd', 'merchants/_common_templates/proxy_server_configuration.tpl', '4.5.48.6', '2010-11-12 11:35:10', '732a20cf9c1d59496e88d9bd5b080484', 'N'), ('3a1eff56556d0caeee7f7121863f705e', 'merchants/_common_templates/qualityunit_news.stpl', '4.5.48.6', '2010-11-12 11:35:10', '188a98161e9218eb440aab2d33341a0c', 'N'), ('6fa7249e86bf110955e89bb48c4cf02a', 'merchants/_common_templates/quick_launch.tpl', '4.5.48.6', '2010-11-12 11:35:10', '8c748719166b610dffa58760bc4b70b8', 'N'), ('64ffb62407117d0c118b653115f07c44', 'merchants/_common_templates/quick_launch_draggable.tpl', '4.5.48.6', '2010-11-12 11:35:10', '95c176695c4d4c278fee2d956446c7bd', 'N'), ('69fa44006bea174f499445483c53c65c', 'merchants/_common_templates/quick_report_base.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'd0f7e073a07a68f17961bb98abc2731e', 'N'), ('4881da93c7e7cbaefde4e8dbdb481f14', 'merchants/_common_templates/quick_report_content.stpl', '4.5.48.6', '2010-11-12 11:35:10', '74d32659fcbdaa0af97777fa5fc0c547', 'N'), ('4d9bebb6f892af608614e64732c708ea', 'merchants/_common_templates/quick_report_filter_base.tpl', '4.5.48.6', '2010-11-12 11:35:10', '98efc056eeeda7cef2f1643ff655a8ca', 'N'), ('a0346f8444d5f4669f9e7b5eadba1269', 'merchants/_common_templates/quick_stats_actions_panel.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'd0816b90a3fbe4f4ffa09a37aec14268', 'N'), ('62df13712392f5e62b163042dda3f68f', 'merchants/_common_templates/quick_stats_box.tpl', '4.5.48.6', '2010-11-12 11:35:10', '745d64595b8a0e5869bfc1e9bf10b9c2', 'N'), ('243ef602a851e170a631c1779136be68', 'merchants/_common_templates/quick_task.stpl', '4.5.48.6', '2010-11-12 11:35:10', '3688f22aa7b210a514e230103264db01', 'N'), ('3e769b5e3f6842f2379bcad7f8be54ef', 'merchants/_common_templates/quicklaunch_settings.tpl', '4.5.48.6', '2010-11-12 11:35:10', '1e595ebaeb4364f173ee3fec71c1762d', 'N'), ('aa38356f33cb8360170a107c5df43332', 'merchants/_common_templates/radio_button_group_row.tpl', '4.5.48.6', '2010-11-12 11:35:10', '3713f6d400aa1ca96d9e404082304912', 'N'), ('1be8fff0b0f9a646ca680ac573c558d4', 'merchants/_common_templates/radio_form_panel.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'c56091f134178fc494aa76df1b6ad6a1', 'N'), ('8d26c221bd4fe226bdd47a30124a3a9c', 'merchants/_common_templates/rebrand_pdf_feature_on_deactivate.tpl', '4.5.48.6', '2010-11-12 11:35:10', '57adefe6824afba7c2477b79c5663843', 'N'), ('07e80b1541f241e7f592dede559c646a', 'merchants/_common_templates/recurring_commission_edit.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'f144dcac07b3913bb6dfb866e4871d9d', 'N'), ('3e35cb6925da02488b0db57ceb16f919', 'merchants/_common_templates/recurring_commission_filter.tpl', '4.5.48.6', '2010-11-12 11:35:10', '5952c04cf0627694717d6f4eb5f138db', 'N'), ('53b39353367f405c44ec80f937a49133', 'merchants/_common_templates/recurring_commission_list.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'd1ad4da7be15504d6586baed12a2dbd2', 'N'), ('9db5d195a94bd7f18db9bab3b7a5ebe9', 'merchants/_common_templates/recurring_commissions.tpl', '4.5.48.6', '2010-11-12 11:35:10', '3e7f515628018fdcdd7113932f1933d2', 'N'), ('e6a2166b3b95eb046cb3648dc04eed08', 'merchants/_common_templates/referringurl_advanced_filter.tpl', '4.5.48.6', '2010-11-12 11:35:10', '36a7270278ea00706436e3cfc41c63e9', 'N'), ('a60c5865dc75490766d250f46bf36ece', 'merchants/_common_templates/refresh_panel.tpl', '4.5.48.6', '2010-11-12 11:35:10', '5c709df4d219d5feb4f29003ca932f77', 'N'), ('1ceba94ac6885a45134124dc5a36030b', 'merchants/_common_templates/regional_settings.tpl', '4.5.48.6', '2010-11-12 11:35:10', '7fd67a6e2e8b44c62dc36ce4812b7189', 'N'), ('adb51ad7e307ffee396d26fdef90904f', 'merchants/_common_templates/regional_settings_tab.tpl', '4.5.48.6', '2010-11-12 11:35:10', '82a573fa67deb883c207f05c019f7eeb', 'N'), ('8eb924ee3046bb920827c6599394be63', 'merchants/_common_templates/replicated_site_source_radio.tpl', '4.5.48.6', '2010-11-12 11:35:10', '7d280f4647e9269bca20b70e4e64d077', 'N'), ('a9a87eaed2e57f52d6ad33c064dc883d', 'merchants/_common_templates/report_filter.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'b37d7cb139866b0da13d266ad5e76941', 'N'), ('82a04d2e582235562d5cf061b10df551', 'merchants/_common_templates/report_problems.tpl', '4.5.48.6', '2010-11-12 11:35:10', '10c4e9d8e05557a62bec9547bed82247', 'N'), ('f0150ebd511753e6918a2bc1ede9abb1', 'merchants/_common_templates/reports_screen.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'bbf6174808124c49d1e305b099fa02c6', 'N'), ('a61a6348a56e6c8382dfb8a44c9de905', 'merchants/_common_templates/request_new_password_form.tpl', '4.5.48.6', '2010-11-12 11:35:10', '7aa0db9d60bd7a650692ab2e94912dc9', 'N'), ('1efa9c847a8c9d81f4839b10ddef51ac', 'merchants/_common_templates/resizable_text_area.tpl', '4.5.48.6', '2010-11-12 11:35:10', '7995c217048ccd289dfee567a455b08e', 'N'), ('bed664bbf69933313c1b9e259dcc9669', 'merchants/_common_templates/richlistbox.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'f8266890acf525c756dd3aa2d52f58be', 'N'), ('05428f929d6eadb8e71dbe46717d9750', 'merchants/_common_templates/richlistbox_popup.tpl', '4.5.48.6', '2010-11-12 11:35:10', '83ffc9891f6f6579c8e080ff1d6aa478', 'N'), ('8539d23a25499584a93c62e57c0c0acc', 'merchants/_common_templates/richtext_editor.tpl', '4.5.48.6', '2010-11-12 11:35:10', '99af0e75e8761690e55e65fa238d8d4c', 'N'), ('fce4430d46aed0e8dc525199041b5b1e', 'merchants/_common_templates/richtext_editor_toolbar.tpl', '4.5.48.6', '2010-11-12 11:35:10', '2df0dc7e43c92cd9f89b52e26e6715df', 'N'), ('a75b3ac5cd8d8040b0a3fd9bfa5e6437', 'merchants/_common_templates/richtexteditor_addlink.tpl', '4.5.48.6', '2010-11-12 11:35:10', '7368b95c47c79c4e631694e6c0d29154', 'N'), ('f916275221cce54476c894b7705082b5', 'merchants/_common_templates/role_privileges.tpl', '4.5.48.6', '2010-11-12 11:35:10', '9163270235450787bb9ebf86df5b2f69', 'N'), ('1c0174b033f01d669ef3d57f4c6144b8', 'merchants/_common_templates/rotator_preview_merchant.stpl', '4.5.48.6', '2010-11-12 11:35:10', 'f4a8b7e2a320d263c11e080652136aa8', 'N'), ('34b7c44e8f8e6a84b97664dd9252a431', 'merchants/_common_templates/rule_panel.tpl', '4.5.48.6', '2010-11-12 11:35:10', '3ad4fe5ccf77499795886c8b894b4558', 'N'), ('8aeba8e81ce7cf6e33d70e0a0df8d11a', 'merchants/_common_templates/sales_list.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'acb417852d35050ad176a25959f0c492', 'N'), ('035778971468a7063ec4773f7bdf886e', 'merchants/_common_templates/search_filter.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'c43c492cae5282a628238b4ff75508b2', 'N'), ('93409a16161b27121eaf72bbf9a69af6', 'merchants/_common_templates/search_gadget.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'dd1ccaf3d497e365f8ea8d999a89cc29', 'N'), ('f044d941a48195bff468624c70dee701', 'merchants/_common_templates/search_gadget_entries_panel.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'b60a5fd89e628c401c86eee54073243e', 'N'), ('c8bb5d302a3a7bc1634c54e3538a584f', 'merchants/_common_templates/search_gadget_popup.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'ad5359afa9edeb864b0929d40a05e466', 'N'), ('40f61efb25e5e0c4cc13d037f750f1e8', 'merchants/_common_templates/search_gadget_popup_entry.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'd4c0f584509bbc3c0db48a061dab51fc', 'N'), ('54c44814ea314b3a88e628989bb6ed81', 'merchants/_common_templates/select_account_form.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'c63d80262aaf8a0e1b1bcffe73ce6e8f', 'N'), ('c392c63ac2c175b87d1606baa5674a84', 'merchants/_common_templates/select_button.tpl', '4.5.48.6', '2010-11-12 11:35:10', '7b9843b360b02e16a8d9c6d80f3fec3e', 'N'), ('90c4d63975a7c709b37429a2740e48d7', 'merchants/_common_templates/send_mail_to_affiliate.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'c006df4300021f8c1862ea72b664c5ef', 'N'), ('dcbcbf35490055439038e0ff0fc301a0', 'merchants/_common_templates/send_mass_mail.tpl', '4.5.48.6', '2010-11-12 11:35:10', '606f4581367b0e98e39ba432a58ef0b9', 'N'), ('9d53e00f090c49ea280cebe4ed645419', 'merchants/_common_templates/set_new_password_form.tpl', '4.5.48.6', '2010-11-12 11:35:10', '58bf3e73d3a6b46460fb05216df1d0a8', 'N'), ('dcd567c6110531e541918319e7463444', 'merchants/_common_templates/settings/network_invoice.stpl', '4.5.48.6', '2010-11-12 11:35:10', '2193cdf5278757c6185a57133bbbf08d', 'N'), ('f1b734d3f817d49fe923f675de62ccda', 'merchants/_common_templates/settings/network_proforma_invoice.stpl', '4.5.48.6', '2010-11-12 11:35:10', 'fc65c8148babfe830c66cae93003d0e8', 'N'), ('6d4f83edc1692f07a85481ffcc1aa244', 'merchants/_common_templates/settings/payout_invoice.stpl', '4.5.48.6', '2010-11-12 11:35:10', 'dd1824200b8f2071b1b20465f2ba7e88', 'N'), ('f94aac4f9f0750cae2b0f16971ef0688', 'merchants/_common_templates/settings/payout_invoice_with_vat.stpl', '4.5.48.6', '2010-11-12 11:35:10', '7c3ab6b08f47fa2e76d654a5ea8a2da6', 'N'), ('a18844f2c6b7c98797261bae7c106a8b', 'merchants/_common_templates/sidebar.tpl', '4.5.48.6', '2010-11-12 11:35:10', '65226d7e25dcdca0cf71a9f3118d8139', 'N'), ('4cd2c4230534861c1fc6702518acaa0f', 'merchants/_common_templates/sidebar_closed.tpl', '4.5.48.6', '2010-11-12 11:35:10', '3d903661713a9ee5fb402776ee06d310', 'N'), ('5f1d2f6a8f076638521e8bd542d0ac9e', 'merchants/_common_templates/sidebar_gadget.tpl', '4.5.48.6', '2010-11-12 11:35:10', '1f904859e056808c8826836a4e256761', 'N'), ('3faa4432369d7639fcd69122ea6d3a5d', 'merchants/_common_templates/signup_commissions.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'ce7ed3b0ec05faf3b45a0ea83014fb0b', 'N'), ('cabcad289b4a05bab5c8cf3ca474b5e0', 'merchants/_common_templates/signup_form_design.tpl', '4.5.48.6', '2010-11-12 11:35:10', '9c077d9a31df6cde24a3238055feace6', 'N'), ('d60cc529b210645a9e16cb1e6e9d94c1', 'merchants/_common_templates/signup_theme_config.tpl', '4.5.48.6', '2010-11-12 11:35:10', '7a1701f080105ae3ed7840c1429c46d6', 'N'), ('f5062150fd244eafec9d6ed9c4225cdf', 'merchants/_common_templates/signup_url_panel.tpl', '4.5.48.6', '2010-11-12 11:35:10', '995b8697f540e2a634c7c9b1d3e36d83', 'N'), ('65f4c069feca768d3f16e43bae0269f9', 'merchants/_common_templates/simple_filter.tpl', '4.5.48.6', '2010-11-12 11:35:10', '569adac6a4e4346b441cd19152972e21', 'N'), ('52854a57461429bd3ccd462240192097', 'merchants/_common_templates/simple_icon_object.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'bcbc9ea994d4aa8bbdee1eddc3ad19d8', 'N'), ('a2a49cdd5a071627c60b72e59a5de713', 'merchants/_common_templates/simple_popup_window.tpl', '4.5.48.6', '2010-11-12 11:35:10', '38f46b253b18038fe8af0babfb96f05b', 'N'), ('45cca00a81cdce115b566b44b024e48c', 'merchants/_common_templates/simplecolorpicker.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'a212703ffb38e2c79152ba5926953049', 'N'), ('89f2ff0102ca6e6e5890a85f5d5204b7', 'merchants/_common_templates/single_content_panel.tpl', '4.5.48.6', '2010-11-12 11:35:10', '529d4a42f9106d91881f8b8b8e87748b', 'N'), ('54cbb13b76196855db0711ea039bd9eb', 'merchants/_common_templates/site_replication_feature_on_deactivate.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'a9a5007e2b045fcddb5649780343250c', 'N'), ('305bb26992f5ec38cb7bd93e63872113', 'merchants/_common_templates/size_format_widget.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'ebfb7db6718ec601af59a570d8e0ccb3', 'N'), ('854a14abb616630103dc70dd1cfa48d4', 'merchants/_common_templates/spillover.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'b88774d1a43ea2c8b638a75c59411588', 'N'), ('fec4919dbf0dfc6dccb7cf43e6778a16', 'merchants/_common_templates/spillover_affiliate_panel.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'a31389658f2a6052020cad731dff7671', 'N'), ('78ed9a49b3147f4f0a53f016699fa86c', 'merchants/_common_templates/split_commissions_edit.tpl', '4.5.48.6', '2010-11-12 11:35:10', '8fc860522e21875e63c40335323c7e7c', 'N'), ('465f600e419475f66635663f6b954d32', 'merchants/_common_templates/split_commissions_edit_help.tpl', '4.5.48.6', '2010-11-12 11:35:10', '5ac4c8cf5fe2ee528f729d3693a3972f', 'N'), ('e3d1e635c30e4df0595b5e7048ec7858', 'merchants/_common_templates/split_commissions_feature_on_activate.tpl', '4.5.48.6', '2010-11-12 11:35:10', '31015275ec25d591d9bdd1206ec4a06c', 'N'), ('28edad6f4aed0f492490d86f7b44a1fc', 'merchants/_common_templates/start_button.tpl', '4.5.48.6', '2010-11-12 11:35:10', '7aa2278c46b897536625cc042b4f5499', 'N'), ('a3cbd43c1df48c7b3861c86004717569', 'merchants/_common_templates/start_error.tpl', '4.5.48.6', '2010-11-12 11:35:10', '4a2ab9a0309a85147db6d4b29cf4a727', 'N'), ('8f73aec9ca2cde6cc9ca881981050d7a', 'merchants/_common_templates/statistics_double_value_widget.tpl', '4.5.48.6', '2010-11-12 11:35:10', '7e243a39277ad97843b418e45881a6d2', 'N'), ('9013f5be806a74d60e8df3fcd81d55bb', 'merchants/_common_templates/statistics_tab.tpl', '4.5.48.6', '2010-11-12 11:35:10', '9f450180a4cdec338bd949ba795ed036', 'N'), ('ab00da11dee3ee1d91abcd3cbd9676dc', 'merchants/_common_templates/stats_chart.tpl', '4.5.48.6', '2010-11-12 11:35:10', '824da7902809d9725d311221f27068ce', 'N'), ('2194e68dff44ed7a3994b7b0eb268db8', 'merchants/_common_templates/sub_menu_section.tpl', '4.5.48.6', '2010-11-12 11:35:10', '7b1009df6d4fb8ff3b592d7c85ccbc4e', 'N'), ('efedae6ee194dce31a7cdcf59ad2e0f8', 'merchants/_common_templates/system_menu.tpl', '4.5.48.6', '2010-11-12 11:35:10', '6deaac86f19ed96affc11b96c1d61183', 'N'), ('5a6bfad62b01733d815f0722f3fe0074', 'merchants/_common_templates/tab_item.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'b1c6b9bf5bda5b8ba145fe000823b40f', 'N'), ('becca291903bb15de412a8d55ed96364', 'merchants/_common_templates/tab_panel.tpl', '4.5.48.6', '2010-11-12 11:35:10', '15b20f431fdcf7da7c2f02c0f6c2ba19', 'N'), ('ad5863b38acf7927fb144b15a92b5dc8', 'merchants/_common_templates/task.tpl', '4.5.48.6', '2010-11-12 11:35:10', '38a4b70b6456a12285be4bb113c72575', 'N'), ('4905508425d04b7c3da7046f8011d5cb', 'merchants/_common_templates/taskbar.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'd7cf8ef7a71bf324aee5c1c7173afc7e', 'N'), ('442b5160a6e48d243f3fda5441d761e6', 'merchants/_common_templates/template_form.tpl', '4.5.48.6', '2010-11-12 11:35:10', '7d4ae3cefd2ebd3fddd8c955a44c3ff7', 'N'), ('a5c5bfcd912ee8b98bb4d8c1e87fdb63', 'merchants/_common_templates/template_form_constants.tpl', '4.5.48.6', '2010-11-12 11:35:10', '91c398393e519cf7c6a53ba758eefc47', 'N'), ('7b6093cd55bc8685e6ba5fb3db200796', 'merchants/_common_templates/template_form_theme_entry.tpl', '4.5.48.6', '2010-11-12 11:35:10', '91a40d5bfbb3ff3b61cd7771e24a2684', 'N'), ('9f35ec061938f916a61b514c5510433b', 'merchants/_common_templates/template_form_themes.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'e7158c1782ef49ddbf3fbe671c5c5b8a', 'N'), ('4184239d3437c963054abb577de9ebb5', 'merchants/_common_templates/template_form_variables.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'e1c008058f4be04a9e6e76ba72cc3290', 'N'), ('8f609af8e325edb302a60fb51489bd22', 'merchants/_common_templates/templates_form.tpl', '4.5.48.6', '2010-11-12 11:35:10', '7a0a1baf13edabb10c8c6bef5a3dac41', 'N'), ('e3aa6d8a0cd11156314ab68ee13fbe88', 'merchants/_common_templates/theme_create_new.tpl', '4.5.48.6', '2010-11-12 11:35:10', '9c1e28eb5f1eda40629310f37f879716', 'N'), ('9b9569afeb1c453dc78a3182805e4fe1', 'merchants/_common_templates/theme_edit_editor.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'f18dad757f8e21f8a8d230648eaded31', 'N'), ('a47539c2980dbf5bf792ef6b054dd6dc', 'merchants/_common_templates/theme_edit_filetree.tpl', '4.5.48.6', '2010-11-12 11:35:10', '1f364047328de1bec8b32ca2d3e4385b', 'N'), ('1882ea069d74415271618850e987677d', 'merchants/_common_templates/theme_edit_image.tpl', '4.5.48.6', '2010-11-12 11:35:10', '1d045aa31fd50ff5bd9d164cccf95eb9', 'N'), ('b4efefeb7b2261656d129c58dd677b98', 'merchants/_common_templates/theme_edit_none.tpl', '4.5.48.6', '2010-11-12 11:35:10', '75d830256e49bb367e33539f1e29aa47', 'N'), ('780284a1101bb4d02fb33eecdd7fa105', 'merchants/_common_templates/theme_edit_unsupported.tpl', '4.5.48.6', '2010-11-12 11:35:10', '2977467887b418fedc8b42576078f275', 'N'), ('35f09905250db5c9a18e3513d8d7f1b3', 'merchants/_common_templates/theme_panel.tpl', '4.5.48.6', '2010-11-12 11:35:10', '9c5a217986d2ce35abc6594f5ce2f012', 'N'), ('75e3b4b718c0d4a234ee025cfd6dc6d8', 'merchants/_common_templates/theme_settings.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'f7450b4590d95d3e2cf2636de397dc26', 'N'), ('3b5d2fcd1b9453f7891e4fb5f86f7d98', 'merchants/_common_templates/tools_overview_panel.tpl', '4.5.48.6', '2010-11-12 11:35:10', '9d10d5468b729cd05bba054e37433f4e', 'N'), ('2df385d7f3b0ef4cfe7cfde064cd9f5e', 'merchants/_common_templates/tooltip_popup.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'e63b270daacbb197d59737282cf49ea0', 'N'), ('8e73f8f52b8055a4864b8d148817f697', 'merchants/_common_templates/top_afffiliates_list.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'f3aeb980062c88135fc3a5e807450879', 'N'), ('58909f655c59ae7d95e97f58e1472d6c', 'merchants/_common_templates/top_affiliates_filter.tpl', '4.5.48.6', '2010-11-12 11:35:10', '1f30647e66b60d1cd486c0b51c65daeb', 'N'), ('3f4e13f5745d70909b2be264501d1164', 'merchants/_common_templates/topurl_list.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'd0880f68969dcf6e1ce2473ae194290e', 'N'), ('059ee7a1cc6df4bc039e6197e647c9fe', 'merchants/_common_templates/tracking_tab.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'd7aa348f23510a299d7bf70e308ded3a', 'N'), ('f7aebfaa1ed2fcb6a8d044f5d207fb34', 'merchants/_common_templates/traffic_info.tpl', '4.5.48.6', '2010-11-12 11:35:10', '1d49e70df8655f7e4ac82f8114d85b0c', 'N'), ('34841120afe0fda3569b13768756d01e', 'merchants/_common_templates/traffic_stats_gadget.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'da081a1eba4470008e9f5e0165ecd7d6', 'N'), ('377ab5e263a4ee872fedea53eafec672', 'merchants/_common_templates/traffic_stats_in_gadget.tpl', '4.5.48.6', '2010-11-12 11:35:10', 'ae38670c7e593de4a995af34968842b1', 'N'), ('f225ccdcb9d3f1ecdbbcc0ac9b3cb98b', 'merchants/_common_templates/trafic_and_sales_report.tpl', '4.5.48.6', '2010-11-12 11:35:11', '6723e4f293c26fed32855b086cb6318e', 'N'), ('6b63fffa5095a4ef1c2b31e666e6051e', 'merchants/_common_templates/transaction_form.tpl', '4.5.48.6', '2010-11-12 11:35:11', '32837030e2232ffcc3ae048d765c22e2', 'N'), ('34b65318acb186b6607d794b04f12072', 'merchants/_common_templates/transaction_form_edit.tpl', '4.5.48.6', '2010-11-12 11:35:11', 'bad5ee3b0bdefcd05b1fa6232796a95b', 'N'), ('879f77b066e3ffb07af5854abaf6d6ac', 'merchants/_common_templates/transaction_form_notes.tpl', '4.5.48.6', '2010-11-12 11:35:11', 'b8f0dd56abbe1c996b440dbf2ae056ff', 'N'), ('e1c82ec131f8717775b7d130038303e4', 'merchants/_common_templates/transaction_form_tracking.tpl', '4.5.48.6', '2010-11-12 11:35:11', 'a0234bed46a60ea8a28c74ba4cc75e08', 'N'), ('5b1c7b9156ad0175bc0d54013999a0e9', 'merchants/_common_templates/transaction_info.tpl', '4.5.48.6', '2010-11-12 11:35:11', 'c2be9fca10fece0386920b5607c71383', 'N'), ('45e1092f15035d8a12b15d47deba2ce2', 'merchants/_common_templates/transaction_list.tpl', '4.5.48.6', '2010-11-12 11:35:11', '4586303c583a214080a0a285d928715e', 'N'), ('c72854b1c3d13d44f220da508d94c54b', 'merchants/_common_templates/transaction_list_filter_base.tpl', '4.5.48.6', '2010-11-12 11:35:11', 'd0618a2e97378af88b3d2d8bf3e7efff', 'N'), ('beacdd19004a833fe71a796b636a8ad2', 'merchants/_common_templates/transaction_list_no_data.tpl', '4.5.48.6', '2010-11-12 11:35:11', 'af721399a5baf2e217c7a16fa2f304e1', 'N'), ('77c4c158f86a7702484a114976bdfe62', 'merchants/_common_templates/transaction_panel.tpl', '4.5.48.6', '2010-11-12 11:35:11', '454732b1a0a2d1fa7e3a52fe5345e745', 'N'), ('7506e82b1fc4c45aec89e3cb406d1a2c', 'merchants/_common_templates/transaction_reports.tpl', '4.5.48.6', '2010-11-12 11:35:11', 'ef0c25832283bcfe9d9cc37cd13ac41e', 'N'), ('c6b11bfe851147471633194a941f7966', 'merchants/_common_templates/transactions_import.tpl', '4.5.48.6', '2010-11-12 11:35:11', '8b83383c92d2286012ca0f51c7a3eccf', 'N'), ('ccd1a5425f8989f352119b6d5c8ac4bb', 'merchants/_common_templates/trash.tpl', '4.5.48.6', '2010-11-12 11:35:11', '270d020eabfcf284be7a97e7102924d5', 'N'), ('9d87fda9bdf5847b5eca90dd511d8ece', 'merchants/_common_templates/tree_affiliate_widget.tpl', '4.5.48.6', '2010-11-12 11:35:11', '8c635cce878ae4dfd93f6cce03362752', 'N'), ('276dd23b08433257d5db1db2b8c960bd', 'merchants/_common_templates/tree_draggable_items.tpl', '4.5.48.6', '2010-11-12 11:35:11', '869b3cbe1a546cf76baa397b8360495b', 'N'), ('786f87935c6d62b14c68f171b663b66b', 'merchants/_common_templates/trend_stats.tpl', '4.5.48.6', '2010-11-12 11:35:11', '96e883385f40d2e4b7a41751f0ce3906', 'N'), ('4212fefe0ad588035b49a004e261732e', 'merchants/_common_templates/trend_stats_widget.tpl', '4.5.48.6', '2010-11-12 11:35:11', '1818b8c5b9ce16c46d34ac378111b03c', 'N'), ('ff1a4046c3e9fb27a121e775fd4a1245', 'merchants/_common_templates/trends_report.stpl', '4.5.48.6', '2010-11-12 11:35:11', 'a1bcfdb291d963e5bde9e99648d858c8', 'N'), ('4d447bf0c4e5bb2d645f0c79ecdb7963', 'merchants/_common_templates/trends_report.tpl', '4.5.48.6', '2010-11-12 11:35:11', '5d7081a351ec7050e08073543cf29f00', 'N'), ('de7403f43efbb66d8f0c92587059a911', 'merchants/_common_templates/trends_report_filter.tpl', '4.5.48.6', '2010-11-12 11:35:11', '7d6ffd801a13724a7a50a3d546f6936d', 'N'), ('3cde24b8094b12874756aad4c86c3fd9', 'merchants/_common_templates/trends_report_no_data.tpl', '4.5.48.6', '2010-11-12 11:35:11', '1df74a6e3299c9176ac8047b05fd26dd', 'N'), ('d3fdccf906f15370d24f8df7a99dab51', 'merchants/_common_templates/troubleshooting.tpl', '4.5.48.6', '2010-11-12 11:35:11', '68405ba29ed8b037f3c56114ca3e4897', 'N'), ('230ab82283d514544d33f4c53b5fb4ca', 'merchants/_common_templates/update_version.stpl', '4.5.48.6', '2010-11-12 11:35:11', '5602f52fe8248df474201a16c922048f', 'N'), ('2b9c18b72c63d40a7fe0583b284f3f53', 'merchants/_common_templates/uploaded_file.tpl', '4.5.48.6', '2010-11-12 11:35:11', 'f9313defa0216f7702ee94b6b6185dd7', 'N'), ('8297b7102fdf6e73bce76c2f81e01bf3', 'merchants/_common_templates/user_edit.tpl', '4.5.48.6', '2010-11-12 11:35:11', '1315660dc39ebd57f264bb8abdd9bef0', 'N'), ('a7344bd2e395fccbeb4dc072f20a7685', 'merchants/_common_templates/username_field.tpl', '4.5.48.6', '2010-11-12 11:35:11', '2945103b9ee6ecb77333c5fe1b772b6e', 'N'), ('cab6416c8605c465478b7d70beff319e', 'merchants/_common_templates/vat_settings.tpl', '4.5.48.6', '2010-11-12 11:35:11', '38b73efbf5ec1d3e251dbde7c2268a05', 'N'), ('6777f412b3b3d5932716af4f4befb902', 'merchants/_common_templates/verify_panel.tpl', '4.5.48.6', '2010-11-12 11:35:11', '24cd5d864fb844fef943171d6879b15a', 'N'), ('418f51e8e8832f4df24f3d8dcde15b3f', 'merchants/_common_templates/view_form.tpl', '4.5.48.6', '2010-11-12 11:35:11', 'cec43b824caafb6a09c8d83c183f4c38', 'N'), ('0a6f5b80d6e7019758abbac20767a02d', 'merchants/_common_templates/visitor_affiliates_filter.tpl', '4.5.48.6', '2010-11-12 11:35:11', '34c408d5d1edf75904776c9e18a74fdc', 'N'), ('867bbd126ce207b0452ec61884f84a11', 'merchants/_common_templates/visitor_affiliates_list.tpl', '4.5.48.6', '2010-11-12 11:35:11', '7a4bfac19167fe149fabfe5eee02b704', 'N'), ('a77313a8ac58bc087438194fdcd715de', 'merchants/_common_templates/wallpaper_add_custom.tpl', '4.5.48.6', '2010-11-12 11:35:11', '2210741b569ef188fa352c977a289261', 'N'), ('4bdb22847fba495fa2138ac96b327b16', 'merchants/_common_templates/wallpaper_entry.tpl', '4.5.48.6', '2010-11-12 11:35:11', '64c85f4da7897cd0f34168c62de661b9', 'N'), ('c85edc83a0d59d9480688e687b9474a2', 'merchants/_common_templates/wallpaper_settings.tpl', '4.5.48.6', '2010-11-12 11:35:11', 'd160dbed38556231aeac49a96213e4d4', 'N'), ('fac6fb9393529ac1487176bc07e8d933', 'merchants/_common_templates/welcome_message_panel.tpl', '4.5.48.6', '2010-11-12 11:35:11', '41a03f5b313fdea20757a8f8fba7f0c0', 'N'), ('c24ce03abae1e270224a1aa6ad1318f5', 'merchants/_common_templates/window.tpl', '4.5.48.6', '2010-11-12 11:35:11', 'd1937e90c9256204636d87e991d84a3d', 'N'), ('3cc24ebf1044c3b907d013aeaa2a647c', 'merchants/_common_templates/window_bottom_left.tpl', '4.5.48.6', '2010-11-12 11:35:11', 'd14b545c27afa02ab7a919bdeb4c9470', 'N'), ('fab48236e44150474b9dc567b133153c', 'merchants/_common_templates/window_empty_content.tpl', '4.5.48.6', '2010-11-12 11:35:11', 'b1535ec719cada5b9f5d98849074b9bd', 'N'), ('2b38cf9eefbe1811eac730887d802490', 'merchants/_common_templates/window_header.tpl', '4.5.48.6', '2010-11-12 11:35:11', 'fb5aca529f44f12c3f3a8bda2761054d', 'N'), ('8aea9ce7df708a3cd729ee3d1e92bcd5', 'merchants/_common_templates/window_header_refresh.tpl', '4.5.48.6', '2010-11-12 11:35:11', 'fcd47f4585abcac3c3a61ee3991379bc', 'N'), ('a782d5d98be383f79dcd0e06b45c1b64', 'merchants/_common_templates/window_left.tpl', '4.5.48.6', '2010-11-12 11:35:11', '9ac901446bfa26918e32fa029fb42093', 'N'), ('2773b1629cf1171d622fcff2f8ef7778', 'merchants/_common_templates/window_move_panel.tpl', '4.5.48.6', '2010-11-12 11:35:11', 'f5bbd373a758bf76e6efadc94dca4b11', 'N'), ('fcb4d07528d7402a39010f8028879782', 'merchants/_common_templates/wizard_panel.tpl', '4.5.48.6', '2010-11-12 11:35:11', '3142ce6354cb3e1c86b6c13c1d906189', 'N'), ('ddb0f2ac7ca113a443614d61328c6f3b', 'merchants/_common_templates/zip_banner_feature_on_deactivate.tpl', '4.5.48.6', '2010-11-12 11:35:11', '0d58a97804ba953e180301d3bb0d1a37', 'N'), ('e52502038c023697ba074eecde4d908f', 'merchants/blue_aero/README.txt', '4.5.48.6', '2010-11-12 11:35:11', 'c5e378c3027a6b4f00637e35fa00d549', 'N'), ('5bb26bde8f9a0d19f702a1e0974ae96e', 'merchants/blue_aero/custom.css', '4.5.48.6', '2010-11-12 11:35:11', '4877ef2467745239a93ebe1e79b2f813', 'N'), ('7d13c9a7a8a68c2cdfbf8f92db725603', 'merchants/blue_aero/desktop.tpl', '4.5.48.6', '2010-11-12 11:35:11', '96fc6ae799e2f8b67c48e6bcec8fc1d3', 'N'), ('f1d93aa573207e13b1f196c20e4650fe', 'merchants/blue_aero/img/button.start.png', '4.5.48.6', '2010-11-12 11:35:11', 'e982361bab0496538bf0b32646f200a3', 'N'), ('84f2701190dd6d11f9ae3972aa4b8003', 'merchants/blue_aero/img/gadgetin.b.png', '4.5.48.6', '2010-11-12 11:35:11', 'f06e13c0620d89fc464cf0223df9d349', 'N'), ('da09db31b6743da8ea9df46eab01bd2f', 'merchants/blue_aero/img/gadgetin.back.png', '4.5.48.6', '2010-11-12 11:35:11', '23e4e12e286d074c423d1b387bf8902f', 'N'), ('0926fd2a7ec558b52d732f8fa869d8a6', 'merchants/blue_aero/img/gadgetin.bl.png', '4.5.48.6', '2010-11-12 11:35:11', '07c07e8c743573064ee8eeca1c799a34', 'N'), ('140918a30f29a6a13d5b431832335668', 'merchants/blue_aero/img/gadgetin.br.png', '4.5.48.6', '2010-11-12 11:35:11', '4148944211041cf9bf7807ac222e7082', 'N'), ('2568e4f81c4d4604d9e79fd3694da633', 'merchants/blue_aero/img/gadgetin.l.png', '4.5.48.6', '2010-11-12 11:35:11', '48659819a474cc38eaf46ae58be0ada0', 'N'), ('e2dcc25310246b8c90f5b379cae507f7', 'merchants/blue_aero/img/gadgetin.r.png', '4.5.48.6', '2010-11-12 11:35:11', '48659819a474cc38eaf46ae58be0ada0', 'N'), ('005a60f5bf44ff62c8c856018246f039', 'merchants/blue_aero/img/gadgetin.t.png', '4.5.48.6', '2010-11-12 11:35:11', 'f06e13c0620d89fc464cf0223df9d349', 'N'), ('3cfe028f213bbfaaa813422763855247', 'merchants/blue_aero/img/gadgetin.tl.png', '4.5.48.6', '2010-11-12 11:35:11', '045b6145e46d3ad85a7a4aa34013b64f', 'N'), ('af53f508fdadd61fd37d2c33f52c8adc', 'merchants/blue_aero/img/gadgetin.tr.png', '4.5.48.6', '2010-11-12 11:35:11', '6737317d906258d61f9f9c80fc04b3e9', 'N'), ('263bb08cce3cdfffb469d4e4f8bcbb4c', 'merchants/blue_aero/img/theme_thumbnail.jpg', '4.5.48.6', '2010-11-12 11:35:11', 'dd8f23908534c823fbd79bdc417c5f1d', 'N'), ('8a4c92c3783ae24fe5da75e0936cb626', 'merchants/blue_aero/pap4.css', '4.5.48.6', '2010-11-12 11:35:11', '2ba33d9add4710ff3db62297101e1b15', 'N'), ('61ab415ae5b7081dd33bb4c5007d142f', 'merchants/blue_aero/theme.php', '4.5.48.6', '2010-11-12 11:35:11', '0d1a327556c5af7ffa8ffafaad225e31', 'N'), ('dd3f8cb34957a47bc170554176ac3b11', 'merchants/classic_wide/README.txt', '4.5.48.6', '2010-11-12 11:35:11', 'c5e378c3027a6b4f00637e35fa00d549', 'N'), ('bdf25a0862e708f4158d6ada97686eb3', 'merchants/classic_wide/custom.css', '4.5.48.6', '2010-11-12 11:35:11', '4877ef2467745239a93ebe1e79b2f813', 'N'), ('1476c841e0c4642f6e0edde4463680da', 'merchants/classic_wide/footer.stpl', '4.5.48.6', '2010-11-12 11:35:11', '518ec86b2760803082e05741c02ae4ee', 'N'), ('700e9db20ce104f9fddf049c2768869e', 'merchants/classic_wide/header.stpl', '4.5.48.6', '2010-11-12 11:35:11', '05509342bbe0278f89a89bd3cd6b5847', 'N'), ('7c156f58eb3d5a9f3be1a0fc3fffc23f', 'merchants/classic_wide/img/content.bottom.gif', '4.5.48.6', '2010-11-12 11:35:11', '752b9cf627b4c7dbccc857d5a691d4b9', 'N'), ('9d7e6157e4f2b88307f9b15fe06e6e30', 'merchants/classic_wide/img/content.bottom.left.gif', '4.5.48.6', '2010-11-12 11:35:11', 'f050f014c1de2756f669817b104181b0', 'N'), ('9c16ab8c44eb15e25e1b82f95fd8d6e4', 'merchants/classic_wide/img/content.bottom.right.gif', '4.5.48.6', '2010-11-12 11:35:11', 'f7196a6f7f8e41930f25cb60103297e4', 'N'), ('231fd003c3af7f771312e79205953d27', 'merchants/classic_wide/img/content.left.gif', '4.5.48.6', '2010-11-12 11:35:11', 'd8538d3756f8c6027414a583858618a8', 'N'), ('e7efcf34b0c41e32d1d0b2852a3a070b', 'merchants/classic_wide/img/content.right.gif', '4.5.48.6', '2010-11-12 11:35:11', '97177491028c3422434d64a29fce343b', 'N'), ('e7d3b82062d55fc90b199e2328f0f02a', 'merchants/classic_wide/img/content.top.gif', '4.5.48.6', '2010-11-12 11:35:11', '1206ee1251333832e10a09d0dd84c3f8', 'N'), ('3bb348abffcee43f931960777b382b0b', 'merchants/classic_wide/img/content.top.left.gif', '4.5.48.6', '2010-11-12 11:35:11', '8a397076700e439a1c8f24aa9e1c1760', 'N'), ('d32cc2bd2de980c8312cfbbaaa428ea5', 'merchants/classic_wide/img/content.top.right.gif', '4.5.48.6', '2010-11-12 11:35:11', '13947f410657fe4b089d663c9b9922a2', 'N'), ('375cac06b74502571abb0a5466d0459e', 'merchants/classic_wide/img/left.column.gif', '4.5.48.6', '2010-11-12 11:35:11', '1ea7ba64fdb58c3b6b90ef45427db330', 'N'), ('ebcc651c333afea4a12cb22f8bedd932', 'merchants/classic_wide/img/logo_pap.jpg', '4.5.48.6', '2010-11-12 11:35:11', 'cd14b7752b98bf01c9723d525a3f8e4b', 'N'), ('45d8f6c9130e29cd6400526a6b15567b', 'merchants/classic_wide/img/menu.divider.gif', '4.5.48.6', '2010-11-12 11:35:11', '041bb37bea32338b1c0a9d031c9d4a68', 'N'), ('e219a160fe2c2dcd0af40efe147b0207', 'merchants/classic_wide/img/menu.entry-over.gif', '4.5.48.6', '2010-11-12 11:35:11', 'da0c7a49ad258dbb35e190602a70b628', 'N'), ('2bb01ee7488def5b47719eb669a8096c', 'merchants/classic_wide/img/menu.entry.back-over.gif', '4.5.48.6', '2010-11-12 11:35:11', '80eee6c80b01a1a97026ad89f4285af4', 'N'), ('2ee022789a03a92577359918de7cde9d', 'merchants/classic_wide/img/menu.entry.bottom-over.gif', '4.5.48.6', '2010-11-12 11:35:11', '32819c898e14b221264804785147b5d0', 'N'), ('7033eacebef173d7a0f33ee2f2cd20f8', 'merchants/classic_wide/img/menu.entry.top-over.gif', '4.5.48.6', '2010-11-12 11:35:11', 'ca840699467392d1da2eb8d6e173dff6', 'N'), ('82278bd7f7b062c1a64957d6c5455a4b', 'merchants/classic_wide/img/submenu.entry-over.gif', '4.5.48.6', '2010-11-12 11:35:11', '7296aeb880fb7a28f64ebc4fdbd9c1b0', 'N'), ('d3aadd8290ec0c921d5524636f071bf6', 'merchants/classic_wide/img/submenu.entry.back-over.gif', '4.5.48.6', '2010-11-12 11:35:11', '9ebfeff8b4172af9c299920a3ac78d65', 'N'), ('e5790687e81d38edf4734b28a486c45e', 'merchants/classic_wide/img/submenu.entry.bottom-over.gif', '4.5.48.6', '2010-11-12 11:35:11', '22622c2c689e004e658f1c47e112d6b1', 'N'), ('aeaf77ee1f56e0d8524767845e3236a9', 'merchants/classic_wide/img/submenu.entry.gif', '4.5.48.6', '2010-11-12 11:35:11', '2e00d05fbf25527e21ef327e42aaf05c', 'N'), ('09475cb1783e043bfb1309c5c21ebcf1', 'merchants/classic_wide/img/submenu.entry.top-over.gif', '4.5.48.6', '2010-11-12 11:35:11', 'c4313a7313ac6f6ce0208b70db0c99ff', 'N'), ('da2aec464594c6cef841eccfcf507086', 'merchants/classic_wide/img/theme_thumbnail.jpg', '4.5.48.6', '2010-11-12 11:35:11', '7dfee14767777bfd5fdfdf5b86b59f22', 'N'), ('74ea19ce2303a1dbc75b8f5e7a083c9d', 'merchants/classic_wide/main.tpl', '4.5.48.6', '2010-11-12 11:35:11', '30795b1b8606327f3df919e5c1beac41', 'N'), ('73e358b741741cf20ba160621deb9fa7', 'merchants/classic_wide/main_menu.tpl', '4.5.48.6', '2010-11-12 11:35:11', '5fddab52f7b44bcb5717c1d67875f567', 'N'), ('5fcdd33543d0713353635c53800a5055', 'merchants/classic_wide/menu_entry.tpl', '4.5.48.6', '2010-11-12 11:35:11', '7607d6b22315cc526abad1fd026c74f5', 'N'), ('5255aee10262df60e63aeb2694b1f68f', 'merchants/classic_wide/menu_section.tpl', '4.5.48.6', '2010-11-12 11:35:11', 'da446dbc5a24b9881bd8417ce0371bb5', 'N'), ('f715cabdd0435adc1b1408c504361f07', 'merchants/classic_wide/pap4.css', '4.5.48.6', '2010-11-12 11:35:11', 'c2cbf76c9470eabf7760fa54ab839dce', 'N'), ('89761de709fb223c1eb424c4d731cd9d', 'merchants/classic_wide/system_menu.tpl', '4.5.48.6', '2010-11-12 11:35:11', '201a9534a0f3777b3db2681bc533cc0a', 'N'), ('82d31abaf581c518f92eabf1c0358e70', 'merchants/classic_wide/theme.php', '4.5.48.6', '2010-11-12 11:35:11', '0e4930d3511d2bfa21609ab0364c7ab8', 'N'), ('7d65dc678c16834d0bc34f561fb7f135', 'signup/_common_templates/account_header.stpl', '4.5.48.6', '2010-11-12 11:35:11', 'fd65317c9bae9a7a235b0edde238d960', 'N'), ('ab581fbf61804b1f60485573c4730a37', 'signup/_common_templates/account_post_signup_page.tpl', '4.5.48.6', '2010-11-12 11:35:11', 'b4adbc0446aa6a23b0c49f6ae5d736cd', 'N'), ('0ba006a7549cccf1253a5cbe021e1c0c', 'signup/_common_templates/account_signup_form_panel.tpl', '4.5.48.6', '2010-11-12 11:35:11', 'aa0f0adda423bc0dd085b811d016f9f0', 'N'), ('179ee2c50dff2372ff7a4f78c7685720', 'signup/_common_templates/account_signup_main.stpl', '4.5.48.6', '2010-11-12 11:35:11', 'c50a405c71e6e0eb94c42797be193035', 'N'), ('9700fb7faeca94158719e70b42497872', 'signup/_common_templates/account_topmenu.stpl', '4.5.48.6', '2010-11-12 11:35:11', '72478df21d49a055ccbd42b52bd6d842', 'N'), ('6f145e5eb7a70a5d19e5c5c1fe835ba4', 'signup/_common_templates/add_custom_translation.tpl', '4.5.48.6', '2010-11-12 11:35:11', 'b0bac6b4264bd6d9544d5c51dba19582', 'N'), ('a98368b3f8f409d1d6204216ecea92a1', 'signup/_common_templates/add_gadget_category.tpl', '4.5.48.6', '2010-11-12 11:35:11', 'e2ec9306de4bf074a33e72c96ff238ca', 'N'), ('86081dd80dde0ea4fd5fd649eb295b8b', 'signup/_common_templates/add_gadget_panel.tpl', '4.5.48.6', '2010-11-12 11:35:11', 'be8c80e8aff49f52f5b5c1b79be9526f', 'N'), ('a9a06c3112c007180f7e80489bb15266', 'signup/_common_templates/add_gadget_select_url.tpl', '4.5.48.6', '2010-11-12 11:35:11', '7cc42e1126d017efc079d892fb65d9c9', 'N'), ('3c42b014bae562468e8b8e175f74ee2d', 'signup/_common_templates/additional_dynamic_form_panel.tpl', '4.5.48.6', '2010-11-12 11:35:11', '8b70e079bce66f8b2b0af4d84772ad68', 'N'), ('358039b32549b4cbcf5e8a186c90c2ab', 'signup/_common_templates/advanced_filter.tpl', '4.5.48.6', '2010-11-12 11:35:11', '3e49f92a818924f53cd39d47736847f9', 'N'), ('7e62e25c16ab4734ae6a4ce8850b6e50', 'signup/_common_templates/align_widget.tpl', '4.5.48.6', '2010-11-12 11:35:11', '124769dbcc410ae58c1dfd53f15b58d6', 'N'), ('428d6ad460742e70e0f05590bf3c10c1', 'signup/_common_templates/api_integration.tpl', '4.5.48.6', '2010-11-12 11:35:11', '5add416010644d6b9eb7fc6888d305ec', 'N'), ('f9ee2ef72eff41488ca9eefe2a4c0336', 'signup/_common_templates/available_values_edit.tpl', '4.5.48.6', '2010-11-12 11:35:11', 'd8ae0a51c292d5f580fb8f43c6aa8db5', 'N'), ('859c341a724159d6081283ae2bc7660f', 'signup/_common_templates/breadcrumbs.tpl', '4.5.48.6', '2010-11-12 11:35:11', '921035f90b931792de2bfd1fb40dc597', 'N'), ('16b1eb4f3e86bb6bba99adc4ac351a85', 'signup/_common_templates/breadcrumbs_entry.tpl', '4.5.48.6', '2010-11-12 11:35:12', '42ee9a25b7525589ed65bf9625adc890', 'N'), ('cecca01a9b18487d45abefa8f8826440', 'signup/_common_templates/button.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'ab00df127be0dd89a125fe05f33c0380', 'N'), ('c47140ecf2886486e0c9967beb940b63', 'signup/_common_templates/calendar.tpl', '4.5.48.6', '2010-11-12 11:35:12', '21214f973325d61e6b00cf842dfaa77d', 'N'), ('e53ed4c3c62912ec9c7431bc6fe3bc19', 'signup/_common_templates/captcha.tpl', '4.5.48.6', '2010-11-12 11:35:12', '5c9badb7d95d5a00c7429dee97b0bbf1', 'N'), ('de4ba17005653b693c49d5117d3dc473', 'signup/_common_templates/change_status_button.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'a0d13402819088b5078e8100a21a0159', 'N'), ('078afcd303c73ea182c37bc8ef2bc164', 'signup/_common_templates/chart_datatype_popup.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'bc1568182b4643e3bf48950e2a941d84', 'N'), ('d918fb5dfecd7390829e487b63b7de1f', 'signup/_common_templates/check_box_group.tpl', '4.5.48.6', '2010-11-12 11:35:12', '9935dbc5bf9461709c69b0856a7d4099', 'N'), ('aa19ed29a6d5ad026e48ea7165fa13e5', 'signup/_common_templates/check_box_group_row.tpl', '4.5.48.6', '2010-11-12 11:35:12', '06dba660be425f9bf15e1644d90290ca', 'N'), ('b76b14c0820327c0fceba4b7e676b989', 'signup/_common_templates/checkboxes_filter.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'fef5c1833920987bd3172dbe9d75797a', 'N'), ('a9b3cf4ce5cc3782727dc3b56d3e6362', 'signup/_common_templates/colorpicker.tpl', '4.5.48.6', '2010-11-12 11:35:12', '05db94b41bf41706ce49bf32d75aad22', 'N'), ('81ae78727d8a80641333d4e5159f1f52', 'signup/_common_templates/config_theme_panel.tpl', '4.5.48.6', '2010-11-12 11:35:12', '2babb68eaf485efaba7af30a5b1fdf36', 'N'), ('97dfd89937ca696e798a8268868fe49f', 'signup/_common_templates/confirm_dialog.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'e23acdf8f02455be771f5844a3bed51c', 'N'); INSERT INTO `qu_g_installedtemplates` (`templateid`, `name`, `version`, `changed`, `contenthash`, `overwritte_existing`) VALUES ('34e31d17870e89b77789e9115fbe4247', 'signup/_common_templates/confirm_dialog_label_value.tpl', '4.5.48.6', '2010-11-12 11:35:12', '3b53a0711a39da60f308e1846fbbb8ab', 'N'), ('f4141935ffef5c8ea86e32b393e16ade', 'signup/_common_templates/confirm_dialog_with_value.tpl', '4.5.48.6', '2010-11-12 11:35:12', '197325eadea8c36f199d51db65f73bb2', 'N'), ('73f412b8df5b0745e4a158597d124137', 'signup/_common_templates/content_gadget_panel.tpl', '4.5.48.6', '2010-11-12 11:35:12', '79428f6a77f38592dfa1716653bbe79b', 'N'), ('7f6f792d159c650e8b72a332633ef3ee', 'signup/_common_templates/context_menu.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'cddf235a2fec1ae75063d576ccdc6185', 'N'), ('6fe0631d756fb672feaaa50baa8e56b2', 'signup/_common_templates/copy_user_role.tpl', '4.5.48.6', '2010-11-12 11:35:12', '67725ef54593ecb567ed04a3935faecb', 'N'), ('3943a0b20445b45a07b01a46ab62080d', 'signup/_common_templates/currency_textbox.tpl', '4.5.48.6', '2010-11-12 11:35:12', '859fd8293b92897b3be4c9a6c4aa3a8f', 'N'), ('7c660c295dcb2ac1ac3c5861c4442f3b', 'signup/_common_templates/custom_date_panel.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'b740a50139128d39a48d89c0a4f4567d', 'N'), ('804cf962799bfc1c7c85aed3f0c18235', 'signup/_common_templates/custom_filter_element.tpl', '4.5.48.6', '2010-11-12 11:35:12', '536bf2015d2f08451089896c0bd0013c', 'N'), ('bcd673c90672a05b1aef68e4c952cdf4', 'signup/_common_templates/custom_filter_field.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'ba1e6ae828d1170750cddf934c25bd7a', 'N'), ('f9117c416d33e20121f068e6e76dfa0b', 'signup/_common_templates/custom_license_invalid.tpl', '4.5.48.6', '2010-11-12 11:35:12', '9157ecde6accdbe2f6cd622084e79d53', 'N'), ('7a5aa83f1908d1c605ced1355ec773f1', 'signup/_common_templates/custom_time_panel.tpl', '4.5.48.6', '2010-11-12 11:35:12', '94bb18d120b20b9b6d2a0377e9df8958', 'N'), ('4c11aae5da64c6eca840f1bc7b220633', 'signup/_common_templates/data_field.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'e60b9b057bded055daffbdb797698a50', 'N'), ('728666efe642b96bf65954e2711b6213', 'signup/_common_templates/data_field_with_help.tpl', '4.5.48.6', '2010-11-12 11:35:12', '4615cdd789beea34c16b4c1f692a3a3b', 'N'), ('7b2472ee421c478908b8024700045c8b', 'signup/_common_templates/date_number_format_panel.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'e26284328d2ba7da47d30e8e458c13b1', 'N'), ('1c31738bc8c92766ce5c7dc215347622', 'signup/_common_templates/date_preset_panel.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'abc7d225baa948aed70cc1073b786fe8', 'N'), ('b99f79eccebb52ebf0833083825b505d', 'signup/_common_templates/date_range_filter.tpl', '4.5.48.6', '2010-11-12 11:35:12', '3875dbc075f33ccaac856190ee103557', 'N'), ('abe58ab8ed1e904cd34c987987b303c8', 'signup/_common_templates/date_range_filter_field.tpl', '4.5.48.6', '2010-11-12 11:35:12', '7e6f9d039cb8a6c5e79888773499dc7b', 'N'), ('a91cfd34b70ce92f9c8a37efedd83131', 'signup/_common_templates/date_textbox.tpl', '4.5.48.6', '2010-11-12 11:35:12', '4d2bf89bd754bbaccc15e48d7a37dd02', 'N'), ('25037c3d7e506aa186008b8c443ffd47', 'signup/_common_templates/daterange_popup.tpl', '4.5.48.6', '2010-11-12 11:35:12', '8286747eb7bf5f14f1e25fc155faa773', 'N'), ('5853c51f607f077b766a4a6327ad25a7', 'signup/_common_templates/datetimepickercontent.tpl', '4.5.48.6', '2010-11-12 11:35:12', '9771684f29bc88d974cc64283055d1d1', 'N'), ('21050cb62915b21e5ecbed47adfbd381', 'signup/_common_templates/desktop.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'b653025800e416896bd453246061a535', 'N'), ('95a7a3f729e80bb7888deabd56f583e8', 'signup/_common_templates/desktop_gadget.tpl', '4.5.48.6', '2010-11-12 11:35:12', '21394ff13337e4716860c12b5e4fb312', 'N'), ('f826efb9c2b5c0e098b50d42ae6b0dbb', 'signup/_common_templates/desktop_main_menu.tpl', '4.5.48.6', '2010-11-12 11:35:12', '31eb02f3f6b767d24012753d50ff5159', 'N'), ('f744dd8129ff1d74783799dd37d30565', 'signup/_common_templates/desktop_settings_mode.tpl', '4.5.48.6', '2010-11-12 11:35:12', '1054d3be606383580f8d521f2d72682f', 'N'), ('99b2cb0e0898af39fa8bbb3885263d9b', 'signup/_common_templates/drag_container.tpl', '4.5.48.6', '2010-11-12 11:35:12', '358104feb6f9c3c2a01206e460726eac', 'N'), ('b04bc87404977540e6fc97ebc05d9255', 'signup/_common_templates/dynamic_form_panel.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'ad39ac8a1e2e2e93ab1c8460c2db88e4', 'N'), ('3eb5012920edd9c1d28fc5929f6f6932', 'signup/_common_templates/edit_textarea_widget.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'ddd69348b1f228c2ca29a5251388e9f1', 'N'), ('7b9963c766c70d7a45b69ec89a727295', 'signup/_common_templates/edit_tracking_code_widget.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'c5c27e66753ca3f3dad33c5103ea51f4', 'N'), ('660d819e3c95f7e3685b8ddd3a713634', 'signup/_common_templates/editor.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'a8c5483c720526b56fa899a91045c287', 'N'), ('d6434ff184313cc56428a4976fe9c3e6', 'signup/_common_templates/editor_with_constants_panel.tpl', '4.5.48.6', '2010-11-12 11:35:12', '6c9e8d91f33bc90c661e9b67ca5ff1e1', 'N'), ('e932a3c5287c2a39c956f07d427ba8c6', 'signup/_common_templates/email_form.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'c77909786ea27726a04c9897fca22ecf', 'N'), ('42f848136f22dd018245431a6ef6067b', 'signup/_common_templates/email_setting_smtp_form.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'd17124a143f842ab1876ed14a74bc762', 'N'), ('be26e368fc80d8a2199fb5d3e7f78586', 'signup/_common_templates/email_settings_form.tpl', '4.5.48.6', '2010-11-12 11:35:12', '5d1d6cf14b07a20ab0b148b32472209c', 'N'), ('bb9ee7ef726f475658bc963391b278ed', 'signup/_common_templates/email_settings_tab.tpl', '4.5.48.6', '2010-11-12 11:35:12', '5f60b782a7527d85b3696db285077c42', 'N'), ('f15515f8d13fe6edfc91e029e1678ece', 'signup/_common_templates/email_template_edit_panel.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'df2390b1aba889f8f478b2bf75d515d9', 'N'), ('562351f17c47b950f6f73d71420fb63b', 'signup/_common_templates/expired_session_dialog.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'ba711bd5d1e932ffc4fbc8e601204905', 'N'), ('dccd76559ffea5fb52485b499ec358a7', 'signup/_common_templates/extendable_text.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'c271a315a4ab4027085b09cfa57d38d5', 'N'), ('e33c1328eb47b8102995be14be64037a', 'signup/_common_templates/extendable_text_content.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'cca4ebdf72f3cb7638b6c5bf0f59d9aa', 'N'), ('71735e344c80e104666fe4c7e8b5bed4', 'signup/_common_templates/extendable_text_widget.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'c489b602a82ab5c8055f83785a96591e', 'N'), ('85bc95ae605424031bc170836acaf185', 'signup/_common_templates/faq_public.stpl', '4.5.48.6', '2010-11-12 11:35:12', '189b52a7519f4c70a08eccfbd8a427ef', 'N'), ('0538c32adcc953c1ec833de38ec21723', 'signup/_common_templates/feature_detail.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'a1251d11bd034c50c491600bd3a37489', 'N'), ('9809dd697272c987f19c1da13dd5080d', 'signup/_common_templates/feature_on_activate.tpl', '4.5.48.6', '2010-11-12 11:35:12', '544374f96c5524c306a5c6f6f956200c', 'N'), ('7f7816fd3bfd69931f4de6862f9141af', 'signup/_common_templates/feature_on_deactivate.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'a1767954af4547adcfb12cf4107f3468', 'N'), ('6e5ad2bc82ce9d171eeaa03715d6fdb8', 'signup/_common_templates/feature_settings.tpl', '4.5.48.6', '2010-11-12 11:35:12', '5d838e8f918159809ffa7f57d458f374', 'N'), ('19df27d8a6b953da6c6116b0aac9389a', 'signup/_common_templates/field_type_edit.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'b1294ba5d4486ea1cf8022a51e277a11', 'N'), ('71e44a37e7e508556082c6fb3d3cd2c4', 'signup/_common_templates/file_widget.tpl', '4.5.48.6', '2010-11-12 11:35:12', '81374fa03c121ad6bda8c1f6d292fd2d', 'N'), ('526f047e692291a300aff6fa8faad1c8', 'signup/_common_templates/filter.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'de6e64af8edd06be91e83fd2b0505f1f', 'N'), ('b5cef4545e769fd0907e9980817bf34d', 'signup/_common_templates/filter_form.tpl', '4.5.48.6', '2010-11-12 11:35:12', '9b5a957005197803b31e6d03f974213a', 'N'), ('4205ad904b80196a9b2bff15155c14c3', 'signup/_common_templates/filter_header.tpl', '4.5.48.6', '2010-11-12 11:35:12', '6bc900aef83e8c73966944e08dd7e4a2', 'N'), ('b8d7363aef665dfce29fa204e5e00b08', 'signup/_common_templates/filter_search.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'c9ca036dcff39d9c30724916f8921fd4', 'N'), ('640388bc53ad71f093e00dbdc95ab7c8', 'signup/_common_templates/footer.stpl', '4.5.48.6', '2010-11-12 11:35:12', 'f68c2ceaf0bebdf608deb274db5b0d05', 'N'), ('52c32e4dab20c6a655115573275f7bb0', 'signup/_common_templates/footer.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'e7b3dd04311e8329d464f54d307d53c6', 'N'), ('34fe3fda8dd3f71c49f09af2702b9649', 'signup/_common_templates/form_field.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'ad4cd0dd5e6c64fa5f93a816fa72e897', 'N'), ('72a2c336275f8562926354be4a9d9d83', 'signup/_common_templates/form_field_checkbox.tpl', '4.5.48.6', '2010-11-12 11:35:12', '300ea0a723fe945e10a21d9fb187a6c0', 'N'), ('d4c94da240ef772bb8a9594d5af11d1b', 'signup/_common_templates/form_field_radio.tpl', '4.5.48.6', '2010-11-12 11:35:12', '7003b01617ac783fb9b310e6f31d082c', 'N'), ('bffb72490b001e5b0d0a2df169aa0b42', 'signup/_common_templates/frame_panel.tpl', '4.5.48.6', '2010-11-12 11:35:12', '7b13a1add8ba712d8a34f4285414b419', 'N'), ('e5f2a085cfbe21e2e8b9659786fb5bc9', 'signup/_common_templates/gadget_config.tpl', '4.5.48.6', '2010-11-12 11:35:12', '3c5a54d063eda6b88286217d189c3e4c', 'N'), ('095a7e25d27b964646e59cd47a242e69', 'signup/_common_templates/gadget_google.stpl', '4.5.48.6', '2010-11-12 11:35:12', '7ff6c8b26c237caf0577e1baf4e819c0', 'N'), ('5e66c8ee6dc3b5ec977a58d8e663e52a', 'signup/_common_templates/gadget_header.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'a72a8c2c242fdf3a1ef76f6e0a5d6695', 'N'), ('47dafff72a37361c0646d1287e30aeda', 'signup/_common_templates/gadget_panel.tpl', '4.5.48.6', '2010-11-12 11:35:12', '4178c029db5e146bc731d779d65a8a36', 'N'), ('c4071f954f5a1e3223551c3248c1dc3e', 'signup/_common_templates/gadget_row_panel.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'a8c6e59d5de5496dbdeda9d57d2788da', 'N'), ('142b0d5caa6fedb51814c68ff61555f8', 'signup/_common_templates/gadget_rss.stpl', '4.5.48.6', '2010-11-12 11:35:12', '8f73ed22a7ed6f0ca4416e88fedeac78', 'N'), ('0d35b53ddf15376b0dc1bf412e6d250f', 'signup/_common_templates/gadget_settings.tpl', '4.5.48.6', '2010-11-12 11:35:12', '105ff2811c81ac9c55ea57b7d0ac0148', 'N'), ('02baab20b479ed539adf5545aed34559', 'signup/_common_templates/gadget_uwa.stpl', '4.5.48.6', '2010-11-12 11:35:12', 'fc6f4e53b8ccb091f7b2b074c91e4bd2', 'N'), ('a769d731faadedc360bf6ad77c3b9429', 'signup/_common_templates/gadget_window.tpl', '4.5.48.6', '2010-11-12 11:35:12', '513ecc937c6be566a42aaf549652fdbe', 'N'), ('5b73b21c7d11aa2f0dcafe4fac8cd014', 'signup/_common_templates/gadget_window_bottomleft.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'ff7129ad4f9f45270ed9e44b088a5e55', 'N'), ('4984a3fdd85dce5923ba9910fa700262', 'signup/_common_templates/gadget_window_left.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'fee5ef79e66e21558f2d86fd2c4f6f83', 'N'), ('1c68680b2d3ee77319bea8453795546c', 'signup/_common_templates/gadget_window_topleft.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'cd802bf0b15f07cb12f8cc74ff1e4679', 'N'), ('e5a8ba1e86e1fa94bd412a603fa60007', 'signup/_common_templates/gadgets_filter_panel.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'd4684697cb82cfd91d4af03897e42046', 'N'), ('8708068218e06de1172d9258b9eccd0a', 'signup/_common_templates/gadgets_no_data.tpl', '4.5.48.6', '2010-11-12 11:35:12', '10490ba64dc553766a2a507867ea5d9a', 'N'), ('c7d7a1dd0285b8396766a879a2cd1ee5', 'signup/_common_templates/gpf.css', '4.5.48.6', '2010-11-12 11:35:12', '4e444e0216f417ae71aee209649ad1ba', 'N'), ('5ffc5a882e145686eea544e36befb9b1', 'signup/_common_templates/gpf_db_mail.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'b5ea5e9ecef2152fdf967085a7689adc', 'N'), ('d2ba8521c9a5b80a9e5b02fc4a694bc6', 'signup/_common_templates/grid.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'd20c62be2b5d77862f2ba81e371f4d4f', 'N'), ('4dbd5563bbd123d272dcbed43c804cf2', 'signup/_common_templates/grid_bottombuttons.tpl', '4.5.48.6', '2010-11-12 11:35:12', '26695c6d27d33d3121ec70985aa7649b', 'N'), ('39d0248d82844c2c46c7d51719b8911f', 'signup/_common_templates/grid_bottomgridline.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'c835d38d6156165a02cb1dd2661ddd07', 'N'), ('7fdd745e84c949db81f35bbb49b7307a', 'signup/_common_templates/grid_nodata.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'e30adc67da2434c4e93dfdedb6023bc2', 'N'), ('bcf29b04138a9a7e39c1d83604473ea0', 'signup/_common_templates/grid_pager.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'a4eae610598debf021109f81744cb263', 'N'), ('399fac38009f90cae3cc4f9dede20a3d', 'signup/_common_templates/grid_selector.tpl', '4.5.48.6', '2010-11-12 11:35:12', '4961944e8e7e0606c831881c32b591bb', 'N'), ('29a0683f17ae6d8ace8bdd3117d84874', 'signup/_common_templates/grid_topbuttons.tpl', '4.5.48.6', '2010-11-12 11:35:12', '1a3f67ea907da0208903a5679ecacfd9', 'N'), ('06a6b70f98732f74ebaa39e5fa4aad04', 'signup/_common_templates/grid_topgridline.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'da6ec34c642ca6fe8b39f1d1609cab2a', 'N'), ('35e2c938acf53aedb2ca986a8168478c', 'signup/_common_templates/header.stpl', '4.5.48.6', '2010-11-12 11:35:12', 'ecda6bf0d51f2e189bc9b13b3aca64fd', 'N'), ('e55f2472432cf3538f2e6d4dfbebb3c8', 'signup/_common_templates/header.tpl', '4.5.48.6', '2010-11-12 11:35:12', '32d459ea9f7ebf7a241715058cc91f38', 'N'), ('8086d67c3e0680e587c019f62d848119', 'signup/_common_templates/horizontal_layout_panel.tpl', '4.5.48.6', '2010-11-12 11:35:12', '8b6098cd64720cff686cc24e06ac4c17', 'N'), ('05657d7e1db3e24176f53f0952fa3dbf', 'signup/_common_templates/icon_button.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'b5bdf543a43063d2f4220611733daec9', 'N'), ('d17c8252d62fe543e8c6e03543a02dc7', 'signup/_common_templates/icon_object.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'ff8d25e63eca03b325c4501e13358fb2', 'N'), ('e347160b0038c4c40778dcc9c78c8a8a', 'signup/_common_templates/icon_picker.tpl', '4.5.48.6', '2010-11-12 11:35:12', '77a002b90f678df44bcca5776f314820', 'N'), ('9a2154afad57e7db11b18b1bd40723d4', 'signup/_common_templates/icon_picker_panel.tpl', '4.5.48.6', '2010-11-12 11:35:12', '4342c424a8cb290701f64d0cb63655ec', 'N'), ('0a69b6ac606f6c54e47a197cb0076277', 'signup/_common_templates/icon_status_widget.tpl', '4.5.48.6', '2010-11-12 11:35:12', 'ff9e2bc87e203324cc33c4b3ac365dfe', 'N'), ('329db0df616e037686a45215fe698eea', 'signup/_common_templates/image_uploader.tpl', '4.5.48.6', '2010-11-12 11:35:12', '730e6f34b9878f5152e3ba12da5a7d1c', 'N'), ('3993c935084d861b433d4c9f76161c66', 'signup/_common_templates/imagepicker.tpl', '4.5.48.6', '2010-11-12 11:35:12', '8e0e3c7c81df4655610936ab77fc0d8c', 'N'), ('19522d0708bfe36075181d1656e7f69e', 'signup/_common_templates/img/FB_share_button.png', '4.5.48.6', '2010-11-12 11:35:12', 'a56c7efd784eb61b5ac1e6f4111f59a8', 'N'), ('fd77f0b851cec523b04027db39860e3a', 'signup/_common_templates/img/Thumbs.db', '4.5.48.6', '2010-11-12 11:35:12', 'bdc62ffcd5280e5762092f0d48305bce', 'N'), ('0cb6d106ba40bc222512d8e5b688d7a3', 'signup/_common_templates/img/alt.png', '4.5.48.6', '2010-11-12 11:35:12', 'b0f9d31351efbf90578ff392cae6b51e', 'N'), ('769e6755dfa833b61fcf2b7af0147338', 'signup/_common_templates/img/attachment.png', '4.5.48.6', '2010-11-12 11:35:12', '8351d8840155b42ed4555035657b3892', 'N'), ('eacf0df6f9114d4300ba5a449ae0eec6', 'signup/_common_templates/img/attachment_delete.png', '4.5.48.6', '2010-11-12 11:35:12', '36ec1f9102d2f054a045f89bcfed1427', 'N'), ('57fc25ef875de0f06eb385ca39439a19', 'signup/_common_templates/img/balloon.error.arrow.png', '4.5.48.6', '2010-11-12 11:35:12', '57f6d7c5e22cfbd50f5c2a86f5c31552', 'N'), ('9f901d4e8e09d52472814eadeca08eb9', 'signup/_common_templates/img/balloon.error.png', '4.5.48.6', '2010-11-12 11:35:12', 'c865f28e7f1cbdaaf5cde203ee9c899d', 'N'), ('8f46cc7d48491087ba90591d4493d36d', 'signup/_common_templates/img/balloon.error.vertical.png', '4.5.48.6', '2010-11-12 11:35:12', '9b41530651528380532abd74241e04a1', 'N'), ('60e9e2953228cc2287cca8e16c065f85', 'signup/_common_templates/img/balloon.help.arrow.png', '4.5.48.6', '2010-11-12 11:35:12', 'e945d6f57c493e1ef8e752cb41a0ec2d', 'N'), ('1157069c272d18c9ad0d63304514d287', 'signup/_common_templates/img/balloon.help.png', '4.5.48.6', '2010-11-12 11:35:12', 'dc84b0cd861b1336d026a522a8a64409', 'N'), ('a201676f4a7427c874b55c6dbd3b38fb', 'signup/_common_templates/img/balloon.help.vertical.png', '4.5.48.6', '2010-11-12 11:35:12', '3de65bed0fc348f05b5ee22a971454a2', 'N'), ('104e8e00441c295b6e6b4fe834d9be78', 'signup/_common_templates/img/browsers.png', '4.5.48.6', '2010-11-12 11:35:12', '67e449054e2a51c023e8cd867a9a9f42', 'N'), ('c698034c0a247f7d8c3824d8bc16f43f', 'signup/_common_templates/img/button.gif', '4.5.48.6', '2010-11-12 11:35:12', '4ade3d1a6f70ab99565469a8899c4721', 'N'), ('1fa218b28009af94a202d7906eaa6a44', 'signup/_common_templates/img/button.icon.png', '4.5.48.6', '2010-11-12 11:35:12', '7fe0dae178ca48f31ca3b440d88ba011', 'N'), ('5f4dfe266199d5ef4aa8945e686de7e2', 'signup/_common_templates/img/button.png', '4.5.48.6', '2010-11-12 11:35:12', 'bfeaa27a8b0c7c52e978ee91a0609975', 'N'), ('9e1e7352f1928abea15ad87e0564cbf1', 'signup/_common_templates/img/checkbox.png', '4.5.48.6', '2010-11-12 11:35:12', '769adebe16c9648593de3e915c7d5a59', 'N'), ('7dfd611aae8f3609f8151f845bc0ff27', 'signup/_common_templates/img/content_bottom.gif', '4.5.48.6', '2010-11-12 11:35:12', '752b9cf627b4c7dbccc857d5a691d4b9', 'N'), ('2f0929e0d3bd9a0e41f1852019821cc1', 'signup/_common_templates/img/content_bottom_left.gif', '4.5.48.6', '2010-11-12 11:35:12', 'f050f014c1de2756f669817b104181b0', 'N'), ('0abad2e2a8c2d4b60702884ef17d1fa1', 'signup/_common_templates/img/content_bottom_right.gif', '4.5.48.6', '2010-11-12 11:35:12', 'f7196a6f7f8e41930f25cb60103297e4', 'N'), ('825377c5dd58555558a965b30481b088', 'signup/_common_templates/img/content_left.gif', '4.5.48.6', '2010-11-12 11:35:13', 'd8538d3756f8c6027414a583858618a8', 'N'), ('a0db64965bf1fb6177eadb08c25ab3a8', 'signup/_common_templates/img/content_right.gif', '4.5.48.6', '2010-11-12 11:35:13', '97177491028c3422434d64a29fce343b', 'N'), ('cdf90d95f0faf952c3762045ecf9d602', 'signup/_common_templates/img/content_top.gif', '4.5.48.6', '2010-11-12 11:35:13', '1206ee1251333832e10a09d0dd84c3f8', 'N'), ('9638c9f86b22e489e4e78a1bca587f8a', 'signup/_common_templates/img/content_top_left.gif', '4.5.48.6', '2010-11-12 11:35:13', '8a397076700e439a1c8f24aa9e1c1760', 'N'), ('b89b0f69f77df45be6adcb264d96dfcb', 'signup/_common_templates/img/content_top_right.gif', '4.5.48.6', '2010-11-12 11:35:13', '13947f410657fe4b089d663c9b9922a2', 'N'), ('3d50329b15002ac3081a2dc92b457d91', 'signup/_common_templates/img/custom.jpg', '4.5.48.6', '2010-11-12 11:35:13', 'd9c02d3d767d73e707bfc28075d882c3', 'N'), ('88f1b02080ee2dfda419a86cc232a79f', 'signup/_common_templates/img/delete.png', '4.5.48.6', '2010-11-12 11:35:13', 'f0e6c0036c26a8a263eb53b28296e4ac', 'N'), ('c75ed03fccbfd141876f9460a25a9fe9', 'signup/_common_templates/img/dirty.gif', '4.5.48.6', '2010-11-12 11:35:13', 'decca3b96e2c37cf6eb04ddb0d9f669b', 'N'), ('a1910983592e8644897aab68180189fb', 'signup/_common_templates/img/doc.png', '4.5.48.6', '2010-11-12 11:35:13', 'c914d3518532910b13728f3d9b43056d', 'N'), ('44912f5ecd02e8f023958c65287b916b', 'signup/_common_templates/img/draggable.png', '4.5.48.6', '2010-11-12 11:35:13', 'ab4fb4e3c82ccb353b30640cc36eaf67', 'N'), ('776e87fd6dc3cadf090fa41e2457fe13', 'signup/_common_templates/img/favicon.ico', '4.5.48.6', '2010-11-12 11:35:13', '54cbdb12372483e405f46f140db973cc', 'N'), ('50547c2ca696fe40da01dd765c84cbc1', 'signup/_common_templates/img/feature.png', '4.5.48.6', '2010-11-12 11:35:13', 'a17a20726ab706b8cc4d7ad89ee36ef9', 'N'), ('63f89a09e47b0b5f6dc2064ae09f6fe4', 'signup/_common_templates/img/fieldset.background.png', '4.5.48.6', '2010-11-12 11:35:13', 'e02200ae4d1960c61c1baffeee30713a', 'N'), ('354451a8b9af1e55a44a77444d72702f', 'signup/_common_templates/img/filter.background.png', '4.5.48.6', '2010-11-12 11:35:13', 'd0dd4171464ced5e0a869ab2faa211f8', 'N'), ('55cde7ee21a7212a1950974eff10bbe4', 'signup/_common_templates/img/folder.png', '4.5.48.6', '2010-11-12 11:35:13', '74ad8feccb7ac18bde1380dd7bdbdd06', 'N'), ('1d2960daf13a6668cca955e22ef598ab', 'signup/_common_templates/img/footer.background.jpg', '4.5.48.6', '2010-11-12 11:35:13', '785055f715fc8c153fe6fa9231620e8c', 'N'), ('f9c4b11b6c06ffdc67d18caa1c356f01', 'signup/_common_templates/img/gadget.background.png', '4.5.48.6', '2010-11-12 11:35:13', 'ad4d3131595af98d69b699d7bcb560f4', 'N'), ('46e37ed7c1debf2423510295f401e1d7', 'signup/_common_templates/img/gadget.png', '4.5.48.6', '2010-11-12 11:35:13', '149cda728abc46f8e7d6ba2b7ffa3844', 'N'), ('f3676a3b0ec0c77b5c9229b40e7a1460', 'signup/_common_templates/img/gadget.vertical.png', '4.5.48.6', '2010-11-12 11:35:13', '0931466af2cc61f0fcdaa76ef26ad932', 'N'), ('d77da7d7da6bdd821be2da960eefacff', 'signup/_common_templates/img/grid.no.data.png', '4.5.48.6', '2010-11-12 11:35:13', '8d4e78d189687b989b07cfb5ccce6522', 'N'), ('9f01759db277b65a825a0423d2a684d2', 'signup/_common_templates/img/grid.png', '4.5.48.6', '2010-11-12 11:35:13', '9b74b8b6aee2d3456a0fdd0d871317c0', 'N'), ('9fa38c5b7f337b29d69f101186c98013', 'signup/_common_templates/img/grid.views.png', '4.5.48.6', '2010-11-12 11:35:13', 'f3cccc4cf313aad1e2d6a51f3ab169a8', 'N'), ('ad67ff8884f860c2e69a2e7b6fde8b7b', 'signup/_common_templates/img/html.png', '4.5.48.6', '2010-11-12 11:35:13', '23bf6c9bc9121ffd0c273b5414faaba0', 'N'), ('b3726bd3388956e14c6d356a692bdbba', 'signup/_common_templates/img/icon-addgadget-big.png', '4.5.48.6', '2010-11-12 11:35:13', '49e2f7dd155012136b5eea97f9b99ed4', 'N'), ('9538552ce57110e09f9c347366ce3741', 'signup/_common_templates/img/icon-addgadget-middle.png', '4.5.48.6', '2010-11-12 11:35:13', '5c6969388ac082e7ffd663e962dd958a', 'N'), ('b66d041c107a1771e5e0e49969657972', 'signup/_common_templates/img/icon-addgadget-small.png', '4.5.48.6', '2010-11-12 11:35:13', '80fa5db57fa49bbe9107d3551e2e838f', 'N'), ('dac6304285f35997c1d22f9c62cd2723', 'signup/_common_templates/img/icon-admins-big.png', '4.5.48.6', '2010-11-12 11:35:13', 'c237d6f787767e2f76b4a299fd125fe0', 'N'), ('0012ba1fc1caaa75d653ce58e97c6108', 'signup/_common_templates/img/icon-admins-middle.png', '4.5.48.6', '2010-11-12 11:35:13', 'd2c4880aa1784ce3fb133558bccd8834', 'N'), ('f6419c1de5abe9c927abde328ec3f0ef', 'signup/_common_templates/img/icon-admins-small.png', '4.5.48.6', '2010-11-12 11:35:13', '0f70cfe05138f5d664f50b009bebdaf7', 'N'), ('0159e9bee3f17ae4f0dbcf8cfe705bf2', 'signup/_common_templates/img/icon-communication-big.png', '4.5.48.6', '2010-11-12 11:35:13', 'd9634c6d21ab0388db756a302b43c24b', 'N'), ('8182c0903d955535ef04af90a5ba6b07', 'signup/_common_templates/img/icon-communication-middle.png', '4.5.48.6', '2010-11-12 11:35:13', 'dad7567ea8455db8f9d04f62827f95b7', 'N'), ('1dc439d5bc475737580309cf3f24469f', 'signup/_common_templates/img/icon-communication-small.png', '4.5.48.6', '2010-11-12 11:35:13', '4ca468f4707653aea90c10a8aee280be', 'N'), ('41e8b662868bc8d1d26b2c0ab8c91c58', 'signup/_common_templates/img/icon-confirmationrequired-big.png', '4.5.48.6', '2010-11-12 11:35:13', '99e46acda790c695b9e695235bc567ea', 'N'), ('2634e3effd4ed26d08b5d3e869a1d9fd', 'signup/_common_templates/img/icon-confirmationrequired-middle.png', '4.5.48.6', '2010-11-12 11:35:13', '8f46b185cc39f2a1eac84b10786b1a22', 'N'), ('d0fb534f342ebd1ce793be3ac55da7ec', 'signup/_common_templates/img/icon-confirmationrequired-small.png', '4.5.48.6', '2010-11-12 11:35:13', '398919d212a85128db98277d1637fc66', 'N'), ('eb7f92aafd3918fdc1745f031636292a', 'signup/_common_templates/img/icon-content-big.png', '4.5.48.6', '2010-11-12 11:35:13', 'ea668db8e90d4d2dd5891be9c3662d65', 'N'), ('3aa7119fed9307b7a4239968bfc5eabd', 'signup/_common_templates/img/icon-content-middle.png', '4.5.48.6', '2010-11-12 11:35:13', '72a5e3a0a993e899b89747f7a977c3b8', 'N'), ('37648597333820f4ccde5a9d52478b1d', 'signup/_common_templates/img/icon-content-small.png', '4.5.48.6', '2010-11-12 11:35:13', 'aba167c8a15a1f84f1cc004498e2fcd1', 'N'), ('c7d44955391dcdad6f13a85db8529873', 'signup/_common_templates/img/icon-desktop-big.png', '4.5.48.6', '2010-11-12 11:35:13', '5a993071a268cb9c4b8ff360204666e8', 'N'), ('a9eff8b4e92527d7e445ef31cca62a72', 'signup/_common_templates/img/icon-desktop-middle.png', '4.5.48.6', '2010-11-12 11:35:13', '4dafab8ad39af078221f93bb72afd489', 'N'), ('2b325801b81f56c1b937ea5f775b7ccf', 'signup/_common_templates/img/icon-desktop-small.png', '4.5.48.6', '2010-11-12 11:35:13', '4097ff78d80c697ec3601e8bfeacf3c0', 'N'), ('0f60d0a3caf0a72171f55b00ceb912bf', 'signup/_common_templates/img/icon-dialog-big.png', '4.5.48.6', '2010-11-12 11:35:13', 'ea668db8e90d4d2dd5891be9c3662d65', 'N'), ('193526b4290a5d913b4b534d04e2c2a1', 'signup/_common_templates/img/icon-dialog-middle.png', '4.5.48.6', '2010-11-12 11:35:13', '72a5e3a0a993e899b89747f7a977c3b8', 'N'), ('ddb01f8f72465ad5792f7247eb1d509f', 'signup/_common_templates/img/icon-dialog-small.png', '4.5.48.6', '2010-11-12 11:35:13', 'aba167c8a15a1f84f1cc004498e2fcd1', 'N'), ('63ef7c9fc8de94c9bf6c884ab1dc40fc', 'signup/_common_templates/img/icon-export-big.png', '4.5.48.6', '2010-11-12 11:35:13', '0b33f3a6ea9cc42150d97444626249cc', 'N'), ('ea635175927dbf2043b1425a5eaf51cf', 'signup/_common_templates/img/icon-export-middle.png', '4.5.48.6', '2010-11-12 11:35:13', '065e11d3d5f7cd3e9cb62b7930ccd618', 'N'), ('27d0d626c18c711a5325d045edee0f7f', 'signup/_common_templates/img/icon-export-small.png', '4.5.48.6', '2010-11-12 11:35:13', 'ce6a9dc9ddd0a392fd7ec680bfa3e77b', 'N'), ('a4e6cadbad4373454a3b08acb833e5df', 'signup/_common_templates/img/icon-exportfiles-big.png', '4.5.48.6', '2010-11-12 11:35:13', '4affb865e1adcfa375831dd6946eac39', 'N'), ('bd20b8da1a923090f12704ed9ea956cc', 'signup/_common_templates/img/icon-exportfiles-middle.png', '4.5.48.6', '2010-11-12 11:35:13', 'd4d80ae06ef763aa17607b25703cae46', 'N'), ('0e9ed5c10ec4c0c06b87ea57d73a19d3', 'signup/_common_templates/img/icon-exportfiles-small.png', '4.5.48.6', '2010-11-12 11:35:13', '34ff8df8776318a79a686ba86d24c750', 'N'), ('cd4fc322c7f811a93ef1e0010c9d876f', 'signup/_common_templates/img/icon-features-big.png', '4.5.48.6', '2010-11-12 11:35:13', '4ba9e54a2c4441183ea17ae39caf15f5', 'N'), ('f1f655523ed1ed9d2a0c5915433cc3b1', 'signup/_common_templates/img/icon-features-middle.png', '4.5.48.6', '2010-11-12 11:35:13', '17d215110cdaae0725f1a108c7d6e74d', 'N'), ('a63154d2b5d678d1b8d590ee3ba9deca', 'signup/_common_templates/img/icon-features-small.png', '4.5.48.6', '2010-11-12 11:35:13', 'e51f91c359e0bed9d11b78080290b28f', 'N'), ('d59c3a870f1d772e6cca75b739451b45', 'signup/_common_templates/img/icon-help-big.png', '4.5.48.6', '2010-11-12 11:35:13', '9007ac5af8f6f10ccffb0bfb2bf7d363', 'N'), ('1d1a62d0e0cb4ac6d746e264d93183c5', 'signup/_common_templates/img/icon-help-middle.png', '4.5.48.6', '2010-11-12 11:35:13', '01dbb879f7f4c662128d1d9f4c04640c', 'N'), ('32dd45542fe6ea3e92c39961d26b3b5b', 'signup/_common_templates/img/icon-help-small.png', '4.5.48.6', '2010-11-12 11:35:13', '832097c7d37772be765ef635e6d348ee', 'N'), ('ec504825850b55b97748dc727ff73f89', 'signup/_common_templates/img/icon-home-big.png', '4.5.48.6', '2010-11-12 11:35:13', '46fad7bed165099bc5c520b1ab962fed', 'N'), ('05e5804ddc9d506e2d7daf2dd9f5cf90', 'signup/_common_templates/img/icon-home-middle.png', '4.5.48.6', '2010-11-12 11:35:13', '051d86170471f4c07947c14be0768bc0', 'N'),