diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 23b6fc524..45e3f2fac 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -25,6 +25,7 @@ - Made some improvements to the mail subsystems. - fix: Revised WebGUI::HTML::filter "all" so that text does not run together when tags are removed. Added additional tests to HTML.t. (Eric Kennedy) + - fix: Templates XHTML compliance (Wouter van Oijen / ProcoliX) 7.0.2 diff --git a/docs/upgrades/templates-7.0.3/commerce_checkout_confirmation.tmpl b/docs/upgrades/templates-7.0.3/commerce_checkout_confirmation.tmpl new file mode 100644 index 000000000..865c32b34 --- /dev/null +++ b/docs/upgrades/templates-7.0.3/commerce_checkout_confirmation.tmpl @@ -0,0 +1,65 @@ +#PBtmpl0000000000000016 + · + · +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProductQuantityPriceAmountEach
 
 Subtotal
Shipping
Total
+ +

+ + diff --git a/docs/upgrades/templates-7.0.3/default_ems_template.tmpl b/docs/upgrades/templates-7.0.3/default_ems_template.tmpl new file mode 100644 index 000000000..e3bb290d3 --- /dev/null +++ b/docs/upgrades/templates-7.0.3/default_ems_template.tmpl @@ -0,0 +1,275 @@ +#EventManagerTmpl000001 + + +

+
+ + +



+
+ + + + + + +
+ + +
+ + + + + + + + + + + + + + + +
Manage Events(Event Directors and Staff)
Manage Registrants(Event Directors and Staff)
Modify Existing BadgeAdd Events to a Badge you've already purchased
+
+ + +
+

Shopping Cart

+ + +
+ + + + + + + + + +
+
+ + Name: + +
+ Additional Price: $ +
+ edit + delete +
+
+
+ + Empty Cart
Checkout +
+
+
+
+ +
+ Step 1: Choose a badge from the list below, or click the link above to add events to a badge you've already purchased. +
+
+ + + + + + + +
+ +~~~ + + diff --git a/docs/upgrades/templates-7.0.3/default_ems_template_view_purchase.tmpl b/docs/upgrades/templates-7.0.3/default_ems_template_view_purchase.tmpl new file mode 100644 index 000000000..7c52141d5 --- /dev/null +++ b/docs/upgrades/templates-7.0.3/default_ems_template_view_purchase.tmpl @@ -0,0 +1,130 @@ +#EventManagerTmpl000005 + + + +



+
+

+ + + + + + + + + + + + + + + +
Badge Name + Itinerary  (Return Entire Itinerary) +
+
edit
+ View All Registrations for this Registrant +

+Add Events To BadgeReturned + +
+ + + + + + + + + + class="evenRow" class="oddRow"> + + + + + + + +
Event TitleEvent DatesReturn Registration
: - RETURNEDReturn This Registration
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + bgcolor="#e0e0e0" + bgcolor="#c0c0c0" + +> + + + + + + + + + +

Unpurchased Registrations

Badge Id:
 
Event NumberTitleRegistrationIdReturnedTransaction IdStatus
 
Purchase Id: + +
+ +
+
+
+~~~ + diff --git a/docs/upgrades/templates-7.0.3/default_file_macro.tmpl b/docs/upgrades/templates-7.0.3/default_file_macro.tmpl new file mode 100644 index 000000000..c50404942 --- /dev/null +++ b/docs/upgrades/templates-7.0.3/default_file_macro.tmpl @@ -0,0 +1,2 @@ +#PBtmpl0000000000000039 +<tmpl_var file.name> diff --git a/docs/upgrades/templates-7.0.3/default_pm_gantt_chart.tmpl b/docs/upgrades/templates-7.0.3/default_pm_gantt_chart.tmpl new file mode 100644 index 000000000..297a05171 --- /dev/null +++ b/docs/upgrades/templates-7.0.3/default_pm_gantt_chart.tmpl @@ -0,0 +1,47 @@ +#ProjectManagerTMPL0003 + +
+ + +
+ +
+
+ +
+
+
+
+ +
+ +
+
+
+
+
+ + + + + + + + + + + + + + + + + + +
 
+
+
+ +~~~ diff --git a/docs/upgrades/templates-7.0.3/default_pm_view.tmpl b/docs/upgrades/templates-7.0.3/default_pm_view.tmpl new file mode 100644 index 000000000..ab2a79506 --- /dev/null +++ b/docs/upgrades/templates-7.0.3/default_pm_view.tmpl @@ -0,0 +1,144 @@ +#ProjectManagerTMPL0001 + +

+
+ + +

+
+ + +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+   + +
+

+ +

+
+
+ + +
+
+
%
+
+
+ + edit  + delete +
+ +~~~ + diff --git a/docs/upgrades/templates-7.0.3/default_poll.tmpl b/docs/upgrades/templates-7.0.3/default_poll.tmpl new file mode 100644 index 000000000..516efcabd --- /dev/null +++ b/docs/upgrades/templates-7.0.3/default_poll.tmpl @@ -0,0 +1,67 @@ +#PBtmpl0000000000000055 + + + +

+
+ + +

+
+ +
+ + +

+ + +
+ + + + +
+
+

+ + + + + graph + + +
+ + + + + +
^Spacer(1,1);  % ()
+
+


: +
+ +
+ + +~~~ + diff --git a/docs/upgrades/templates-7.0.3/default_shoppingcart_template.tmpl b/docs/upgrades/templates-7.0.3/default_shoppingcart_template.tmpl new file mode 100644 index 000000000..2819da1d1 --- /dev/null +++ b/docs/upgrades/templates-7.0.3/default_shoppingcart_template.tmpl @@ -0,0 +1,51 @@ +#PBtmplVSC0000000000001 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProductQuantityPrice
 Total
+ + + + + + + + +
diff --git a/docs/upgrades/templates-7.0.3/default_submission.tmpl b/docs/upgrades/templates-7.0.3/default_submission.tmpl new file mode 100644 index 000000000..2330d2566 --- /dev/null +++ b/docs/upgrades/templates-7.0.3/default_submission.tmpl @@ -0,0 +1,378 @@ +#PBtmpl0000000000000067 + + + +

+
+ +

+ +
+ +
+<tmpl_var username> +
+
+ : + + + + + +
+ :
+ :
+ : + +     [

+

|

-

] +
+
+ + : [ ]
+ + + :
+
+
+
+ +
+

+ +
+ + +
+ + + +
+
+
+ + + + +
+ + + • + + + + • + + +
+
+ +
+ + +
+

+
+
+ + + + + +
+
+ + + + + +
+ +
+ +
+
+ + + + + + + + + +
+<tmpl_var username> + + : + + + + + +
+ : +
+ : + +     [

+

|

-

] +
+
+ :
+
+
+
+ + + + +
+
+ +
+ + + • + + + + • + + +
+
+
+
+
+ +
+ + + + + +
+
+ +
+ +
+
+ + + + + + + + + +
+<tmpl_var username> + + : + + + + + +
+ : +
+ : + +     [

+

|

-

] +
+
+ :
+
+
+
+ + + + +
+
+ +
+ + + • + + + + • + +
+
+
+
+
+
+
+ +
+ + + + +
+ +
+ + + • + + + + + • + + + + • + + • + + + + + • + + + • + + + + • + + + • + + + + + + + + + +
+
+~~~ + diff --git a/docs/upgrades/templates-7.0.3/default_thread.tmpl b/docs/upgrades/templates-7.0.3/default_thread.tmpl new file mode 100644 index 000000000..9235842d1 --- /dev/null +++ b/docs/upgrades/templates-7.0.3/default_thread.tmpl @@ -0,0 +1,272 @@ +#PBtmpl0000000000000032 +
+ + +

+
+ + +
+

+
+
+ + + + + +
+
+ + + + +
+ +
+ +
+
+ +
+<tmpl_var username> +
+
+
+ : + + + + + +
+ :
+
+
+ :
+ : + +     [

+

|

-

] +
+
+ + :     [ | ]
+ + + : [ ]
+
+
+
+
+
+ + + + +
+ +
+ +
+ + • + + + • + + +
+
+
+
+ +
+ + + + +
+
+ +
+ +
+
+ +
+<tmpl_var username> +
+
+
+ : + + + + + +
+ :
+
+
+ :
+ : + +     [

+

|

-

] +
+
+ + : [ ]
+
+
+
+
+ + + + +
+ +
+ +
+ + • + + + • + + +
+
+
+
+
+ +
+ + + + + +
+ + • + + + • + + + • + + + + • + + • + + + • + + • + + + + + + + + + +
+~~~ + diff --git a/docs/upgrades/templates-7.0.3/default_tt_row.tmpl b/docs/upgrades/templates-7.0.3/default_tt_row.tmpl new file mode 100644 index 000000000..af1511fd5 --- /dev/null +++ b/docs/upgrades/templates-7.0.3/default_tt_row.tmpl @@ -0,0 +1,64 @@ +#TimeTrackingTMPL000003 + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 
delete
+ + + + + + + + + + + + +
Last WeekNext Week
 
+ + +   +
+
+ + + + + + + + + + + + + + + +~~~ diff --git a/docs/upgrades/templates-7.0.3/default_webgui_password_recovery_template.tmpl b/docs/upgrades/templates-7.0.3/default_webgui_password_recovery_template.tmpl new file mode 100644 index 000000000..f5af041af --- /dev/null +++ b/docs/upgrades/templates-7.0.3/default_webgui_password_recovery_template.tmpl @@ -0,0 +1,29 @@ +#PBtmpl0000000000000014 +

+ + + + + + + + + + + + + + + + +
+ + +
+
    + +
  • +
    +
  • +
+
diff --git a/docs/upgrades/templates-7.0.3/job.tmpl b/docs/upgrades/templates-7.0.3/job.tmpl new file mode 100644 index 000000000..58d739cd8 --- /dev/null +++ b/docs/upgrades/templates-7.0.3/job.tmpl @@ -0,0 +1,349 @@ +#PBtmpl0000000000000098 + + + +

+
+ +

+ + +
+ :     [ ]
+
+
+ + + Job Description
+

+
+ + + Job Requirements
+

+
+ + + + + + + + + + + + + + + + + + +
Date Posted 
Location 
Compensation 
Views 
+ + +
+ + + +
+
+
+ + +
+ + + • + + + + • + + +
+
+ + + +
+

+
+
+ + + + + +
+
+ + + + + +
+ +
+ +
+
+
+ : + + + + + +
+ :
+
+
+ :
+ : + +     [

+

|

-

] +
+
+ + :
+
+
+
+
+ + + + +
+
+ +
+ + + • + + + + • + + +
+
+
+
+
+ +
+ + + + + +
+
+ +
+ +
+
+
+ : + + + + + +
+ :
+
+
+ :
+ : + +     [

+

|

-

] +
+
+ + :
+
+
+
+
+ + + + +
+
+ +
+ + + • + + + + • + + +
+
+
+
+
+
+ +
+ + + + +
+ +
+ + + • + + + + • + + + + • + + • + + + + + • + + + • + + + + • + + + • + + + + + + + + + +
+~~~ + diff --git a/docs/upgrades/templates-7.0.3/multisearch_default_display.tmpl b/docs/upgrades/templates-7.0.3/multisearch_default_display.tmpl new file mode 100644 index 000000000..5dee9ec8f --- /dev/null +++ b/docs/upgrades/templates-7.0.3/multisearch_default_display.tmpl @@ -0,0 +1,57 @@ +#MultiSearchTmpl0000001 + + + +

+
+ + +

+
+ + +

+ + +

+
+ + + + + + + + + +
Search: + +
For: 
+
+
+~~~ + diff --git a/docs/upgrades/templates-7.0.3/request_tracker_post.tmpl b/docs/upgrades/templates-7.0.3/request_tracker_post.tmpl new file mode 100644 index 000000000..1a6ea2925 --- /dev/null +++ b/docs/upgrades/templates-7.0.3/request_tracker_post.tmpl @@ -0,0 +1,384 @@ +#PBtmpl0000000000000209 + + + +

+
+ +

+ +
+ +
+<tmpl_var username> +
+
+ : + + + + + +
+ :
+ :
+ :
+ : + +     [

+

|

-

] +
+
+ + :     [     [ ]
+ + + :
+
+
+ + :
+: + +
+
+ +
+ +
+ + +
+ + + +
+
+
+ + +
+ + + • + + + + • + + +
+
+ +
+ + +
+

+
+
+ + + + + +
+
+ + + + + +
+ +
+ +
+
+ + + + + + + + + +
+<tmpl_var username> + + : + + + + + +
+ : +
+ : + +     [

+

|

-

] +
+
+
+
+
+ + + + +
+
+ +
+ + + • + + + + • + + +
+
+
+
+
+ +
+ + + + + +
+
+ +
+ +
+
+ + + + + + + + + +
+<tmpl_var username> + + : + + + + + +
+ : +
+ : + +     [

+

|

-

] +
+
+
+
+
+ + + + +
+
+ +
+ + + • + + + + • + + +
+
+
+
+
+
+ +
+ + + + +
+ +
+ + + • + + + + + • + + + + • + + • + + + + + • + + + • + + + + • + + + • + + + + + + + + + +
+~~~ + diff --git a/docs/upgrades/templates-7.0.3/sqlform_search.tmpl b/docs/upgrades/templates-7.0.3/sqlform_search.tmpl new file mode 100644 index 000000000..27b2cf40c --- /dev/null +++ b/docs/upgrades/templates-7.0.3/sqlform_search.tmpl @@ -0,0 +1,81 @@ +#SQLFormSearchTmpl00001 + + + +

+
+ +
+ + +

+
+ + + +

Search records

+
+ + +Some error(s) occurred: +
    + +
  • +
    +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Last updateLast update bycolor="red"> + + + (asc)(desc)
+ + + + + <tmpl_var record.value.downloadUrl> + + Click here for file + + + + + + +
+ + + +No fields are defined to be shown in the search results. +
+ +
diff --git a/docs/upgrades/templates-7.0.3/stock_data_default_view.tmpl b/docs/upgrades/templates-7.0.3/stock_data_default_view.tmpl new file mode 100644 index 000000000..9675f51f6 --- /dev/null +++ b/docs/upgrades/templates-7.0.3/stock_data_default_view.tmpl @@ -0,0 +1,94 @@ +#StockDataTMPL000000001 + + + +

+
+ + +

+
+ + +

+ + + + + + + + + +
+
+ + + + + +
Stock Watch +
+ Last Update: EDT
+ +
+
+
+ + + + + + + + + + + + + + + + + + +
Name SymbolLastTickChg
+ + + +
+
+~~~ + diff --git a/docs/upgrades/templates-7.0.3/stockdata_default_display.tmpl b/docs/upgrades/templates-7.0.3/stockdata_default_display.tmpl new file mode 100644 index 000000000..41ddccbb8 --- /dev/null +++ b/docs/upgrades/templates-7.0.3/stockdata_default_display.tmpl @@ -0,0 +1,213 @@ +#StockDataTMPL000000002 + + + + + + + + +

+ + + + + + + + + +
+
+ + + + + +
() + +
1:23 PM EDT
+ +
+
+
+
+ + + + + + +
+ chart + + + + + + + + + + +
Today5d1m3m1y5y20y
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Last Price
Market Cap
Change + +
Open
Day High
Bid
52 Wk High
E.P.S.
Ex-Div Date
Yield
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Last Trade
Volume m
% Change %
Prev Close
Day Low
Ask
52 Wk Low
P/E Ratio
Dividend
Exchange
+
+
+ +
+ + + + +
+ +
+
+ + diff --git a/docs/upgrades/templates-7.0.3/subscription_code_redemption.tmpl b/docs/upgrades/templates-7.0.3/subscription_code_redemption.tmpl new file mode 100644 index 000000000..c38b1e4dd --- /dev/null +++ b/docs/upgrades/templates-7.0.3/subscription_code_redemption.tmpl @@ -0,0 +1,7 @@ +#PBtmpl0000000000000053 + +Batch: + + +
+ diff --git a/docs/upgrades/templates-7.0.3/subscriptionitem_default_template.tmpl b/docs/upgrades/templates-7.0.3/subscriptionitem_default_template.tmpl new file mode 100644 index 000000000..892825f75 --- /dev/null +++ b/docs/upgrades/templates-7.0.3/subscriptionitem_default_template.tmpl @@ -0,0 +1,7 @@ +#PBtmpl0000000000000046 +

+
+
+
+$
+Subscribe now
diff --git a/docs/upgrades/templates-7.0.3/table_default_page.tmpl b/docs/upgrades/templates-7.0.3/table_default_page.tmpl new file mode 100644 index 000000000..7849fee51 --- /dev/null +++ b/docs/upgrades/templates-7.0.3/table_default_page.tmpl @@ -0,0 +1,50 @@ +#PBtmpl000000000table54 +#create +#title:Default Page (Table) +#menuTitle:Default Page (Table) +#url:default_page_table +#namespace:Layout +
+ + +

+
+ + +

+
+ + +

+
+ +
+ + + + + + + + + + + +
+ + + + + + +
+ + +
+
+
+ + +
+ +
diff --git a/docs/upgrades/templates-7.0.3/table_one_over_three.tmpl b/docs/upgrades/templates-7.0.3/table_one_over_three.tmpl new file mode 100644 index 000000000..0bb9ee783 --- /dev/null +++ b/docs/upgrades/templates-7.0.3/table_one_over_three.tmpl @@ -0,0 +1,153 @@ +#PBtmpl00000000table109 +#create +#title:One Over Three (Table) +#menuTitle:One Over Three (Table) +#url:one_over_three_table +#namespace:Layout +
+ + +

+
+ + +

+
+ + +

+
+ + + + + + + + + + +
+ +
+ + + + + + + + + + + + + +
+ + +
+ + +
+
+
+ +
+ +
+ + + + + + + + + + + + + +
+ + +
+ + +
+
+
+ +
+ +
+ + + + + + + + + + + + + +
+ + +
+ + +
+
+
+ +
+ +
+ + + + + + + + + + + + + +
+ + +
+ + +
+
+
+ +
+ + + +
+ +
+~~~ + + diff --git a/docs/upgrades/templates-7.0.3/traditional_with_thumbnails.tmpl b/docs/upgrades/templates-7.0.3/traditional_with_thumbnails.tmpl index 7dc385368..6209847d9 100644 --- a/docs/upgrades/templates-7.0.3/traditional_with_thumbnails.tmpl +++ b/docs/upgrades/templates-7.0.3/traditional_with_thumbnails.tmpl @@ -1,5 +1,4 @@ #PBtmpl0000000000000097 - diff --git a/docs/upgrades/templates-7.0.3/weatherdata_default_view.tmpl b/docs/upgrades/templates-7.0.3/weatherdata_default_view.tmpl new file mode 100644 index 000000000..a4838ee01 --- /dev/null +++ b/docs/upgrades/templates-7.0.3/weatherdata_default_view.tmpl @@ -0,0 +1,40 @@ +#WeatherDataTmpl0000001 + + + +

+
+ + +

+
+ + +

+
+ + + + + + + + + + + + + +
<tmpl_var iconUrl> +
+
 
+ +
+ X +
+
+
+
°F
+

+ +