Changeset 1855
- Timestamp:
- 07/27/2010 04:49:56 PM (6 weeks ago)
- Location:
- plugins/apostrophePlugin/branches/features/css
- Files:
-
- 5 modified
-
data/generator/sfDoctrineModule/aAdmin/template/templates/_assets.php (modified) (2 diffs)
-
modules/a/templates/_footer.php (modified) (1 diff)
-
modules/a/templates/layout.php (modified) (1 diff)
-
modules/aUserAdmin/config/generator.yml (modified) (1 diff)
-
web/css/a-reset.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostrophePlugin/branches/features/css/data/generator/sfDoctrineModule/aAdmin/template/templates/_assets.php
r1849 r1855 1 [?php use_helper('I18N','jQuery','a')?] 2 1 3 [?php slot('body_class') ?]a-admin a-admin-generator [?php echo $sf_params->get('module'); ?] [?php echo $sf_params->get('action');?] [?php end_slot() ?] 2 4 … … 4 6 5 7 [?php use_stylesheet('<?php echo $this->params['css'] ?>', 'first') ?] 6 7 <?php else: ?> 8 9 [?php use_stylesheet('/apostrophePlugin/css/a.css', 'first') ?] 10 11 [?php use_javascript('/apostrophePlugin/js/aControls.js') ?] 12 [?php use_javascript('/apostrophePlugin/js/aUI.js') ?] 13 14 [?php use_stylesheet('<?php echo sfConfig::get('sf_jquery_web_dir') ?>/css/<?php echo sfConfig::get('sf_jquery_ui_css', 'ui-apostrophe/jquery-ui-1.7.3.custom.css') ?>', 'first') # JQ Date Picker Styles (This is the custome Apostrophe styles for the JQ Date Picker) ?] 15 [?php use_javascript('<?php echo sfConfig::get('sf_jquery_web_dir') ?>/js/plugins/<?php echo sfConfig::get('sf_jquery_ui', 'jquery-ui-1.7.3.custom.min.js') ?>', 'last') # JQ Date Picker JS (This can/should be consolidated with sfJqueryReloadedPlugin/js/jquery-ui-sortable...) ?] 16 [?php use_javascript('<?php echo sfConfig::get('sf_jquery_web_dir') ?>/js/plugins/jquery.autocomplete.min.js', 'last') # Autocomplete Plugin for Time Picker JS ?] 17 8 18 9 <?php endif; ?> 19 10 -
plugins/apostrophePlugin/branches/features/css/modules/a/templates/_footer.php
r1681 r1855 1 <?php use_helper('a') ?> 2 <?php $page = aTools::getCurrentNonAdminPage() ?> 3 1 4 <?php if (has_slot('a-footer')): ?> 2 5 <?php include_slot('a-footer') ?> 3 6 <?php else: ?> 4 <?php a_slot('footer', 'aRichText', array("global" => true)) ?> 7 <?php a_slot('footer', 'aRichText', array( 8 'global' => true, 9 'edit' => isset($page) ? true : false, 10 )) ?> 5 11 <?php endif ?> 12 6 13 <?php // Feel free to shut this off in app.yml or override the footer partial in your app ?> 7 14 <?php if (sfConfig::get('app_a_credit', true)): ?> -
plugins/apostrophePlugin/branches/features/css/modules/a/templates/layout.php
r1681 r1855 57 57 <?php include_slot('a-logo') ?> 58 58 <?php else: ?> 59 <?php a_slot("logo", 'aButton', array("global" => true, "width" => 360, "flexHeight" => true, "resizeType" => "s", "link" => "/", "defaultImage" => "/apostrophePlugin/images/cmstest-sample-logo.png")) ?> 59 <?php a_slot('logo', 'aButton', array( 60 'global' => true, 61 'edit' => isset($page) ? true : false, 62 'width' => 360, 63 'flexHeight' => true, 64 'resizeType' => 's', 65 'link' => '/', 66 'defaultImage' => '/apostrophePlugin/images/cmstest-sample-logo.png' 67 )) ?> 60 68 <?php endif ?> 61 69 </div> -
plugins/apostrophePlugin/branches/features/css/modules/aUserAdmin/config/generator.yml
r1818 r1855 2 2 class: sfDoctrineGenerator 3 3 param: 4 model_class: sfGuardUser5 theme: aAdmin6 non_verbose_templates: true7 with_show: false8 singular: ~9 plural: ~10 route_prefix: a_user_admin11 with_doctrine_route: 112 i18n_catalogue: apostrophe4 model_class: sfGuardUser 5 theme: aAdmin 6 non_verbose_templates: true 7 with_show: false 8 singular: ~ 9 plural: ~ 10 route_prefix: a_user_admin 11 with_doctrine_route: 1 12 i18n_catalogue: apostrophe 13 13 14 14 config: -
plugins/apostrophePlugin/branches/features/css/web/css/a-reset.css
r1703 r1855 1 /* Eric Meyer's Reset CSS1 /* Apostrophe UI Reset based on Eric Meyer's Reset CSS 2 2 -- http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 3 3 -------------------------------------------------------------------------- */ 4 * { margin: 0; padding: 0; font-weight: normal; } /* Safari seems to ignore a lot of the reset style sheet and I am not sure why. */ 5 6 html, body, div, span, applet, object, iframe, 7 h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 8 abbr, acronym, address, big, cite, code, del, dfn, 9 em, font, img, ins, kbd, q, s, samp, small, strike, 10 strong, sub, sup, tt, var, b, u, i, center, 11 dl, dt, dd, ol, ul, li, fieldset, form, label, 12 legend, table, caption, tbody, tfoot, thead, tr, th, td 13 { 14 margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; 15 } 16 17 :focus { outline: 0; } /* remember to define focus styles! */ 18 19 ins { text-decoration: none; } /* remember to highlight inserts somehow! */ 20 del { text-decoration: line-through; } 21 22 table { border-collapse: separate; border-spacing: 0; } /* tables still need 'cellspacing="0"' in the markup */ 23 24 blockquote:before, blockquote:after, q:before, q:after { content: ""; } 25 26 blockquote, q { quotes: "" ""; } 4 .a-ui div, .a-ui span, .a-ui applet, .a-ui object, .a-ui iframe, .a-ui h1, .a-ui h2, .a-ui h3, .a-ui h4, .a-ui h5, .a-ui h6, .a-ui p, .a-ui blockquote, .a-ui pre, .a-ui a, .a-ui abbr, .a-ui acronym,.a-ui address,.a-ui big, .a-ui cite, .a-ui code, .a-ui del, .a-ui dfn, .a-ui em, .a-ui font, .a-ui img, .a-ui ins, .a-ui kbd, .a-ui q, .a-ui s, .a-ui samp, .a-ui small, .a-ui strike, .a-ui strong, .a-ui sub, .a-ui sup, .a-ui tt, .a-ui var, .a-ui b, .a-ui u, .a-ui i, .a-ui center, .a-ui dl, .a-ui dt, .a-ui dd, .a-ui ol, .a-ui ul, .a-ui li, .a-ui fieldset, .a-ui form, .a-ui label, .a-ui legend, .a-ui table, .a-ui caption, .a-ui tbody, .a-ui tfoot, .a-ui thead, .a-ui tr, .a-ui th, .a-ui td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
