[Catalyst-commits] r7468 - / trunk/examples/Statistics-QMethod-SortGenerator/root

zarquon at dev.catalyst.perl.org zarquon at dev.catalyst.perl.org
Thu Mar 6 11:50:49 GMT 2008


Author: zarquon
Date: 2008-03-06 11:50:49 +0000 (Thu, 06 Mar 2008)
New Revision: 7468

Removed:
   trunk/examples/Statistics-QMethod-SortGenerator/root/list.tt
   trunk/examples/Statistics-QMethod-SortGenerator/root/view.tt
   trunk/examples/Statistics-QMethod-SortGenerator/root/view_page.tt
Modified:
   /
Log:
 r12806 at zaphod:  kd | 2008-03-06 22:49:46 +1100
 removed some templates that ougtan't be here



Property changes on: 
___________________________________________________________________
Name: svk:merge
   - 1b129c88-ebf4-0310-add9-f09427935aba:/local/catalyst:4278
1c72fc7c-9ce4-42af-bf25-3bfe470ff1e8:/local/Catalyst:12804
3b9770f9-e80c-0410-a7de-cd203d167417:/local/catalyst:3514
dd8ad9ea-0304-0410-a433-df5f223e7bc0:/local/Catalyst:6909
   + 1b129c88-ebf4-0310-add9-f09427935aba:/local/catalyst:4278
1c72fc7c-9ce4-42af-bf25-3bfe470ff1e8:/local/Catalyst:12806
3b9770f9-e80c-0410-a7de-cd203d167417:/local/catalyst:3514
dd8ad9ea-0304-0410-a433-df5f223e7bc0:/local/Catalyst:6909

Deleted: trunk/examples/Statistics-QMethod-SortGenerator/root/list.tt
===================================================================
--- trunk/examples/Statistics-QMethod-SortGenerator/root/list.tt	2008-03-05 23:57:14 UTC (rev 7467)
+++ trunk/examples/Statistics-QMethod-SortGenerator/root/list.tt	2008-03-06 11:50:49 UTC (rev 7468)
@@ -1,21 +0,0 @@
-[% WRAPPER page.tt title = c.action.class  %]
-<div class="span-24"> <h1>[% model_class  %]</h1></div> 
-<div class="span-24"> <h2>Tables</h2></div>
-<div class="span-24">
-
-<ul class="crud">
-<li><a href="[% c.uri_for("create") %]"> Create new </a></li>
-</ul>
-<table>
-<th><tr>
-[%- FOREACH col IN colnames %]  [% "<td> " _ col _ "</td>"  UNLESS col.match('^(id|[Pp]assword|created|updated)$') ; END -%]
-</tr></th>
-<tr>
-[%- WHILE (rec = rs.next) %] [% FOREACH col IN cols %]  [% "<td> " _ rec.$col _ " </td> " UNLESS col.match('^(id|passwd|created|updated)$') ; END ; -%]
-<td> <a href="[% c.uri_for("view/" _ rec.${rec.result_source.primary_columns}) %]">View</a></td><td><a href="[% c.uri_for("edit/" _ rec.${rec.result_source.primary_columns}) %]">Edit</a></td><td><a href="[% c.uri_for("delete/" _ rec.${rec.result_source.primary_columns}) %]">Delete</a></td> [% END %]
-</tr>
-</table>
-</div>
-[% END %]
-
-

Deleted: trunk/examples/Statistics-QMethod-SortGenerator/root/view.tt
===================================================================
--- trunk/examples/Statistics-QMethod-SortGenerator/root/view.tt	2008-03-05 23:57:14 UTC (rev 7467)
+++ trunk/examples/Statistics-QMethod-SortGenerator/root/view.tt	2008-03-06 11:50:49 UTC (rev 7468)
@@ -1,20 +0,0 @@
-[% WRAPPER page.tt title = c.action.class  %]
-<div class="span-24"> <h1>[% model_class  %]</h1></div> 
-<div class="span-24"> <h2>Tables</h2></div>
-<div class="span-24">
-
-<ul class="crud">
-<li><a href="[% c.uri_for("create") %]"> Create new </a></li>
-</ul>
-<table>
-
-for 1 .. nrows
-if row not match (id)
-|name|value|
-end
-
-</table>
-</div>
-[% END %]
-
-

Deleted: trunk/examples/Statistics-QMethod-SortGenerator/root/view_page.tt
===================================================================
--- trunk/examples/Statistics-QMethod-SortGenerator/root/view_page.tt	2008-03-05 23:57:14 UTC (rev 7467)
+++ trunk/examples/Statistics-QMethod-SortGenerator/root/view_page.tt	2008-03-06 11:50:49 UTC (rev 7468)
@@ -1,8 +0,0 @@
-[% WRAPPER page.tt title = page_name %]
-<h1>[% page_name | html %]</h1>
-[% formatted | html_para %]
-<hr />
-<i>Last modified by [% revision.author %] on [% revision.date %]</i>
-<a href='[% c.uri_for("/wiki/$page_name/create") %]'>Edit</a>
-
-[% END %]




More information about the Catalyst-commits mailing list