From frik85@svn.reactos.org Thu Jul 26 20:14:23 2007 From: frik85@svn.reactos.org To: ros-diffs@reactos.org Subject: [ros-diffs] [frik85] 27868: ReactOS website - bugzilla: * commit current template dir Date: Thu, 26 Jul 2007 18:14:03 +0000 Message-ID: <20070726181403.A532DFEFE@mail.smartxx.ru> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0624308956073580272==" --===============0624308956073580272== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Author: frik85 Date: Thu Jul 26 22:14:03 2007 New Revision: 27868 URL: http://svn.reactos.org/svn/reactos?rev=3D27868&view=3Drev Log: ReactOS website - bugzilla: * commit current template dir Added: trunk/web/reactos.org/htdocs/bugzilla/template/en/default/admin/ trunk/web/reactos.org/htdocs/bugzilla/template/en/default/admin/classific= ations/ trunk/web/reactos.org/htdocs/bugzilla/template/en/default/admin/classific= ations/add.html.tmpl trunk/web/reactos.org/htdocs/bugzilla/template/en/default/admin/classific= ations/del.html.tmpl trunk/web/reactos.org/htdocs/bugzilla/template/en/default/admin/classific= ations/delete.html.tmpl trunk/web/reactos.org/htdocs/bugzilla/template/en/default/admin/classific= ations/edit.html.tmpl trunk/web/reactos.org/htdocs/bugzilla/template/en/default/admin/classific= ations/new.html.tmpl trunk/web/reactos.org/htdocs/bugzilla/template/en/default/admin/classific= ations/reclassify.html.tmpl trunk/web/reactos.org/htdocs/bugzilla/template/en/default/admin/classific= ations/select.html.tmpl trunk/web/reactos.org/htdocs/bugzilla/template/en/default/admin/classific= ations/update.html.tmpl Added: trunk/web/reactos.org/htdocs/bugzilla/template/en/default/admin/classi= fications/add.html.tmpl URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/bugzilla= /template/en/default/admin/classifications/add.html.tmpl?rev=3D27868&view=3Da= uto =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- trunk/web/reactos.org/htdocs/bugzilla/template/en/default/admin/classific= ations/add.html.tmpl (added) +++ trunk/web/reactos.org/htdocs/bugzilla/template/en/default/admin/classific= ations/add.html.tmpl Thu Jul 26 22:14:03 2007 @@ -1,0 +1,45 @@ +[%# 1.0(a)bugzilla.org %] +[%# The contents of this file are subject to the Mozilla Public + # License Version 1.1 (the "License"); you may not use this file + # except in compliance with the License. You may obtain a copy of + # the License at http://www.mozilla.org/MPL/ + # + # Software distributed under the License is distributed on an "AS + # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + # implied. See the License for the specific language governing + # rights and limitations under the License. + # + # The Original Code is the Bugzilla Bug Tracking System. + # + # The Initial Developer of the Original Code is Netscape Communications + # Corporation. Portions created by Netscape are + # Copyright (C) 1998 Netscape Communications Corporation. All + # Rights Reserved. + # + # Contributor(s): Albert Ting + #%] + +[% PROCESS global/header.html.tmpl + title =3D "Add new classification" +%] + +
+ + + + + + + + + + + + + +
Classification:
Description:
Edit products + [% IF products AND products.size > 0 %] + + [% FOREACH product =3D products %] + + + + + [% END %] +
[% product.name FILTER html %= ] + [% IF product.description %] + [% product.description FILTER none %] + [% ELSE %] + description missing + [% END %] +
+ [% ELSE %] + none + [% END %] +
+ + + + + +
+ +

Back to the main [% terms.bugs %] page +or edit more classifications. + +[% PROCESS global/footer.html.tmpl %]=20 Added: trunk/web/reactos.org/htdocs/bugzilla/template/en/default/admin/classi= fications/new.html.tmpl URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/bugzilla= /template/en/default/admin/classifications/new.html.tmpl?rev=3D27868&view=3Da= uto =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- trunk/web/reactos.org/htdocs/bugzilla/template/en/default/admin/classific= ations/new.html.tmpl (added) +++ trunk/web/reactos.org/htdocs/bugzilla/template/en/default/admin/classific= ations/new.html.tmpl Thu Jul 26 22:14:03 2007 @@ -1,0 +1,32 @@ +[%# 1.0(a)bugzilla.org %] +[%# The contents of this file are subject to the Mozilla Public + # License Version 1.1 (the "License"); you may not use this file + # except in compliance with the License. You may obtain a copy of + # the License at http://www.mozilla.org/MPL/ + # + # Software distributed under the License is distributed on an "AS + # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + # implied. See the License for the specific language governing + # rights and limitations under the License. + # + # The Original Code is the Bugzilla Bug Tracking System. + # + # The Initial Developer of the Original Code is Netscape Communications + # Corporation. Portions created by Netscape are + # Copyright (C) 1998 Netscape Communications Corporation. All + # Rights Reserved. + # + # Contributor(s): Albert Ting + #%] + +[% PROCESS global/header.html.tmpl + title =3D "Adding new classification" +%] + +OK, done. + +

Back to the main [% terms.bugs %] page, +add products to this new classification,=20 +or edit more classifications. + +[% PROCESS global/footer.html.tmpl %]=20 Added: trunk/web/reactos.org/htdocs/bugzilla/template/en/default/admin/classi= fications/reclassify.html.tmpl URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/bugzilla= /template/en/default/admin/classifications/reclassify.html.tmpl?rev=3D27868&v= iew=3Dauto =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- trunk/web/reactos.org/htdocs/bugzilla/template/en/default/admin/classific= ations/reclassify.html.tmpl (added) +++ trunk/web/reactos.org/htdocs/bugzilla/template/en/default/admin/classific= ations/reclassify.html.tmpl Thu Jul 26 22:14:03 2007 @@ -1,0 +1,84 @@ +[%# 1.0(a)bugzilla.org %] +[%# The contents of this file are subject to the Mozilla Public + # License Version 1.1 (the "License"); you may not use this file + # except in compliance with the License. You may obtain a copy of + # the License at http://www.mozilla.org/MPL/ + # + # Software distributed under the License is distributed on an "AS + # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + # implied. See the License for the specific language governing + # rights and limitations under the License. + # + # The Original Code is the Bugzilla Bug Tracking System. + # + # The Initial Developer of the Original Code is Netscape Communications + # Corporation. Portions created by Netscape are + # Copyright (C) 1998 Netscape Communications Corporation. All + # Rights Reserved. + # + # Contributor(s): Albert Ting + #%] + +[% PROCESS global/header.html.tmpl + title =3D "Reclassify products" +%] + +[% main_classification =3D classification %] + +

+ + + + + + + + + + + + + + + + + + + + + +
Classification:[% main_classification FILTER html %] + +
Description: + [% IF description %] + [% description %] + [% ELSE %] + description missing + [% END %] +
Products:Products[% main_classification FILTER html %] Products
+ +

+ +
+
+ + + +
+ +

Back to the main [% terms.bugs %] page, +or edit more classifications. + +[% PROCESS global/footer.html.tmpl %]=20 Added: trunk/web/reactos.org/htdocs/bugzilla/template/en/default/admin/classi= fications/select.html.tmpl URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/bugzilla= /template/en/default/admin/classifications/select.html.tmpl?rev=3D27868&view= =3Dauto =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- trunk/web/reactos.org/htdocs/bugzilla/template/en/default/admin/classific= ations/select.html.tmpl (added) +++ trunk/web/reactos.org/htdocs/bugzilla/template/en/default/admin/classific= ations/select.html.tmpl Thu Jul 26 22:14:03 2007 @@ -1,0 +1,70 @@ +[%# 1.0(a)bugzilla.org %] +[%# The contents of this file are subject to the Mozilla Public + # License Version 1.1 (the "License"); you may not use this file + # except in compliance with the License. You may obtain a copy of + # the License at http://www.mozilla.org/MPL/ + # + # Software distributed under the License is distributed on an "AS + # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + # implied. See the License for the specific language governing + # rights and limitations under the License. + # + # The Original Code is the Bugzilla Bug Tracking System. + # + # The Initial Developer of the Original Code is Netscape Communications + # Corporation. Portions created by Netscape are + # Copyright (C) 1998 Netscape Communications Corporation. All + # Rights Reserved. + # + # Contributor(s): Albert Ting + #%] + +[% PROCESS global/header.html.tmpl + title =3D "Select classification" +%] + +[% filt_classification =3D classification FILTER html %] + + + + + + + + + + [% FOREACH cl =3D classifications %] + + + + [% IF (cl.id =3D=3D 1) %] + + [% ELSE %] + + [% END %] + + [%# don't allow user to delete the default id. %] + [% IF (cl.id =3D=3D 1) %] + + [% ELSE %] + + [% END %] + + [% END %] + + + + + +
Edit Classification ...DescriptionProductsAction
[% cl.classif= ication FILTER html %]=20 + [% IF cl.description %] + [% cl.description %] + [% ELSE %] + none + [% END %] + [% cl.total FILTER html %]reclassi= fy ([% cl.total FILTER html %]) delete
Add a new classificationAdd
+ +

Back to the main [% terms.bugs %] page +or edit more classifications. + +[% PROCESS global/footer.html.tmpl %]=20 Added: trunk/web/reactos.org/htdocs/bugzilla/template/en/default/admin/classi= fications/update.html.tmpl URL: http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/bugzilla= /template/en/default/admin/classifications/update.html.tmpl?rev=3D27868&view= =3Dauto =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- trunk/web/reactos.org/htdocs/bugzilla/template/en/default/admin/classific= ations/update.html.tmpl (added) +++ trunk/web/reactos.org/htdocs/bugzilla/template/en/default/admin/classific= ations/update.html.tmpl Thu Jul 26 22:14:03 2007 @@ -1,0 +1,37 @@ +[%# 1.0(a)bugzilla.org %] +[%# The contents of this file are subject to the Mozilla Public + # License Version 1.1 (the "License"); you may not use this file + # except in compliance with the License. You may obtain a copy of + # the License at http://www.mozilla.org/MPL/ + # + # Software distributed under the License is distributed on an "AS + # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + # implied. See the License for the specific language governing + # rights and limitations under the License. + # + # The Original Code is the Bugzilla Bug Tracking System. + # + # The Initial Developer of the Original Code is Netscape Communications + # Corporation. Portions created by Netscape are + # Copyright (C) 1998 Netscape Communications Corporation. All + # Rights Reserved. + # + # Contributor(s): Albert Ting + #%] + +[% PROCESS global/header.html.tmpl + title =3D "Update classification" +%] + +[% IF updated_description %]=20 + Updated description.
+[% END %] + +[% IF updated_classification %]=20 + Updated classification name.
+[% END %] + +

Back to the main [% terms.bugs %] page +or edit more classifications. + +[% PROCESS global/footer.html.tmpl %]=20 --===============0624308956073580272==--