Hi Lucia,

On 25.04.01 (09:54), Lucia Cosima Eiselstein wrote:
> Would be nice if someone could give the page a look and give
> me a hint, what elements I have to split into style, what into
> rootpage, and so on.
> 
> http://stud-www.uni-marburg.de/~Eiselste/welcome01.html
> (Please note that the backward-links on the subpages aren't
> correct, it was just a trial before I started with midgard.)

(Disclaimer: I'm just describing one, simple/minimalistic way to
do it -- as far as Midgard's possibilities go, there are lots of
ways, but at least at that stage not The Right Way[tm].)

Well, at the moment there is only one element on all pages: the
footer with a link back, your imprint and that stuff. So I'd
create a very simple style tree as follows:

ROOT:
  <!doctype...>
  <html>
  <[head]>
  <[body]>
  </html>

head:
  <head>
    <title><(title)></title>
    <!-- more header lines as necessary -->
  </head>

body:
  <(content)>
  <[footer]>

footer:
  <hr>
  <p align="center"><a href="impressum.html">Impressum</a><br>
    Letzte &Auml;nderung am (...) von 
    <a href="mailto:(...)">(...)</a>.
  </p>

The rest of the logic goes to pages then; one of those would
display the details of a picture given by its name or id
(/details/inst2.html for the "details" page to display article
"inst2"). You would then organize your pictures as attachments
to articles.

> The fact that my page is based on linked thumbnails is my next
> problem. I have the pictures as small thumbnails for the front
> page and in larger format for the subpage. How do I integrate
> pictures in another way than as an attachement? Or is it the
> best thing not to do this dynamical, but by html-links, like
> before?

Well, why not use attachments? You could simply attach two blobs
to an article, one named "thumb.jpg" and one "normal.jpg" or so.

     phr
-- 
Linksystem Muenchen GmbH                          [EMAIL PROTECTED]
Schloerstrasse 10                           http://www.link-m.de
80634 Muenchen                              Tel. 089 / 890 518-0
We make the Net work.                       Fax 089 / 890 518-77

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to