home *** CD-ROM | disk | FTP | other *** search
- @@ ------------------------------------
- @@ Template 1 für Html-Files.bbs
- @@ ------------------------------------
- <head>\
- <title>\
- Dateiliste @Areaname\
- </title>\
- </head>
- \
- <body bgcolor="#000000" text="#ffffff">
- \
- <table width=100% border=1 cellspacing=0 cellpadding=2>
- \
- <tr bgcolor="#000055">\
- <td colspan=4 align=center>\
- <font color="#00ffff" size=+1>\
- Area: @AreaName - @Html(@AreaDesc)\
- </font>\
- </td>\
- </tr>
- \
- <tr bgcolor="440000">\
- <td>\
- <font color="ffff00">\
- Dateiname@Adjust("",l,15)\
- </font>\
- </td>\
- <td align=right>\
- <font color="ffff00">\
- @Adjust("",l,7)@Html(Größe)\
- </font>\
- </td>\
- <td>\
- <font color="ffff00">\
- Datum@Adjust("",l,6)\
- </font>\
- </td>\
- <td width=100%>\
- <font color="ffff00">\
- Beschreibung\
- </font>\
- </td>\
- </tr>
- @@
- @@ Daten Ausgeben
- @@
- \
- @Format(\
- <tr>\
- <td valign=top>\
- <font color="#ffcccc">\
- @FileName\
- </font>\
- </td>\
- <td valign=top align=right>\
- <font color="#ffffcc">\
- @FileSize(#.###.###)\
- </font>\
- </td>\
- <td valign=top>\
- <font color="#80ff80">\
- @FileDate(dd.mm.yy_f)\
- </font>\
- </td>\
- <td>\
- @FileDesc()\
- </td>\
- </tr>)
- @@
- @@ Fortsetzung mit Template BBS-AFTR.TPL
- @@
-