Commit 1493c84b authored by Frank Bergmann's avatar Frank Bergmann

- Comitting OpenACS 5.9

parent c75129ad
......@@ -7,18 +7,19 @@
<initial-install-p>f</initial-install-p>
<singleton-p>t</singleton-p>
<version name="5.4.3b1" url="http://openacs.org/apms/acs-datetime-5.4.3b1.apm">
<version name="5.8.1" url="http://openacs.org/apms/acs-datetime-5.8.1.apm">
<owner url="http://openacs.org">OpenACS</owner>
<summary>An API for date and time functions</summary>
<release-date>2006-02-18</release-date>
<release-date>2013-09-08</release-date>
<vendor url="http://openacs.org">OpenACS</vendor>
<description format="text/html">Note: this version of the package requires acs-event(s) for a helper function. This requirement may go away in the future. </description>
<maturity>0</maturity>
<maturity>2</maturity>
<provides url="acs-datetime" version="5.4.3b1"/>
<provides url="acs-datetime" version="5.8.1"/>
<requires url="acs-kernel" version="5.8.1"/>
<requires url="acs-events" version="0.6d2"/>
<requires url="acs-kernel" version="5.5.0"/>
<requires url="acs-templating" version="5.5.0"/>
<requires url="acs-templating" version="5.8.1"/>
<callbacks>
</callbacks>
......
<?xml version="1.0" encoding="utf-8"?>
<message_catalog package_key="acs-datetime" locale="ru_RU" charset="utf-8">
<msg key="All_day">Целый день</msg>
<msg key="All_day">Весь день</msg>
<msg key="back_one_day">назад на 1 день</msg>
<msg key="Date">Дата</msg>
<msg key="Date_as">Формат даты</msg>
......@@ -12,12 +12,17 @@
<msg key="forward_one_day">вперёд на 1 день</msg>
<msg key="is">:</msg>
<msg key="Items_from">События от</msg>
<msg key="Items_until">Элементы до @pretty_end_date@</msg>
<msg key="Items_until">События до @pretty_end_date@</msg>
<msg key="List">Списком</msg>
<msg key="lt_Width_must_be_">Ширина должна быть между 1 и 12</msg>
<msg key="lt_Width_must_be_">Значение должно быть между 1 и 12</msg>
<msg key="Month">Месяц</msg>
<msg key="short_days_of_week">В П В С Ч П С</msg>
<msg key="to">до</msg>
<msg key="Today">Сегодня</msg>
<msg key="view_calendar_day">Просмотр календаря по дням</msg>
<msg key="view_calendar_list">Просмотр календаря списком</msg>
<msg key="view_calendar_month">Просмотр календаря по месяцам</msg>
<msg key="view_calendar_week">Просмотр календаря по неделям</msg>
<msg key="Week">Неделя</msg>
<msg key="Year">Год</msg>
</message_catalog>
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
<!-- $Id$ -->
<master src="master">
<master>
<property name="title">@title;noquote@</property>
<property name="doc(title)">@title;literal@</property>
<property name="context">@context;literal@</property>
<pre>dt_widget_calendar_navigation <i>base_url</i> <i>view</i> <i>date</i> <i>pass_in_vars</i> </pre>
......@@ -35,7 +36,7 @@ and uses them to initialize the display.
<center>
<form>
@calendar_widget@
@calendar_widget;noquote@
</form>
</center>
......
......@@ -8,14 +8,15 @@ ad_page_contract {
@creation-date 2000-12-08
@cvs-id $Id$
} {
{view ""}
{view:word ""}
{date ""}
} -properties {
title:onevalue
calendar_widget:onevalue
}
set title "dt_widget_calendar_navigation"
set title "Calendar Navigation"
set context [list [list . "ACS DateTime Examples"] $title]
set calendar_widget [dt_widget_calendar_navigation "" $view $date]
......
<!-- $Id$ -->
<master src="master">
<property name="title">@title;noquote@</property>
<master>
<property name="doc(title)">@title;literal@</property>
<property name="context">@context;literal@</property>
<p>These are the various widgets to generate calendar views. Note
that the <a href=calendar-navigation>calendar navigation</a> widget is
that the <a href="calendar-navigation">calendar navigation</a> widget is
documented separately. This page documents the following:
<ol>
......@@ -21,7 +21,7 @@ documented separately. This page documents the following:
<h4><a name="#@dt_examples.rownum@"></a>@dt_examples.procedure@</h4>
<center> @dt_examples.result@ </center>
<center> @dt_examples.result;noquote@ </center>
</multiple>
......
......@@ -11,7 +11,8 @@ ad_page_contract {
dt_examples:multirow
}
set title "ACS DateTime Examples"
set title "Calendar Widgets"
set context [list [list . "ACS DateTime Examples"] $title]
set example_list {
"dt_widget_month_small"
......@@ -28,7 +29,7 @@ set example_list {
multirow create dt_examples "procedure" "result"
foreach example $example_list {
multirow append dt_examples $example [eval $example]
multirow append dt_examples $example [{*}$example]
}
ad_return_template
<!-- $Id$ -->
<master src="master">
<master>
<property name="title">@title;noquote@</property>
<property name="doc(title)">@title;literal@</property>
<property name="context">@context;literal@</property>
<p>The following table offers examples of the various date and time
functions:</p>
......@@ -10,10 +11,10 @@ functions:</p>
<blockquote>
<table width="95%">
<tr bgcolor=#eeeeee align=left> <th>Procedure</th> <th>Result</th> </tr>
<tr bgcolor="#eeeeee" align="left"> <th>Procedure</th> <th>Result</th> </tr>
<multiple name="dt_examples">
<tr align=left>
<tr align="left">
<td><code>@dt_examples.procedure@</code></td>
<td>@dt_examples.result@</td>
</tr>
......@@ -36,7 +37,7 @@ results based on the current server time.
<code>dt_systime</code> accepts any of the formatting codes supported
by the Tcl <code>clock format</code> procedure, which is used for the
underlying processing. See current documentation at <a
href=http://www.scriptics.com/man/>http://www.scriptics.com/man/</a>.
href="http://www.tcl.tk/man/">http:///www.tcl.tk/man/</a>.
<li>All procedures that take date or time as an input argument are capable of
accepting these inputs in any format capable of being parsed by <code>clock
......
......@@ -11,7 +11,8 @@ ad_page_contract {
dt_examples:multirow
}
set title "ACS DateTime Examples"
set title "Date and Time Functions"
set context [list [list . "ACS DateTime Examples"] $title]
set example_list {
"dt_systime"
......@@ -40,7 +41,7 @@ set example_list {
multirow create dt_examples "procedure" "result"
foreach example $example_list {
multirow append dt_examples $example [eval $example]
multirow append dt_examples $example [{*}$example]
}
ad_return_template
......
<!-- $Id$ -->
<master src="master">
<master>
<property name="title">@title;noquote@</property>
<property name="doc(title)">@title;literal@</property>
<property name="context">@context;literal@</property>
<p>There is one main procedure to generate date and time widgets:
......@@ -21,12 +22,12 @@ widgets:</p>
<form>
<table width="95%">
<tr bgcolor=#eeeeee> <th>Procedure</th> <th>Widget</th> </tr>
<tr bgcolor="#eeeeee"> <th>Procedure</th> <th>Widget</th> </tr>
<multiple name="dt_examples">
<tr align=left>
<tr align="left">
<td><code>@dt_examples.procedure@</code></td>
<td>@dt_examples.result@</td>
<td>@dt_examples.result;noquote@</td>
</tr>
</multiple>
......
......@@ -11,7 +11,8 @@ ad_page_contract {
dt_examples:multirow
}
set title "ACS DateTime Examples"
set title "Date and Time Widgets"
set context [list [list . "ACS DateTime Examples"] $title]
set example_list {
"dt_widget_datetime -default now name"
......@@ -38,7 +39,8 @@ set example_list {
multirow create dt_examples "procedure" "result"
foreach example $example_list {
multirow append dt_examples $example [eval $example]
multirow append dt_examples $example [{*}$example]
}
ad_return_template
<!-- $Id$ -->
<%= [ad_header "ACS DateTime Examples"] %>
<master>
<h2>ACS DateTime Examples</h2>
......@@ -10,11 +10,10 @@ part of the <a href="../">ACS DateTime</a> documentation
<ul>
<li><a href=datetime-procs>Date and time functions</a>
<li><a href=datetime-widgets>Date and time widgets</a>
<li><a href=calendar-widgets>Calendar widgets</a>
<li><a href=calendar-navigation>Calendar navigation widget</a>
<li><a href="datetime-procs">Date and time functions</a>
<li><a href="datetime-widgets">Date and time widgets</a>
<li><a href="calendar-widgets">Calendar widgets</a>
<li><a href="calendar-navigation">Calendar navigation widget</a>
</ul>
<%= [ad_footer] %>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment