Emaze Auction: Templates Templates SELECT templateName, templateType FROM Template WHERE templateFile = '#templateFile#'
Name:
File:
Type: #getTemplate.templateType#
SELECT templateName FROM Template WHERE templateName = '#Form.templateName#'

Template name, #Form.templateName#, is already being used. Please choose another name.

SELECT templateFile FROM Template WHERE templateFile = '#Form.templateFile#'

Template name, #Form.templateFile#, is already being used. Please choose another filename.

Name:
File:
Type: #Form.oldTemplateType#
UPDATE Template SET templateName = '#Form.templateName#', templateFile = '#Form.templateFile#' WHERE templateFile = '#Form.oldTemplateFile#' UPDATE Category SET templateFile = '#Form.templateFile#' WHERE templateFile = '#Form.oldTemplateFile#' SELECT categoryID FROM Category WHERE templateFile = '#Form.oldTemplateFile#' "> UPDATE Lot SET templateFile = '#Form.templateFile#' WHERE templateFile = '#Form.oldTemplateFile#' SELECT lotID FROM Lot WHERE templateFile = '#Form.templateFile#' "> ">

Template #Form.templateName# updated.

Just wanted to let you know that the new template file exists and the old template file does not. Perfect! The old template file exists, but not the new one. To rename the old file to the new name, click the Rename button below. Otherwise, be sure to rename the file (or upload a file with the new name) before using this template.

Both the old and new template files exist. To delete the old template file, click the Delete button below. Otherwise, you may delete the template file at any time.

Neither the old nor the new template file exists on the server. To upload the new template file, use the form below. Otherwise, be sure to place the template file in the following directory: #systemPath#\template\.


You did not check the checkbox to verify your delete request.

You did not select any templates to delete.

DELETE FROM Template WHERE templateFile = '#ListGetAt(Form.template,1)#' OR templateFile = '#templateCount#'

Template(s) deleted from system.

Template file #templateCount# deleted from server.
    Template file #templateCount# does not exist.

Template file(s) not actually deleted from server. You may delete them at any time.

SELECT templateFile FROM Template WHERE templateName = '#Form.templateName#'

Template name, #Form.templateName#, is already being used. Please choose another.

SELECT templateFile FROM Template WHERE templateFile = '#Form.templateFile#'

Template file, #Form.templateFile#, is already being used. Please choose another name.

Name:
File:
Type:
INSERT INTO Template (templateName, templateFile, templateType) VALUES ('#Form.templateName#', '#Form.templateFile#', '#Form.templateType#')

Template #Form.templateName# created.

Just wanted to let you know that the template file #Form.templateFile# already exists on the server. We assume you previously uploaded the template.

The template file #Form.templateFile# has not yet been uploaded to the server.

You may upload it now via the form below. Otherwise, be sure to place the template file in the following directory:

#systemPath#\template\


Template file #File.ServerFile# uploaded successfully.

The uploaded template file, #File.ServerFile#, is not the same filename you specified when creating this template: #Form.templateFile#. The file has been uploaded, but will not work properly until the filename is changed.

The uploaded template file, #File.ServerFile#, does not have the appropriate ".cfm" extension.

The file has been uploaded, but will not work properly until the extension is changed.

Template file renamed.

Old template file deleted.