home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 November / PCO1197.ISO / FilesBBS / DOS / MXLUP230.EXE / HTM-DWNL.ZIP / BBS-AHDR.TPL < prev    next >
Encoding:
Text File  |  1997-09-05  |  1.3 KB  |  72 lines

  1. @@ ------------------------------------
  2. @@ Template 1 für Html-Files.bbs
  3. @@ ------------------------------------
  4. <head>\
  5.  <title>\
  6.   Dateiliste @Areaname\
  7.  </title>\
  8. </head>
  9. \
  10. <body bgcolor="#000000" text="#ffffff">
  11. \
  12.  <table width=100% border=1 cellspacing=0 cellpadding=2>
  13. \
  14.   <tr bgcolor="#000055">\
  15.    <td colspan=4 align=center>\
  16.     <font color="#00ffff" size=+1>\
  17.      Area: @AreaName - @Html(@AreaDesc)\
  18.     </font>\
  19.    </td>\
  20.   </tr>
  21. \
  22.   <tr bgcolor="440000">\
  23.    <td>\
  24.     <font color="ffff00">\
  25.      Dateiname@Adjust("",l,15)\
  26.     </font>\
  27.    </td>\
  28.    <td align=right>\
  29.     <font color="ffff00">\
  30.      @Adjust("",l,7)@Html(Größe)\
  31.     </font>\
  32.    </td>\
  33.    <td>\
  34.     <font color="ffff00">\
  35.      Datum@Adjust("",l,6)\
  36.     </font>\
  37.    </td>\
  38.    <td width=100%>\
  39.     <font color="ffff00">\
  40.      Beschreibung\
  41.     </font>\
  42.    </td>\
  43.   </tr>
  44. @@
  45. @@ Daten Ausgeben
  46. @@
  47. \
  48.   @Format(\
  49.   <tr>\
  50.    <td valign=top>\
  51.     <font color="#ffcccc">\
  52.      @FileName\
  53.     </font>\
  54.    </td>\
  55.    <td valign=top align=right>\
  56.     <font color="#ffffcc">\
  57.      @FileSize(#.###.###)\
  58.     </font>\
  59.    </td>\
  60.    <td valign=top>\
  61.     <font color="#80ff80">\
  62.      @FileDate(dd.mm.yy_f)\
  63.     </font>\
  64.    </td>\
  65.    <td>\
  66.     @FileDesc()\
  67.    </td>\
  68.   </tr>)
  69. @@
  70. @@ Fortsetzung mit Template BBS-AFTR.TPL
  71. @@
  72.