temp.content.header.fontTag.wrap = <h3>|</h3>


####################
# Title definition #
####################

lib.stdheader.10.1.fontTag < temp.content.header.fontTag.wrap

# ******************
# CType: mailform
# ******************
// Mailform TYPO3
tt_content.mailform.20 {
	accessibility = 1
	REQ = 1
	noWrapAttr = 1
	formName = form
	// fieldPrefix = 0
	dontMd5FieldNames = 1
	# the () syntax in the wraps makes the html source a bit more readable
	layout (
	<p class="input_b">###LABEL### ###FIELD###</p>
	)

	COMMENT.layout (
	###LABEL###
	)
	RADIO.layout (
	###LABEL###
	<fieldset class="input_radio" id="theForm_radio">###FIELD###</fieldset>
	)

	LABEL.layout = ###LABEL### ###FIELD###
	labelWrap.wrap =  |
	commentWrap.wrap = |
	radioWrap.wrap = <label>|</label>
	REQ.labelWrap.wrap =  |
	stdWrap.wrap = <fieldset>|</fieldset>
	params.input = class="input_text"
	params.radio = class="input_radio"
	params.check = class="input_box"
	params.submit = class="input_submit_mailform"
	params.reset = class="input_submit_mailform"
}

# ******************
# CType: login
# ******************
tt_content.login < tt_content.mailform
tt_content.login.10 = < lib.stdheader
tt_content.login.20 {
	goodMess = {$styles.content.loginform.goodMess}
	redirect >
	recipient >
	data >
	dataArray {
		10.label.data = LLL:EXT:css_styled_content/pi1/locallang.php:login.username
		10.type = *user=input
		20.label.data = LLL:EXT:css_styled_content/pi1/locallang.php:login.password
		20.type = *pass=password
		30.type = logintype=hidden
		30.value = login
		40.type = submit=submit
		40.value.data = LLL:EXT:css_styled_content/pi1/locallang.php:login.login
	}
	type.field = pages
	type.listNum = 0
	target = {$styles.content.loginform.target}
	locationData = 0
	hiddenFields.pid = TEXT
	hiddenFields.pid {
		value = {$styles.content.loginform.pid}
		override.field = pages
		override.listNum = 1
	}

	stdWrap.wrap = <div class="csc-loginform">  | </div>
	stdWrap {
		editIcons.iconTitle.data = LLL:EXT:css_styled_content/pi1/locallang.php:eIcon.login

		prefixComment = 2 | Login/Logout form:
	}
}
[loginUser = *]
tt_content.login.20 {
	dataArray >
	dataArray {
		10.label.data = LLL:EXT:css_styled_content/pi1/locallang.php:login.username
		10.label.wrap = |&nbsp;<!--###USERNAME###-->
		10.label.wrap2 = <p>|</p>
		30.type = logintype=hidden
		30.value = logout
		40.type = submit=submit
		40.value.data = LLL:EXT:css_styled_content/pi1/locallang.php:login.logout
	}
}
[global]


