| 229 | 229 | (2, NULL, 'BasePageTemplate', 'TurtolCMS.Pages.Template', 1, 'TurtolCMS', 0, ''), |
| 230 | 230 | (3, NULL, '/', 'TurtolCMS.Pages.Html', 2, NULL, 0, NULL), |
| 231 | | (4, NULL, '404', 'TurtolCMS.Pages.Html', 2, 'Page Not Found - %s', 0, NULL);''') |
| | 231 | (4, NULL, '404', 'TurtolCMS.Pages.Html', 2, 'Page Not Found - %s', 0, NULL), |
| | 232 | (5, NULL, '/AssetTypes', 'TurtolCMS.Pages.Xml', NULL, 'Asset_Types', 0, NULL);''') |
| 296 | | , None) |
| | 298 | , |
| | 299 | '''INSERT INTO tcms_page_data(page_data_id, page_id, data_class, textdata) |
| | 300 | VALUES(1, 8, 'asset_types', |
| | 301 | '<!-- Asset Types Configuration --> |
| | 302 | <asset_types> |
| | 303 | <asset type="Person"> |
| | 304 | <asset_fields>firstname,lastname,email,gender,birthdate</asset_fields> |
| | 305 | <formfields> |
| | 306 | <field name="firstname" type="txt" validation_rules="required validate-alpha" label="FirstName: " pos="1"/> |
| | 307 | <field name="lastname" type="txt" validation_rules="required validate-alpha" label="LastName: " pos="2"/> |
| | 308 | <field name="email" type="txt" validation_rules="required validate-email" label="Email: " pos="3"/> |
| | 309 | <field name="gender" type="select" label="Sex: " values-KV="M:Male,F:Female" pos="5"/> |
| | 310 | <field name="birthdate" type="txt" validation_rules="validate-date" label="Birthdate" pos="4"/> |
| | 311 | <field name="address" prefix="person" pos="6"/> |
| | 312 | </formfields> |
| | 313 | <prefix>person</prefix> |
| | 314 | <optional_tags>EventRegistration,Reminder</optional_tags> |
| | 315 | </asset> |
| | 316 | <asset type="User"> |
| | 317 | <asset_fields>password,status,xml</asset_fields> |
| | 318 | <formfields> |
| | 319 | <field name="user.username" type="txt" validation_rules="required validate-alphanum" label="Username:" pos="1"/> |
| | 320 | <field name="password" type="password" AUTOCOMPLETE="off" validation_rules="required validate-password" confirm="password2" label="Password: " pos="2"/> |
| | 321 | <field name="password2" type="password" AUTOCOMPLETE="off" validation_rules="required validate-confirm" label="Confirm Password: " pos="3"/> |
| | 322 | </formfields> |
| | 323 | <prefix>usr,user</prefix> |
| | 324 | <of_type>Person</of_type> |
| | 325 | </asset> |
| | 326 | <asset type="Subscriber"> |
| | 327 | <asset_fields>bounces,want_html</asset_fields> |
| | 328 | <formfields> |
| | 329 | <field name="want_html" type="radio" validation_rules="validate-select-one-required" values-KV="1:Yes,0:No" label="Would you prefer Html messages?" pos="1"/> |
| | 330 | </formfields> |
| | 331 | <prefix>subscriber</prefix> |
| | 332 | <of_type>Person</of_type> |
| | 333 | <optional_tags>Newsletter</optional_tags> |
| | 334 | </asset> |
| | 335 | </asset_types>');''') |
| 331 | | VALUES (1, 'en', '<h1>Welcome to the TurtolCMS</h1>\n<p>If you are the administrator of this site, you can edit it after logging in with your Username and Password by clicking the TurtolCMS logo at the bottom left of this page or by <a href="/tcms/About">clicking here</a>.</p><p>This page is using the default "FiveSectionLayout" with a header, a footer, and three columns of content (but the presence of the sections may have changed if you set a Theme). You can change the Layout or Theme from the toolbar by clicking Map -> Roottemplate -> BasePageTemplate).</p><p>All of this is detailed in the on-line tutorials and documentation at the <a href="http://turtolcms.org">TurtolCMS project site.</a><br></p>'), |
| 332 | | (2, 'en', '<h3>Navigation</h3>\n<ul><li><a href="/">Home Page</a></li><li><a href="http://turtolcms.org">TurtolCMS Project</a></li></li></ul>\n'), |
| 333 | | (3, 'en', '<h3>Help</h3>\n<p>Instructions and tutorials in the use of the TurtolCMS can be found at the <a href="http://turtolcms.org">TurtolCMS project site</a>.</p><p>Hosting for the TurtolCMS can be provided by (who else?) <a href="http://www.turtol.com/">Turtol.</a><br></p>'), |
| | 370 | VALUES (1, 'en', '<h1>Welcome to the TurtolCMS</h1>\n<p>If you are the administrator of this site, you can edit it after logging in with your Username and Password by clicking the TurtolCMS logo at the bottom left of this page or by <a href="/tcms/About">clicking here</a>.</p><p>This page is using the default "FiveSectionLayout" with a header, a footer, and three columns of content. You can change the Layout from the toolbar by clicking Map -> Templates -> BasePageTemplate).</p><p>All of this is detailed in the on-line tutorials and documentation at the <a href="http://www.turtolcms.org">TurtolCMS project site.</a><br></p>'), |
| | 371 | (2, 'en', '<h3>Navigation</h3>\n<ul><li><a href="/">Home Page</a></li><li><a href="http://www.turtolcms.org">TurtolCMS Project</a></li></li></ul>\n'), |
| | 372 | (3, 'en', '<h3>Help</h3>\n<p>Instructions and tutorials in the use of the TurtolCMS can be found at the <a href="http://www.turtolcms.org">TurtolCMS project site</a>.</p><p>Hosting for the TurtolCMS can be provided by (who else?) <a href="http://www.turtolhosting.com/">TurtolHosting.</a><br></p>'), |
| 336 | | (6, 'en', '<h1>Page Not Found</h1>\n<p>We are Sorry, but the requested page could not be found on our server. Please make sure the requeseted URL is correct</p>')) ''' % (currentYear))] |
| 337 | | |
| 338 | | #FIXME: USE AN IMAGE THAT DOESN'T HAVE A WHITE BACK GROUND TO WORK BETTER WITH THEMES |
| 339 | | #(5, 'en', '<img src="/tcms/img/about_page/turtolCMS.png" alt="Turtol CMS"/>'), |
| | 375 | (6, 'en', '<h1>Page Not Found</h1>\n<p>We are Sorry, but the requested page could not be found on our server. Please make sure the requeseted URL is correct</p>') ''' % (currentYear))] |