English 中文(简体)
Drupal: 创建与雇员工作时间有关的节点
原标题:Drupal: create a node with employee working hours

我的任务非常复杂。

<>1>。 我需要与雇员工作时间挂钩(为所有担任“雇员”角色的用户建立角线),这样:

    Monday:    From __ : __ To __ : __
    Tuesday:   From __ : __ To __ : __
    Wednesday: From __ : __ To __ : __
    etc.

因此,我不得不创建14个捷克克朗田地(天天从,天到午夜,从......起)或多处,储存一周的一天和工作小时(小时和分钟)。

<>2>。 我需要加上一个带有暴露的过滤器的观点,在这种过滤器中,来访者可以按周日和工作时间对雇员进行过滤。

我在工作时间中应当使用哪些领域? 如何看待上述过滤方法?

任何建议都受到高度赞赏。

谢谢!

问题回答




相关问题
Drupal Multi-language: Simple strings not translated

I m adding additional languages to a Drupal site that I m building. Getting the translation of content working is fairly easy using the Internationalisation module. Yet, simple things such as date ...

Setting up a WYSIWYG editor for Drupal site users [closed]

Looking through the Drupal contrib modules, and after a few Google searches, it becomes evident that there are any number of choices and combos available to set up a WYSIWYG editor in Drupal. I m ...

Change size of user/password login box

I don t know how to change the size of the login username/password boxes on the drupal site that I m trying to build. I m stumbling through the theming, and don t know where to find the file that ...

How does Drupal provide an edit/review/publish model?

How does Drupal support a means to update and review a website before it is published? Does it only allow you to preview a page at a time before you publish it or is there a way to create a site ...

Term for rotating header

I m looking for terminology that describes this behavior: The header of a web-page contains a different image every time you visit it. Update: It is not an advertisement, but images related to the ...

Has anyone checked out Drupal 7? [closed]

Has anyone checked out a copy of Drupal 7 yet? What do people think? I m pretty excited about the PDO and all of the designers I work with a very excited about the new admin interface/structure. Do ...

热门标签