[Typo3-german] Newloginbox und content [newbie-probleme ;-)]
Florian Ramlow
skytrance at gmx.de
Thu Oct 6 20:59:59 CEST 2005
Hi Leute...
Ich hab versucht die newloginbox in das template einzufügen... Das hat auch
wunderbar geklappt, aber ich kann mich weder anmelden noch sonstwas tun...
Kennt jemand von euch ein gutes und leicht verständliches anfänger tut für
typo3 bzw. die newloginbox?
Die contentausgabe macht auch probleme da leider gottes nicht ausgegeben
wird...
Thx
Florian Ramlow
------------------------------
Der setup-code:
__________________________________________________
config.cache_period = 10
#Login-Tempaufbereitung
#LOGIN
[usergroup = *]
temp.10 < tt_content.login
temp.10 = TEXT
temp.10.data = TSFE : id
temp.10.wrap (
<table width=150 border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="infobox">
<form action="index.php?id= | " method="post">
<input type="hidden" name="logintype" value="logout" >
<input type="submit" name="submit" value="logout"
style="background-color:#FFFFFF; border:solid 1px #000000;
font-size:10px;">
</form>
</td>
</tr>
</table>
)
[else]
temp.10 = TEXT
temp.10.data = TSFE : id
temp.10.wrap (
<form action="index.php?id=53" method="post">
<table width="100%" border="0" cellpadding="0"
cellspacing="0">
<tr>
<td align="right" nowrap>
Schüler: <input name="user" type="text"
id="user" title="Benutzername" onfocus="if
(this.value==this.defaultValue) this.value=''" value="" size="13"
style="background-color:#FFFFFF; border:solid 1px #000000;
font-size:10px;">
</td>
</tr>
<tr>
<td align="right" nowrap>
Passwort: <input name="pass"
type="password" id="pass" title="Passwort" onfocus="if
(this.value==this.defaultValue) this.value=''" value="" size="13"
style="background-color:#FFFFFF; border:solid 1px #000000;
font-size:10px;">
</td>
</tr>
<tr>
<td align="right">
<input type="hidden" name="redirect_url"
value="index.php?id= | " />
<input name="`submit" type="submit"
value="Login" style="background-color:#FFFFFF; border:solid 1px #000000;
font-size:10px;"></td>
</tr>
</table> <input type="hidden" name="logintype"
value="login" > <input type="hidden" name="pid" value="19" >
</form>
)
page = PAGE
page {
typeNum = 0
bodyTag = <body bgcolor="FFFFFF" topmargin="0" leftmargin="0">
meta.AUTHOR = Ramlow-Webservices
meta.DISCRIPTION = Webdesign Webhosting EDV Service Housing
10 = TEMPLATE
10.template = FILE
10.template.file = fileadmin/html-templates/template_startseite.html
10.marks {
# Button "Home" einlesen (Link mit Grafiken)
MENU_1 = HMENU
MENU_1.special = directory
MENU_1.special.value = 3
MENU_1.1 = GMENU
MENU_1.1.expAll = 0
MENU_1.1.NO = 1
MENU_1.1.NO {
XY= 86,24
20 = IMAGE
20.file =
fileadmin/html-templates/pics/m1.jpg
}
# Button "Über uns" einlesen (Link mit Grafiken)
MENU_2 = HMENU
MENU_2.special = directory
MENU_2.special.value = 4
MENU_2.1 = GMENU
MENU_2.1.expAll = 0
MENU_2.1.NO = 1
MENU_2.1.NO {
XY= 86,24
20 = IMAGE
20.file =
fileadmin/html-templates/pics/m2.jpg
}
# Button "Infos" einlesen (Link mit Grafiken)
MENU_3 = HMENU
MENU_3.special = directory
MENU_3.special.value = 5
MENU_3.1 = GMENU
MENU_3.1.expAll = 0
MENU_3.1.NO = 1
MENU_3.1.NO {
XY= 86,24
20 = IMAGE
20.file =
fileadmin/html-templates/pics/m3.jpg
}
# Button "Stundenplan" einlesen (Link mit Grafiken)
MENU_4 = HMENU
MENU_4.special = directory
MENU_4.special.value = 6
MENU_4.1 = GMENU
MENU_4.1.expAll = 0
MENU_4.1.NO = 1
MENU_4.1.NO {
XY= 86,24
20 = IMAGE
20.file =
fileadmin/html-templates/pics/m4.jpg
}
# Button "Kontakt" einlesen (Link mit Grafiken)
MENU_5 = HMENU
MENU_5.special = directory
MENU_5.special.value = 7
MENU_5.1 = GMENU
MENU_5.1.expAll = 0
MENU_5.1.NO = 1
MENU_5.1.NO {
XY= 86,24
20 = IMAGE
20.file =
fileadmin/html-templates/pics/m5.jpg
}
# Button "Hilfe" einlesen (Link mit Grafiken)
MENU_6 = HMENU
MENU_6.special = directory
MENU_6.special.value = 8
MENU_6.1 = GMENU
MENU_6.1.expAll = 0
MENU_6.1.NO = 1
MENU_6.1.NO {
XY= 86,24
20 = IMAGE
20.file =
fileadmin/html-templates/pics/m6.jpg
}
# Menü Unten Erstellen
MENU_UNTEN = HMENU
MENU_UNTEN {
special = directory
special.value = 10
1 = TMENU
1.NO = 1
1.NO.linkWrap = | | |*|
| | |*| | |
}
# Login
LOGIN < temp.10
# Inhalte ausgeben
INHALT = CONTENT
INHALT {
table = tt_content
select.where = colPos = 0
select.orderBy = sorting
select.languageField = sys_language_uid
}
}
}
More information about the TYPO3-german
mailing list