网页设计

发布于 2024-10-23 13:41:45 字数 385 浏览 1 评论 0原文

这些天我正在建立一个网站,我对页面设计很着迷。

例如: 有一个页面可以分成左右两部分。

左边是一些菜单,右边是主要内容。

当用户点击左侧菜单时,右侧的内容会相应改变。

然而,并不是所有的内容都具有相同的结构,那么怎么办呢?

假设菜单如下:

My group
  product01
  product02
My information
  My post
  my reply
  modify my information.

那么,如何设计呢?

使用 jsp:include/tiles ?

但不管用什么,我都要创建这么多jsp片段?

如今最好的做法是什么?

These days I am building a web site,and I am crazing by the page design.

For example:
There is a page when can be spitted to two parts,the left and the right.

The left is some menus,and the right is the main content.

When user click one menu in the left,the content in the right should be changed accordingly.

However,not all the contents own the same structure,so how to do?

Suppose the menu are listed below:

My group
  product01
  product02
My information
  My post
  my reply
  modify my information.

So ,how to design?

Use the jsp:include / tiles ?

but no matter use whatever, I have to create so many jsp fragment?

What is the best practice these days?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

糖果控 2024-10-30 13:41:45

我认为您应该采取的第一步是用静态 HTML 设计整个网站。构建有意义的页面。

构建静态页面后,您就可以决定如何拆分它。您可能会决定使用模板系统更好,或者只是手动完成所有操作。如果您对此决定遇到困难,首先构建静态页面作为参考会有所帮助。

I think the first step you should take is to design the entire site in static HTML. Build the page as it makes sense.

Once you have the static page built, you can then decide how to split it up. You may decide it is better to use a template system, or just do everything manually. If you are having trouble with this decision, it helps to have the static page built first as a reference.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文