From fd64f81b1f37265ee6f1fecb3ffd895f1daf0f4c Mon Sep 17 00:00:00 2001 From: bgigon Date: Tue, 23 Mar 2004 10:16:01 +0000 Subject: [PATCH] "Their next target. The name is Neo." -- Agent Jones, Matrix --- calendar/templates/edge-it/alarm.tpl | 63 +++++ calendar/templates/edge-it/app.css | 257 ++++++++++++++++++ calendar/templates/edge-it/config.tpl | 51 ++++ calendar/templates/edge-it/csv_import.tpl | 74 +++++ calendar/templates/edge-it/custom_fields.tpl | 46 ++++ calendar/templates/edge-it/day.tpl | 47 ++++ calendar/templates/edge-it/day_cal.tpl | 25 ++ calendar/templates/edge-it/day_list.tpl | 29 ++ calendar/templates/edge-it/delete_common.tpl | 16 ++ calendar/templates/edge-it/edit.tpl | 52 ++++ calendar/templates/edge-it/footer.tpl | 31 +++ .../edge-it/form_button_dropdown.tpl | 14 + .../templates/edge-it/form_button_script.tpl | 13 + calendar/templates/edge-it/head.tpl | 17 ++ calendar/templates/edge-it/header.inc.php | 226 +++++++++++++++ calendar/templates/edge-it/holiday.tpl | 34 +++ calendar/templates/edge-it/hr.tpl | 7 + calendar/templates/edge-it/index.tpl | 33 +++ calendar/templates/edge-it/link_pict.tpl | 26 ++ calendar/templates/edge-it/list.tpl | 7 + calendar/templates/edge-it/locales.tpl | 60 ++++ calendar/templates/edge-it/matrix_query.tpl | 26 ++ calendar/templates/edge-it/mini_cal.tpl | 43 +++ calendar/templates/edge-it/month.tpl | 7 + calendar/templates/edge-it/month_column.tpl | 5 + calendar/templates/edge-it/month_day.tpl | 22 ++ calendar/templates/edge-it/month_header.tpl | 14 + calendar/templates/edge-it/overlap.tpl | 31 +++ calendar/templates/edge-it/pref.tpl | 22 ++ calendar/templates/edge-it/preference_acl.tpl | 27 ++ .../templates/edge-it/preference_acl_row.tpl | 9 + .../templates/edge-it/preference_colspan.tpl | 8 + calendar/templates/edge-it/search.tpl | 30 ++ calendar/templates/edge-it/vcal_import.tpl | 10 + calendar/templates/edge-it/view.tpl | 47 ++++ calendar/templates/edge-it/week.tpl | 41 +++ calendar/templates/edge-it/year.tpl | 35 +++ 37 files changed, 1505 insertions(+) create mode 100755 calendar/templates/edge-it/alarm.tpl create mode 100644 calendar/templates/edge-it/app.css create mode 100644 calendar/templates/edge-it/config.tpl create mode 100644 calendar/templates/edge-it/csv_import.tpl create mode 100644 calendar/templates/edge-it/custom_fields.tpl create mode 100755 calendar/templates/edge-it/day.tpl create mode 100755 calendar/templates/edge-it/day_cal.tpl create mode 100755 calendar/templates/edge-it/day_list.tpl create mode 100755 calendar/templates/edge-it/delete_common.tpl create mode 100755 calendar/templates/edge-it/edit.tpl create mode 100755 calendar/templates/edge-it/footer.tpl create mode 100755 calendar/templates/edge-it/form_button_dropdown.tpl create mode 100755 calendar/templates/edge-it/form_button_script.tpl create mode 100755 calendar/templates/edge-it/head.tpl create mode 100755 calendar/templates/edge-it/header.inc.php create mode 100755 calendar/templates/edge-it/holiday.tpl create mode 100755 calendar/templates/edge-it/hr.tpl create mode 100755 calendar/templates/edge-it/index.tpl create mode 100755 calendar/templates/edge-it/link_pict.tpl create mode 100755 calendar/templates/edge-it/list.tpl create mode 100755 calendar/templates/edge-it/locales.tpl create mode 100755 calendar/templates/edge-it/matrix_query.tpl create mode 100755 calendar/templates/edge-it/mini_cal.tpl create mode 100755 calendar/templates/edge-it/month.tpl create mode 100755 calendar/templates/edge-it/month_column.tpl create mode 100755 calendar/templates/edge-it/month_day.tpl create mode 100755 calendar/templates/edge-it/month_header.tpl create mode 100755 calendar/templates/edge-it/overlap.tpl create mode 100755 calendar/templates/edge-it/pref.tpl create mode 100755 calendar/templates/edge-it/preference_acl.tpl create mode 100755 calendar/templates/edge-it/preference_acl_row.tpl create mode 100755 calendar/templates/edge-it/preference_colspan.tpl create mode 100755 calendar/templates/edge-it/search.tpl create mode 100755 calendar/templates/edge-it/vcal_import.tpl create mode 100755 calendar/templates/edge-it/view.tpl create mode 100755 calendar/templates/edge-it/week.tpl create mode 100755 calendar/templates/edge-it/year.tpl diff --git a/calendar/templates/edge-it/alarm.tpl b/calendar/templates/edge-it/alarm.tpl new file mode 100755 index 0000000000..90ba695990 --- /dev/null +++ b/calendar/templates/edge-it/alarm.tpl @@ -0,0 +1,63 @@ + + +
+{hidden_vars} + + {rows} + + + + +
+
 {input_days} {input_hours} {input_minutes} {input_owner} {input_add}
  +
+ {input_cancel} +
+
+ + + + + {lang_time} + {lang_text} + {lang_owner} + {lang_enabled} + {lang_select} + + + + + + + {field}: + + + {data} + + + {owner} + + + {enabled} + + + {select} + + + + + + + + {hr_text} + + + + + + + + {enable_button} {disable_button} {delete_button} + + + diff --git a/calendar/templates/edge-it/app.css b/calendar/templates/edge-it/app.css new file mode 100644 index 0000000000..f8c216fefa --- /dev/null +++ b/calendar/templates/edge-it/app.css @@ -0,0 +1,257 @@ +/* CSS Document */ + +.to_continue +{ + font-size: 9px; +} + +A.minicalendar +{ + color: #000000; + font-size: 9px; + +} + +A.bminicalendar +{ + color: #336699; + font-style: italic; + font-weight: bold; + font-size: 9px; +} + +A.minicalendargrey +{ + color: #999999; + font-size: 10px; + font-weight: bold; +} + +A.bminicalendargrey +{ + color: #336699; + font-style: italic; + font-size:10px; +} + +A.minicalhol +{ + padding-left:3px; + padding-right:3px; + background: #dab0b0; + color: #000000; + font-size: 10px; +} + +A.bminicalhol +{ + padding-left:3px; + padding-right:3px; + background: #dab0b0; + color: #336699; + font-size: 10px; +} + +A.minicalgreyhol +{ + padding-left:3px; + padding-right:3px; + background: #dab0b0; + color: #999999; + font-size: 10px; +} + +A.bminicalgreyhol +{ + padding-left:3px; + padding-right:3px; + background: #dab0b0; + color: #999999; + font-size: 10px; +} + + +.event-on +{ + background: #D3DCE3; + border: #E8F0F0 1px solid; +} + +.event-off +{ + background: #E8F0F0; + border: #D3DCE3 1px solid; +} + +.event-holiday +{ + font-size: 100%; + background: #dac0c0; + color:#000000; + vertical-align: middle; +} + +.time +{ + background: #D3DCE3; + color:#000000; + font-size: 10px; + font-weight: bold; + vertical-align: middle; + width: 5.2%; + text-align: right; + padding-right: 5px; + line-height: 11px; + border: #E8F0F0 1px solid; +} + + +.planner-cell +{ + cursor: pointer; + cursor: hand; + border: thin solid black; +} + +/* common */ +.calendar_link_print +{ + text-align: center; + font-size: 10px; +} + +//Mini Calendar + +.calendar_minical_table +{ + width: 180px; + font-weight: bold; +} + +.calendar_minical_daytable +{ + width: 100%; +} + +.calendar_minical_dayname +{ + font-size: 9px; + text-align: right; +} + +.calendar_minical_hrule +{ + width: 96%; +} + +/* Header */ +.calendar_dropbuttons +{ + align: center; + text-align: center; + vertical-align: bottom; + font-weight: bold; + font-size: 8px; +} + +.calendar-weekidentifier +{ + font-size:16px; + font-weight: bold; + text-align: center; +} + +.calendar_header +{ + font-size: 16px; + font-weight: bold; + text-align: center; +} + +.calendar_dayview_table_header +{ + font-size: 13px; + font-weight: bold; + text-align: center; +} + +.calendar_dayview_todo_header +{ + margin: 0px; + padding: 2px; + font-weight: bold; +} + +/* week view */ +.calendar_week_identifier_table +{ + border: 0px solid black; + width: 100%; +} + +.calendar_week_identifier +{ + font-size: 13px; + text-align: center; + font-weight: bold; +} + +.calendar_weekview_daytitle +{ + font-weight: bold; + font-size: 12px; + background: #D3DCE3; +} + +.calendar_m_w_table +{ + table-layout:fixed; + overflow:auto; + height: 100%; + width: 100%; + border: 0px #000000 solid; +} + +.calendar_m_w_tablecell +{ + vertical-align: top; + padding-left: 4px; + padding-right: 4px; + padding-bottom: 6px; +} + +A.event_entry +{ + font-size:10px; +} + +/* month view */ + +.calendar_month_identifier +{ + font-size:14px; + font-weight: bold; +} + +.calendar_user_identifier +{ + font-size:12px; + color: #009999; + font-weight: bold; +} + +.calendar_week_minical_table +{ + width:100%; + border: 0px solid #000000 +} + +.calendar_weekinfo +{ + color: #000000; + padding-left: 2px; + padding-right: 2px; + font-size: 10px; + font-weight: bold; + font-style: italic; +} \ No newline at end of file diff --git a/calendar/templates/edge-it/config.tpl b/calendar/templates/edge-it/config.tpl new file mode 100644 index 0000000000..b32ccf1547 --- /dev/null +++ b/calendar/templates/edge-it/config.tpl @@ -0,0 +1,51 @@ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 {title}
 
{lang_Calendar_settings}
{lang_Do_you_wish_to_autoload_calendar_holidays_files_dynamically?} + +
{lang_Location_to_autoload_from}: + +
+  +
+ + +
+
+ diff --git a/calendar/templates/edge-it/csv_import.tpl b/calendar/templates/edge-it/csv_import.tpl new file mode 100644 index 0000000000..b186ce50a8 --- /dev/null +++ b/calendar/templates/edge-it/csv_import.tpl @@ -0,0 +1,74 @@ + + + {lang_csvfile} + + + + {lang_fieldsep} + + + + {lang_charset} + + {select_charset} + + +   + + + + + + + {lang_csv_fieldname} + {lang_info_fieldname} + {lang_translation} + + + + + + {csv_field} + + + + + + + +
{submit} +
+ {lang_start}     + {lang_max} + + + {lang_debug} + +  

+ {help_on_trans} + + + + + + + {log}

+ {anz_imported} + + + + + +
+

+
+ + + {rows} + +
+ {hiddenvars} +
+ +
+ diff --git a/calendar/templates/edge-it/custom_fields.tpl b/calendar/templates/edge-it/custom_fields.tpl new file mode 100644 index 0000000000..57bba92875 --- /dev/null +++ b/calendar/templates/edge-it/custom_fields.tpl @@ -0,0 +1,46 @@ + + +{lang_error}
+
+ {hidden_vars} +
+ + + + + + + + + + + {rows} + + + + + + + + + + + + +
{lang_name}{lang_length}{lang_shown}{lang_order}{lang_title}{lang_disabled} 
{name}{length}{shown}{order}{title}{disabled}{button}
{save_button}   {cancel_button}
+
+
+
+ + + + + {name} + {length} + {shown} + {order} + {title} + {disabled} + {button} + + diff --git a/calendar/templates/edge-it/day.tpl b/calendar/templates/edge-it/day.tpl new file mode 100755 index 0000000000..df9f66738a --- /dev/null +++ b/calendar/templates/edge-it/day.tpl @@ -0,0 +1,47 @@ + + +{printer_friendly} + + + + + +
+ + + + + {day_events} +
+ {date} : {username} : +
+
+

{print}

+
+ + + + + + + +
+ {small_calendar} +
+
+

{lang_todos}

+ {todos} +
+
+
+ + + + + + + {daily_events} + + + + diff --git a/calendar/templates/edge-it/day_cal.tpl b/calendar/templates/edge-it/day_cal.tpl new file mode 100755 index 0000000000..552b309cf2 --- /dev/null +++ b/calendar/templates/edge-it/day_cal.tpl @@ -0,0 +1,25 @@ + + +
+ +{row} +
+
+ + + {time}{event} + + + +  {event} + + +  {event} + + +  {event} + + + {open_link}{time}{close_link} + + diff --git a/calendar/templates/edge-it/day_list.tpl b/calendar/templates/edge-it/day_list.tpl new file mode 100755 index 0000000000..e1263b2cb2 --- /dev/null +++ b/calendar/templates/edge-it/day_list.tpl @@ -0,0 +1,29 @@ + + +
+ + + + +
+{row} +
+
+ + + {event} + + + {event} + + + {event} + + + {event} + + + {time} + + + diff --git a/calendar/templates/edge-it/delete_common.tpl b/calendar/templates/edge-it/delete_common.tpl new file mode 100755 index 0000000000..94e7026403 --- /dev/null +++ b/calendar/templates/edge-it/delete_common.tpl @@ -0,0 +1,16 @@ + +
+ + + + + + + + +
+ {messages} +
{no}{yes}
+
+ + diff --git a/calendar/templates/edge-it/edit.tpl b/calendar/templates/edge-it/edit.tpl new file mode 100755 index 0000000000..c5fd758cb0 --- /dev/null +++ b/calendar/templates/edge-it/edit.tpl @@ -0,0 +1,52 @@ + + + +
+ + +
+{common_hidden} + + + + +{row} + + + + +
+
{errormsg}
+
+ + + + +
+
+   +
+
{cancel_button}
+
{delete_button}
+
+
+ + + +  {field}: + {data} + + + + + + {hr_text} + + + diff --git a/calendar/templates/edge-it/footer.tpl b/calendar/templates/edge-it/footer.tpl new file mode 100755 index 0000000000..99fbd19258 --- /dev/null +++ b/calendar/templates/edge-it/footer.tpl @@ -0,0 +1,31 @@ + + +
+ + + +{table_row} + +
+ + + + +
+ {label}: + {hidden_vars} + + +
+
+ + + + + {b_row} + + + + diff --git a/calendar/templates/edge-it/form_button_dropdown.tpl b/calendar/templates/edge-it/form_button_dropdown.tpl new file mode 100755 index 0000000000..785962f861 --- /dev/null +++ b/calendar/templates/edge-it/form_button_dropdown.tpl @@ -0,0 +1,14 @@ + +
+ + {title}: + {hidden_vars} + + + + +
\ No newline at end of file diff --git a/calendar/templates/edge-it/form_button_script.tpl b/calendar/templates/edge-it/form_button_script.tpl new file mode 100755 index 0000000000..67c1bee92c --- /dev/null +++ b/calendar/templates/edge-it/form_button_script.tpl @@ -0,0 +1,13 @@ + + + + +
+
+ {action_extra_field} + +
+
+
+ + diff --git a/calendar/templates/edge-it/head.tpl b/calendar/templates/edge-it/head.tpl new file mode 100755 index 0000000000..c3d44ccbad --- /dev/null +++ b/calendar/templates/edge-it/head.tpl @@ -0,0 +1,17 @@ + + + +{row}
+ + + + + + {header_column} + +
+ + + +{str} + \ No newline at end of file diff --git a/calendar/templates/edge-it/header.inc.php b/calendar/templates/edge-it/header.inc.php new file mode 100755 index 0000000000..c7086cf105 --- /dev/null +++ b/calendar/templates/edge-it/header.inc.php @@ -0,0 +1,226 @@ +set_var('str',$str); + $tpl->parse('header_column','head_col',True); + } + + function add_image_ahref($link,$image,$alt) + { + return ''.$alt.''; + } + + $refer = explode('.',$GLOBALS['HTTP_GET_VARS']['menuaction']); + $referrer = $refer[2]; + + $templates = Array( + 'head_tpl' => 'head.tpl', + 'form_button_dropdown' => 'form_button_dropdown.tpl', + 'form_button_script' => 'form_button_script.tpl' + ); + $tpl->set_file($templates); + $tpl->set_block('head_tpl','head','head'); + $tpl->set_block('head_tpl','head_table','head_table'); + $tpl->set_block('head_tpl','head_col','head_col'); + $tpl->set_block('form_button_script','form_button'); + + if(floor(phpversion()) >= 4) + { + $tpl->set_var('cols',8); + } + else + { + $tpl->set_var('cols',7); + } + + $today = date('Ymd',$GLOBALS['phpgw']->datetime->users_localtime); + + $col_width = 12; + + add_col($tpl,'  '); + + add_col($tpl,' '.add_image_ahref($this->page('day','&date='.$today),'today',lang('Today')).''); + + add_col($tpl,' '.add_image_ahref($this->page('week','&date='.$today),'week',lang('This week')).''); + + add_col($tpl,' '.add_image_ahref($this->page('month','&date='.$today),'month',lang('This month')).''); + + add_col($tpl,' '.add_image_ahref($this->page('year','&date='.$today),'year',lang('This Year')).''); + + if(floor(phpversion()) >= 4) + { + add_col($tpl,' '.add_image_ahref($this->page('planner','&date='.$today),'planner',lang('Planner')).''); + $col_width += 2; + } + + add_col($tpl,' '.add_image_ahref($this->page('matrixselect'),'view',lang('Daily Matrix View')).''); + + add_col($tpl,'  '); + + $tpl->parse('row','head_table',True); + + $tpl->set_var('header_column',''); + $tpl->set_var('cols',$cols); + + if($referrer!='view') + { + $remainder = 72; + + $date = (isset($GLOBALS['date'])?$GLOBALS['date']:''); + $date = (isset($GLOBALS['HTTP_GET_VARS']['date'])?$GLOBALS['HTTP_GET_VARS']['date']:$date); + $date = ($date=='' && isset($GLOBALS['HTTP_POST_VARS']['date'])?$GLOBALS['HTTP_POST_VARS']['date']:$date); + + $base_hidden_vars = ''."\n"; + if(isset($GLOBALS['HTTP_GET_VARS']['cal_id']) && $GLOBALS['HTTP_GET_VARS']['cal_id'] != 0) + { + $base_hidden_vars .= ' '."\n"; + } + if(isset($GLOBALS['HTTP_POST_VARS']['keywords']) && $GLOBALS['HTTP_POST_VARS']['keywords']) + { + $base_hidden_vars .= ' '."\n"; + } + if(isset($GLOBALS['HTTP_POST_VARS']['matrixtype']) && $GLOBALS['HTTP_POST_VARS']['matrixtype']) + { + $base_hidden_vars .= ' '."\n"; + } + if($date) + { + $base_hidden_vars .= ' '."\n"; + } + $base_hidden_vars .= ' '."\n"; + $base_hidden_vars .= ' '."\n"; + $base_hidden_vars .= ' '."\n"; + + if(isset($GLOBALS['HTTP_POST_VARS']['participants']) && $GLOBALS['HTTP_POST_VARS']['participants']) + { + for ($i=0;$i'."\n"; + } + } + + $var = Array( + 'form_width' => '28', + 'form_link' => $this->page($referrer), + 'form_name' => 'cat_id', + 'title' => lang('Category'), + 'hidden_vars' => $base_hidden_vars, + 'form_options' => ''.$this->cat->formated_list('select','all',$this->bo->cat_id,'True'), + 'button_value' => lang('Go!') + ); + $tpl->set_var($var); + $tpl->set_var('str',$tpl->fp('out','form_button_dropdown')); + $tpl->parse('header_column','head_col',True); + + if($GLOBALS['HTTP_GET_VARS']['menuaction'] == 'calendar.uicalendar.planner') + { + $remainder -= 28; + print_debug('Sort By',$this->bo->sortby); + + $form_options = ''."\n"; + $form_options .= ' '."\n"; + + $var = Array( + 'form_width' => '28', + 'form_link' => $this->page($referrer), + 'form_name' => 'sortby', + 'title' => lang('Sort By'), + 'hidden_vars' => $base_hidden_vars, + 'form_options' => $form_options, + 'button_value' => lang('Go!') + ); + $tpl->set_var($var); + $tpl->set_var('str',$tpl->fp('out','form_button_dropdown')); + $tpl->parse('header_column','head_col',True); + } + + if($this->bo->check_perms(PHPGW_ACL_PRIVATE)) + { + $remainder -= 28; + $form_options = ''."\n"; + $form_options .= ' '."\n"; + + $var = Array( + 'form_width' => '28', + 'form_link' => $this->page($referrer), + 'form_name' => 'filter', + 'title' => lang('Filter'), + 'hidden_vars' => $base_hidden_vars, + 'form_options' => $form_options, + 'button_value' => lang('Go!') + ); + $tpl->set_var($var); + $tpl->set_var('str',$tpl->fp('out','form_button_dropdown')); + $tpl->parse('header_column','head_col',True); + } + + if((!isset($GLOBALS['phpgw_info']['server']['deny_user_grants_access']) || !$GLOBALS['phpgw_info']['server']['deny_user_grants_access']) && count($this->bo->grants) > 0) + { + $form_options = ''; + $drop_down = $this->bo->list_cals(); + foreach($drop_down as $key => $grant) + { + $form_options .= ' '."\n"; + } + + $var = Array( + 'form_width' => $remainder, + 'form_link' => $this->page($referrer), + 'form_name' => 'owner', + 'title' => lang('User'), + 'hidden_vars' => $base_hidden_vars, + 'form_options' => $form_options, + 'button_value' => lang('Go!') + ); + $tpl->set_var($var); + $tpl->set_var('str',$tpl->fp('out','form_button_dropdown')); + $tpl->parse('header_column','head_col',True); + } + } + + $hidden_vars = ' '."\n"; + if(isset($GLOBALS['HTTP_GET_VARS']['date']) && $GLOBALS['HTTP_GET_VARS']['date']) + { + $hidden_vars .= ' '."\n"; + } + $hidden_vars .= ' '."\n"; + $hidden_vars .= ' '."\n"; + $hidden_vars .= ' '."\n"; + if(isset($this->bo->filter) && $this->bo->filter) + { + $hidden_vars .= ' '."\n"; + } + if(isset($this->bo->sortby) && $this->bo->sortby) + { + $hidden_vars .= ' '."\n"; + } + if(isset($this->bo->num_months) && $this->bo->num_months) + { + $hidden_vars .= ' '."\n"; + } + $hidden_vars .= ' '; + + $var = Array( + 'action_url_button' => $this->page('search'), + 'action_text_button' => lang('Search'), + 'action_confirm_button' => '', + 'action_extra_field' => $hidden_vars + ); + $tpl->set_var($var); + $button = $tpl->fp('out','form_button'); + $tpl->set_var('str',''.$button.''); + $tpl->parse('header_column','head_col',True); + $tpl->parse('row','head_table',True); +?> diff --git a/calendar/templates/edge-it/holiday.tpl b/calendar/templates/edge-it/holiday.tpl new file mode 100755 index 0000000000..534acbeb81 --- /dev/null +++ b/calendar/templates/edge-it/holiday.tpl @@ -0,0 +1,34 @@ + + +
+{message}
+ + + {hidden_vars} +{rows} + + +
+ + + + + + +
+ + + {cancel_button} + + {delete_button} +
+
+
+
+ + + + {field}: + {data} + + diff --git a/calendar/templates/edge-it/hr.tpl b/calendar/templates/edge-it/hr.tpl new file mode 100755 index 0000000000..fdbb59c224 --- /dev/null +++ b/calendar/templates/edge-it/hr.tpl @@ -0,0 +1,7 @@ + + + + {hr_text} + + + diff --git a/calendar/templates/edge-it/index.tpl b/calendar/templates/edge-it/index.tpl new file mode 100755 index 0000000000..0d0b69b86d --- /dev/null +++ b/calendar/templates/edge-it/index.tpl @@ -0,0 +1,33 @@ + +{printer_friendly} + + + + + + + + +
+ {small_calendar_prev} + + {prev_month_link} + + + {month_identifier} + +
+ + : {username} : + +
+ {next_month_link} + + {small_calendar_next} +
+{large_month} +

+

+

diff --git a/calendar/templates/edge-it/link_pict.tpl b/calendar/templates/edge-it/link_pict.tpl new file mode 100755 index 0000000000..67477af70b --- /dev/null +++ b/calendar/templates/edge-it/link_pict.tpl @@ -0,0 +1,26 @@ + + + +{picture} + + + +
+
+ + + + + + + + {time}  {title} {users_status}: {desc} + + + + {time} {users_status}
{title}
{desc} {location} + + + +
+ diff --git a/calendar/templates/edge-it/list.tpl b/calendar/templates/edge-it/list.tpl new file mode 100755 index 0000000000..0ad7059a4e --- /dev/null +++ b/calendar/templates/edge-it/list.tpl @@ -0,0 +1,7 @@ + + + + {field}: + {data} + + diff --git a/calendar/templates/edge-it/locales.tpl b/calendar/templates/edge-it/locales.tpl new file mode 100755 index 0000000000..89cf69f022 --- /dev/null +++ b/calendar/templates/edge-it/locales.tpl @@ -0,0 +1,60 @@ + +

+ + + + {center} + + +
{left_next_matchs}{right_next_matchs}
+ + + + + {header_rule} + + + + + + {rows} + +
 {sort_name}{header_edit}{header_delete}{header_extra}
+ + + + + {back_button} + + +
+
+ +
+
+
+ {lang_search}  +
+
+ + + +  {group_name} + {rule} + {edit_link} + {delete_link} + {extra_link} + + + + + {message} + + + + +

+ +
+ + diff --git a/calendar/templates/edge-it/matrix_query.tpl b/calendar/templates/edge-it/matrix_query.tpl new file mode 100755 index 0000000000..a9ae26ae5b --- /dev/null +++ b/calendar/templates/edge-it/matrix_query.tpl @@ -0,0 +1,26 @@ + + +
+
+ + + + + {rows} + + + +
{title}
+ + + +
{cancel_button}
+
+
+ + + +  {field}: + {data} + + diff --git a/calendar/templates/edge-it/mini_cal.tpl b/calendar/templates/edge-it/mini_cal.tpl new file mode 100755 index 0000000000..ab0c06d0f8 --- /dev/null +++ b/calendar/templates/edge-it/mini_cal.tpl @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + +
+ {month} + + + {prevmonth}  {nextmonth} +
+ +
+
+ + {daynames} + {display_monthweek} +
+ +
+ + + + + {monthweek_day} + + + + + + {dayname} + + diff --git a/calendar/templates/edge-it/month.tpl b/calendar/templates/edge-it/month.tpl new file mode 100755 index 0000000000..248f065fc1 --- /dev/null +++ b/calendar/templates/edge-it/month.tpl @@ -0,0 +1,7 @@ + + + + {row} +
+ + diff --git a/calendar/templates/edge-it/month_column.tpl b/calendar/templates/edge-it/month_column.tpl new file mode 100755 index 0000000000..d5940298df --- /dev/null +++ b/calendar/templates/edge-it/month_column.tpl @@ -0,0 +1,5 @@ + + + + {column_data} + diff --git a/calendar/templates/edge-it/month_day.tpl b/calendar/templates/edge-it/month_day.tpl new file mode 100755 index 0000000000..24c54f62ae --- /dev/null +++ b/calendar/templates/edge-it/month_day.tpl @@ -0,0 +1,22 @@ + + + + + + + {row} +
+ + + +[ {day_number} ]{new_event_link}
+ {daily_events} + + + +{events} + + + +{day_events} + diff --git a/calendar/templates/edge-it/month_header.tpl b/calendar/templates/edge-it/month_header.tpl new file mode 100755 index 0000000000..ca2e633b6b --- /dev/null +++ b/calendar/templates/edge-it/month_header.tpl @@ -0,0 +1,14 @@ + + + + +{column_header} + + + +{col_title} + + + +{column_data} + diff --git a/calendar/templates/edge-it/overlap.tpl b/calendar/templates/edge-it/overlap.tpl new file mode 100755 index 0000000000..9899bc814b --- /dev/null +++ b/calendar/templates/edge-it/overlap.tpl @@ -0,0 +1,31 @@ + + +

+ + + + + + + + + + +
+ {overlap_text} +
+
    {overlap_list}
+
+ + + + + +
+ {resubmit_button} + + {reedit_button} +
+
+
+ diff --git a/calendar/templates/edge-it/pref.tpl b/calendar/templates/edge-it/pref.tpl new file mode 100755 index 0000000000..df3b6308f7 --- /dev/null +++ b/calendar/templates/edge-it/pref.tpl @@ -0,0 +1,22 @@ + +

{title}:


+

+ + {row} +
+
+
+ + + + + {text} + + + + + + {field} + {data} + + diff --git a/calendar/templates/edge-it/preference_acl.tpl b/calendar/templates/edge-it/preference_acl.tpl new file mode 100755 index 0000000000..6d9380e8e6 --- /dev/null +++ b/calendar/templates/edge-it/preference_acl.tpl @@ -0,0 +1,27 @@ +{errors} +{title} + + + {nml} + + {nmr} + +
+
+
+{common_hidden_vars} + + +
+
+
+
+ +{row} +
+{common_hidden_vars_form} + +
+
+ + diff --git a/calendar/templates/edge-it/preference_acl_row.tpl b/calendar/templates/edge-it/preference_acl_row.tpl new file mode 100755 index 0000000000..01b22d84b5 --- /dev/null +++ b/calendar/templates/edge-it/preference_acl_row.tpl @@ -0,0 +1,9 @@ + + + {user} + + + + + + diff --git a/calendar/templates/edge-it/preference_colspan.tpl b/calendar/templates/edge-it/preference_colspan.tpl new file mode 100755 index 0000000000..4b97c5dbd8 --- /dev/null +++ b/calendar/templates/edge-it/preference_colspan.tpl @@ -0,0 +1,8 @@ + + {string} + {lang_read} + {lang_add} + {lang_edit} + {lang_delete} + {lang_private} + diff --git a/calendar/templates/edge-it/search.tpl b/calendar/templates/edge-it/search.tpl new file mode 100755 index 0000000000..9ec9abd665 --- /dev/null +++ b/calendar/templates/edge-it/search.tpl @@ -0,0 +1,30 @@ + + + + + + + {rows} +
+ {quantity} +
+ + + + + + + + + +  {date} + + + {link} + + + + + + + diff --git a/calendar/templates/edge-it/vcal_import.tpl b/calendar/templates/edge-it/vcal_import.tpl new file mode 100755 index 0000000000..bab84907bc --- /dev/null +++ b/calendar/templates/edge-it/vcal_import.tpl @@ -0,0 +1,10 @@ + +{vcal_header} +
+ + + + + +
{ical_lang}:
+
diff --git a/calendar/templates/edge-it/view.tpl b/calendar/templates/edge-it/view.tpl new file mode 100755 index 0000000000..daf75fa90c --- /dev/null +++ b/calendar/templates/edge-it/view.tpl @@ -0,0 +1,47 @@ + + + +
+ + {row} + + + + + +
+ + + {button_left} + +
+
+ + + {button_center} + +
+
+ + + {button_right} + +
+
+
+ + + + +  {field}: + {data} + + + + + + + {hr_text} + + + diff --git a/calendar/templates/edge-it/week.tpl b/calendar/templates/edge-it/week.tpl new file mode 100755 index 0000000000..efffc2941d --- /dev/null +++ b/calendar/templates/edge-it/week.tpl @@ -0,0 +1,41 @@ + + +{printer_friendly} + + + + + + + + + + + +
+ {small_calendar_prev} + + {small_calendar_this} + + {small_calendar_next} +
+
+ + + + +
+ {week_identifier}   + :: {username} :: +
+ +{week_display} + + \ No newline at end of file diff --git a/calendar/templates/edge-it/year.tpl b/calendar/templates/edge-it/year.tpl new file mode 100755 index 0000000000..2529bc1b02 --- /dev/null +++ b/calendar/templates/edge-it/year.tpl @@ -0,0 +1,35 @@ + +{print} +
+ + + + + + {row} + +
+ {left_link} + + {year_text} + + {right_link} +
+
+

+

+ + + + + {mini_month} + + + + + + + +